Index: openacs-4/packages/acs-templating/www/resources/htmlarea/lang/pl.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/htmlarea/lang/pl.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/htmlarea/lang/pl.js 4 Mar 2004 18:32:11 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/htmlarea/lang/pl.js 30 Jan 2005 16:13:27 -0000 1.2 @@ -1,36 +1,67 @@ -// I18N constants +// 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" - } -}; + + +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" + + } + +}; +