forked from extern/egroupware
16 lines
800 B
JavaScript
16 lines
800 B
JavaScript
|
// PL lang variables
|
|||
|
// fixed by Wooya
|
|||
|
// http://www.mfusion.prv.pl
|
|||
|
// fixed by lemiel 14.11.2005
|
|||
|
|
|||
|
tinyMCE.addToLang('',{
|
|||
|
insertdate_def_fmt : '%Y-%m-%d',
|
|||
|
inserttime_def_fmt : '%H:%M:%S',
|
|||
|
insertdate_desc : 'Wstaw aktualn<6C> dat<61>',
|
|||
|
inserttime_desc : 'Wstaw aktualny czas',
|
|||
|
inserttime_months_long : new Array("Stycze<7A>", "Luty", "Marzec", "Kwiecie<69>", "Maj", "Czerwiec", "Lipiec", "Sierpie<69>", "Wrzesie<69>", "Pa<50>dziernik", "Listopad", "Grudzie<69>"),
|
|||
|
inserttime_months_short : new Array("Sty", "Lut", "Mar", "Kwi", "Maj", "Czer", "Lip", "Sier", "Wrze", "Pa<50>", "List", "Grudz"),
|
|||
|
inserttime_day_long : new Array("Niedziela", "Poniedzia<69>ek", "Wtorek", "<22>roda", "Czwartek", "Pi<50>tek", "Sobota", "Niedziela"),
|
|||
|
inserttime_day_short : new Array("Nie", "Pon", "Wto", "<22>ro", "Czw", "Pi<50>", "Sob", "Nie")
|
|||
|
});
|