diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-30 05:34:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-30 05:34:46 +0000 |
commit | c72baca17c3e90b9bab3fe3e2249c7cc7a1e7f76 (patch) | |
tree | a7e06afd933b911a5ba058f912924b0336f94401 /config | |
parent | b6f2b982ab92a38fd7a89521a83890aad261357e (diff) | |
download | redmine-c72baca17c3e90b9bab3fe3e2249c7cc7a1e7f76.tar.gz redmine-c72baca17c3e90b9bab3fe3e2249c7cc7a1e7f76.zip |
Dutch activerecord.errors.messages.too_long/too_short translation updated by Pieter Nicolai (#14896)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12181 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/nl.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 7811208d7..d52926c31 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -110,8 +110,8 @@ nl: accepted: "moet geaccepteerd worden" empty: "mag niet leeg zijn" blank: "mag niet blanco zijn" - too_long: "is te lang" - too_short: "is te kort" + too_long: "is te lang (maximaal %{count} tekens)" + too_short: "is te kort (minimaal %{count} tekens)" wrong_length: "heeft een onjuiste lengte" taken: "is al in gebruik" not_a_number: "is geen getal" |