diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-03-27 02:24:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-03-27 02:24:25 +0000 |
commit | aec9c8437a3de5d69451ae303ac5334b412f76d8 (patch) | |
tree | 34cb8e41f5cd7c984a38736e686e1b4a7835ff12 /apps/files/l10n/es.js | |
parent | a75f0e62fa0b9e140ba0dd8ffb2e928a5d3007dd (diff) | |
download | nextcloud-server-aec9c8437a3de5d69451ae303ac5334b412f76d8.tar.gz nextcloud-server-aec9c8437a3de5d69451ae303ac5334b412f76d8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 5dd5012f681..35d077e2e6e 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -130,7 +130,13 @@ OC.L10N.register( "{user} deleted an encrypted file in {file}" : "{user} ha borrado un archivo cifrado en {file}", "You restored {file}" : "Has restaurado {file}", "{user} restored {file}" : "{user} restauró {file}", + "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Has renombrado {oldfile} (oculto) a {newfile} (oculto)", + "You renamed {oldfile} (hidden) to {newfile}" : "Has renombrado {oldfile} (oculto) a {newfile}", + "You renamed {oldfile} to {newfile} (hidden)" : "Has renombrado {oldfile} a {newfile} (oculto)", "You renamed {oldfile} to {newfile}" : "Has renombrado {oldfile} a {newfile}", + "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} renombro {oldfile} (oculto) a {newfile} (oculto)", + "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} renombro {oldfile} (oculto) a {newfile}", + "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} renombro {oldfile} a {newfile} (oculto)", "{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile} a {newfile}", "You moved {oldfile} to {newfile}" : "Has movido {oldfile} a {newfile}", "{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}", |