From 1221f5315d978fe71d41ef8d164d127e8f6b33b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 3 May 2016 22:06:07 +0200 Subject: Fix translation for validators Fix #2003 --- src/Wallabag/CoreBundle/Resources/translations/validators.en.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/translations/validators.en.yml (limited to 'src/Wallabag/CoreBundle/Resources/translations/validators.en.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml new file mode 100644 index 00000000..cdfa46a6 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml @@ -0,0 +1,6 @@ +validator: + password_must_match: 'The password fields must match.' + password_too_short: 'Password should by at least 8 chars long' + password_wrong_value: 'Wrong value for your current password' + item_per_page_too_high: 'This will certainly kill the app' + rss_limit_too_hight: 'This will certainly kill the app' -- cgit v1.2.3