16 lines
532 B
JavaScript
16 lines
532 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", {
|
|
"Author": "Autor",
|
|
"Description": "Popis",
|
|
"Encoding": "K\xf3dov\xe1n\xed",
|
|
"Keywords": "Kl\xed\u010dov\xe1 slova",
|
|
"Metadata and Document Properties": "Metadata a\xa0vlastnosti dokumentu",
|
|
"Metadata and document properties": "Metadata a\xa0vlastnosti dokumentu",
|
|
"Robots": "Roboti",
|
|
"Title": "N\xe1zev"
|
|
}); |