summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgego51 <seigneurgego@hotmail.fr>2013-09-07 18:28:39 +0200
committergego51 <seigneurgego@hotmail.fr>2013-09-07 18:28:39 +0200
commit9064be83e88ab933361998557a9e74cd6814fb55 (patch)
tree229eae2c87b15fd995edf542613601d422585d8a
parente2b70a9c9d03bee67b1c9d3651ab59e28dc80f2e (diff)
downloadsnap-byow-9064be83e88ab933361998557a9e74cd6814fb55.tar.gz
snap-byow-9064be83e88ab933361998557a9e74cd6814fb55.zip
Update lang-fr.js
Correction of a mistranslation lines 438 "repeat until" is "répéter jusqu'à" in french, "répéter indéfiniment si" is "forever if" in french
-rw-r--r--lang-fr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang-fr.js b/lang-fr.js
index b545185..1f86350 100644
--- a/lang-fr.js
+++ b/lang-fr.js
@@ -435,7 +435,7 @@ SnapTranslator.dict.fr = {
'repeat %n %c':
'r\u00E9p\u00E9ter %n fois %c',
'repeat until %b %c':
- 'r\u00E9p\u00E9ter ind\u00E9finiment si %b %c',
+ 'r\u00E9p\u00E9ter jusqu\u0027\u00E0 %b %c',
'if %b %c':
'si %b %c',
'if %b %c else %c':