diff --git a/l10n/cs.js b/l10n/cs.js index e1eee94..9d28883 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -41,6 +41,8 @@ OC.L10N.register( "Index the content of PDF files." : "Vytvářet rejstřík obsahu PDF souborů.", "Extract Office" : "Extrahovat soubory Office", "Index the content of office files." : "Vytvořit rejstřík obsahu souborů s dokumenty, tabulkami a prezentacemi.", - "Results" : "Výsledky" + "Results" : "Výsledky", + "Open Files" : "Otevřít Soubory", + "Directly from search results." : "Přímo z výsledků vyhledávání" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index 17142a0..af1fd74 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -39,6 +39,8 @@ "Index the content of PDF files." : "Vytvářet rejstřík obsahu PDF souborů.", "Extract Office" : "Extrahovat soubory Office", "Index the content of office files." : "Vytvořit rejstřík obsahu souborů s dokumenty, tabulkami a prezentacemi.", - "Results" : "Výsledky" + "Results" : "Výsledky", + "Open Files" : "Otevřít Soubory", + "Directly from search results." : "Přímo z výsledků vyhledávání" },"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