summaryrefslogtreecommitdiffstats
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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index 41980ce7782..5f3194519c7 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -200,13 +200,10 @@ OC.L10N.register(
"Unselect all" : "Zrušit výběr všeho",
"\"{displayName}\" failed on some elements " : "„{displayName}“ se pro některé prvky nezdařilo",
"\"{displayName}\" batch action executed successfully" : "hromadná akce „{displayName}“ úspěšně vykonána",
- "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}",
"List of files and folders." : "Seznam souborů a složek.",
"Column headers with buttons are sortable." : "Podle těch sloupců, které mají v záhlaví tlačítko, je možné řadit.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.",
"File not found" : "Soubor nenalezen",
- "_{count} file_::_{count} files_" : ["{count} soubor","{count} soubory","{count} souborů","{count} soubory"],
- "_{count} folder_::_{count} folders_" : ["{count} složka","{count} složky","{count} složek","{count} složky"],
"Storage informations" : "Informace o úložišti",
"{usedQuotaByte} used" : "{usedQuotaByte} využito",
"{relative}% used" : "{relative}% využito",
@@ -323,6 +320,9 @@ OC.L10N.register(
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Seznam není vykreslen celý z důvodu nároků na výkon. Soubory budou dokreslovány, jak se budete posouvat seznamem.",
"Search for an account" : "Hledat účet",
"Choose" : "Vybrat",
- "No files or folders have been deleted yet" : "Zatím nebyly smazány žádné soubory či složky"
+ "No files or folders have been deleted yet" : "Zatím nebyly smazány žádné soubory či složky",
+ "{summaryFile} and {summaryFolder}" : "{summaryFile} a {summaryFolder}",
+ "_{count} file_::_{count} files_" : ["{count} soubor","{count} soubory","{count} souborů","{count} soubory"],
+ "_{count} folder_::_{count} folders_" : ["{count} složka","{count} složky","{count} složek","{count} složky"]
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");