diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-11-22 02:16:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-11-22 02:16:16 +0000 |
commit | 0d7f55aae9efc34a5bc098e9c6ee298f80ae1725 (patch) | |
tree | 64fa7e5ffe8916e118fc50ae552e47320b8f0b6d /apps/files/l10n/cs.js | |
parent | a4106b41d238444262149343a763eea46bbf78be (diff) | |
download | nextcloud-server-0d7f55aae9efc34a5bc098e9c6ee298f80ae1725.tar.gz nextcloud-server-0d7f55aae9efc34a5bc098e9c6ee298f80ae1725.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 4b96333d21f..7b0cc50d374 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -15,7 +15,7 @@ OC.L10N.register( "Close" : "Zavřít", "Could not create folder \"{dir}\"" : "Složku „{dir}“ nelze vytvořit", "This will stop your current uploads." : "Toto zastaví stávající nahrávání.", - "Upload cancelled." : "Odesílání zrušeno.", + "Upload cancelled." : "Nahrávání zrušeno.", "Processing files …" : "Zpracovávání souborů…", "…" : "…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Soubor {filename} nelze nahrát, protože je to buď adresář nebo má velikost nula bajtů", @@ -57,13 +57,13 @@ OC.L10N.register( "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Název „{targetName}“ je už použitý ve složce „{dir}“. Zvolte jiný název.", "Could not rename \"{fileName}\"" : "„{fileName}“ nelze přejmenovat", "Could not create file \"{file}\"" : "Soubor „{file}“ nelze vytvořit", - "Could not create file \"{file}\" because it already exists" : "Soubor „{file}“ nelze vytvořit, protože už existuje", + "Could not create file \"{file}\" because it already exists" : "Soubor „{file}“ nelze vytvořit, protože zde už existuje", "Could not create folder \"{dir}\" because it already exists" : "Složku „{dir}“ nelze vytvořit, protože už existuje", "Error deleting file \"{fileName}\"." : "Chyba mazání souboru „{fileName}“.", "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}", "Name" : "Název", "Size" : "Velikost", - "Modified" : "Upraveno", + "Modified" : "Změněno", "_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek","%n složky"], "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů","%n soubory"], "{dirs} and {files}" : "{dirs} a {files}", |