i18n/fr.po
changeset 5387 aed0c441923a
parent 5379 c082dea0731b
child 5479 6ba3587c5cda
child 5525 c4eee9921e19
--- a/i18n/fr.po	Fri Apr 23 13:25:02 2010 +0200
+++ b/i18n/fr.po	Fri Apr 23 13:25:31 2010 +0200
@@ -63,18 +63,6 @@
 msgstr "%(value)r ne correspond pas à l'expression régulière %(regexp)r"
 
 #, python-format
-msgid "%(value)r must be %(op)s %(boundary)s"
-msgstr "%(value)r doit être %(op)s %(boundary)s"
-
-#, python-format
-msgid "%(value)r must be <= %(boundary)s"
-msgstr "%(value)r doit être <= %(boundary)s"
-
-#, python-format
-msgid "%(value)r must be >= %(boundary)s"
-msgstr "%(value)r doit être >= %(boundary)s"
-
-#, python-format
 msgid "%d days"
 msgstr "%d jours"
 
@@ -3943,6 +3931,18 @@
 msgstr "la valeur associée à cette clé n'est pas éditable manuellement"
 
 #, python-format
+msgid "value must be %(op)s %(boundary)s"
+msgstr "la valeur doit être %(op)s %(boundary)s"
+
+#, python-format
+msgid "value must be <= %(boundary)s"
+msgstr "la valeur doit être <= %(boundary)s"
+
+#, python-format
+msgid "value must be >= %(boundary)s"
+msgstr "la valeur doit être >= %(boundary)s"
+
+#, python-format
 msgid "value should have maximum size of %s"
 msgstr "la valeur doit être de taille %s au maximum"