diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-12-21 02:26:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-12-21 02:26:35 +0000 |
commit | d1cf6aa71ae28ec014c4d27090e161010cd89e01 (patch) | |
tree | d1e01f03ec0a571b6224a40ab64680a671901b09 /apps/files_sharing/l10n/es.js | |
parent | 35c2a9fe0a626bbc73e4cb3b6454c71507fb94be (diff) | |
download | nextcloud-server-d1cf6aa71ae28ec014c4d27090e161010cd89e01.tar.gz nextcloud-server-d1cf6aa71ae28ec014c4d27090e161010cd89e01.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/es.js')
-rw-r--r-- | apps/files_sharing/l10n/es.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 84bcd16f4ff..ad3a1c4ddb3 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -127,6 +127,9 @@ OC.L10N.register( "Sharing" : "Compartir", "Accept user and group shares by default" : "Aceptar la compartición de recursos predeterminada de usuario y grupo", "Allow editing" : "Permitir edición", + "Allow creating" : "Permitir la creación", + "Allow deleting" : "Permitir la eliminación", + "Allow resharing" : "Permitir la recompartición", "Expiration date enforced" : "Fecha de caducidad impuesta", "Set expiration date" : "Fijar fecha de caducidad", "Enter a date" : "Introduzca una fecha", @@ -140,6 +143,8 @@ OC.L10N.register( "Shared with the group {user} by {owner}" : "Compartido con el grupo {user} por {owner}", "Shared with the conversation {user} by {owner}" : "Compartido con la conversación {user} por {owner}", "Shared with {user} by {owner}" : "Compartido con {user} por {owner}", + "Added by {initiator}" : "Añadido por {initiator}", + "Via folder" : "Vía carpeta", "Internal link" : "Enlace interno", "Link copied" : "Enlace copiado", "Cannot copy, please copy the link manually" : "No se ha podido copiar, por favor, copia el enlace manualmente", @@ -173,6 +178,7 @@ OC.L10N.register( "No elements found." : "No se encontraron elementos.", "Search globally" : "Buscar globalmente", "on {server}" : "en {server}", + "Others with access" : "Otros con acceso", "Toggle list of others with access to this directory" : "Pasar la lista de otros con acceso a este carpeta", "Toggle list of others with access to this file" : "Pasar la lista de otros con acceso a este archivo", "Unable to fetch inherited shares" : "No se ha podido recoger los recursos compartidos heredados", |