18 lines
602 B
JavaScript
18 lines
602 B
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("cs", {
|
|
"Formula": "Vzorec",
|
|
"Inline with text": "Zarovn\xe1n\xed s\xa0textem",
|
|
"Insert/Edit Math": "Vlo\u017eit/upravit v\xfdpo\u010det",
|
|
"Insert/Edit math": "Vlo\u017eit/upravit v\xfdpo\u010det",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Jazyk",
|
|
"Math...": "V\xfdpo\u010det...",
|
|
"Preview": "N\xe1hled",
|
|
"Text Wrap": "Obt\xe9k\xe1n\xed textu",
|
|
"Text above and below": "Text nad a\xa0pod"
|
|
}); |