summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/it.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/plupload/js/i18n/it.js')
-rw-r--r--static/plupload/js/i18n/it.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/static/plupload/js/i18n/it.js b/static/plupload/js/i18n/it.js
new file mode 100644
index 0000000..891e4fb
--- /dev/null
+++ b/static/plupload/js/i18n/it.js
@@ -0,0 +1,24 @@
+// Italian
+plupload.addI18n({
+ 'Select files' : 'Seleziona i files',
+ 'Add files to the upload queue and click the start button.' : 'Aggiungi i file alla coda di caricamento e clicca il pulsante di avvio.',
+ 'Filename' : 'Nome file',
+ 'Status' : 'Stato',
+ 'Size' : 'Dimensione',
+ 'Add Files' : 'Aggiungi file',
+ 'Stop current upload' : 'Interrompi il caricamento',
+ 'Start uploading queue' : 'Avvia il caricamento',
+ 'Uploaded %d/%d files': 'Caricati %d/%d file',
+ 'N/A' : 'N/D',
+ 'Drag files here.' : 'Trascina i file qui.',
+ 'File extension error.': 'Errore estensione file.',
+ 'File size error.': 'Errore dimensione file.',
+ 'Init error.': 'Errore inizializzazione.',
+ 'HTTP Error.': 'Errore HTTP.',
+ 'Security error.': 'Errore sicurezza.',
+ 'Generic error.': 'Errore generico.',
+ 'IO error.': 'Errore IO.',
+ 'Stop Upload': 'Ferma Upload',
+ 'Start Upload': 'Inizia Upload',
+ '%d files queued': '%d file in lista'
+}); \ No newline at end of file