Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r--apps/files/l10n/cs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index ef0c7971cc7..a8e15a280be 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -16,8 +16,8 @@ OC.L10N.register(
"Could not create folder \"{dir}\"" : "Nelze vytvořit složku „{dir}“",
"This will stop your current uploads." : "Toto zastaví stávající nahrávání.",
"Upload cancelled." : "Odesílání zrušeno.",
- "…" : "…",
"Processing files …" : "Zpracovávání souborů…",
+ "…" : "…",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Nelze nahrát soubor {filename}, protože je to buď adresář nebo má velikost 0 bytů",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Není dostatek místa pro uložení, velikost souboru je {size1}, zbývá pouze {size2}",
"Target folder \"{dir}\" does not exist any more" : "Cílová složka „{dir}“ už neexistuje",
@@ -149,7 +149,6 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Použijte tuto adresu pro <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">přístup k vašim souborům přes WebDAV</a>",
"Toggle grid view" : "Přepnout zobrazení mřížky",
- "Cancel upload" : "Zrušit nahrávání",
"No files in here" : "Žádné soubory",
"Upload some content or sync with your devices!" : "Nahrajte nějaký obsah nebo synchronizujte se svými přístroji!",
"No entries found in this folder" : "V této složce nebylo nic nalezeno",
@@ -168,6 +167,7 @@ OC.L10N.register(
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"Target folder" : "Cílový adresář",
+ "Cancel upload" : "Zrušit nahrávání",
"%1$s of %2$s used" : "%1$s z %2$s použito"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");