diff options
Diffstat (limited to 'apps/files/l10n/cs.json')
-rw-r--r-- | apps/files/l10n/cs.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index c6b28dac723..7685585dc1d 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -39,7 +39,8 @@ "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", @@ -208,6 +209,7 @@ "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" },"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 |