X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Ftranslations%2Fvalidators.fr.yml;h=92f69aa037995b5d0607f431436ad9de5223cf0f;hb=eeae34375d41a5c30c60c1ad47fe8beffd9d4f3d;hp=40513f2a8b6bcd19ede87f1036824eb9f5af645d;hpb=6fa4be38eb1b42a224b1649736c16b8d4b44d66a;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml index 40513f2a..92f69aa0 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml @@ -1,3 +1,7 @@ -# Config screen -The password fields must match: 'Les deux mots de passe doivent être les mêmes' -Password should by at least 8 chars long: 'Le mot de passe doit contenir au moins 8 caractères' +validator: + password_must_match: "Les deux mots de passe doivent être les mêmes" + password_too_short: "Le mot de passe doit contenir au moins 8 caractères" + password_wrong_value: "Votre mot de passe actuel est faux" + item_per_page_too_high: "Ça ne va pas plaire à l’application" + feed_limit_too_high: "Ça ne va pas plaire à l’application" + quote_length_too_high: "La citation est trop longue. Elle doit avoir au maximum {{ limit }} caractères."