mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
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ą datę',
|
|
inserttime_desc : 'Wstaw aktualny czas',
|
|
inserttime_months_long : new Array("Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"),
|
|
inserttime_months_short : new Array("Sty", "Lut", "Mar", "Kwi", "Maj", "Czer", "Lip", "Sier", "Wrze", "Paź", "List", "Grudz"),
|
|
inserttime_day_long : new Array("Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"),
|
|
inserttime_day_short : new Array("Nie", "Pon", "Wto", "Śro", "Czw", "Pią", "Sob", "Nie")
|
|
});
|