summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/cs.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-09-27 00:08:23 +0000
committerNextcloud bot <bot@nextcloud.com>2017-09-27 00:08:23 +0000
commitde2dc3c9196c5d8a869f5bc16e4e24262ac234c8 (patch)
tree823a08f0fd75367b60b9d6be710efbb1764b0462 /apps/files/l10n/cs.js
parent271959b1d97b30388ac55efa94b6d5d1e28fa22d (diff)
downloadnextcloud-server-de2dc3c9196c5d8a869f5bc16e4e24262ac234c8.tar.gz
nextcloud-server-de2dc3c9196c5d8a869f5bc16e4e24262ac234c8.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r--apps/files/l10n/cs.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index eb848173107..ecba0ffbc7d 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -21,6 +21,7 @@ OC.L10N.register(
"Actions" : "Činnosti",
"Download" : "Stáhnout",
"Rename" : "Přejmenovat",
+ "Move or copy" : "Přesunout nebo zkopírovat",
"Target folder" : "Cílový adresář",
"Delete" : "Smazat",
"Disconnect storage" : "Odpojit úložiště",
@@ -35,6 +36,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
"Could not move \"{file}\", target exists" : "Nelze přesunout \"{file}\", cíl existuje",
"Could not move \"{file}\"" : "Nelze přesunout \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Nelze kopírovat \"{file}\", cíl již existuje",
+ "Could not copy \"{file}\"" : "Nelze kopírovat \"{file}\"",
"{newName} already exists" : "{newName} již existuje",
"Could not rename \"{fileName}\", it does not exist any more" : "Nelze přejmenovat \"{fileName}\", již neexistuje",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Jméno \"{targetName}\" je již použito v adresáři \"{dir}\". Vyberte prosím jiné jméno.",