diff options
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 9a486377c4f..7ac27b00065 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -79,7 +79,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "akce „{displayName}“ se nezdařila", "Toggle selection for file \"{displayName}\"" : "Vybrat / zrušit výběr souboru „{displayName}“", "Toggle selection for folder \"{displayName}\"" : "Vybrat / zrušit výběr složky „{displayName}“", - "File is loading" : "Soubor se načítá", + "File is loading" : "Soubor je načítán", "Folder is loading" : "Složka se načítá", "Rename file" : "Přejmenovat soubor", "Filename" : "Soubor", @@ -88,6 +88,7 @@ OC.L10N.register( "Another entry with the same name already exists." : "Už existuje jiná položka se stejným názvem.", "Invalid filename." : "Neplatný název souboru.", "Renamed \"{oldName}\" to \"{newName}\"" : "Přejmenováno „{oldName}“ na „{newName}", + "Unknown date" : "Neznámé datum", "Pending" : "Nevyřízené", "Clear filter" : "Vyčistit filtr", "Modified" : "Změněno", @@ -202,6 +203,8 @@ OC.L10N.register( "Confirm deletion" : "Potvrdit smazání", "Cancel" : "Storno", "Edit file locally" : "Upravit soubor lokálně", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Soubor by se nyní měl otevřít na vašem zařízení. Pokud ne, zkontrolujte, zda máte nainstalovanou desktopovou aplikaci.", + "Retry and close" : "Zkusit znovu a zavřít", "Edit online" : "Upravit online", "Failed to redirect to client" : "Nepodařilo se přesměrovat klienta", "Edit locally" : "Upravit lokálně", @@ -265,6 +268,7 @@ OC.L10N.register( "This operation is forbidden" : "Tato operace je zakázána", "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"], |