From faa8b4fe2243b1a8ef5cc4342183f4880b728a3d Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Fri, 27 Dec 2013 18:49:56 -0800 Subject: Add a 'get current DATE' block with various options, add some translations to FR and DE --- lang-fr.js | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) (limited to 'lang-fr.js') 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'; + }; -- cgit v1.3.1