Norwegian language update

This commit is contained in:
Harald 2014-08-23 22:21:51 +02:00
parent 2a485f02f0
commit 86a60025ef

View File

@ -40,38 +40,38 @@ return array(
"integer" => ":attribute må være heltall.", "integer" => ":attribute må være heltall.",
"ip" => ":attribute må være en gyldig IP-adresse.", "ip" => ":attribute må være en gyldig IP-adresse.",
"max" => array( "max" => array(
"numeric" => "The :attribute may not be greater than :max.", "numeric" => ":attribute kan ikke være høyere enn :max.",
"file" => "The :attribute may not be greater than :max kilobytes.", "file" => ":attribute kan ikke være større enn :max kilobytes.",
"string" => "The :attribute may not be greater than :max characters.", "string" => ":attribute kan ikke være mer enn :max tegn.",
"array" => "The :attribute may not have more than :max items.", "array" => ":attribute kan ikke inneholde mer enn :max elementer.",
), ),
"mimes" => "The :attribute must be a file of type: :values.", "mimes" => ":attribute må være av filtypen: :values.",
"min" => array( "min" => array(
"numeric" => "The :attribute must be at least :min.", "numeric" => ":attribute må minimum være :min.",
"file" => "The :attribute must be at least :min kilobytes.", "file" => ":attribute må minimum være :min kilobytes.",
"string" => "The :attribute must be at least :min characters.", "string" => ":attribute må minimum være :min tegn.",
"array" => "The :attribute must have at least :min items.", "array" => ":attribute må inneholde minimum :min elementer.",
), ),
"not_in" => "The selected :attribute is invalid.", "not_in" => "Valgt :attribute er ugyldig.",
"numeric" => "The :attribute must be a number.", "numeric" => ":attribute må være et siffer.",
"regex" => "The :attribute format is invalid.", "regex" => ":attribute formatet er ugyldig.",
"required" => "The :attribute field is required.", "required" => ":attribute er påkrevd.",
"required_if" => "The :attribute field is required when :other is :value.", "required_if" => ":attribute er påkrevd når :other er :value.",
"required_with" => "The :attribute field is required when :values is present.", "required_with" => ":attribute er påkrevd når :values er valgt.",
"required_without" => "The :attribute field is required when :values is not present.", "required_without" => ":attribute er påkrevd når :values ikke er valgt.",
"same" => "The :attribute and :other must match.", "same" => ":attribute og :other må sammsvare.",
"size" => array( "size" => array(
"numeric" => "The :attribute must be :size.", "numeric" => ":attribute må være :size.",
"file" => "The :attribute must be :size kilobytes.", "file" => ":attribute må være :size kilobytes.",
"string" => "The :attribute must be :size characters.", "string" => ":attribute må være :size tegn.",
"array" => "The :attribute must contain :size items.", "array" => ":attribute må inneholde :size elementer.",
), ),
"unique" => "The :attribute has already been taken.", "unique" => ":attribute er allerede blitt tatt.",
"url" => "The :attribute format is invalid.", "url" => ":attribute formatet er ugyldig.",
"positive" => "The :attribute must be greater than zero.", "positive" => ":attribute må være mer enn null.",
"has_credit" => "The client does not have enough credit.", "has_credit" => "Klienten har ikke høy nok kreditt.",
"notmasked" => "The values are masked", "notmasked" => "Verdiene er skjult",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------