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("sk", {
|
|
"Author": "Autor",
|
|
"Description": "Opis",
|
|
"Encoding": "K\xf3dovanie",
|
|
"Keywords": "K\u013e\xfa\u010dov\xe9 slov\xe1",
|
|
"Metadata and Document Properties": "Metad\xe1ta a vlastnosti dokumentu",
|
|
"Metadata and document properties": "Metad\xe1ta a vlastnosti dokumentu",
|
|
"Robots": "Roboti",
|
|
"Title": "Nadpis"
|
|
}); |