diff options
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 174587b20ca..29c8bbd2fde 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", "Preparing update" : "Preparando la actualización", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Paso de reparación:", + "Repair info: " : "Información de reparación:", "Repair warning: " : "Advertencia de reparación:", "Repair error: " : "Error que reparar:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilice la actualización mediante la linea de comandos porque la actualización automática está desactivada en config.php.", @@ -91,6 +93,7 @@ OC.L10N.register( "No files in here" : "Aquí no hay archivos", "New folder" : "Nueva carpeta", "No more subfolders in here" : "No hay más subcarpetas aquí", + "{newName} already exists" : "{newName} ya existe", "Choose" : "Seleccionar", "Copy" : "Copiar", "Move" : "Mover", |