Norwegian language update

This commit is contained in:
Harald 2014-08-23 22:06:33 +02:00
parent 698d42c7e8
commit 2a485f02f0

View File

@ -13,32 +13,32 @@ return array(
| |
*/ */
"accepted" => "The :attribute must be accepted.", "accepted" => ":attribute må være akseptert.",
"active_url" => "The :attribute is not a valid URL.", "active_url" => ":attribute er ikke en gyldig URL.",
"after" => "The :attribute must be a date after :date.", "after" => ":attribute må være en dato etter :date.",
"alpha" => "The :attribute may only contain letters.", "alpha" => ":attribute kan kun inneholde bokstaver.",
"alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", "alpha_dash" => ":attribute kan kun inneholde bokstaver, sifre, og bindestreker.",
"alpha_num" => "The :attribute may only contain letters and numbers.", "alpha_num" => ":attribute kan kun inneholde bokstaver og sifre.",
"array" => "The :attribute must be an array.", "array" => ":attribute må være en matrise.",
"before" => "The :attribute must be a date before :date.", "before" => ":attribute må være en dato før :date.",
"between" => array( "between" => array(
"numeric" => "The :attribute must be between :min - :max.", "numeric" => ":attribute må være mellom :min - :max.",
"file" => "The :attribute must be between :min - :max kilobytes.", "file" => ":attribute må være mellom :min - :max kilobytes.",
"string" => "The :attribute must be between :min - :max characters.", "string" => ":attribute må være mellom :min - :max tegn.",
"array" => "The :attribute must have between :min - :max items.", "array" => ":attribute må ha mellom :min - :max elementer.",
), ),
"confirmed" => "The :attribute confirmation does not match.", "confirmed" => ":attribute bekreftelsen stemmer ikke",
"date" => "The :attribute is not a valid date.", "date" => ":attribute er ikke en gyldig dato.",
"date_format" => "The :attribute does not match the format :format.", "date_format" => ":attribute samsvarer ikke med formatet :format.",
"different" => "The :attribute and :other must be different.", "different" => ":attribute og :other må være forskjellig.",
"digits" => "The :attribute must be :digits digits.", "digits" => ":attribute må være :digits sifre.",
"digits_between" => "The :attribute must be between :min and :max digits.", "digits_between" => ":attribute må være mellom :min og :max sifre.",
"email" => "The :attribute format is invalid.", "email" => ":attribute formatet er ugyldig.",
"exists" => "The selected :attribute is invalid.", "exists" => "Valgt :attribute er ugyldig.",
"image" => "The :attribute must be an image.", "image" => ":attribute må være et bilde.",
"in" => "The selected :attribute is invalid.", "in" => "Valgt :attribute er ugyldig.",
"integer" => "The :attribute must be an integer.", "integer" => ":attribute må være heltall.",
"ip" => "The :attribute must be a valid IP address.", "ip" => ":attribute må være en gyldig IP-adresse.",
"max" => array( "max" => array(
"numeric" => "The :attribute may not be greater than :max.", "numeric" => "The :attribute may not be greater than :max.",
"file" => "The :attribute may not be greater than :max kilobytes.", "file" => "The :attribute may not be greater than :max kilobytes.",