diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-09 02:08:23 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-09 02:08:23 -0400 |
commit | 10e0fc0629cbf738bb0f53918a189723a7217867 (patch) | |
tree | c2f7145cad2e9f0c9fa1f543ea246496f737df87 /lib | |
parent | 6b106936028940d27122b03ae40713abdc4a4ad7 (diff) | |
download | nextcloud-server-10e0fc0629cbf738bb0f53918a189723a7217867.tar.gz nextcloud-server-10e0fc0629cbf738bb0f53918a189723a7217867.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/es.js | 3 | ||||
-rw-r--r-- | lib/l10n/es.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 4e89c3a346a..62eeed7804c 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -9,6 +9,7 @@ OC.L10N.register( "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", "PHP %s or higher is required." : "Se requiere PHP %s o superior.", "PHP with a version lower than %s is required." : "PHP con una versión inferior que %s la requerida.", + "%sbit or higher PHP required." : "Se requiere PHP %sbit o superior.", "Following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s", "The command line tool %s could not be found" : "No se encontró la herramienta %s de línea de comandos", "The library %s is not available." : "La biblioteca %s no está disponible", @@ -159,6 +160,8 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "El nombre de usuario contiene espacios en blanco al principio o al final", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "The username is already being used" : "El nombre de usuario ya está en uso", + "Login canceled by app" : "Login cancelado por la app", + "User disabled" : "Usuario deshabilitado", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 32af4651181..1bf571a7953 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -7,6 +7,7 @@ "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto puede arruinar su instalación y es un caso para el que no se brinda soporte. Lea la documentación antes de hacer cambios en config.php", "PHP %s or higher is required." : "Se requiere PHP %s o superior.", "PHP with a version lower than %s is required." : "PHP con una versión inferior que %s la requerida.", + "%sbit or higher PHP required." : "Se requiere PHP %sbit o superior.", "Following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s", "The command line tool %s could not be found" : "No se encontró la herramienta %s de línea de comandos", "The library %s is not available." : "La biblioteca %s no está disponible", @@ -157,6 +158,8 @@ "Username contains whitespace at the beginning or at the end" : "El nombre de usuario contiene espacios en blanco al principio o al final", "A valid password must be provided" : "Se debe proporcionar una contraseña válida", "The username is already being used" : "El nombre de usuario ya está en uso", + "Login canceled by app" : "Login cancelado por la app", + "User disabled" : "Usuario deshabilitado", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", |