richdocuments/l10n/cs.js

50 строки
2.8 KiB
JavaScript
Исходник Обычный вид История

2017-03-02 19:55:26 +03:00
OC.L10N.register(
"richdocuments",
{
2017-06-09 03:20:54 +03:00
"Saving…" : "Ukládání…",
2017-06-28 03:20:40 +03:00
"All" : "Vše",
2017-03-02 19:55:26 +03:00
"Download this revision" : "Stáhnout tuto revizi",
"Restore this revision" : "Obnovit tuto revizi",
2018-05-25 03:40:47 +03:00
"Latest revision" : "Nejnovější revize",
2018-03-09 04:34:00 +03:00
"More versions…" : "Více verzí…",
"Just now" : "Právě teď",
2018-05-25 03:40:47 +03:00
"Failed to revert the document to older version" : "Nepodařilo se vrátit dokument do podoby starší verze",
2018-05-26 03:38:49 +03:00
"Please enter the filename to store the document as." : "Zadejte název souboru ve kterém dokument uchovávat.",
2017-12-01 04:29:02 +03:00
"Save As" : "Uložit jako",
2018-05-26 03:38:49 +03:00
"New filename" : "Název souboru",
2018-03-09 04:34:00 +03:00
"Cancel" : "Storno",
2018-02-22 04:32:45 +03:00
"Save" : "Uložit",
2018-05-26 03:38:49 +03:00
"Loading documents…" : "Nahrávají se dokumenty…",
2017-03-02 19:55:26 +03:00
"Edit" : "Upravit",
2017-05-26 03:20:25 +03:00
"New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka",
"New Presentation" : "Nová prezentace",
2017-03-02 19:55:26 +03:00
"Could not create file" : "Nepodařilo se vytvořit soubor",
"New Document.odt" : "Dokument.odt",
"New Spreadsheet.ods" : "Tabulka.ods",
"New Presentation.odp" : "Prezentace.odp",
"New Document.docx" : "Dokument.docx",
"New Spreadsheet.xlsx" : "Tabulka.xlsx",
"New Presentation.pptx" : "Prezentace.pptx",
"Can't create document" : "Nelze vytvořit dokument",
"Saved" : "Uloženo",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Uloženo s chybou: Collabora Online by měla používat stejný protokol jako instalovaný server.",
"Collabora Online" : "Collabora Online",
2018-05-25 03:40:47 +03:00
"Edit office documents directly in your browser." : "Upravujte dokumenty přímo ve webovém prohlížeči",
2018-03-09 04:34:00 +03:00
"Open documentation" : "Otevřít dokumentaci",
2017-03-02 19:55:26 +03:00
"Collabora Online server" : "Collabora Online server",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (a port) Collabora Online serveru, který poskytuje funkce úprav jako WOPI klient.",
"Apply" : "Použít",
2017-11-16 04:26:39 +03:00
"Restrict usage to specific groups" : "Omezit použití na konkrétní skupiny",
"Restrict edit to specific groups" : "Omezit úpravy pro konkrétní skupiny",
2017-03-02 19:55:26 +03:00
"Use OOXML by default for new files" : "Použít OOXML jako výchozí pro nové soubory",
2017-11-16 04:26:39 +03:00
"Enable access for external apps" : "Povolit přístup pro externí aplikace",
"Add" : "Přidat",
2017-03-02 19:55:26 +03:00
"Wrong password. Please retry." : "Nesprávné heslo. Zkuste to znovu.",
"Password" : "Heslo",
"OK" : "OK",
"Guest %s" : "Host %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Tento odkaz vypršel nebo neexistuje. Pro podrobnosti kontaktujte osobu, která jej s vámi sdílela."
},
2018-05-18 03:38:39 +03:00
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");