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-05-25 05:27:20 +0300
committerNextcloud bot <bot@nextcloud.com>2021-05-25 05:27:20 +0300
commit3fa2437223ac44aa2fa8e74485490392658d7d75 (patch)
tree7835116eced821861003d1bd3857ddf02acf35b6 /lib/l10n/es.js
parentba6f5a4a2a5c661fc9deb7c37107be9f7f22ae77 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r--lib/l10n/es.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index f21a509df25..18c4104a3d2 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -106,6 +106,7 @@ OC.L10N.register(
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, quite el ajuste de open_basedir —dentro de su php.ini— o pásese a PHP de 64 bits.",
"Set an admin username." : "Configurar un nombre de usuario del administrador",
"Set an admin password." : "Configurar la contraseña del administrador.",
+ "Cannot create or write into the data directory %s" : "No se puede crear o escribir en la carpeta de datos %s",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "El motor compartido %s debe implementar la interfaz OCP\\Share_Backend",
"Sharing backend %s not found" : "El motor compartido %s no se ha encontrado",
"Sharing backend for %s not found" : "Motor compartido para %s no encontrado",
@@ -115,7 +116,11 @@ OC.L10N.register(
"Open »%s«" : "Abrir »%s« ",
"%1$s via %2$s" : "%1$s vía %2$s",
"You are not allowed to share %s" : "Usted no está autorizado para compartir %s",
+ "Cannot increase permissions of %s" : "No se pueden incrementar los permisos de %s",
+ "Files cannot be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado",
+ "Files cannot be shared with create permissions" : "Los archivos no se pueden compartir con permisos de creación",
"Expiration date is in the past" : "Ha pasado la fecha de caducidad",
+ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["No se puede fijar la fecha de caducidad más de %n día en el futuro.","No se puede fijar la fecha de caducidad más de %n días en el futuro."],
"Sharing is only allowed with group members" : "Sólo está permitido compartir a los integrantes del grupo",
"Sharing %s failed, because this item is already shared with user %s" : "No se pudo compartir %s, porque este elemento ya está compartido con el usuario %s",
"%1$s shared »%2$s« with you" : "%1$s ha compartido «%2$s» contigo",
@@ -182,6 +187,7 @@ OC.L10N.register(
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "No se ha podido instlaar la app «%1$s» porque no se cumplen las siguientes dependencias: %2$s",
"a safe home for all your data" : "un hogar seguro para todos tus datos",
"File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
+ "Cannot read file" : "No se puede leer archivo",
"Application is not enabled" : "La aplicación no está habilitada",
"Authentication error" : "Error de autenticación",
"Token expired. Please reload page." : "Token caducado. Por favor, recarge la página.",