diff options
Diffstat (limited to 'core/l10n/es_PA.js')
-rw-r--r-- | core/l10n/es_PA.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/es_PA.js b/core/l10n/es_PA.js index f209912784c..3055e236465 100644 --- a/core/l10n/es_PA.js +++ b/core/l10n/es_PA.js @@ -236,9 +236,6 @@ OC.L10N.register( "Database host" : "Servidor de base de datos", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifica el número de puerto así como el nombre del servidor (ejem., localhost:5432).", "Performance warning" : "Advertencia de desempeño", - "SQLite will be used as database." : "SQLite será usado como la base de datos.", - "For larger installations we recommend to choose a different database backend." : "Para instalaciones más grandes te recomendamos elegir un backend de base de datos diferente.", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "El uso de SQLiite es especialmente desalentado al usar el cliente de escritorio para sincrionizar. ", "Finish setup" : "Terminar configuración", "Finishing …" : "Terminando …", "Need help?" : "¿Necesitas ayuda?", @@ -300,6 +297,9 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Comparte con otras personas ingresando un usuario, un grupo o una dirección de correo electrónico.", "The specified document has not been found on the server." : "El documento especificado no ha sido encontrado en el servidor. ", "You can click here to return to %s." : "Puedes hacer click aquí para regresar a %s.", + "SQLite will be used as database." : "SQLite será usado como la base de datos.", + "For larger installations we recommend to choose a different database backend." : "Para instalaciones más grandes te recomendamos elegir un backend de base de datos diferente.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "El uso de SQLiite es especialmente desalentado al usar el cliente de escritorio para sincrionizar. ", "Wrong password." : "Contraseña inválida. ", "Stay logged in" : "Mantener la sesión abierta", "Back to log in" : "Regresar al inicio de sesión", |