| 1 |
lars |
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: "pl",
|
|
|
8 |
|
|
|
9 |
tooltips: {
|
|
|
10 |
bold: "Pogrubienie",
|
|
|
11 |
italic: "Pochylenie",
|
|
|
12 |
underline: "Podkreœlenie",
|
|
|
13 |
strikethrough: "Przekreœlenie",
|
|
|
14 |
subscript: "Indeks dolny",
|
|
|
15 |
superscript: "Indeks górny",
|
|
|
16 |
justifyleft: "Wyrównaj do lewej",
|
|
|
17 |
justifycenter: "Wyœrodkuj",
|
|
|
18 |
justifyright: "Wyrównaj do prawej",
|
|
|
19 |
justifyfull: "Wyjustuj",
|
|
|
20 |
orderedlist: "Numerowanie",
|
|
|
21 |
unorderedlist: "Wypunktowanie",
|
|
|
22 |
outdent: "Zmniejsz wciêcie",
|
|
|
23 |
indent: "Zwiêksz wciêcie",
|
|
|
24 |
forecolor: "Kolor czcionki",
|
|
|
25 |
backcolor: "Kolor t³a",
|
|
|
26 |
horizontalrule: "Linia pozioma",
|
|
|
27 |
createlink: "Wstaw adres sieci Web",
|
|
|
28 |
insertimage: "Wstaw obraz",
|
|
|
29 |
inserttable: "Wstaw tabelê",
|
|
|
30 |
htmlmode: "Edycja WYSIWYG/w Ÿródle strony",
|
|
|
31 |
popupeditor: "Pe³ny ekran",
|
|
|
32 |
about: "Informacje o tym edytorze",
|
|
|
33 |
help: "Pomoc",
|
|
|
34 |
textindicator: "Obecny styl"
|
|
|
35 |
}
|
|
|
36 |
};
|