aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r--apps/files/l10n/cs.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index b5f17d817e4..32ef0cdc79d 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -41,7 +41,8 @@ OC.L10N.register(
"Details" : "Podrobnosti",
"Please select tag(s) to add to the selection" : "Vyberte štítky které přidat do výběru",
"Apply tag(s) to selection" : "Uplatnit štítky na výběr",
- "Select" : "Vybrat",
+ "Select directory \"{dirName}\"" : "Vybrat složku „{dirName}“",
+ "Select file \"{fileName}\"" : "Vybrat soubor „{fileName}“",
"Pending" : "Nevyřízené",
"Unable to determine date" : "Nelze určit datum",
"This operation is forbidden" : "Tato operace je zakázána",
@@ -210,6 +211,7 @@ OC.L10N.register(
"Deleted shares" : "Smazaná sdílení",
"Pending shares" : "Čekající sdílení",
"Text file" : "Textový soubor",
- "New text file.txt" : "Nový textový soubor.txt"
+ "New text file.txt" : "Nový textový soubor.txt",
+ "Select" : "Vybrat"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");