diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index b866788b2be..dc60487c98b 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -73,7 +73,7 @@ OC.L10N.register( "New" : "Nový", "Select file range" : "Vybrat rozsah souborů", "{used} of {quota} used" : "Využito {used} z {quota} ", - "{used} used" : "{used} Využito", + "{used} used" : "{used} využito", "\"{name}\" is an invalid file name." : "„{name}“ není platným názvem souboru.", "File name cannot be empty." : "Je třeba vyplnit název souboru.", "\"/\" is not allowed inside a file name." : "„/“ není povolený znak v názvu souboru.", @@ -110,18 +110,18 @@ OC.L10N.register( "Moved by {user}" : "Přesunul(a) {user}", "\"remote user\"" : "„uživatel na protějšku“", "You created {file}" : "Vytvořili jste {file}", - "You created an encrypted file in {file}" : "Vytvořili jste šifrovaný soubor {file}", + "You created an encrypted file in {file}" : "Vytvořili jste šifrovaný soubor v {file}", "{user} created {file}" : "{user} vytvořil(a) {file}", - "{user} created an encrypted file in {file}" : "{user} vytvořil šifrovaný soubor {file}", + "{user} created an encrypted file in {file}" : "{user} vytvořil(a) šifrovaný soubor v {file}", "{file} was created in a public folder" : "Soubor {file} byl vytvořen ve veřejné složce", "You changed {file}" : "Změnili jste {file}", - "You changed an encrypted file in {file}" : "Změnili jste šifrovaný soubor {file}", + "You changed an encrypted file in {file}" : "Změnili jste šifrovaný soubor v {file}", "{user} changed {file}" : "{user} změnil(a) {file}", - "{user} changed an encrypted file in {file}" : "{user} změnil(a) šifrovaný soubor {file}", + "{user} changed an encrypted file in {file}" : "{user} změnil(a) šifrovaný soubor v {file}", "You deleted {file}" : "Odstranili jste {file}", - "You deleted an encrypted file in {file}" : "Smazali jste šifrovaný soubor {file}", + "You deleted an encrypted file in {file}" : "Smazali jste šifrovaný soubor v {file}", "{user} deleted {file}" : "{user} smazal(a) {file}", - "{user} deleted an encrypted file in {file}" : "{user} smazal šifrovaný soubor {file}", + "{user} deleted an encrypted file in {file}" : "{user} smazal(a) šifrovaný soubor v {file}", "You restored {file}" : "Obnovili jste {file}", "{user} restored {file}" : "{user} obnovil(a) {file}", "You renamed {oldfile} to {newfile}" : "Přejmenovali jste {oldfile} na {newfile}", @@ -132,7 +132,7 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Soubor nebo složka byla <strong>změněna</strong> nebo <strong>přejmenována</strong>", "A new file or folder has been <strong>created</strong>" : "Byl <strong>vytvořen</strong> nový soubor nebo složka", "A file or folder has been <strong>deleted</strong>" : "Soubor nebo složka byla <strong>smazána</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Oznamovat vytváření a změny pouze u <strong>oblíbených souborů</strong> <em>(pouze v proudu)</em>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Upozorňovat na vytváření a změny pouze u vašich <strong>oblíbených souborů</strong> <em>(pouze v Proud)</em>", "A file or folder has been <strong>restored</strong>" : "Soubor nebo složka byla <strong>obnovena</strong>", "Unlimited" : "Neomezeně", "Upload (max. %s)" : "Nahrát (max. %s)", @@ -157,6 +157,7 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Převést {path} na {userid}", "Invalid path selected" : "Vybrán neplatný popis umístění", "Ownership transfer request sent" : "Žádost o převedení vlastnictví zaslána", + "Tags" : "Značky", "Error while loading the file data" : "Chyba při načítání dat souboru", "Unable to change the favourite state of the file" : "Nedaří se změnit stav „oblíbené“ souboru", "%s used" : "%s použito", @@ -175,7 +176,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Soubory, které se snažíte nahrát, překračují limit velikosti nahrávání na tomto serveru.", "No favorites yet" : "Zatím nic oblíbeného", "Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené", - "Tags" : "Značky", "Deleted files" : "Odstraněné soubory", "Shares" : "Sdílení", "Shared with others" : "Sdíleno s ostatními", @@ -185,13 +185,6 @@ OC.L10N.register( "Pending shares" : "Čekající sdílení", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", - "File handling" : "Zacházení se soubory", - "Maximum upload size" : "Nejvyšší umožněná velikost nahrávaného soubour", - "max. possible: " : "největší možná: ", - "Save" : "Uložit", - "With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.", - "Missing permissions to edit from here." : "Nemáte oprávnění odsud upravovat.", - "Cancel upload" : "Zrušit nahrávání", "%s of %s used" : "%s z %s použito", "%1$s%% of %2$s used" : "použito %1$s%% z %2$s" }, |