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
This commit is contained in:
Toshi MARUYAMA 2013-09-30 05:34:46 +00:00
parent b6f2b982ab
commit c72baca17c
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ nl:
accepted: "moet geaccepteerd worden" accepted: "moet geaccepteerd worden"
empty: "mag niet leeg zijn" empty: "mag niet leeg zijn"
blank: "mag niet blanco zijn" blank: "mag niet blanco zijn"
too_long: "is te lang" too_long: "is te lang (maximaal %{count} tekens)"
too_short: "is te kort" too_short: "is te kort (minimaal %{count} tekens)"
wrong_length: "heeft een onjuiste lengte" wrong_length: "heeft een onjuiste lengte"
taken: "is al in gebruik" taken: "is al in gebruik"
not_a_number: "is geen getal" not_a_number: "is geen getal"