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:
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r--lib/l10n/es.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 4edab8bfaec..76b132ae82a 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Empty file" : "Archivo vacío",
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulo con ID %s no existe. Por favor, actívalo en la configuración de apps o contacta con tu administrador.",
"File already exists" : "El archivo ya existe",
+ "Invalid path" : "Ruta no válida",
"Failed to create file from template" : "Fallo al crear el archivo desde plantilla",
"Templates" : "Plantillas",
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
@@ -119,6 +120,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "Los archivos no se pueden compartir con permisos de borrado",
"Files can’t 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",
+ "_Can’t set expiration date more than %n day in the future_::_Can’t set expiration date more than %n days in the future_" : ["No se puede establecer la fecha de expiración a más de %n día en el futuro","No se puede establecer la fecha de expiración a 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",