X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Ftranslations%2Fvalidators.da.yml;h=c6a842098bae64b82ffb10df9a6eb0e470b4c69e;hb=6a50b4ccb58860f5db872745c7f1894c75cdd027;hp=196f1ade730535e515e0cd8b46a6af9d6c83e167;hpb=2b788cadab62ef72bf59b0088f8fe727f6d11c54;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml index 196f1ade..c6a84209 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml @@ -1,3 +1,7 @@ -# Config screen -The password fields must match: 'De indtastede adgangskoder skal være ens' -Password should by at least 8 chars long: 'Adgangskoden skal være mindst 8 tegn' +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_high: 'This will certainly kill the app' + # quote_length_too_high: 'The quote is too long. It should have {{ limit }} characters or less.'