Skip to content

Added Dutch translation for validation rules "date_format" and "required_with". #1989

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions application/language/nl/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"countbetween" => ":attribute moet tussen :min en :max geselecteerde elementen bevatten.",
"countmax" => ":attribute moet minder dan :max geselecteerde elementen bevatten.",
"countmin" => ":attribute moet minimaal :min geselecteerde elementen bevatten.",
"date_format" => ":attribute moet een geldige datum formaat bevatten.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"date_format" => ":attribute moet een geldig datumformaat bevatten.",
Better?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, must have overlooked it. Thanks!

"different" => ":attribute en :other moeten verschillend zijn.",
"email" => ":attribute is geen geldig e-mailadres.",
"exists" => ":attribute bestaat niet.",
Expand All @@ -49,6 +50,7 @@
"not_in" => "Het formaat van :attribute is ongeldig.",
"numeric" => ":attribute moet een nummer zijn.",
"required" => ":attribute is verplicht.",
"required_with" => ":attribute is verplicht i.c.m. :field",
"same" => ":attribute en :other moeten overeenkomen.",
"size" => array(
"numeric" => ":attribute moet :size zijn.",
Expand Down