[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 // I18N constants 2 3 HTMLArea.I18N = { 4 5 // the following should be the filename without .js extension 6 // it will be used for automatically load plugin language. 7 lang: "en", 8 9 tooltips: { 10 bold: "Lihavoitu", 11 italic: "Kursivoitu", 12 underline: "Alleviivattu", 13 strikethrough: "Yliviivattu", 14 subscript: "Alaindeksi", 15 superscript: "Yläindeksi", 16 justifyleft: "Tasaa vasemmat reunat", 17 justifycenter: "Keskitä", 18 justifyright: "Tasaa oikeat reunat", 19 justifyfull: "Tasaa molemmat reunat", 20 insertorderedlist: "Numerointi", 21 insertunorderedlist: "Luettelomerkit", 22 outdent: "Lisää sisennystä", 23 indent: "Pienennä sisennystä", 24 forecolor: "Fontin väri", 25 hilitecolor: "Taustaväri", 26 inserthorizontalrule: "Vaakaviiva", 27 createlink: "Lisää Linkki", 28 insertimage: "Lisää Kuva", 29 inserttable: "Lisää Taulu", 30 htmlmode: "HTML Lähdekoodi vs WYSIWYG", 31 popupeditor: "Suurenna Editori", 32 about: "Tietoja Editorista", 33 showhelp: "Näytä Ohje", 34 textindicator: "Nykyinen tyyli", 35 undo: "Peruuta viimeinen toiminto", 36 redo: "Palauta viimeinen toiminto", 37 cut: "Leikkaa maalattu", 38 copy: "Kopioi maalattu", 39 paste: "Liitä leikepyödältä" 40 }, 41 42 buttons: { 43 "ok": "Hyväksy", 44 "cancel": "Peruuta" 45 } 46 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |