diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/es.js | 1 | ||||
-rw-r--r-- | lib/l10n/es.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js index 7eb8fef6640..fd5f5947f84 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -121,6 +121,7 @@ OC.L10N.register( "Expiration date is in the past" : "Ha pasado la fecha de caducidad", "Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s 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", "%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.", "Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.", diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 0ad202345a5..ca88baaf650 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -119,6 +119,7 @@ "Expiration date is in the past" : "Ha pasado la fecha de caducidad", "Can’t set expiration date more than %s days in the future" : "No se puede establecer la fecha de expiración a más de %s 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", "%1$s shared »%2$s« with you." : "%1$s ha compartido «%2$s» contigo.", "Click the button below to open it." : "Haz clic en el botón de abajo para abrirlo.", |