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>2021-06-17 05:25:48 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-17 05:25:48 +0300
commit78bfaeaa0e2c13e74f1c906e8eaea615a73463b2 (patch)
tree18c8557cc67a86ddfad4d4d8cbca8131a322b13a /lib/l10n/es.js
parentf8add9d82fb13c6e188ee9c5460fd33d8770b8ad (diff)
[tx-robot] updated from transifex
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 fbafabc9da4..bb4abd4332a 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -2,11 +2,8 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "No se puede escribir en la carpeta \"config\"!",
- "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",
- "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "O, si prefieres mantener el archivo config.php como de solo lectura, marca la opción \"config_is_read_only\" a 'true' en él.",
- "See %s" : "Ver %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.",
- "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "O, si prefieres mantener el archivo config.php como de solo lectura, marca la opción \"config_is_read_only\" a 'true' en él. Ver %s",
+ "See %s" : "Ver %s",
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la app %1$s no se han reemplazado correctamente. Asegúrate de que es una versión compatible con el servidor.",
"Sample configuration detected" : "Configuración de ejemplo detectada",
"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 podría afectar a su instalación, por lo que no tiene soporte. Lea la documentación antes de hacer cambios en config.php",
@@ -194,6 +191,7 @@ OC.L10N.register(
"No database drivers (sqlite, mysql, or postgresql) installed." : "No están instalados los drivers de BBDD (sqlite, mysql, o postgresql)",
"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",
+ "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "O, si prefieres mantener el archivo config.php como de solo lectura, marca la opción \"config_is_read_only\" a 'true' en él. Ver %s",
"Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"",
"Cannot create \"data\" directory" : "No se puede crear el directorio \"data\"",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Habitualmente, esto puede arreglarse dando al servidor web acceso de escritura al directorio raíz. Véase %s",
@@ -231,6 +229,8 @@ OC.L10N.register(
"Storage connection error. %s" : "Error de conexión de almacenamiento. %s",
"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",
+ "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "O, si prefieres mantener el archivo config.php como de solo lectura, marca la opción \"config_is_read_only\" a 'true' en él.",
"Following databases are supported: %s" : "Las siguientes bases de datos están soportadas: %s",
"Following platforms are supported: %s" : "Las siguientes plataformas están soportadas: %s",
"Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s",