diff options
Diffstat (limited to 'apps/files/l10n/cs.json')
-rw-r--r-- | apps/files/l10n/cs.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 87547d99704..579fd23b2c4 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -156,7 +156,6 @@ "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ží", "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", @@ -186,6 +185,7 @@ "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ží" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |