1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Achtung:</b> alle Dateien werden innerhalb von %d Stunden gelöscht!'; |
---|
24 | $lang['Archive comment'] = 'Archiviere Kommentare'; |
---|
25 | $lang['Archive prefix'] = 'Archiv Prefix '; |
---|
26 | $lang['Archives'] = 'Archive'; |
---|
27 | $lang['Batch Downloader'] = 'Stapel Download'; |
---|
28 | $lang['Cancel this download'] = 'Diesen Download abbrechen'; |
---|
29 | $lang['Cancel this set'] = 'Auswahl löschen'; |
---|
30 | $lang['Delete downloads after'] = 'Download löschen nach'; |
---|
31 | $lang['Delete this set'] = 'Diese Auswahl löschen'; |
---|
32 | $lang['Download all pictures of this selection'] = 'Alle Bilder dieser Auswahl herunterladen'; |
---|
33 | $lang['Download history'] = 'Verlauf herunterladen'; |
---|
34 | $lang['Download info'] = 'Download Info'; |
---|
35 | $lang['Download links'] = 'Download Links'; |
---|
36 | $lang['Download permissions'] = 'Download Rechte'; |
---|
37 | $lang['Download set deleted'] = 'Auswahl der '; |
---|
38 | $lang['Downloads'] = 'Downloads'; |
---|
39 | $lang['Edit the set'] = 'Auswahl bearbeiten'; |
---|
40 | $lang['Estimated number of archives'] = 'Vorraussichtliche Anzahl an Archiven'; |
---|
41 | $lang['Estimated size'] = 'Vorraussichtliche Größe'; |
---|
42 | $lang['Generate ZIP'] = 'Generiere ZIP Archiv'; |
---|
43 | $lang['Maximum number of photos per download set'] = 'Maximale Anzahl der Fotos pro Download'; |
---|
44 | $lang['Maximum photo size'] = 'Maximale Bildgröße'; |
---|
45 | $lang['Maximum size of each archive (in Megabytes)'] = 'Maximale Größe der einzelnen Archive (in Megabyte)'; |
---|
46 | $lang['Nb archives'] = 'Nb Archiv'; |
---|
47 | $lang['Nb images'] = 'Nb Fotos'; |
---|
48 | $lang['Random'] = 'Zufällig'; |
---|
49 | $lang['Return to download page'] = 'Zurück zur Downloadseite'; |
---|
50 | $lang['Set type'] = 'Setze Typ'; |
---|
51 | $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Das Archiv wird heruntergeladen, wenn der Download nicht automatisch startet bitte <a href="%s">hier klicken</a>'; |
---|
52 | $lang['Total size'] = 'Größe gesamt'; |
---|
53 | $lang['User collection'] = 'Benutzer Sammlung'; |
---|
54 | $lang['User groups'] = 'Benutzergruppen'; |
---|
55 | $lang['Whole gallery'] = 'Gesamte Galerie'; |
---|
56 | $lang['You can not edit this set'] = 'Du kannst die Auswahl nicht bearbeiten'; |
---|
57 | $lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Du hast %d Fotos zum Download ausgewählt, aber die Begrenzung liegt bei %d Fotos. Du kannst die Auswahl bearbeiten oder die letzten %s Fotos werden gelöscht.'; |
---|
58 | $lang['done'] = 'fertig'; |
---|
59 | $lang['download'] = 'Download'; |
---|
60 | $lang['real number of archives can differ'] = 'die wirkliche Anzahl der Archive kann abweichen'; |
---|
61 | ?> |
---|