diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-02 01:12:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-02 01:12:37 +0000 |
commit | 7dc3efeb30f9222adfccf042e46a1441d68b570a (patch) | |
tree | eef5029fd64771edde4625485399ca114caf0cee /apps/files_sharing/l10n/es.js | |
parent | 4af658b4c66fc2616f87b2ad8f7e8135ba28f209 (diff) | |
download | nextcloud-server-7dc3efeb30f9222adfccf042e46a1441d68b570a.tar.gz nextcloud-server-7dc3efeb30f9222adfccf042e46a1441d68b570a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/es.js')
-rw-r--r-- | apps/files_sharing/l10n/es.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 364433d53a8..291b644c661 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -63,12 +63,16 @@ OC.L10N.register( "{user} unshared {file} from you" : "{user} dejó de compartir {file} contigo", "Shared with {user}" : "Compartido con {user}", "Removed share for {user}" : "Eliminó el recurso compartido a {user}", + "You removed yourself" : "Te has eliminado", + "{actor} removed themselves" : "{actor} se ha eliminado", "{actor} shared with {user}" : "{actor} compartió con {user}", "{actor} removed share for {user}" : "{actor} eliminó recurso compartido para {user}", "Shared by {actor}" : "Compartido por {actor}", "{actor} removed share" : "{actor} eliminó el recurso compartido", "You shared {file} with {user}" : "Ha compartido {file} con {user}", "You removed {user} from {file}" : "Ha eliminado {user} de {file}", + "You removed yourself from {file}" : "Te has eliminado de {file}", + "{actor} removed themselves from {file}" : "{actor} se ha eliminado de {file}", "{actor} shared {file} with {user}" : "{actor} compartió {file} con {user}", "{actor} removed {user} from {file}" : "{actor} eliminó a {user} de {file}", "{actor} shared {file} with you" : "{actor} compartió {file} contigo", |