str_id           1554 core/gui_draw.c void draw_button(int x, int y, int w, int str_id, int active)
str_id           1560 core/gui_draw.c     draw_string(x+((w-(strlen(lang_str(str_id))*FONT_WIDTH))>>1), y, lang_str(str_id), cl);
str_id            132 core/gui_draw.h extern void draw_button(int x, int y, int w, int str_id, int active);
str_id             81 core/script.c  void script_console_add_line(long str_id)
str_id             83 core/script.c      const char* str = lang_str(str_id);
str_id             94 core/script.c  void script_console_add_error(long str_id)
str_id             97 core/script.c      script_console_add_line(str_id);
str_id             52 include/script.h extern void script_console_add_line(long str_id);
str_id             53 include/script.h extern void script_console_add_error(long str_id);
str_id            829 tools/ubasic_test/camera_functions.c void script_console_add_error(long str_id)
str_id            831 tools/ubasic_test/camera_functions.c     printf("*** script_console_add_error %ld ***\n", str_id);