27 lines
853 B
JavaScript
27 lines
853 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", {
|
|
"Advanced Sort": "Napredno razvrstavanje",
|
|
"Advanced sort...": "Napredno razvrstavanje...",
|
|
"Alpha": "Slovno",
|
|
"Ascending": "Uzlazno",
|
|
"Column": "Stupac",
|
|
"Column {0}": "Stupac {0}",
|
|
"Descending": "Silazno",
|
|
"None": "Nema",
|
|
"Numeric": "Broj\u010dano",
|
|
"Order": "Uredi",
|
|
"Row": "Redak",
|
|
"Row numbering": "Numeriranje redaka",
|
|
"Row {0}": "Redak {0}",
|
|
"Selection": "Odabir",
|
|
"Sort": "Razvrstaj",
|
|
"Sort by": "Razvrstaj prema",
|
|
"Sort table by column ascending": "Razvrstaj tablicu prema prema uzlaznom stupcu",
|
|
"Sort table by column descending": "Razvrstaj tablicu prema silaznom stupcu",
|
|
"Table": "Tablica"
|
|
}); |