diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 79df101f26e..a14b54e6cff 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -326,12 +326,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce", "Storage is temporarily not available" : "Úložiště je dočasně nedostupné", "Unexpected error: {error}" : "Neočekávaná chyby: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} soubor a 1 složka","{fileCount} soubory a 1 složka","{fileCount} souborů a 1 složka","{fileCount} soubory a 1 složka"], - "{fileCount} files and {folderCount} folders" : "{fileCount} souborů a {folderCount} složek", - "_(%n hidden)_::_ (%n hidden)_" : ["(%n skrytý)","(%n skryté)","(%n skrytých)","(%n skryté)"], + "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů","%n soubory"], + "_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek","%n složky"], "Filename must not be empty." : "Je třeba vyplnit název souboru.", "\"{char}\" is not allowed inside a filename." : "„{char}“ není v názvu souboru možné použít.", "\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}“ je vyhrazeným názvem a není povoleno k použití pro názvy souborů.", @@ -405,8 +401,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Chyba při mazání souboru „{fileName}“.", "No search results in other folders for {tag}{filter}{endtag}" : "Žádné výsledky hledání v ostatních složkách pro {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Pokud chcete hledat v ostatních složkách, zadejte více než dva znaky", - "_%n folder_::_%n folders_" : ["%n složka","%n složky","%n složek","%n složky"], - "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů","%n soubory"], "{dirs} and {files}" : "{dirs} a {files}", "_including %n hidden_::_including %n hidden_" : ["včetně %n skrytého","včetně %n skrytých","včetně %n skrytých","včetně %n skrytých"], "You do not have permission to upload or create files here" : "Nemáte oprávnění sem nahrávat nebo zde vytvářet soubory", @@ -446,6 +440,11 @@ OC.L10N.register( "Edit file locally" : "Upravit soubor lokálně", "Edit online" : "Upravit online", "Create new templates folder" : "Vytvořit novou složku šablon", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} soubor a 1 složka","{fileCount} soubory a 1 složka","{fileCount} souborů a 1 složka","{fileCount} soubory a 1 složka"], + "{fileCount} files and {folderCount} folders" : "{fileCount} souborů a {folderCount} složek", "List of favorites files and folders." : "Seznam oblíbených souborů a složek.", "Personal Files" : "Osobní soubory", "Text file" : "Textový soubor", |