summaryrefslogtreecommitdiff
path: root/lang-fr.js
diff options
context:
space:
mode:
authorMichael Ball <cycomachead@gmail.com>2013-12-27 18:49:56 -0800
committerMichael Ball <cycomachead@gmail.com>2013-12-27 18:49:56 -0800
commitfaa8b4fe2243b1a8ef5cc4342183f4880b728a3d (patch)
treef158b1b8c6a3b7c0923ba0660f1fca4ba4c55635 /lang-fr.js
parente9020b4ed3f7190dc78e622fbe3b2665e227c30f (diff)
downloadsnap-yow-faa8b4fe2243b1a8ef5cc4342183f4880b728a3d.tar.gz
snap-yow-faa8b4fe2243b1a8ef5cc4342183f4880b728a3d.zip
Add a 'get current DATE' block with various options, add some translations to FR and DE
Diffstat (limited to 'lang-fr.js')
-rw-r--r--lang-fr.js52
1 files changed, 48 insertions, 4 deletions
diff --git a/lang-fr.js b/lang-fr.js
index 8fd9cc7..def94bf 100644
--- a/lang-fr.js
+++ b/lang-fr.js
@@ -716,7 +716,7 @@ SnapTranslator.dict.fr = {
'check for alternative\nGUI design':
'Cocher pour un style d\interface alternatif',
'uncheck for default\nGUI design':
- 'D\u00E9cocher pour le style classique d\interface',
+ 'D\u00E9cocher pour le style classique d\interface',
'Thread safe scripts':
'Scripts réentrants',
'check to disallow\nscript reentrance':
@@ -731,7 +731,7 @@ SnapTranslator.dict.fr = {
'D\u00E9cocher pour une vitesse\nd\'animation maximale (mais variable)',
'check for smooth, predictable\nanimations across computers':
'Cocher pour une vitesse d\'animation\nfixe et identique sur tous les ordinateurs',
-
+
// inputs
'with inputs':
'avec entr\u00E9es',
@@ -956,7 +956,7 @@ SnapTranslator.dict.fr = {
'tabulations',
'cr':
'retours de ligne',
-
+
// About Snap
'About Snap':
'A propos de Snap',
@@ -1160,5 +1160,49 @@ SnapTranslator.dict.fr = {
'last':
'dernier',
'any':
- 'n\u0027importe quel'
+ 'n\u0027importe quel',
+
+ // Date reporter dropdowns
+ 'Month':
+ 'mois',
+ // Months of the Year
+ 'January':
+ 'janvier',
+ 'February':
+ 'février',
+ 'March':
+ 'mars',
+ 'April':
+ 'avril';
+ 'May':
+ 'mai',
+ 'June':
+ 'juin',
+ 'July':
+ 'juillet';
+ 'August':
+ 'août',
+ 'September':
+ 'septembre',
+ 'October':
+ 'octobre';
+ 'November':
+ 'novembre',
+ 'December':
+ 'decembre',
+ 'Sunday':
+ 'dimanche';
+ 'Monday':
+ 'lundi',
+ 'Tuesday':
+ 'mardi',
+ 'Wednesday':
+ 'mercredi';
+ 'Thursday':
+ 'jedui',
+ 'Friday':
+ 'vendredi',
+ 'Saturday':
+ 'samedi';
+
};