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: "pl",
-
- tooltips: {
- bold: "Pogrubienie",
- italic: "Pochylenie",
- underline: "Podkre£lenie",
- strikethrough: "Przekre£lenie",
- subscript: "Indeks dolny",
- superscript: "Indeks g≤rny",
- justifyleft: "Wyr≤wnaj do lewej",
- justifycenter: "Wy£rodkuj",
- justifyright: "Wyr≤wnaj do prawej",
- justifyfull: "Wyjustuj",
- orderedlist: "Numerowanie",
- unorderedlist: "Wypunktowanie",
- outdent: "Zmniejsz wciΩcie",
- indent: "ZwiΩksz wciΩcie",
- forecolor: "Kolor czcionki",
- backcolor: "Kolor t│a",
- horizontalrule: "Linia pozioma",
- createlink: "Wstaw adres sieci Web",
- insertimage: "Wstaw obraz",
- inserttable: "Wstaw tabelΩ",
- htmlmode: "Edycja WYSIWYG/w ƒr≤dle strony",
- popupeditor: "Pe│ny ekran",
- about: "Informacje o tym edytorze",
- help: "Pomoc",
- textindicator: "Obecny styl"
- }
- };
-