home *** CD-ROM | disk | FTP | other *** search
- // I18N constants
-
- HTMLArea.I18N = {
-
- // the following should be the filename without .js extension
- // it will be used for automatically load plugin language.
- lang: "en",
-
- tooltips: {
- bold: "Lihavoitu",
- italic: "Kursivoitu",
- underline: "Alleviivattu",
- strikethrough: "Yliviivattu",
- subscript: "Alaindeksi",
- superscript: "YlΣindeksi",
- justifyleft: "Tasaa vasemmat reunat",
- justifycenter: "KeskitΣ",
- justifyright: "Tasaa oikeat reunat",
- justifyfull: "Tasaa molemmat reunat",
- insertorderedlist: "Numerointi",
- insertunorderedlist: "Luettelomerkit",
- outdent: "LisΣΣ sisennystΣ",
- indent: "PienennΣ sisennystΣ",
- forecolor: "Fontin vΣri",
- hilitecolor: "TaustavΣri",
- inserthorizontalrule: "Vaakaviiva",
- createlink: "LisΣΣ Linkki",
- insertimage: "LisΣΣ Kuva",
- inserttable: "LisΣΣ Taulu",
- htmlmode: "HTML LΣhdekoodi vs WYSIWYG",
- popupeditor: "Suurenna Editori",
- about: "Tietoja Editorista",
- showhelp: "NΣytΣ Ohje",
- textindicator: "Nykyinen tyyli",
- undo: "Peruuta viimeinen toiminto",
- redo: "Palauta viimeinen toiminto",
- cut: "Leikkaa maalattu",
- copy: "Kopioi maalattu",
- paste: "LiitΣ leikepy÷dΣltΣ"
- },
-
- buttons: {
- "ok": "HyvΣksy",
- "cancel": "Peruuta"
- }
- };
-