diff -r 0f54a0e128ac -r c082dea0731b i18n/fr.po --- a/i18n/fr.po Fri Apr 23 08:48:42 2010 +0200 +++ b/i18n/fr.po Fri Apr 23 09:17:07 2010 +0200 @@ -59,6 +59,22 @@ msgstr "%(subject)s %(etype)s #%(eid)s (%(login)s)" #, python-format +msgid "%(value)r doesn't match the %(regexp)r regular expression" +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" @@ -231,6 +247,9 @@ msgid "BoundConstraint" msgstr "contrainte de bornes" +msgid "BoundaryConstraint" +msgstr "contrainte de bornes" + msgid "Browse by category" msgstr "Naviguer par catégorie" @@ -2566,6 +2585,10 @@ msgid "invalid action %r" msgstr "action %r invalide" +#, python-format +msgid "invalid value %(value)s, it must be one of %(choices)s" +msgstr "valeur %(value)s incorrect, doit être parmi %(choices)s" + msgid "is" msgstr "de type" @@ -3919,6 +3942,14 @@ msgid "value associated to this key is not editable manually" msgstr "la valeur associée à cette clé n'est pas éditable manuellement" +#, python-format +msgid "value should have maximum size of %s" +msgstr "la valeur doit être de taille %s au maximum" + +#, python-format +msgid "value should have minimum size of %s" +msgstr "la valeur doit être de taille %s au minimum" + msgid "vcard" msgstr "vcard"