Skip to content

Commit

Permalink
Merge pull request #206 from sintemaa/master
Browse files Browse the repository at this point in the history
Update validation.php for NL
  • Loading branch information
caouecs committed Mar 12, 2014
2 parents 3aebfbe + c5ed2de commit 019eb22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nl/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"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",
"required_with_all" => "The :attribute field is required when :values is present.",
"required_without" => "The :attribute field is required when :values is not present.",
"required_without_all" => "The :attribute field is required when none of :values are present.",
"required_with" => ":attribute is verplicht i.c.m. :values",
"required_with_all" => ":attribute is verplicht i.c.m. :values",
"required_without" => ":attribute is verplicht als :values niet ingevuld is.",
"required_without_all" => ":attribute is verplicht als :values niet ingevuld zijn.",
"same" => ":attribute en :other moeten overeenkomen.",
"size" => array(
"numeric" => ":attribute moet :size zijn.",
Expand Down

0 comments on commit 019eb22

Please sign in to comment.