Skip to content

Commit

Permalink
Merge pull request laravel#1989 from juukie14/master
Browse files Browse the repository at this point in the history
Added Dutch translation for validation rules "date_format" and "required_with".
  • Loading branch information
taylorotwell committed May 14, 2013
2 parents cffded6 + b894cde commit 348fecc
Showing 1 changed file with 2 additions and 0 deletions.
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.",
"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

0 comments on commit 348fecc

Please sign in to comment.