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 ecba0ffbc7d..6105c3e1163 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -17,6 +17,7 @@ OC.L10N.register( "Target folder \"{dir}\" does not exist any more" : "Cílový adresář \"{dir}\" již neexistuje", "Not enough free space" : "Nedostatek volného prostoru", "Uploading …" : "Nahrávám...", + "…" : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} z {totalSize} ({bitrate})", "Actions" : "Činnosti", "Download" : "Stáhnout", @@ -38,6 +39,8 @@ OC.L10N.register( "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}\"", + "Copied {origin} inside {destination}" : "{origin} zkopírován do {destination}", + "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} a {nbfiles} dalších souborů zkopírováno do {destination}", "{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.", |