home *** CD-ROM | disk | FTP | other *** search
- // I18N constants
-
- // LANG: "lt", ENCODING: UTF-8
- // Author: Jaroslav Šatkevič, <jaro@akl.lt>
-
-
- HTMLArea.I18N = {
-
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "lt",
-
- tooltips: {
- bold: "Paryškinti",
- italic: "Kursyvas",
- underline: "Pabraukti",
- strikethrough: "Perbraukti",
- subscript: "Apatinis indeksas",
- superscript: "Viršutinis indeksas",
- justifyleft: "Lygiavimas pagal kair─Ö",
- justifycenter: "Lygiavimas pagal centr─à",
- justifyright: "Lygiavimas pagal dešinę",
- justifyfull: "Lygiuoti pastraip─à",
- orderedlist: "Numeruotas sąrašas",
- unorderedlist: "Suženklintas sąrašas",
- outdent: "Sumažinti paraštę",
- indent: "Padidinti paraštę",
- forecolor: "Šrifto spalva",
- hilitecolor: "Fono spalva",
- horizontalrule: "Horizontali linija",
- createlink: "─«terpti nuorod─à",
- insertimage: "─«terpti paveiksliuk─à",
- inserttable: "─«terpti lentel─Ö",
- htmlmode: "Perjungti ─» HTML/WYSIWYG",
- popupeditor: "Išplėstas redagavimo ekranas/Enlarge Editor",
- about: "Apie redaktori┼│",
- showhelp: "Pagalba naudojant redaktori┼│",
- textindicator: "Dabartinis stilius",
- undo: "Atšaukia paskutini jūsų veiksmą",
- redo: "Pakartoja paskutinį atšauktą jūsų veiksmą",
- cut: "Iškirpti",
- copy: "Kopijuoti",
- paste: "─«terpti"
- },
-
- buttons: {
- "ok": "OK",
- "cancel": "Atšaukti"
- },
-
- msg: {
- "Path": "Kelias",
- "TEXT_MODE": "Jūs esete teksto režime. Naudokite [<>] mygtuką grįžimui į WYSIWYG."
- }
- };
-