1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2013 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['Unknown id %d for frontside picture'] = 'Unbekannte ID %d für das Vorderseiten-Bild'; |
---|
24 | $lang['Bottom'] = 'Fuß'; |
---|
25 | $lang['Toolbar'] = 'Symbolleiste'; |
---|
26 | $lang['Top'] = 'Kopf'; |
---|
27 | $lang['Transition'] = 'Übergang'; |
---|
28 | $lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Separiere die beiden Tabs mit dem | Zeichen. Lasse es leer um die Standard-Übersetzung zu benutzen.'; |
---|
29 | $lang['Switch mode'] = 'Modus umschalten'; |
---|
30 | $lang['The picture n°%d has already a backside : %s'] = 'Das Bild Nr. %d hat bereits eine Rückseite: %s'; |
---|
31 | $lang['The picture n°%s is already a backside'] = 'Das Bild Nr. %s ist bereits eine Rückseite'; |
---|
32 | $lang['This picture has a backside :'] = 'Dieses Bild hat eine Rückseite:'; |
---|
33 | $lang['This picture is a backside...'] = 'Dieses Bild ist eine Rückseite...'; |
---|
34 | $lang['This picture is no longer a backside'] = 'Dieses Bild ist nicht länger eine Rückseite'; |
---|
35 | $lang['This picture is now the backside of the picture n°%s'] = 'Dieses Bild ist nun die Rückseite des Bildes Nr. %s'; |
---|
36 | $lang['...of the picture n°'] = '... der Bildnummer'; |
---|
37 | $lang['Backside and frontside can\'t be the same picture'] = 'Vorder- und Rückseite können nicht das gleiche Bild sein'; |
---|
38 | $lang['Backside management'] = 'Rückseiten Einstellungen'; |
---|
39 | $lang['Click'] = 'Klick'; |
---|
40 | $lang['Display a mark on thumbnails list'] = 'Zeige ein Zeichen auf der Vorschaubild-Liste'; |
---|
41 | $lang['Fade'] = 'Blenden'; |
---|
42 | $lang['Link name'] = 'Schaltfläche Name'; |
---|
43 | $lang['Link position'] = 'Schaltfläche Position'; |
---|
44 | $lang['Modify backside information'] = 'Editiere Rückseiten Informationen'; |
---|
45 | $lang['Mouseover'] = 'Mausover'; |
---|
46 | $lang['Move backside to private album'] = 'Bewege Rückseite in privates Album'; |
---|
47 | $lang['See back'] = 'Schau die Rückseite an'; |
---|
48 | $lang['See front'] = 'Schau die Vorderseite an'; |
---|
49 | $lang['Hide backside from albums'] = 'Verstecke Rückseite des Albums'; |
---|
50 | ?> |
---|