source: extensions/MyPiwiShop/language/da_DK/plugin.lang.php @ 27832

Last change on this file since 27832 was 27832, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update da_DK, thanks to : Kaare

  • Property svn:executable set to *
File size: 5.2 KB
RevLine 
[27767]1<?php
2// +-----------------------------------------------------------------------+
[27832]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// +-----------------------------------------------------------------------+
[27767]23$lang['the product'] = 'produktet';
24$lang['you must enter the name of the option'] = 'du skal angive navnet på valgmuligheden';
25$lang['you must enter the product and not the price'] = 'du skal angive produktet og ikke prisen';
26$lang['The order is changed'] = 'Rækkefølgen er ændret';
27$lang['Type'] = 'Type';
28$lang['Type of option'] = 'Valgmulighedstype';
29$lang['Validate the change'] = 'Godkend ændringen';
30$lang['Value'] = 'Værdi';
31$lang['View cart'] = 'Vis kurv';
32$lang['What is MyPiwiShop?'] = 'Hvad er MyPiwiShop?';
33$lang['Your Paypal id'] = 'Din Paypal-id eller din Paypal-kontos mailadresse';
34$lang['a option'] = 'en valgmulighed';
35$lang['a product'] = 'et produkt';
36$lang['add value'] = 'tilføj værdi';
37$lang['drag / drop to change the order'] = 'træk/slip for at ændre rækkefølge';
[27832]38$lang['duplicate'] = 'kopier';
[27767]39$lang['option registered'] = 'valgmulighed registreret';
40$lang['products have been added to these images'] = 'produkter er føjet til disse billeder';
41$lang['products have been removed for these pictures'] = 'produkter er fjernet vedr. disse billeder';
42$lang['see related products for this picture'] = 'se relaterede produkter vedr. dette billede';
43$lang['shipping fees'] = 'forsendelsesomkostninger';
44$lang['the option'] = 'valgmuligheden';
45$lang['the order is changed'] = 'rækkefølgen er ændret';
46$lang['Delete the selected products for these images'] = 'Slet de valgte produkter vedr. disse billeder';
47$lang['Edit'] = 'Rediger';
48$lang['Note administrator'] = 'Besked til administrator';
49$lang['Option registered'] = 'Valgmulighed registreret';
50$lang['Option value'] = 'Valgmuligheds værdi';
51$lang['Options'] = 'Valgmuligheder';
52$lang['Presentation text for a single product'] = 'Et enkelt produkts præsentationstekst';
53$lang['Presentation text for several products'] = 'Flere produkters præsentationstekst';
54$lang['Price'] = 'Pris';
55$lang['Product'] = 'Produkt';
56$lang['Product registered'] = 'Produkt registreret';
57$lang['Products'] = 'Produkter';
58$lang['Products have been added to these images'] = 'Der er tilføjet produkter til disse billeder';
59$lang['Products have been removed for these pictures'] = 'Der er fjernet produkter vedr. disse billeder';
60$lang['Registered'] = 'Registreret';
61$lang['Required'] = 'Krævet';
62$lang['Select at least one product'] = 'Vælg mindst ét produkt';
63$lang['Shipping cost'] = 'Forsendelsesomkostninger';
64$lang['Shop'] = 'Butik';
65$lang['Showing 0 to 0 of 0 records'] = 'Viser 0 til 0 af 0 poster';
66$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Viser _START_ til _END_ af _TOTAL_ poster';
67$lang['The field is required'] = 'Feltet er krævet';
68$lang[' option'] = ' valgmulighed';
69$lang[' product'] = ' produkt';
70$lang['(filtered from _MAX_ total records)'] = '(filtreret fra i alt _MAX_ poster)';
71$lang['Add '] = 'Tilføj';
72$lang['Add a option'] = 'Tilføj en valgmulighed';
73$lang['Add a product'] = 'Tilføj et produkt';
74$lang['Add the selected products for these images'] = 'Tilføj de valgte produkter for disse billeder';
75$lang['Buy'] = 'Køb';
76$lang['Change the display order of options in the form'] = 'Ændr visningsrækkefølgen af valgmuligheder på formularen';
77$lang['Change the display order of products in the form'] = 'Ændr visningsrækkefølgen af produkter på formularen';
78$lang['Configuration'] = 'Opsætning';
79$lang['Currency'] = 'Valuta';
80$lang['Display _MENU_ records per page'] = 'Vis _MENU_ poster pr. side';
[27832]81$lang['Duplicate '] = 'Kopier';
[27767]82$lang['Fields marked with * must be completed'] = 'Felter markeret med * skal udfyldes';
83$lang['No matching option found'] = 'Ingen tilsvarende valgmuligheder fundet';
[27832]84$lang['No product selected'] = 'Ingen produkter valgt';
Note: See TracBrowser for help on using the repository browser.