diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 490a87ddca0..1d41d9d28ce 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -368,7 +368,6 @@ OC.L10N.register( "No favorites yet" : "Zatím nic oblíbeného", "Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené", "List of your files and folders." : "Seznam vašich souborů a složek.", - "All folders" : "Všechny složky", "List of your files and folders that are not shared." : "Seznam vašich souborů a složek, které nejsou sdíleny.", "No personal files found" : "Nenalezeny žádné osobní soubory", "Files that are not shared will show up here." : "Soubory, které nejsou nikomu sdíleny se zobrazí zde.", @@ -470,6 +469,7 @@ OC.L10N.register( "_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", + "All folders" : "Všechny složky", "Personal Files" : "Osobní soubory", "Text file" : "Textový soubor", "New text file.txt" : "Nový textový soubor.txt", |