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.da.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Wallabag/CoreBundle/Resources/translations/validators.da.yml (limited to 'src/Wallabag/CoreBundle/Resources/translations/validators.da.yml') diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml new file mode 100644 index 00000000..dfe2c64d --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml @@ -0,0 +1,6 @@ +validator: + password_must_match: 'De indtastede adgangskoder skal være ens' + password_too_short: 'Adgangskoden skal være mindst 8 tegn' +# 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