From dedfe3a854c39dcc8db016e3ebe362ebad4110dc Mon Sep 17 00:00:00 2001 From: Marius Boro Date: Tue, 7 Aug 2018 20:46:27 +0200 Subject: [PATCH] Update no.php updated to follow closed issues --- localization/no.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/localization/no.php b/localization/no.php index a3b9b175..b27d8c2b 100644 --- a/localization/no.php +++ b/localization/no.php @@ -205,7 +205,10 @@ return array( '#1 unit was automatically added and will apply in addition to the amount entered here' => '#1 enhet ble automatisk lagt til i tillegg til hva som blir skrevet inn her', 'in singular form' => 'I entall', 'in plural form' => 'I flertall', - + 'Never expires' => 'Går ikke ut på dato', + 'This cannot be lower than #1' => 'Dette kan ikke være lavere enn #1', + '-1 means that this product never expires' => '-1 Betyr at dette produktet aldru går ut på dato', + //Constants 'manually' => 'Manuel', 'dynamic-regular' => 'Automatisk (rullering settes under)', @@ -224,11 +227,17 @@ return array( 'Tinned food cupboard' => 'Boksematskapet', 'Fridge' => 'Kjøleskapet', 'Piece' => 'Ett', + 'Pieces' => 'Flere', 'Pack' => 'Pakke', + 'Packs' => 'Pakker', 'Glass' => 'Glass', + 'Glasses' => 'Glass', 'Tin' => 'Hermetikkboks', + 'Tin' => 'Hermetikkbokser', 'Can' => 'Boks', + 'Cans' => 'Boker', 'Bunch' => 'Klase', + 'Bunches' => 'Klaser', 'Gummy bears' => 'Vingummibjørner', 'Crisps' => 'Chips', 'Eggs' => 'Egg',