diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-26 01:11:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-26 01:11:49 +0000 |
commit | fffed818004d26314bac2f6e4c407563a81a9467 (patch) | |
tree | 1ebdeaa8d9cf68b1e95efdc4cd42f9681b45b958 /apps/files/l10n | |
parent | c741fe5aed9aab945ca61bebf3861327954a1bd9 (diff) | |
download | nextcloud-server-fffed818004d26314bac2f6e4c407563a81a9467.tar.gz nextcloud-server-fffed818004d26314bac2f6e4c407563a81a9467.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/es.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index f18683dae4a..2ae6486f654 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -44,6 +44,7 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce", "Could not move \"{file}\", target exists" : "Nelze přesunout „{file}“, cíl existuje", "Could not move \"{file}\"" : "Nelze přesunout „{file}“", + "copy" : "Kopírovat", "Could not copy \"{file}\", target exists" : "Nelze kopírovat „{file}“, cíl už existuje", "Could not copy \"{file}\"" : "Nelze kopírovat „{file}“", "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 97d40d749b2..7b421f0cd9c 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -42,6 +42,7 @@ "This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce", "Could not move \"{file}\", target exists" : "Nelze přesunout „{file}“, cíl existuje", "Could not move \"{file}\"" : "Nelze přesunout „{file}“", + "copy" : "Kopírovat", "Could not copy \"{file}\", target exists" : "Nelze kopírovat „{file}“, cíl už existuje", "Could not copy \"{file}\"" : "Nelze kopírovat „{file}“", "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 228db1b4b23..30ce3ff575c 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -44,6 +44,7 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador", "Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", ya existe", "Could not move \"{file}\"" : "No se pudo mover \"{file}\"", + "copy" : "copiar", "Could not copy \"{file}\", target exists" : "No se ha podido copiar \"{file}\", ya existe el destino", "Could not copy \"{file}\"" : "No se ha podido copiar \"{file}\"", "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 043b42cb69a..d91e432b7a5 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -42,6 +42,7 @@ "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador", "Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", ya existe", "Could not move \"{file}\"" : "No se pudo mover \"{file}\"", + "copy" : "copiar", "Could not copy \"{file}\", target exists" : "No se ha podido copiar \"{file}\", ya existe el destino", "Could not copy \"{file}\"" : "No se ha podido copiar \"{file}\"", "Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}", |