diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 3 |
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.", |