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.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index d8b9eeb3fb0..ad23e54a681 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -158,7 +158,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",
- "Cannot transfter ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru nebo složky, která vám nenáleží",
+ "Cannot transfer ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru či složky, které nejste vlastníky",
"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",
@@ -188,6 +188,7 @@ OC.L10N.register(
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"%s of %s used" : "%s z %s použito",
- "%1$s%% of %2$s used" : "použito %1$s%% z %2$s"
+ "%1$s%% of %2$s used" : "použito %1$s%% z %2$s",
+ "Cannot transfter ownership of a file or folder you don't own" : "Není možné převést vlastnictví souboru nebo složky, která vám nenáleží"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");