summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/cs.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-03-10 02:18:13 +0000
committerNextcloud bot <bot@nextcloud.com>2020-03-10 02:18:13 +0000
commitacbe08cd406412183f5d5a55627404d5f1a3a862 (patch)
tree93af6782e8772db5c857bc9d583eb8de5a2e6965 /apps/files/l10n/cs.js
parent0d613cd2f03e7d683a782fbb161026db6e4cb3d1 (diff)
downloadnextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.tar.gz
nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.zip
[tx-robot] updated from transifex
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 d8b9eeb3fb0..17fdc9d973c 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -158,7 +158,6 @@ 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ží",
"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 +187,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;");