summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/de.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/plupload/js/i18n/de.js')
-rw-r--r--static/plupload/js/i18n/de.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/plupload/js/i18n/de.js b/static/plupload/js/i18n/de.js
new file mode 100644
index 0000000..4c4de07
--- /dev/null
+++ b/static/plupload/js/i18n/de.js
@@ -0,0 +1,24 @@
+// German
+plupload.addI18n({
+ 'Select files' : 'Dateien hochladen',
+ 'Add files to the upload queue and click the start button.' : 'Dateien hinzufügen und auf \'Hochladen\' klicken.',
+ 'Filename' : 'Dateiname',
+ 'Status' : 'Status',
+ 'Size' : 'Größe',
+ 'Add files' : 'Dateien', // hinzufügen',
+ 'Stop current upload' : 'Aktuelles Hochladen stoppen',
+ 'Start uploading queue' : 'Hochladen starten',
+ 'Uploaded %d/%d files': '%d/%d Dateien sind hochgeladen',
+ 'N/A' : 'Nicht verfügbar',
+ 'Drag files here.' : 'Ziehen Sie die Dateien hier hin',
+ 'File extension error.': 'Fehler bei Dateiendung',
+ 'File size error.': 'Fehler bei Dateigröße',
+ 'Init error.': 'Initialisierungsfehler',
+ 'HTTP Error.': 'HTTP-Fehler',
+ 'Security error.': 'Sicherheitsfehler',
+ 'Generic error.': 'Typischer Fehler',
+ 'IO error.': 'Ein/Ausgabe-Fehler',
+ 'Stop Upload': 'Hochladen stoppen',
+ 'Start upload': 'Hochladen',
+ '%d files queued': '%d Dateien in der Warteschlange'
+}); \ No newline at end of file