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 1a7dbf5a0b9..c39c8e9428d 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -308,9 +308,6 @@ OC.L10N.register( "Database host" : "Host de la base de datos", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifique el numero del puerto junto al nombre del host (p.e., localhost:5432).", "Performance warning" : "Advertencia de rendimiento", - "SQLite will be used as database." : "Se va a utilizar SQLite como base de datos.", - "For larger installations we recommend to choose a different database backend." : "Para grandes instalaciones recomendamos seleccionar una base de datos diferente", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Se desaconseja encarecidamente usar SQLite si se usa el cliente de escritorio para sincronizar archivos.", "Finish setup" : "Completar la instalación", "Finishing …" : "Finalizando...", "Need help?" : "¿Necesita ayuda?", @@ -405,6 +402,9 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas introduciendo un usuario, grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", "You can click here to return to %s." : "Puede hacer clic aquí para volver a %s.", + "SQLite will be used as database." : "Se va a utilizar SQLite como base de datos.", + "For larger installations we recommend to choose a different database backend." : "Para grandes instalaciones recomendamos seleccionar una base de datos diferente", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Se desaconseja encarecidamente usar SQLite si se usa el cliente de escritorio para sincronizar archivos.", "Wrong password." : "Contraseña incorrecta.", "Stay logged in" : "Mantenerse conectado.", "Back to log in" : "Volver al registro", |