months             28 modules/gui_calendar.c static int months[] = {LANG_CALENDAR_JANUARY, LANG_CALENDAR_FEBRUARY, LANG_CALENDAR_MARCH,
months            140 modules/gui_calendar.c     sprintf(str, " %2u %s %04u  %2u:%02u:%02u   ", ttm->tm_mday, lang_str(months[ttm->tm_mon]), 1900+ttm->tm_year, ttm->tm_hour, ttm->tm_min, ttm->tm_sec);
months            146 modules/gui_calendar.c         i = strlen(lang_str(months[cal_month]));
months            150 modules/gui_calendar.c         draw_string(x+FONT_WIDTH, y, lang_str(months[cal_month]), TITLE_COLOR);