20 lines
666 B
JavaScript
20 lines
666 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("sl-SI", {
|
|
"Formula": "Formula",
|
|
"Inline with text": "V vrstici z besedilom",
|
|
"Insert/Edit Math": "Vstavi/uredi ena\u010dbo",
|
|
"Insert/Edit math": "Vstavi/uredi ena\u010dbo",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Jezik",
|
|
"Math...": "Ena\u010dba ...",
|
|
"Preview": "Predogled",
|
|
"Text Wrap": "Prelom besedila",
|
|
"Text above and below": "Besedilo zgoraj in spodaj"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "sl_SI" is deprecated, please use "sl-SI" instead.'); |