Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-17 05:32:07 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-17 05:32:07 +0300
commit8232366c6f3c09ec1d4494bb91ae9419baf5a5af (patch)
tree94f39b937d4081af450f2b32da1e66dba6e7ab4b /lib/l10n/es.js
parentcb0bfae73e73b4412e6178ac7036bac13bbe02dd (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r--lib/l10n/es.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index fa5df957d22..5834b52f0a1 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -113,10 +113,6 @@ OC.L10N.register(
"Role" : "Puesto",
"Unknown user" : "Usuario desconocido",
"Additional settings" : "Configuración adicional",
- "%s enter the database username and name." : "%s introduzca el nombre de usuario y la contraseña de la BBDD.",
- "%s enter the database username." : "%s introduzca el usuario de la base de datos.",
- "%s enter the database name." : "%s introduzca el nombre de la base de datos",
- "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos",
"MySQL username and/or password not valid" : "Usuario y/o contraseña de MySQL no válidos",
"You need to enter details of an existing account." : "Tienes que introducir los datos de una cuenta existente.",
"Oracle connection could not be established" : "No se pudo establecer la conexión a Oracle",
@@ -258,6 +254,10 @@ OC.L10N.register(
"Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente",
"Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s",
"This can usually be fixed by giving the webserver write access to the config directory." : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración.",
+ "%s enter the database username and name." : "%s introduzca el nombre de usuario y la contraseña de la BBDD.",
+ "%s enter the database username." : "%s introduzca el usuario de la base de datos.",
+ "%s enter the database name." : "%s introduzca el nombre de la base de datos",
+ "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos",
"Cannot read file" : "No se puede leer archivo",
"Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración. Ver %s",