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

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

[mypiwishop] Update de_DE, thanks to : Joergen

  • Property svn:executable set to *
File size: 3.9 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'] = 'Editieren';
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?>
Note: See TracBrowser for help on using the repository browser.