mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-20 15:03:19 +01:00
37 lines
1.1 KiB
JavaScript
37 lines
1.1 KiB
JavaScript
|
// 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<72>lenie",
|
|||
|
strikethrough: "Przekre<72>lenie",
|
|||
|
subscript: "Indeks dolny",
|
|||
|
superscript: "Indeks g<>rny",
|
|||
|
justifyleft: "Wyr<79>wnaj do lewej",
|
|||
|
justifycenter: "Wy<57>rodkuj",
|
|||
|
justifyright: "Wyr<79>wnaj do prawej",
|
|||
|
justifyfull: "Wyjustuj",
|
|||
|
orderedlist: "Numerowanie",
|
|||
|
unorderedlist: "Wypunktowanie",
|
|||
|
outdent: "Zmniejsz wci<63>cie",
|
|||
|
indent: "Zwi<77>ksz wci<63>cie",
|
|||
|
forecolor: "Kolor czcionki",
|
|||
|
backcolor: "Kolor t<>a",
|
|||
|
horizontalrule: "Linia pozioma",
|
|||
|
createlink: "Wstaw adres sieci Web",
|
|||
|
insertimage: "Wstaw obraz",
|
|||
|
inserttable: "Wstaw tabel<65>",
|
|||
|
htmlmode: "Edycja WYSIWYG/w <20>r<EFBFBD>dle strony",
|
|||
|
popupeditor: "Pe<50>ny ekran",
|
|||
|
about: "Informacje o tym edytorze",
|
|||
|
help: "Pomoc",
|
|||
|
textindicator: "Obecny styl"
|
|||
|
}
|
|||
|
};
|