source: extensions/MyPiwiShop/language/nb_NO/plugin.lang.php @ 31386

Last change on this file since 31386 was 31386, checked in by TranslationTeam, 8 years ago

Update nb_NO, thanks to paulen

  • Property svn:executable set to *
File size: 5.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Currency'] = 'Valuta';
24$lang['Edit'] = 'Redigere';
25$lang['the product'] = 'produktet';
26$lang['you must enter the name of the option'] = 'du må skrive inn navnet på alternativet';
27$lang['you must enter the product and not the price'] = 'du må skrive inn i produktet og ikke prisen';
28$lang['option registered'] = 'alternativ registrert';
29$lang['products have been added to these images'] = 'produkter er lagt til disse bildene';
30$lang['products have been removed for these pictures'] = 'produkter har blitt fjernet fra disse bildene';
31$lang['see related products for this picture'] = 'se tilsvarende produkter for disse bildene';
32$lang['shipping fees'] = 'frakt kostnader';
33$lang['the option'] = 'alternativet';
34$lang['the order is changed'] = 'bestillingen er blitt endret';
35$lang['duplicate'] = 'kopiere';
36$lang['The order is changed'] = 'Bestillingen er endret';
37$lang['Type'] = 'Type';
38$lang['Type of option'] = 'Typer av muligheter';
39$lang['Validate the change'] = 'Bekrefte endringen';
40$lang['Value'] = 'Verdi';
41$lang['View cart'] = 'Vis handlevogn';
42$lang['What is MyPiwiShop?'] = 'Hva er MyPiwiShop?';
43$lang['Your Paypal id'] = 'Din Paypal id eller e-postadressen til din Paypal konto';
44$lang['a option'] = 'et alternativ';
45$lang['a product'] = 'et produkt';
46$lang['add value'] = 'legg til verdi';
47$lang['drag / drop to change the order'] = 'dra/slipp for å endre rekkefølgen';
48$lang['Note administrator'] = 'Note administrator';
49$lang['Option registered'] = 'Alternativ registrert';
50$lang['Option value'] = 'Alternativ verdi';
51$lang['Options'] = 'Alternativ';
52$lang['Presentation text for a single product'] = 'Presentasjon for et enkelt produkt';
53$lang['Presentation text for several products'] = 'Presentasjon for flere produkter';
54$lang['Price'] = 'Pris';
55$lang['Product'] = 'Produkt';
56$lang['Product registered'] = 'Produktet er registrert';
57$lang['Products'] = 'Produkter';
58$lang['Products have been added to these images'] = 'Produkter har blitt lagt til disse bildene';
59$lang['Products have been removed for these pictures'] = 'Produkter har blitt fjernet fra disse bildene';
60$lang['Registered'] = 'Registrert';
61$lang['Required'] = 'Påkrevd';
62$lang['Select at least one product'] = 'Velg minst et produkt';
63$lang['Shipping cost'] = 'Frakt kostnader';
64$lang['Shop'] = 'Butikk';
65$lang['Showing 0 to 0 of 0 records'] = 'Viser 0 til 0 av 0 poster';
66$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Viser _START_ til _SLUTT_ av _TOTAL_ poster';
67$lang['The field is required'] = 'Feltet er påkrevet';
68$lang[' option'] = 'alternativ';
69$lang[' product'] = 'produkt';
70$lang['(filtered from _MAX_ total records)'] = '(filtrert fra _MAKS_ totale antall poster)';
71$lang['Add '] = 'Legg til';
72$lang['Add a option'] = 'Legg til et alternativ';
73$lang['Add a product'] = 'Legg til et produkt';
74$lang['Add the selected products for these images'] = 'Legg til det valgte produkt for disse bildene';
75$lang['Buy'] = 'Kjøp';
76$lang['Change the display order of options in the form'] = 'Endre visningsrekkefølgen for alternativer i skjema';
77$lang['Change the display order of products in the form'] = 'Endre visningsrekkefølgen for produkter i skjema';
78$lang['Configuration'] = 'Innstillinger';
79$lang['Delete the selected products for these images'] = 'Slett valgte produkt for disse bildene';
80$lang['Display _MENU_ records per page'] = 'Vis_MENY_poster per side';
81$lang['Duplicate '] = 'Kopiere';
82$lang['Fields marked with * must be completed'] = 'Feltene merket med * må fylles ut';
83$lang['No matching option found'] = 'Ingen tilsvarende valg funnet';
84$lang['No product selected'] = 'Ingen produkt valgt';
Note: See TracBrowser for help on using the repository browser.