-added spanish .po, and.mo files
-added spanish translation files for datatables and plupload
This commit is contained in:
parent
83ae677301
commit
a10f8276db
4 changed files with 3290 additions and 0 deletions
25
airtime_mvc/public/js/plupload/i18n/es_ES.js
Normal file
25
airtime_mvc/public/js/plupload/i18n/es_ES.js
Normal file
|
@ -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.'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue