diff options
Diffstat (limited to 'apps/files/l10n/cs.json')
-rw-r--r-- | apps/files/l10n/cs.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index d03fe0fa0d7..c214592723e 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -19,6 +19,7 @@ "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ě", @@ -33,6 +34,8 @@ "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.", |