forked from extern/egroupware
80 lines
2.8 KiB
JavaScript
80 lines
2.8 KiB
JavaScript
|
// PL lang variables
|
|||
|
// fixed by Wooya
|
|||
|
// http://www.mfusion.prv.pl
|
|||
|
// fixed by lemiel 14.11.2005
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
theme_style_select : 'Styl',
|
|||
|
theme_code_desc : 'Edytuj zr<7A>dd<64>o html',
|
|||
|
theme_code_title : 'Edytor zr<7A>d<EFBFBD>a html',
|
|||
|
theme_code_wordwrap : 'Zawijanie wierszy',
|
|||
|
theme_sub_desc : 'Nadpisywanie',
|
|||
|
theme_sup_desc : 'Podpisywanie',
|
|||
|
theme_hr_desc : 'Wstaw poziom<6F> lini<6E>',
|
|||
|
theme_removeformat_desc : 'Usu<73> formatowanie',
|
|||
|
theme_custom1_desc : 'Wstaw w<>asny opis',
|
|||
|
insert_image_border : 'Ramka',
|
|||
|
insert_image_dimensions : 'Wymiary',
|
|||
|
insert_image_vspace : 'Pionowy odst<73>p',
|
|||
|
insert_image_hspace : 'Poziomy odst<73>p',
|
|||
|
insert_image_align : 'Otaczanie',
|
|||
|
insert_image_align_default : 'Domy<6D>lne',
|
|||
|
insert_image_align_baseline : 'Do linii bazowej',
|
|||
|
insert_image_align_top : 'G<>rne',
|
|||
|
insert_image_align_middle : '<27>rodkowe',
|
|||
|
insert_image_align_bottom : 'Dolne',
|
|||
|
insert_image_align_texttop : 'Tekst powy<77>ej',
|
|||
|
insert_image_align_absmiddle : 'Absolutny <20>rodek',
|
|||
|
insert_image_align_absbottom : 'Absolutny d<><64>',
|
|||
|
insert_image_align_left : 'Lewe',
|
|||
|
insert_image_align_right : 'Prawe',
|
|||
|
theme_font_size : '-- Rozmiar czcionki --',
|
|||
|
theme_fontdefault : '-- Rodzina czcionki --',
|
|||
|
theme_block : '-- Format --',
|
|||
|
theme_paragraph : '-- Paragraf --',
|
|||
|
theme_div : 'Div',
|
|||
|
theme_address : 'Adres',
|
|||
|
theme_pre : 'Preformatowanie',
|
|||
|
theme_h1 : 'Nag<61><67>wek 1',
|
|||
|
theme_h2 : 'Nag<61><67>wek 2',
|
|||
|
theme_h3 : 'Nag<61><67>wek 3',
|
|||
|
theme_h4 : 'Nag<61><67>wek 4',
|
|||
|
theme_h5 : 'Nag<61><67>wek 5',
|
|||
|
theme_h6 : 'Nag<61><67>wek 6',
|
|||
|
theme_colorpicker_title : 'Wybierz kolor',
|
|||
|
theme_colorpicker_apply : 'Wybierz',
|
|||
|
theme_forecolor_desc : 'Wybierz kolor tekstu',
|
|||
|
theme_backcolor_desc : 'Wybierz kolor t<>a',
|
|||
|
theme_charmap_title : 'Wybierz znak',
|
|||
|
theme_charmap_desc : 'Wstaw znak',
|
|||
|
theme_visualaid_desc : 'Prze<7A><65>cz linie prowadz<64>ce/niewidoczne elementy',
|
|||
|
insert_anchor_title : 'Kotwica',
|
|||
|
insert_anchor_name : 'Nazwa kotwicy',
|
|||
|
theme_anchor_desc : 'Wstaw/Edytuj kotwic<69>',
|
|||
|
theme_insert_link_titlefield : 'Tytu<74>',
|
|||
|
theme_clipboard_msg : 'Kopiuj/Edytuj/Wklej nie jest dost<73>pne w przegl<67>darkach Mozilla i Firefox.\nPotrzebujesz wi<77>cej informacji na ten temat?',
|
|||
|
theme_path : '<27>cie<69>ka',
|
|||
|
cut_desc : 'Wytnij',
|
|||
|
copy_desc : 'Kopiuj',
|
|||
|
paste_desc : 'Wklej',
|
|||
|
link_list : 'Lista link<6E>w',
|
|||
|
image_list : 'Lista obrazk<7A>w',
|
|||
|
browse : 'Przegl<67>daj',
|
|||
|
image_props_desc : 'W<>a<EFBFBD>ciwosci obrazka',
|
|||
|
newdocument_desc : 'Nowy dokument',
|
|||
|
class_name : 'Klasa',
|
|||
|
newdocument : 'Czy jeste<74> pewien, <20>e chcesz wyczy<7A>ci<63> zawarto<74><6F> tego dokumentu?',
|
|||
|
about_title : 'O TinyMCE ...',
|
|||
|
about : 'O ...',
|
|||
|
license : 'Licencja',
|
|||
|
plugins : 'Pluginy',
|
|||
|
plugin : 'Plugin',
|
|||
|
author : 'Autor',
|
|||
|
version : 'Wersja',
|
|||
|
loaded_plugins : 'Za<5A>adowane pluginy',
|
|||
|
help : 'Pomoc',
|
|||
|
not_set : '-- Nie wybrano --',
|
|||
|
close : 'Zamknij',
|
|||
|
toolbar_focus : 'Skocz do przycisk<73>w narz<72>dzi - Alt+Q, Skocz do edytora - Alt-Z, Skocz do <20>cie<69>ki elementu - Alt-X'
|
|||
|
});
|