Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

333 lines
10 KiB

  1. /*++
  2. Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. intlid.h
  5. Abstract:
  6. This module contains the resource ids for the Regional Options applet.
  7. Revision History:
  8. --*/
  9. //
  10. // Text String Constants.
  11. //
  12. //
  13. // Make sure the next two definitions are not redefined.
  14. // (This file included by main.cpl)
  15. //
  16. #ifndef IDS_NAME
  17. #define IDS_NAME 1
  18. #endif
  19. #ifndef IDS_INFO
  20. #define IDS_INFO 2
  21. #endif
  22. #define IDS_NAME_CUSTOM 3
  23. #define IDS_LOCALE_GET_ERROR 4
  24. #define IDS_INVALID_USE_OF_NUM 5
  25. #define IDS_INVALID_TIME_STYLE 6
  26. #define IDS_INVALID_DATE_STYLE 7
  27. #define IDS_NO_LZERO 8
  28. #define IDS_LZERO 9
  29. #define IDS_METRIC 10
  30. #define IDS_US 11
  31. #define IDS_LOCALE_SET_ERROR 12
  32. #define IDS_LOCALE_NO_NUMS_IN 13
  33. #define IDS_LOCALE_DECIMAL_SYM 14
  34. #define IDS_LOCALE_NEG_SIGN 15
  35. #define IDS_LOCALE_GROUP_SYM 16
  36. #define IDS_LOCALE_TIME_SEP 17
  37. #define IDS_LOCALE_AM_SYM 18
  38. #define IDS_LOCALE_PM_SYM 19
  39. #define IDS_LOCALE_DATE_SEP 20
  40. #define IDS_LOCALE_CURR_SYM 21
  41. #define IDS_LOCALE_CDECIMAL_SYM 22
  42. #define IDS_LOCALE_CGROUP_SYM 23
  43. #define IDS_LOCALE_STYLE_ERR 24
  44. #define IDS_LOCALE_TIME 25
  45. #define IDS_LOCALE_SDATE 26
  46. #define IDS_LOCALE_LDATE 27
  47. #define IDS_LOCALE_YEAR_ERROR 28
  48. #define IDS_LOCALE_SUP_LANG 29
  49. #define IDS_STYLEUH 55
  50. #define IDS_STYLELH 56
  51. #define IDS_STYLEUM 57
  52. #define IDS_STYLELM 58
  53. #define IDS_STYLELS 59
  54. #define IDS_STYLELT 60
  55. #define IDS_STYLELD 61
  56. #define IDS_STYLELY 62
  57. #define IDS_TIMECHARS 63
  58. #define IDS_TCASESWAP 64
  59. #define IDS_SDATECHARS 65
  60. #define IDS_SDCASESWAP 66
  61. #define IDS_LDATECHARS 67
  62. #define IDS_LDCASESWAP 68
  63. #define IDS_REBOOT_STRING 69
  64. #define IDS_TITLE_STRING 70
  65. #define IDS_SETUP_STRING 71
  66. #define IDS_ML_PERMANENT 72
  67. #define IDS_ML_CANNOT_MODIFY 73
  68. #define IDS_ML_COPY_FAILED 74
  69. #define IDS_ML_INSTALL_FAILED 75
  70. #define IDS_ML_SETUP_FAILED 76
  71. #define IDS_KBD_LOAD_KBD_FAILED 83
  72. #define IDS_TEXT_INPUT_METHODS 84
  73. #define IDS_SUP_LANG_SUP_INST_TITLE 85
  74. #define IDS_SUP_LANG_SUP_REM_TITLE 86
  75. #define IDS_SUP_LANG_SUP_COMPLEX_INST 87
  76. #define IDS_SUP_LANG_SUP_CJK_INST 88
  77. #define IDS_SUP_LANG_SUP_COMPLEX_INST64 104
  78. #define IDS_SUP_LANG_SUP_CJK_INST64 105
  79. #define IDS_SUP_LANG_SUP_COMPLEX_REM 89
  80. #define IDS_SUP_LANG_SUP_CJK_REM 90
  81. #define IDS_DEF_USER_CONF_TITLE 91
  82. #define IDS_DEF_USER_CONF 92
  83. #define IDS_LOG_FONT_SUBSTITUTE 93
  84. #define IDS_SPANISH_NAME 96
  85. #define IDS_DEFAULT 97
  86. #define IDS_DEFAULT_USER_ERROR 99
  87. #define IDS_CHANGE_UI_LANG_NOT_ADMIN 100
  88. #define IDS_LOCALE_UNKNOWN 103
  89. #ifndef IDS_UNKNOWN
  90. #define IDS_UNKNOWN 198
  91. #endif
  92. //
  93. // Dialogs.
  94. //
  95. #define DLG_GENERAL 101
  96. #define DLG_LANGUAGES 102
  97. #define DLG_ADVANCED 104
  98. #define DLG_NUMBER 105
  99. #define DLG_CURRENCY 106
  100. #define DLG_TIME 107
  101. #define DLG_DATE 108
  102. #define DLG_SORTING 109
  103. #define DLG_SETUP_INFORMATION 200
  104. #define DLG_INPUT_LOCALES 500
  105. //
  106. // Icons.
  107. //
  108. #define IDI_ICON 200
  109. //
  110. // Digit Substitution Strings.
  111. //
  112. #define IDS_DIGIT_SUBST_CONTEXT 900
  113. #define IDS_DIGIT_SUBST_NONE (IDS_DIGIT_SUBST_CONTEXT + 1)
  114. #define IDS_DIGIT_SUBST_NATIONAL (IDS_DIGIT_SUBST_CONTEXT + 2)
  115. //
  116. // Misc. Controls.
  117. //
  118. #define IDC_STATIC -1
  119. #define IDC_GROUPBOX1 1001
  120. #define IDC_GROUPBOX2 1002
  121. #define IDC_GROUPBOX3 1003
  122. #define IDC_GROUPBOX4 1004
  123. #define IDC_SAMPLE1 1005
  124. #define IDC_SAMPLE2 1006
  125. #define IDC_SAMPLELBL1 1007
  126. #define IDC_SAMPLELBL2 1008
  127. #define IDC_SAMPLELBL3 1009
  128. #define IDC_SAMPLE1A 1010
  129. #define IDC_SAMPLE2A 1011
  130. #define IDC_SAMPLELBL1A 1012
  131. #define IDC_SAMPLELBL2A 1013
  132. //
  133. // General Page Controls.
  134. //
  135. #define IDC_USER_LOCALE_TEXT 1020
  136. #define IDC_USER_LOCALE 1021
  137. #define IDC_USER_REGION_TEXT 1022
  138. #define IDC_USER_REGION 1023
  139. #define IDC_CUSTOMIZE 1024
  140. #define IDC_SAMPLE_TEXT 1025
  141. #define IDC_TEXT1 1026
  142. #define IDC_TEXT2 1027
  143. #define IDC_TEXT3 1028
  144. #define IDC_TEXT4 1029
  145. #define IDC_TEXT5 1030
  146. #define IDC_TEXT6 1031
  147. #define IDC_NUMBER_SAMPLE 1032
  148. #define IDC_CURRENCY_SAMPLE 1033
  149. #define IDC_TIME_SAMPLE 1034
  150. #define IDC_SHRTDATE_SAMPLE 1035
  151. #define IDC_LONGDATE_SAMPLE 1036
  152. //
  153. // Languages Dialog Controls
  154. //
  155. #define IDC_LANGUAGE_LIST_TEXT 1171
  156. #define IDC_LANGUAGE_CHANGE 1172
  157. #define IDC_LANGUAGE_COMPLEX 1173
  158. #define IDC_LANGUAGE_CJK 1174
  159. #define IDC_LANGUAGE_SUPPL_TEXT 1175
  160. #define IDC_UI_LANGUAGE_TEXT 1177
  161. #define IDC_UI_LANGUAGE 1178
  162. //
  163. // Advanced Page Controls.
  164. //
  165. #define IDC_SYSTEM_LOCALE_TEXT1 1050
  166. #define IDC_SYSTEM_LOCALE_TEXT2 1051
  167. #define IDC_SYSTEM_LOCALE 1052
  168. #define IDC_CODEPAGES 1053
  169. #define IDC_DEFAULT_USER 1054
  170. #ifdef TEMP_UI
  171. #define IDC_LANGUAGE_GROUPS 1056
  172. #define IDC_CODEPAGE_CONVERSIONS 1057
  173. #endif // TEMP_UI
  174. //
  175. // Number and Currency Page Controls.
  176. //
  177. #define IDC_DECIMAL_SYMBOL 1070
  178. #define IDC_CURRENCY_SYMBOL 1071
  179. #define IDC_NUM_DECIMAL_DIGITS 1072
  180. #define IDC_DIGIT_GROUP_SYMBOL 1073
  181. #define IDC_NUM_DIGITS_GROUP 1074
  182. #define IDC_POS_SIGN 1075
  183. #define IDC_NEG_SIGN 1076
  184. #define IDC_POS_CURRENCY_SYM 1077
  185. #define IDC_NEG_NUM_FORMAT 1078
  186. #define IDC_SEPARATOR 1079
  187. #define IDC_DISPLAY_LEAD_0 1080
  188. #define IDC_MEASURE_SYS 1081
  189. #define IDC_NATIVE_DIGITS_TEXT 1082
  190. #define IDC_NATIVE_DIGITS 1083
  191. #define IDC_DIGIT_SUBST_TEXT 1084
  192. #define IDC_DIGIT_SUBST 1085
  193. //
  194. // Time Page Controls.
  195. //
  196. #define IDC_TIME_STYLE 1090
  197. #define IDC_AM_SYMBOL 1091
  198. #define IDC_PM_SYMBOL 1092
  199. //
  200. // Date Page Controls.
  201. //
  202. #define IDC_CALENDAR_TYPE_TEXT 1100
  203. #define IDC_CALENDAR_TYPE 1101
  204. #define IDC_TWO_DIGIT_YEAR_LOW 1102
  205. #define IDC_TWO_DIGIT_YEAR_HIGH 1103
  206. #define IDC_TWO_DIGIT_YEAR_ARROW 1104
  207. #define IDC_ADD_HIJRI_DATE 1105
  208. #define IDC_SHORT_DATE_STYLE 1106
  209. #define IDC_LONG_DATE_STYLE 1107
  210. #define IDC_ADD_HIJRI_DATE_TEXT 1108
  211. //
  212. // Sorting Page Controls.
  213. //
  214. #define IDC_SORTING 1120
  215. #define IDC_SORTING_TEXT1 1121
  216. #define IDC_SORTING_TEXT2 1122
  217. //
  218. // Unattended Log string
  219. //
  220. #define IDS_LOG_HEAD 2330
  221. #define IDS_LOG_FILE_ERROR 2331
  222. #define IDS_LOG_INTL_ERROR 2332
  223. #define IDS_LOG_SETUP_ERROR 2333
  224. #define IDS_LOG_UPGRADE_SCENARIO 2334
  225. #define IDS_LOG_SETUP_MODE 2335
  226. #define IDS_LOG_SWITCH_G 2336
  227. #define IDS_LOG_SWITCH_R 2337
  228. #define IDS_LOG_SWITCH_I 2338
  229. #define IDS_LOG_SWITCH_S 2339
  230. #define IDS_LOG_SWITCH_F 2340
  231. #define IDS_LOG_SWITCH_M 2341
  232. #define IDS_LOG_SWITCH_U 2342
  233. #define IDS_LOG_SWITCH_DEFAULT 2343
  234. #define IDS_LOG_LANG_GROUP 2344
  235. #define IDS_LOG_LANG 2345
  236. #define IDS_LOG_SYS_LOCALE 2346
  237. #define IDS_LOG_SYS_LOCALE_DEF 2347
  238. #define IDS_LOG_USER_LOCALE 2348
  239. #define IDS_LOG_USER_LOCALE_DEF 2349
  240. #define IDS_LOG_MUI_LANG 2350
  241. #define IDS_LOG_MUI_LANG_DEF 2351
  242. #define IDS_LOG_INPUT 2352
  243. #define IDS_LOG_INPUT_DEF 2353
  244. #define IDS_LOG_LAYOUT 2354
  245. #define IDS_LOG_LAYOUT_INSTALLED 2355
  246. #define IDS_LOG_INV_BLOCK 2356
  247. #define IDS_LOG_NO_ADMIN 2357
  248. #define IDS_LOG_SYS_LOCALE_CHG 2358
  249. #define IDS_LOG_USER_LOCALE_CHG 2359
  250. #define IDS_LOG_UNI_BLOCK 2360
  251. #define IDS_LOG_SYS_DEF_LAYOUT 2361
  252. #define IDS_LOG_USER_DEF_LAYOUT 2362
  253. #define IDS_LOG_NO_VALID_FOUND 2363
  254. #define IDS_LOG_EXT_LANG_FAIL 2364
  255. #define IDS_LOG_EXT_LANG_CANCEL 2365
  256. #define IDS_LOG_LOCALE_ACP_FAIL 2366
  257. #define IDS_LOG_LOCALE_KBD_FAIL 2367
  258. #define IDS_LOG_INVALID_LOCALE 2368
  259. #define IDS_LOG_UNAT_HEADER 2369
  260. #define IDS_LOG_UNAT_FOOTER 2370
  261. #define IDS_LOG_UI_BLOCK 2371
  262. #define IDS_LOG_UNAT_LOCATED 2372
  263. #define IDS_LOG_LOCALE_LG_FAIL 2373
  264. #define IDS_LOG_LOCALE_LG_REM 2374
  265. #define IDS_LOG_SWITCH_D 2375
  266. //
  267. // Ordinal for Text Services functions.
  268. //
  269. #define ORD_INPUT_DLG_PROC 101
  270. #define ORD_INPUT_INST_LAYOUT 102
  271. #define ORD_INPUT_UNINST_LAYOUT 103