18 lines
610 B
JavaScript
18 lines
610 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", {
|
|
"Author": "Avtor",
|
|
"Description": "Opis",
|
|
"Encoding": "Kodiranje",
|
|
"Keywords": "Klju\u010dne besede",
|
|
"Metadata and Document Properties": "Metapodatki in lastnosti dokumenta",
|
|
"Metadata and document properties": "Metapodatki in lastnosti dokumenta",
|
|
"Robots": "Roboti",
|
|
"Title": "Naslov"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "sl_SI" is deprecated, please use "sl-SI" instead.'); |