~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload/javascript/i18n/es.js

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-16 22:48:26 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20140416224826-087tu71aw8bjhvmd
Tags: 3.8.3+dfsg-1
New upstream release - fixes Quick Draft tool that broke in 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Spanish
 
2
plupload.addI18n({
 
3
        'Select files' : 'Elija archivos:',
 
4
        '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.',
 
5
        'Filename' : 'Nombre de archivo',
 
6
        'Status' : 'Estado',
 
7
        'Size' : 'Tamaño',
 
8
        'Add files' : 'Agregue archivos',
 
9
        'Stop current upload' : 'Detener subida actual',
 
10
        'Start uploading queue' : 'Iniciar subida de cola',
 
11
        'Uploaded %d/%d files': 'Subidos %d/%d archivos',
 
12
        'N/A' : 'No disponible',
 
13
        'Drag files here.' : 'Arrastre archivos aquí',
 
14
        'File extension error.': 'Error de extensión de archivo.',
 
15
        'File size error.': 'Error de tamaño de archivo.',
 
16
        'Init error.': 'Error de inicialización.',
 
17
        'HTTP Error.': 'Error de HTTP.',
 
18
        'Security error.': 'Error de seguridad.',
 
19
        'Generic error.': 'Error genérico.',
 
20
        'IO error.': 'Error de entrada/salida.',
 
21
        'Stop Upload': 'Detener Subida.',
 
22
        'Add Files': 'Agregar Archivos',
 
23
        'Start Upload': 'Comenzar Subida.',
 
24
        '%d files queued': '%d archivos en cola.'
 
25
});
 
 
b'\\ No newline at end of file'