From c5ed2decdc761e6a4bcffe21ee458e3822add18f Mon Sep 17 00:00:00 2001 From: Herman Date: Sat, 8 Mar 2014 16:31:33 +0100 Subject: [PATCH] Update validation.php --- nl/validation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nl/validation.php b/nl/validation.php index 03a73e293fa..87f8156ec0c 100644 --- a/nl/validation.php +++ b/nl/validation.php @@ -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.",