summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/nl.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/plupload/js/i18n/nl.js')
-rw-r--r--static/plupload/js/i18n/nl.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/plupload/js/i18n/nl.js b/static/plupload/js/i18n/nl.js
new file mode 100644
index 0000000..8372c88
--- /dev/null
+++ b/static/plupload/js/i18n/nl.js
@@ -0,0 +1,21 @@
+// Dutch
+plupload.addI18n({
+ 'Select files' : 'Selecteer bestand(en):',
+ 'Add files to the upload queue and click the start button.' : 'Voeg bestanden toe aan de wachtrij en druk op \'Start\'.',
+ 'Filename' : 'Bestandsnaam',
+ 'Status' : 'Status',
+ 'Size' : 'Grootte',
+ 'Add files' : 'Voeg bestanden toe',
+ 'Stop current upload' : 'Stop upload',
+ 'Start uploading queue' : 'Start upload',
+ 'Uploaded %d/%d files': '%d/%d bestanden ge-upload',
+ 'N/A' : 'Niet beschikbaar',
+ 'Drag files here.' : 'Sleep bestanden hierheen.',
+ 'File extension error.': 'Ongeldig bestandstype.',
+ 'File size error.': 'Bestandsgrootte Error.',
+ 'Init error.': 'Initialisatie error.',
+ 'HTTP Error.': 'HTTP Error.',
+ 'Security error.': 'Beveiliging error.',
+ 'Generic error.': 'Onbekende error.',
+ 'IO error.': 'IO error.'
+}); \ No newline at end of file