summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/plupload/js/i18n/es.js')
-rw-r--r--static/plupload/js/i18n/es.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/static/plupload/js/i18n/es.js b/static/plupload/js/i18n/es.js
new file mode 100644
index 0000000..2379421
--- /dev/null
+++ b/static/plupload/js/i18n/es.js
@@ -0,0 +1,25 @@
+// Spanish
+plupload.addI18n({
+ 'Select files' : 'Elija archivos:',
+ 'Add files to the upload queue and click the start button.' : 'Agregue archivos a la cola de subida y haga click en el boton de iniciar.',
+ 'Filename' : 'Nombre de archivo',
+ 'Status' : 'Estado',
+ 'Size' : 'Tamaño',
+ 'Add files' : 'Agregue archivos',
+ 'Stop current upload' : 'Detener subida actual',
+ 'Start uploading queue' : 'Iniciar subida de cola',
+ 'Uploaded %d/%d files': 'Subidos %d/%d archivos',
+ 'N/A' : 'No disponible',
+ 'Drag files here.' : 'Arrastre archivos aquí',
+ 'File extension error.': 'Error de extensión de archivo.',
+ 'File size error.': 'Error de tamaño de archivo.',
+ 'Init error.': 'Error de inicialización.',
+ 'HTTP Error.': 'Error de HTTP.',
+ 'Security error.': 'Error de seguridad.',
+ 'Generic error.': 'Error genérico.',
+ 'IO error.': 'Error de entrada/salida.',
+ 'Stop Upload': 'Detener Subida.',
+ 'Add Files': 'Agregar Archivos',
+ 'Start Upload': 'Comenzar Subida.',
+ '%d files queued': '%d archivos en cola.'
+}); \ No newline at end of file