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
|
};
|