Blame | Letzte Änderung | Log anzeigen | RSS feed
// I18N constants// LANG: "si", ENCODING: ISO-8859-2// Author: Tomaz Kregar, x_tomo_x@email.si// FOR TRANSLATORS://// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE// (at least a valid email address)//// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;// (if this is not possible, please include a comment// that states what encoding is necessary.)HTMLArea.I18N = {// the following should be the filename without .js extension// it will be used for automatically load plugin language.lang: "si",tooltips: {bold: "Krepko",italic: "Le¾eèe",underline: "Podèrtano",strikethrough: "Preèrtano",subscript: "Podpisano",superscript: "Nadpisano",justifyleft: "Poravnaj levo",justifycenter: "Na sredino",justifyright: "Poravnaj desno",justifyfull: "Porazdeli vsebino",orderedlist: "O¹tevilèevanje",unorderedlist: "Oznaèevanje",outdent: "Zmanj¹aj zamik",indent: "Poveèaj zamik",forecolor: "Barva pisave",hilitecolor: "Barva ozadja",horizontalrule: "Vodoravna èrta",createlink: "Vstavi hiperpovezavo",insertimage: "Vstavi sliko",inserttable: "Vstavi tabelo",htmlmode: "Preklopi na HTML kodo",popupeditor: "Poveèaj urejevalnik",about: "Vizitka za urejevalnik",showhelp: "Pomoè za urejevalnik",textindicator: "Trenutni slog",undo: "Razveljavi zadnjo akcijo",redo: "Uveljavi zadnjo akcijo",cut: "Izre¾i",copy: "Kopiraj",paste: "Prilepi"},buttons: {"ok": "V redu","cancel": "Preklièi"},msg: {"Path": "Pot","TEXT_MODE": "Si v tekstovnem naèinu. Uporabi [<>] gumb za prklop nazaj na WYSIWYG."}};