source: extensions/MyPiwiShop/language/de_DE/plugin.lang.php

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

[mypiwishop] Update de_DE, thanks to : Yogie

  • Property svn:executable set to *
File size: 5.3 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[' option'] = 'Optionen';
24$lang[' product'] = 'Product';
25$lang['(filtered from _MAX_ total records)'] = 'Von MAX-TOTAL-RECORDS gefiltert';
26$lang['Add '] = 'Hinzufügen';
27$lang['Add a option'] = 'Optionen hinzufügen';
28$lang['Add a product'] = 'Produkt hinzufügen';
29$lang['Add the selected products for these images'] = 'Hinzufügen der ausgewählten Produkte für dieses Bild';
30$lang['Buy'] = 'Kaufen';
31$lang['Change the display order of options in the form'] = 'Wechselt die Anzeige-Reihenfolge von Optionen im Formular';
32$lang['Change the display order of products in the form'] = 'Wechselt die Anzeige-Reihenfolge von Produkten im Formular';
33$lang['Configuration'] = 'Konfiguration';
34$lang['Currency'] = 'Währung';
35$lang['Delete the selected products for these images'] = 'Löschen der ausgewählten Produkte für dieses Bild';
36$lang['Display _MENU_ records per page'] = 'Anzeigen der MENU-RECORDS pro Seite';
37$lang['Duplicate '] = 'Vervielfältigen';
38$lang['Edit'] = 'bearbeiten';
39$lang['Fields marked with * must be completed'] = 'Felder mit * markiert müssen ausgefüllt werden';
40$lang['No matching option found'] = 'Keine übereinstimmende Optionen gefunden';
41$lang['No product selected'] = 'Kein Produkt gewählt';
42$lang['Note administrator'] = 'Administrator benachrichtigen';
43$lang['Option registered'] = 'Optionen registriert';
44$lang['Option value'] = 'Optionen bewerten';
45$lang['Options'] = 'Optionen';
46$lang['Presentation text for a single product'] = 'Präsentations-Text für ein einzelnes Produkt';
47$lang['Presentation text for several products'] = 'Präsentations-Text für ein einzelnes Produkt';
48$lang['Price'] = 'Preis';
49$lang['Product'] = 'Produkt';
50$lang['Product registered'] = 'Produkt registriert';
51$lang['Products'] = 'Produkte';
52$lang['Products have been added to these images'] = 'Produkte zu diesen Bildern zugefügt';
53$lang['Products have been removed for these pictures'] = 'Produkte zu diesen Bildern entfernt';
54$lang['Registered'] = 'Registriert';
55$lang['Required'] = 'Erforderlich';
56$lang['Select at least one product'] = 'Wählen sie mindestens ein Produkt';
57$lang['Shipping cost'] = 'Versand Kosten';
58$lang['Shop'] = 'Shop';
59$lang['Showing 0 to 0 of 0 records'] = 'Zeige 0 to 0 of 0 Einträgen';
60$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Zeige _START_ bis _END_ der _TOTAL_ Einträge';
61$lang['the option'] = 'die Option';
62$lang['the order is changed'] = 'die Reihenfolge ist geändert';
63$lang['you must enter the product and not the price'] = 'Sie müssen das Produkt und nicht den Preis eingeben';
64$lang['you must enter the name of the option'] = 'Sie müssen den Namen der Option eingeben';
65$lang['the product'] = 'das Produkt';
66$lang['The field is required'] = 'Das Feld ist obligatorisch';
67$lang['The order is changed'] = 'Die Bestellung ist geändert';
68$lang['Type'] = 'Typ';
69$lang['Type of option'] = 'Art der Option';
70$lang['Validate the change'] = 'Bestätigen Sie die Änderung';
71$lang['Value'] = 'Wert';
72$lang['View cart'] = 'Warenkorb anzeigen';
73$lang['What is MyPiwiShop?'] = 'Was ist MyPiwiShop?';
74$lang['Your Paypal id'] = 'Ihre Paypal-ID oder E-Mail-Adresse Ihres Paypal-Kontos';
75$lang['a option'] = 'eine Option';
76$lang['a product'] = 'ein Produkt';
77$lang['add value'] = 'zusätzlichen Nutzen';
78$lang['drag / drop to change the order'] = 'Drag / Drop die Reihenfolge ändern';
79$lang['duplicate'] = 'vervielfältigen';
80$lang['option registered'] = 'Option registriert';
81$lang['products have been added to these images'] = 'Produkte wurden für diese Bilder hinzugefügt';
82$lang['products have been removed for these pictures'] = 'Produkte wurden für diese Bilder entfernt';
83$lang['see related products for this picture'] = 'siehe verwandte Produkte zu diesem Bild';
84$lang['shipping fees'] = 'Versandkosten';
85$lang['Edit '] = 'Bearbeiten';
Note: See TracBrowser for help on using the repository browser.