forked from extern/egroupware
12 lines
290 B
JavaScript
12 lines
290 B
JavaScript
|
// PL lang variables
|
|||
|
// fixed by Wooya
|
|||
|
// http://www.mfusion.prv.pl
|
|||
|
// fixed by lemiel 14.11.2005
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
insert_advhr_desc : 'Wstaw/Edytuj poziom<6F> lini<6E>',
|
|||
|
insert_advhr_width : 'Szeroko<6B><6F>',
|
|||
|
insert_advhr_size : 'Wysoko<6B><6F>',
|
|||
|
insert_advhr_noshade : 'Brak cienia'
|
|||
|
});
|