Changeset 23293 for extensions
- Timestamp:
- Jun 17, 2013, 11:32:09 PM (11 years ago)
- Location:
- extensions/BatchDownloader/language/de_DE
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/language/de_DE/plugin.lang.php
r21673 r23293 35 35 $lang['Download links'] = 'Download Links'; 36 36 $lang['Download permissions'] = 'Download Rechte'; 37 $lang['Download set deleted'] = ' Auswahl der';37 $lang['Download set deleted'] = 'Download Auswahl gelöscht'; 38 38 $lang['Downloads'] = 'Downloads'; 39 39 $lang['Edit the set'] = 'Auswahl bearbeiten'; 40 40 $lang['Estimated number of archives'] = 'Vorraussichtliche Anzahl an Archiven'; 41 41 $lang['Estimated size'] = 'Vorraussichtliche Größe'; 42 $lang['Generate ZIP'] = ' Generiere ZIP Archiv';42 $lang['Generate ZIP'] = 'Erstelle ZIP Archiv'; 43 43 $lang['Maximum number of photos per download set'] = 'Maximale Anzahl der Fotos je Download'; 44 44 $lang['Maximum photo size'] = 'Maximale Bildgröße'; … … 47 47 $lang['Return to download page'] = 'Zurück zur Downloadseite'; 48 48 $lang['Set type'] = 'Setze Typ'; 49 $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>'; 49 $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Das Archiv wird heruntergeladen. 50 Sollte der Download nicht automatisch starten bitte <a href="%s">hier klicken</a>'; 50 51 $lang['Total size'] = 'Größe gesamt'; 51 52 $lang['User collection'] = 'Benutzer Sammlung'; … … 53 54 $lang['Whole gallery'] = 'Gesamte Galerie'; 54 55 $lang['You can not edit this set'] = 'Du kannst die Auswahl nicht bearbeiten'; 55 $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.';56 $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.'] = 'Sie haben %d Fotos zum Download ausgewählt, aber die Begrenzung liegt bei %d Fotos. Sie können die Auswahl bearbeiten oder die letzten %s Fotos werden, aus der Auswahl, entfernt.'; 56 57 $lang['done'] = 'fertig'; 57 58 $lang['download'] = 'Download'; … … 59 60 $lang['Confirm the download of %d pictures?'] = 'Download von %d Bildern bestätigen'; 60 61 $lang['Remove all finished downloads'] = 'Alle fertigen Downloads entfernen'; 61 $lang['Remove from download set'] = 'Vo mDownload Set entfernen';62 $lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Warnung: Das ZipArchive akzeptiert keine Sonderzeichen Zeichen';62 $lang['Remove from download set'] = 'Von Download Set entfernen'; 63 $lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Warnung: ZipArchive akzeptiert keine Sonderzeichen, wie z.B. Akzentuierte, Klammern (») und nicht lateinische Alphabete.'; 63 64 $lang['hours'] = 'Stunden'; 64 $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Kann die PHP ZipArchive Erweiterung nicht finden, Batch Downloader wird anstattPclZip verwenden, jedoch mit verminderter Leistung.';65 $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Kann die PHP ZipArchive Erweiterung nicht finden, Batch Downloader wird statt dessen PclZip verwenden, jedoch mit verminderter Leistung.'; 65 66 $lang['Number of archives'] = 'Anzahl der Archive'; 66 67 $lang['Number of images'] = 'Anzahl der Bilder'; 67 $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Das herunterladen des Archiv #%d wird das vorhandene Archiv #%d löschen, stelle sicher das der Download vollständig beendet wird. Weiter?';68 $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Das herunterladen des Archivs #%d wird das vorhandene Archiv #%d löschen, stelle sicher, das der Download vollständig beendet wurde. Weiter?'; 68 69 $lang['Warning: Only registered users can use Batch Downloader.'] = 'Warnung: Nur registrierte Benutzer können den Bach-Downloader nutzen.'; 69 70 $lang['What can be downloaded?'] = 'Was kann heruntergeladen werden? '; 70 71 $lang['No result'] = 'kein Ergebnis'; 72 $lang['%d MB'] = '%d MB'; 73 $lang['Please wait, your download is being prepared. This page will refresh automatically refresh when it is ready.'] = 'Bitte hab etwas Geduld während das Herunterladen vorbereitet wird. Diese Seite aktualisiert sich automatisch sobald der Vorgang abgeschlossen ist.'; 74 $lang['Preparation'] = 'Vorbereitung'; 75 $lang['Unknown'] = 'Unbekannt'; 76 $lang['Sorry, there is nothing to download. Some files may have been excluded because of <i title="Authorized types are : %s">filetype restrictions</i>.'] = 'Entschuldigung, es gibt nichts herunterzuladen. 77 Einige Dateien könnten wegen Typen-Beschränkung(en) ausgeschlossen sein, <i title="Erlaubte Typen sind : %s">Datei-Typen-Beschränkungen</i>'; 71 78 ?>
Note: See TracChangeset
for help on using the changeset viewer.