16 lines
519 B
JavaScript
16 lines
519 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("hr", {
|
|
"Author": "Autor",
|
|
"Description": "Opis",
|
|
"Encoding": "Kodiranje",
|
|
"Keywords": "Klju\u010dne rije\u010di",
|
|
"Metadata and Document Properties": "Svojstva metapodataka i dokumenta",
|
|
"Metadata and document properties": "Svojstva metapodataka i dokumenta",
|
|
"Robots": "Roboti",
|
|
"Title": "Naslov"
|
|
}); |