15 lines
516 B
JavaScript
15 lines
516 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", {
|
|
"Embed iframe": "Ugradi iframe",
|
|
"Enable scrollbar": "Omogu\u0107i kliza\u010d",
|
|
"Insert/edit iframe": "Umetni/uredi iframe oznaku",
|
|
"Long description URL": "URL dugog opisa",
|
|
"Page Embed": "ugradi stranicu",
|
|
"Scrollbar": "Kliza\u010d",
|
|
"Show iframe border": "Prika\u017ei obrub za iframe"
|
|
}); |