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 | ?> |
---|