00001 #ifndef _LGI_MSGS_H_
00002 #define _LGI_MSGS_H_
00003
00004
00005 #define L_SUCCESS 0
00006 #define L_ERROR -1
00007 #define L_ERROR_NO_MEMORY -2
00008 #define L_ERROR_BAD_VALUE -3
00009
00010 #define L_BTN_OK -50
00011 #define L_BTN_CANCEL -51
00012
00013
00014 #define L_ERROR_ESMTP_NO_AUTHS -100
00015 #define L_ERROR_ESMTP_UNSUPPORTED_AUTHS -101
00016
00017
00018 #define L_TEXTCTRL_AUTO_INDENT -200
00019 #define L_TEXTCTRL_COPY -201
00020 #define L_TEXTCTRL_COPYLINK -202
00021 #define L_TEXTCTRL_CUT -203
00022 #define L_TEXTCTRL_EMAIL_TO -204
00023 #define L_TEXTCTRL_FIXED -205
00024 #define L_TEXTCTRL_GOTO_LINE -206
00025 #define L_TEXTCTRL_OPENURL -207
00026 #define L_TEXTCTRL_PASTE -208
00027 #define L_TEXTCTRL_REDO -209
00028 #define L_TEXTCTRL_UNDO -210
00029 #define L_TEXTCTRL_SHOW_WHITESPACE -211
00030 #define L_TEXTCTRL_HARD_TABS -212
00031 #define L_TEXTCTRL_INDENT_SIZE -213
00032 #define L_TEXTCTRL_TAB_SIZE -214
00033 #define L_TEXTCTRL_RTL -215
00034
00035 #define L_TEXTCTRL_ASK_SAVE -220
00036 #define L_TEXTCTRL_SAVE -221
00037
00038
00039 #define L_ERROR_RES_NO_EXE_PATH -300
00040 #define L_ERROR_RES_NO_LR8_FILE -301
00041 #define L_ERROR_RES_CREATE_OBJECT_FAILED -302
00042 #define L_ERROR_RES_RESOURCE_READ_FAILED -303
00043
00044
00045 #define L_FONTUI_BOLD -400
00046 #define L_FONTUI_FACE -401
00047 #define L_FONTUI_ITALIC -402
00048 #define L_FONTUI_PREVIEW -403
00049 #define L_FONTUI_PTSIZE -404
00050 #define L_FONTUI_STYLE -405
00051 #define L_FONTUI_TITLE -406
00052 #define L_FONTUI_UNDERLINE -407
00053
00054
00055 #define L_COPY_LINK_LOCATION -500
00056 #define L_VIEW_SOURCE -501
00057 #define L_COPY_SOURCE -502
00058 #define L_VIEW_IN_DEFAULT_BROWSER -503
00059 #define L_VIEW_IMAGES -504
00060 #define L_CHANGE_CHARSET -505
00061
00062
00063 #define L_COLOUR_NONE -550
00064
00065
00066 #define L_FR_FIND -600
00067 #define L_FR_FIND_WHAT -601
00068 #define L_FR_FIND_NEXT -602
00069 #define L_FR_MATCH_WORD -603
00070 #define L_FR_MATCH_CASE -604
00071 #define L_FR_REPLACE -605
00072 #define L_FR_REPLACE_ALL -606
00073 #define L_FR_REPLACE_WITH -607
00074 #define L_FR_SELECTION_ONLY -608
00075
00076
00077 #define L_TOOLBAR_SHOW_TEXT -700
00078
00079
00080 #define L_STORE_WRITE_ERR -800
00081 #define L_STORE_OS_ERR -801
00082 #define L_STORE_MISMATCH -802
00083 #define L_STORE_RESTART -803
00084
00085
00086 #define L_FUI_NEW_CONDITION -900
00087 #define L_FUI_NEW_AND -901
00088 #define L_FUI_NEW_OR -902
00089 #define L_FUI_AND -903
00090 #define L_FUI_OR -904
00091 #define L_FUI_DELETE -905
00092 #define L_FUI_MOVE_UP -906
00093 #define L_FUI_MOVE_DOWN -907
00094 #define L_FUI_CONFIGURE -908
00095 #define L_FUI_OPTIONS -909
00096 #define L_FUI_NOT -910
00097 #define L_FUI_LEGEND -911
00098 #define L_FUI_NEW -912
00099 #define L_FUI_CONDITION -913
00100
00101
00102 #define L_SOFTUP_CHECKING -1000
00103 #define L_SOFTUP_DOWNLOADING -1001
00104
00105 #define L_ERROR_UNEXPECTED_XML -1020
00106 #define L_ERROR_XML_PARSE -1021
00107 #define L_ERROR_HTTP_FAILED -1022
00108 #define L_ERROR_CONNECT_FAILED -1023
00109 #define L_ERROR_NO_URI -1024
00110 #define L_ERROR_URI_ERROR -1025
00111 #define L_ERROR_UPDATE -1026
00112 #define L_ERROR_COPY_FAILED -1027
00113 #define L_ERROR_OPENING_TEMP_FILE -1028
00114
00115
00116 #define L_DOCAPP_SAVE_CHANGE -1100
00117 #define L_DOCAPP_RESTART_APP -1101
00118
00119 #endif