27 lines
928 B
JavaScript
27 lines
928 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", {
|
|
"Advanced Sort": "Napredno razvr\u0161\u010danje",
|
|
"Advanced sort...": "Napredno razvr\u0161\u010danje ...",
|
|
"Alpha": "Abecedno",
|
|
"Ascending": "Nara\u0161\u010dajo\u010de",
|
|
"Column": "Stolpec",
|
|
"Column {0}": "Stolpec {0}",
|
|
"Descending": "Padajo\u010de",
|
|
"None": "Brez",
|
|
"Numeric": "\u0160tevilsko",
|
|
"Order": "Vrstni red",
|
|
"Row": "Vrstica",
|
|
"Row numbering": "\u0160tevil\u010denje vrstic",
|
|
"Row {0}": "Vrstica {0}",
|
|
"Selection": "Izbor",
|
|
"Sort": "Razvrsti",
|
|
"Sort by": "Razvrsti po",
|
|
"Sort table by column ascending": "Tabelo razvrsti po nara\u0161\u010dajo\u010dih stolpcih",
|
|
"Sort table by column descending": "Tabelo razvrsti po padajo\u010dih stolpcih",
|
|
"Table": "Tabela"
|
|
}); |