diff options
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index cbc41fd4e3f..fd40a1fcfe6 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -98,6 +98,8 @@ OC.L10N.register( "More apps" : "Más aplicaciones", "Currently open" : "Actualmente abierto", "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], + "No" : "No", + "Yes" : "Sí", "Custom date range" : "Rango de fechas personalizado", "Pick start date" : "Escoja una fecha de inicio", "Pick end date" : "Escoja una fecha fin", @@ -202,8 +204,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} versión {version} y superior", "Settings menu" : "Menú de configuraciones", "Avatar of {displayName}" : "Avatar de {displayName}", - "No" : "No", - "Yes" : "Sí", "Choose {file}" : "Seleccionar {file}", "Choose" : "Seleccionar", "Copy to {target}" : "Copiar a {target}", @@ -211,7 +211,6 @@ OC.L10N.register( "Move to {target}" : "Mover a {target}", "Move" : "Mover", "OK" : "OK", - "Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}", "read-only" : "solo lectura", "_{count} file conflict_::_{count} file conflicts_" : ["{count} conflicto de archivo","{count} conflictos de archivo","{count} conflictos de archivo"], "One file conflict" : "Un conflicto de archivo", @@ -448,6 +447,7 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido", "{newName} already exists" : "{newName} ya existe", "Error loading file picker template: {error}" : "Error al cargar plantilla del seleccionador de archivos: {error}", + "Error loading message template: {error}" : "Error al cargar plantilla del mensaje: {error}", "Show list view" : "Mostrar vista de lista", "Show grid view" : "Mostrar vista de cuadrícula", "Pending" : "Pendiente", |