diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-08 22:49:17 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-02-11 17:52:00 +0100 |
commit | 6fa4be38eb1b42a224b1649736c16b8d4b44d66a (patch) | |
tree | 60ff487a92575938c5c30f5e612430e2351c1101 /src/Wallabag/CoreBundle/Resources | |
parent | ae5b37ef2e52c06182bc6edb14f6b3aae381ddb4 (diff) | |
download | wallabag-6fa4be38eb1b42a224b1649736c16b8d4b44d66a.tar.gz wallabag-6fa4be38eb1b42a224b1649736c16b8d4b44d66a.tar.zst wallabag-6fa4be38eb1b42a224b1649736c16b8d4b44d66a.zip |
fix labels on new user prompt
fix tests
nl
add translation validation length
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml new file mode 100644 index 00000000..40513f2a --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml | |||
@@ -0,0 +1,3 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'Les deux mots de passe doivent être les mêmes' | ||
3 | Password should by at least 8 chars long: 'Le mot de passe doit contenir au moins 8 caractères' | ||