From 606ab37b6a9d0b4a4ad58ac3d2ca2ea3f581b857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 23 Jan 2019 10:10:45 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (6 of 6 strings) --- .../Resources/translations/validators.en.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml index 8cc117fe0..f5cfc4fc2 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml @@ -1,7 +1,8 @@ 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_high: 'This will certainly kill the app' - quote_length_too_high: 'The quote is too long. It should have {{ limit }} characters or less.' + password_must_match: The password fields must match. + password_too_short: Your password must by at least 8 characters. + password_wrong_value: Wrong current password supplied. + item_per_page_too_high: This will certainly kill the app + rss_limit_too_high: This will certainly kill the app + quote_length_too_high: The quote is too long. It should have {{ limit }} characters + or less.