mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Norwegian language update
This commit is contained in:
parent
698d42c7e8
commit
2a485f02f0
@ -13,32 +13,32 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
"accepted" => "The :attribute must be accepted.",
|
||||
"active_url" => "The :attribute is not a valid URL.",
|
||||
"after" => "The :attribute must be a date after :date.",
|
||||
"alpha" => "The :attribute may only contain letters.",
|
||||
"alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.",
|
||||
"alpha_num" => "The :attribute may only contain letters and numbers.",
|
||||
"array" => "The :attribute must be an array.",
|
||||
"before" => "The :attribute must be a date before :date.",
|
||||
"accepted" => ":attribute må være akseptert.",
|
||||
"active_url" => ":attribute er ikke en gyldig URL.",
|
||||
"after" => ":attribute må være en dato etter :date.",
|
||||
"alpha" => ":attribute kan kun inneholde bokstaver.",
|
||||
"alpha_dash" => ":attribute kan kun inneholde bokstaver, sifre, og bindestreker.",
|
||||
"alpha_num" => ":attribute kan kun inneholde bokstaver og sifre.",
|
||||
"array" => ":attribute må være en matrise.",
|
||||
"before" => ":attribute må være en dato før :date.",
|
||||
"between" => array(
|
||||
"numeric" => "The :attribute must be between :min - :max.",
|
||||
"file" => "The :attribute must be between :min - :max kilobytes.",
|
||||
"string" => "The :attribute must be between :min - :max characters.",
|
||||
"array" => "The :attribute must have between :min - :max items.",
|
||||
"numeric" => ":attribute må være mellom :min - :max.",
|
||||
"file" => ":attribute må være mellom :min - :max kilobytes.",
|
||||
"string" => ":attribute må være mellom :min - :max tegn.",
|
||||
"array" => ":attribute må ha mellom :min - :max elementer.",
|
||||
),
|
||||
"confirmed" => "The :attribute confirmation does not match.",
|
||||
"date" => "The :attribute is not a valid date.",
|
||||
"date_format" => "The :attribute does not match the format :format.",
|
||||
"different" => "The :attribute and :other must be different.",
|
||||
"digits" => "The :attribute must be :digits digits.",
|
||||
"digits_between" => "The :attribute must be between :min and :max digits.",
|
||||
"email" => "The :attribute format is invalid.",
|
||||
"exists" => "The selected :attribute is invalid.",
|
||||
"image" => "The :attribute must be an image.",
|
||||
"in" => "The selected :attribute is invalid.",
|
||||
"integer" => "The :attribute must be an integer.",
|
||||
"ip" => "The :attribute must be a valid IP address.",
|
||||
"confirmed" => ":attribute bekreftelsen stemmer ikke",
|
||||
"date" => ":attribute er ikke en gyldig dato.",
|
||||
"date_format" => ":attribute samsvarer ikke med formatet :format.",
|
||||
"different" => ":attribute og :other må være forskjellig.",
|
||||
"digits" => ":attribute må være :digits sifre.",
|
||||
"digits_between" => ":attribute må være mellom :min og :max sifre.",
|
||||
"email" => ":attribute formatet er ugyldig.",
|
||||
"exists" => "Valgt :attribute er ugyldig.",
|
||||
"image" => ":attribute må være et bilde.",
|
||||
"in" => "Valgt :attribute er ugyldig.",
|
||||
"integer" => ":attribute må være heltall.",
|
||||
"ip" => ":attribute må være en gyldig IP-adresse.",
|
||||
"max" => array(
|
||||
"numeric" => "The :attribute may not be greater than :max.",
|
||||
"file" => "The :attribute may not be greater than :max kilobytes.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user