Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Validate: Improved NL localization (http://plugins.jquery.com/node/14120
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jzaefferer committed Apr 3, 2010
1 parent 210377f commit c738245
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
@@ -1,3 +1,7 @@
1.x
---
* Improved NL localization (http://plugins.jquery.com/node/14120)

1.7
---
* Added Lithuanian (LT) localization
Expand Down
10 changes: 5 additions & 5 deletions localization/messages_nl.js
Expand Up @@ -5,13 +5,13 @@
jQuery.extend(jQuery.validator.messages, {
required: "Dit is een verplicht veld.",
remote: "Controleer dit veld.",
email: "Vul hier een geldig email adres in.",
email: "Vul hier een geldig e-mailadres in.",
url: "Vul hier een geldige URL in.",
date: "Vul hier een geldige datum in.",
dateISO: "Vul hier een geldige datum in (ISO).",
number: "Vul hier een geldig nummer in.",
digits: "Vul hier alleen nummers in.",
creditcard: "Vul hier een geldig credit card nummer in.",
dateISO: "Vul hier een geldige datum in (ISO-formaat).",
number: "Vul hier een geldig getal in.",
digits: "Vul hier alleen getallen in.",
creditcard: "Vul hier een geldig creditcardnummer in.",
equalTo: "Vul hier dezelfde waarde in.",
accept: "Vul hier een waarde in met een geldige extensie.",
maxlength: jQuery.validator.format("Vul hier maximaal {0} tekens in."),
Expand Down

0 comments on commit c738245

Please sign in to comment.