Commit b438fe81 authored by Bryan te Beek's avatar Bryan te Beek

A few small fixes to Dutch translation (nl_NL)

Signed-off-by: 's avatarBryan te Beek <bryantebeek@gmail.com>
parent fde0d112
...@@ -20,7 +20,7 @@ return array( ...@@ -20,7 +20,7 @@ return array(
"between" => array( "between" => array(
"numeric" => "Het :attribute moet tussen :min en :max zijn.", "numeric" => "Het :attribute moet tussen :min en :max zijn.",
"file" => "Het :attribute moet tussen :min en :max kilobytes zijn.", "file" => "Het :attribute moet tussen :min en :max kilobytes zijn.",
"string" => "Het :attribute moet tussen :min en :max tekens zijn.", "string" => "Het :attribute moet tussen :min en :max karakters zijn.",
), ),
"confirmed" => "Het :attribute bevestiging komt niet overeen.", "confirmed" => "Het :attribute bevestiging komt niet overeen.",
"count" => "Het :attribute moet precies :count geselecteerde elementen bevatten.", "count" => "Het :attribute moet precies :count geselecteerde elementen bevatten.",
...@@ -33,18 +33,18 @@ return array( ...@@ -33,18 +33,18 @@ return array(
"image" => "Het :attribute moet een afbeelding zijn.", "image" => "Het :attribute moet een afbeelding zijn.",
"in" => "Het gekozen :attribute is ongeldig.", "in" => "Het gekozen :attribute is ongeldig.",
"integer" => "Het :attribute moet een getal zijn.", "integer" => "Het :attribute moet een getal zijn.",
"ip" => "Het :attribute moet een geldig IP adres zijn.", "ip" => "Het :attribute moet een geldig IP-adres zijn.",
"match" => "Het :attribute formaat is ongeldig.", "match" => "Het :attribute formaat is ongeldig.",
"max" => array( "max" => array(
"numeric" => "Het :attribute moet minder dan :max zijn.", "numeric" => "Het :attribute moet minder dan :max zijn.",
"file" => "Het :attribute moet minder dan :max kilobytes zijn.", "file" => "Het :attribute moet minder dan :max kilobytes zijn.",
"string" => "Het :attribute moet minder dan :max tekens zijn.", "string" => "Het :attribute moet minder dan :max karakters zijn.",
), ),
"mimes" => "Het :attribute moet een bestand zijn van het bestandstype :values.", "mimes" => "Het :attribute moet een bestand zijn van het bestandstype :values.",
"min" => array( "min" => array(
"numeric" => "Het :attribute moet minimaal :min zijn.", "numeric" => "Het :attribute moet minimaal :min zijn.",
"file" => "Het :attribute moet minimaal :min kilobytes zijn.", "file" => "Het :attribute moet minimaal :min kilobytes zijn.",
"string" => "Het :attribute moet minimaal :min characters zijn.", "string" => "Het :attribute moet minimaal :min karakters zijn.",
), ),
"not_in" => "Het :attribute formaat is ongeldig.", "not_in" => "Het :attribute formaat is ongeldig.",
"numeric" => "Het :attribute moet een nummer zijn.", "numeric" => "Het :attribute moet een nummer zijn.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment