Source code of Windows XP (NT5)
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.

855 lines
31 KiB

  1. /*:
  2. @*: This file is organized into two main blocks. The first block contains
  3. @*: code (non-string) sections which are specific to languages. Please put
  4. @*: the code sections in the correct language.
  5. @*: The second block is reserved for [Strings] which localizers will be
  6. @*: working with. It is further divided using "#if LANGUAGE ==" for language
  7. @*: specific strings. For strings which are common to all languages
  8. @*: place outside the #ifs.
  9. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. @@:@n:[Standard PNP IDs]
  27. @@:@*:
  28. @@:@*: for NEC PC-9800
  29. @@:@*:
  30. @@:@n:*nEC1600 = Generic ESDI/IDE/ATA Compatible Hard
  31. @@:@n:*nEC1700 = 98 Standard Floppy Disk Controller
  32. @@:@n:*nEC1902 = Standard Display Adapter (9821 Series)
  33. @@:@n:C98PNP\ReadDataPort = "IO read data port for C-bus Plug and Play emulator"
  34. @@:@n:C98PNP\NEC8061 = "PC-9801-104(PnP mode)"
  35. @@:@n:C98PNP\NEC8051 = "PC-9801-103(PnP mode)"
  36. @@:@n:C98PNP\NEC80C1 = "PC-9801-111(PnP mode)"
  37. @@:@n:C98PNP\NEC8191 = "NEC PC-9801-120"
  38. @@:@n:C98PNP\NEC8181 = "NEC PC-9801-121 ISDN Board"
  39. @@:@n:C98PNP\NEC8211 = "NEC PC-9801-123"
  40. @@:@n:C98PNP\NEC8271 = "NEC PC-9801-125"
  41. @@:@n:C98PNP\NEC8291 = "NEC PC-9801-127"
  42. @@:@n:C98PNP\NEC8241 = "NEC PC-9821NR-B05"
  43. @@:@n:
  44. #elif LANGUAGE_ID == 0x412
  45. //KOR specific sections
  46. #endif
  47. // String section below for localizers
  48. [Strings]
  49. @*:
  50. @*: Codepage should be changed to the localized language codepage
  51. @*: during localization. This is used to implement the ability to
  52. @*: append/replace inf files at run time based on infs which
  53. @*: were not present when the cd was made.
  54. @*:
  55. codepage=936
  56. @*:
  57. @*:
  58. @*: Timezones
  59. @*:
  60. WIN95_GMT_MINUS_01_A = "(GMT-01:00) ���ٶ�Ⱥ�������ý�Ⱥ��"
  61. WIN98_GMT_MINUS_01_A = "(GMT-01:00) ���ٶ�Ⱥ�������ý�Ⱥ��"
  62. WINME_GMT_MINUS_01_A = "(GMT-01:00) ���ٶ�Ⱥ��"
  63. MAP95_GMT_MINUS_01_A = "080,083"
  64. MAP98_GMT_MINUS_01_A = "080,083"
  65. MAPME_GMT_MINUS_01_A = "080"
  66. WINME_GMT_MINUS_01_B = "(GMT-01:00) ���ý�Ⱥ��"
  67. MAPME_GMT_MINUS_01_B = "083"
  68. WIN95_GMT_MINUS_02_A = "(GMT-02:00) �����"
  69. WIN98_GMT_MINUS_02_A = "(GMT-02:00) �����"
  70. WINME_GMT_MINUS_02_A = "(GMT-02:00) �����"
  71. MAP95_GMT_MINUS_02_A = "075"
  72. MAP98_GMT_MINUS_02_A = "075"
  73. MAPME_GMT_MINUS_02_A = "075"
  74. WIN95_GMT_MINUS_03_A = "(GMT-03:00) ��������"
  75. WIN98_GMT_MINUS_03_A = "(GMT-03:00) ��������"
  76. WINME_GMT_MINUS_03_A = "(GMT-03:00) ��������"
  77. MAP95_GMT_MINUS_03_A = "065"
  78. MAP98_GMT_MINUS_03_A = "065"
  79. MAPME_GMT_MINUS_03_A = "065"
  80. WIN95_GMT_MINUS_03_B = "(GMT-03:00) ����ŵ˹����˹�����ζ�"
  81. WIN98_GMT_MINUS_03_B = "(GMT-03:00) ����ŵ˹����˹�����ζ�"
  82. WINME_GMT_MINUS_03_B = "(GMT-03:00) ����ŵ˹����˹�����ζ�"
  83. MAP95_GMT_MINUS_03_B = "070"
  84. MAP98_GMT_MINUS_03_B = "070"
  85. MAPME_GMT_MINUS_03_B = "070"
  86. WINME_GMT_MINUS_03_C = "(GMT-03:00) ������"
  87. MAPME_GMT_MINUS_03_C = "073"
  88. WIN95_GMT_MINUS_0330_A = "(GMT-03:30) Ŧ����"
  89. WIN98_GMT_MINUS_0330_A = "(GMT-03:30) Ŧ����"
  90. WINME_GMT_MINUS_0330_A = "(GMT-03:30) Ŧ����"
  91. MAP95_GMT_MINUS_0330_A = "060"
  92. MAP98_GMT_MINUS_0330_A = "060"
  93. MAPME_GMT_MINUS_0330_A = "060"
  94. WIN95_GMT_MINUS_04_A = "(GMT-04:00) ������ʱ��(���ô�)"
  95. WIN98_GMT_MINUS_04_A = "(GMT-04:00) ������ʱ��(���ô�)"
  96. WINME_GMT_MINUS_04_A = "(GMT-04:00) ������ʱ��(���ô�)"
  97. MAP95_GMT_MINUS_04_A = "050"
  98. MAP98_GMT_MINUS_04_A = "050"
  99. MAPME_GMT_MINUS_04_A = "050"
  100. WIN95_GMT_MINUS_04_B = "(GMT-04:00) ������˹������˹"
  101. WIN98_GMT_MINUS_04_B = "(GMT-04:00) ������˹������˹"
  102. WINME_GMT_MINUS_04_B = "(GMT-04:00) ������˹������˹"
  103. MAP95_GMT_MINUS_04_B = "055"
  104. MAP98_GMT_MINUS_04_B = "055"
  105. MAPME_GMT_MINUS_04_B = "055"
  106. WINME_GMT_MINUS_04_C = "(GMT-04:00) ʥ���Ǹ�"
  107. MAPME_GMT_MINUS_04_C = "056"
  108. WIN95_GMT_MINUS_05_A = "(GMT-05:00) ����ʱ��(�����ͼ��ô�)"
  109. WIN98_GMT_MINUS_05_A = "(GMT-05:00) ����ʱ��(�����ͼ��ô�)"
  110. WINME_GMT_MINUS_05_A = "(GMT-05:00) ����ʱ��(�����ͼ��ô�)"
  111. MAP95_GMT_MINUS_05_A = "035"
  112. MAP98_GMT_MINUS_05_A = "035"
  113. MAPME_GMT_MINUS_05_A = "035"
  114. WIN95_GMT_MINUS_05_B = "(GMT-05:00) ������������"
  115. WIN98_GMT_MINUS_05_B = "(GMT-05:00) ������������������"
  116. WINME_GMT_MINUS_05_B = "(GMT-05:00) ������������������"
  117. MAP95_GMT_MINUS_05_B = "045"
  118. MAP98_GMT_MINUS_05_B = "045"
  119. MAPME_GMT_MINUS_05_B = "045"
  120. WIN95_GMT_MINUS_05_C = "(GMT-05:00) ӡ�ذ���(��)"
  121. WIN98_GMT_MINUS_05_C = "(GMT-05:00) ӡ�ذ�����(����)"
  122. WINME_GMT_MINUS_05_C = "(GMT-05:00) ӡ�ذ�����(����)"
  123. MAP95_GMT_MINUS_05_C = "040"
  124. MAP98_GMT_MINUS_05_C = "040"
  125. MAPME_GMT_MINUS_05_C = "040"
  126. WIN95_GMT_MINUS_06_A = "(GMT-06:00) ��˹������"
  127. WIN98_GMT_MINUS_06_A = "(GMT-06:00) ��˹������ʡ"
  128. WINME_GMT_MINUS_06_A = "(GMT-06:00) ��˹������ʡ"
  129. MAP95_GMT_MINUS_06_A = "025"
  130. MAP98_GMT_MINUS_06_A = "025"
  131. MAPME_GMT_MINUS_06_A = "025"
  132. WIN95_GMT_MINUS_06_B = "(GMT-06:00) �в�ʱ��(�����ͼ��ô�)"
  133. WIN98_GMT_MINUS_06_B = "(GMT-06:00) �в�ʱ��(����_���ô�)"
  134. WINME_GMT_MINUS_06_B = "(GMT-06:00) �в�ʱ��(�����ͼ��ô�)"
  135. MAP95_GMT_MINUS_06_B = "020"
  136. MAP98_GMT_MINUS_06_B = "020"
  137. MAPME_GMT_MINUS_06_B = "020"
  138. WIN95_GMT_MINUS_06_C = "(GMT-06:00) ī�����ǣ��ع����Ӷ���"
  139. WIN98_GMT_MINUS_06_C = "(GMT-06:00) ī�����ǣ��ع����Ӷ���"
  140. MAP95_GMT_MINUS_06_C = "030"
  141. MAP98_GMT_MINUS_06_C = "030"
  142. WIN95_GMT_MINUS_06_D = "(GMT-06:00) ī������"
  143. WINME_GMT_MINUS_06_D = "(GMT-06:00) ī������"
  144. MAP95_GMT_MINUS_06_D = "030"
  145. MAPME_GMT_MINUS_06_D = "030"
  146. WINME_GMT_MINUS_06_E = "(GMT-06:00) ������"
  147. MAPME_GMT_MINUS_06_E = "033"
  148. WIN95_GMT_MINUS_07_A = "(GMT-07:00) ɽ��ʱ��(�����ͼ��ô�)"
  149. WIN98_GMT_MINUS_07_A = "(GMT-07:00) ɽ��ʱ��(�����ͼ��ô�)"
  150. WINME_GMT_MINUS_07_A = "(GMT-07:00) ɽ��ʱ��(�����ͼ��ô�)"
  151. MAP95_GMT_MINUS_07_A = "010"
  152. MAP98_GMT_MINUS_07_A = "010"
  153. MAPME_GMT_MINUS_07_A = "010"
  154. WIN95_GMT_MINUS_07_B = "(GMT-07:00) ����ɣ��"
  155. WIN98_GMT_MINUS_07_B = "(GMT-07:00) ����ɣ��"
  156. WINME_GMT_MINUS_07_B = "(GMT-07:00) ����ɣ��"
  157. MAP95_GMT_MINUS_07_B = "015"
  158. MAP98_GMT_MINUS_07_B = "015"
  159. MAPME_GMT_MINUS_07_B = "015"
  160. WIN95_GMT_MINUS_08_A = "(GMT-08:00) ̫ƽ��ʱ��(�����ͼ��ô�)���ٻ���"
  161. WIN98_GMT_MINUS_08_A = "(GMT-08:00) ̫ƽ��ʱ��(�����ͼ��ô�); �ٻ���"
  162. WINME_GMT_MINUS_08_A = "(GMT-08:00) ̫ƽ��ʱ��(�����ͼ��ô�); �ٻ���"
  163. MAP95_GMT_MINUS_08_A = "004"
  164. MAP98_GMT_MINUS_08_A = "004"
  165. MAPME_GMT_MINUS_08_A = "004"
  166. WIN95_GMT_MINUS_09_A = "(GMT-09:00) ����˹��"
  167. WIN98_GMT_MINUS_09_A = "(GMT-09:00) ����˹��"
  168. WINME_GMT_MINUS_09_A = "(GMT-09:00) ����˹��"
  169. MAP95_GMT_MINUS_09_A = "003"
  170. MAP98_GMT_MINUS_09_A = "003"
  171. MAPME_GMT_MINUS_09_A = "003"
  172. WIN95_GMT_MINUS_10_A = "(GMT-10:00) ������"
  173. WIN98_GMT_MINUS_10_A = "(GMT-10:00) ������"
  174. WINME_GMT_MINUS_10_A = "(GMT-10:00) ������"
  175. MAP95_GMT_MINUS_10_A = "002"
  176. MAP98_GMT_MINUS_10_A = "002"
  177. MAPME_GMT_MINUS_10_A = "002"
  178. WIN95_GMT_MINUS_11_A = "(GMT-11:00) ��;������Ħ��Ⱥ��"
  179. WIN98_GMT_MINUS_11_A = "(GMT-11:00) ��;��������Ħ��"
  180. WINME_GMT_MINUS_11_A = "(GMT-11:00) ��;��������Ħ��"
  181. MAP95_GMT_MINUS_11_A = "001"
  182. MAP98_GMT_MINUS_11_A = "001"
  183. MAPME_GMT_MINUS_11_A = "001"
  184. WIN95_GMT_MINUS_12_A = "(GMT-12:00) �������пˣ������ֵ�"
  185. WIN98_GMT_MINUS_12_A = "(GMT-12:00) �������п˵��������ֵ�"
  186. WINME_GMT_MINUS_12_A = "(GMT-12:00) �������п˵��������ֵ�"
  187. MAP95_GMT_MINUS_12_A = "000"
  188. MAP98_GMT_MINUS_12_A = "000"
  189. MAPME_GMT_MINUS_12_A = "000"
  190. WIN95_GMT_PLUS_00_A = "(GMT) �������Σ������֣����������׶�"
  191. WIN98_GMT_PLUS_00_A = "(GMT) ��������ƽ��ʱ�������֣�����������˹�����׶� "
  192. WINME_GMT_PLUS_00_A = "(GMT) ��������ƽ��ʱ�������֣�����������˹�����׶� "
  193. MAP95_GMT_PLUS_00_A = "085"
  194. MAP98_GMT_PLUS_00_A = "085"
  195. MAPME_GMT_PLUS_00_A = "085"
  196. WIN95_GMT_PLUS_00_B = "(GMT) ����ά�ǣ�����������"
  197. WIN98_GMT_PLUS_00_B = "(GMT) ������������������"
  198. WINME_GMT_PLUS_00_B = "(GMT) ������������������"
  199. MAP95_GMT_PLUS_00_B = "090"
  200. MAP98_GMT_PLUS_00_B = "090"
  201. MAPME_GMT_PLUS_00_B = "090"
  202. WIN95_GMT_PLUS_00_C = "(GMT) �������Σ������֣����������׶أ���˹��"
  203. MAP95_GMT_PLUS_00_C = "085"
  204. WIN98_GMT_PLUS_01_A = "(GMT+01:00) �������ѣ�˹����������ǣ���ɳ�������ղ�"
  205. MAP98_GMT_PLUS_01_A = "100,095"
  206. WIN95_GMT_PLUS_01_B = "(GMT+01:00) �����񣬲�����˹����"
  207. WIN98_GMT_PLUS_01_B = "(GMT+01:00) ���������£�������˹������������˹��¬�������ǣ�������"
  208. MAP95_GMT_PLUS_01_B = "095"
  209. MAP98_GMT_PLUS_01_B = "095,100"
  210. WIN95_GMT_PLUS_01_C = "(GMT+01:00) ���裬������"
  211. WIN98_GMT_PLUS_01_C = "(GMT+01:00) ��³�������籾���������������"
  212. MAP95_GMT_PLUS_01_C = "105"
  213. MAP98_GMT_PLUS_01_C = "105,100"
  214. WIN95_GMT_PLUS_01_D = "(GMT+01:00) ����,˹�¸���Ħ,����,������,��³����,άҲ��,��ķ˹�ص�"
  215. WIN98_GMT_PLUS_01_D = "(GMT+01:00) ��ķ˹�ص������֣������ᣬ������˹�¸���Ħ��άҲ��"
  216. MAP95_GMT_PLUS_01_D = "105,110"
  217. MAP98_GMT_PLUS_01_D = "110"
  218. WIN95_GMT_PLUS_01_E = "(GMT+01:00) ��˹������ɳ"
  219. MAP95_GMT_PLUS_01_E = "085,100"
  220. WIN98_GMT_PLUS_01_F = "(GMT+01:00) ���������£�������˹������������˹��¬�������ǣ�������"
  221. WINME_GMT_PLUS_01_F = "(GMT+01:00) ���������£�������˹������������˹��¬�������ǣ�������"
  222. MAP98_GMT_PLUS_01_F = "095"
  223. MAPME_GMT_PLUS_01_F = "095"
  224. WIN98_GMT_PLUS_01_G = "(GMT+01:00) �������ѣ�˹����������ǣ���ɳ�������ղ�"
  225. MAP98_GMT_PLUS_01_G = "100"
  226. WIN95_GMT_PLUS_01_H = "(GMT+01:00) ��ɳ"
  227. MAP95_GMT_PLUS_01_H = "100"
  228. WIN95_GMT_PLUS_01_I = "(GMT+01:00) ������"
  229. MAP95_GMT_PLUS_01_I = "095"
  230. WINME_GMT_PLUS_01_J = "(GMT+01:00) �������ѣ�˹����������ǣ�ά��Ŧ˹����ɳ�������ղ�"
  231. MAP98_GMT_PLUS_01_J = "100"
  232. WINME_GMT_PLUS_01_K = "(GMT+01:00) ��³�������籾���������������"
  233. MAPME_GMT_PLUS_01_K = "105"
  234. WINME_GMT_PLUS_01_L = "(GMT+01:00) ��ķ˹�ص������֣������ᣬ������˹�¸���Ħ��άҲ��"
  235. MAPME_GMT_PLUS_01_L = "110"
  236. WINME_GMT_PLUS_01_M = "(GMT+01:00) �����"
  237. MAPME_GMT_PLUS_01_M = "113"
  238. WIN95_GMT_PLUS_02_A = "(GMT+02:00) ��ŷ"
  239. WIN98_GMT_PLUS_02_A = "(GMT+02:00) ��ŷ"
  240. MAP95_GMT_PLUS_02_A = "115"
  241. MAP98_GMT_PLUS_02_A = "115"
  242. WIN95_GMT_PLUS_02_B = "(GMT+02:00) ����"
  243. WIN98_GMT_PLUS_02_B = "(GMT+02:00) ����"
  244. WINME_GMT_PLUS_02_B = "(GMT+02:00) ����"
  245. MAP95_GMT_PLUS_02_B = "120"
  246. MAP98_GMT_PLUS_02_B = "120"
  247. MAPME_GMT_PLUS_02_B = "120"
  248. WIN98_GMT_PLUS_02_C = "(GMT+02:00) �ն�����"
  249. MAP98_GMT_PLUS_02_C = "125"
  250. WIN95_GMT_PLUS_02_D = "(GMT+02:00) �ŵ䣬�ն���������˹̹����"
  251. WIN98_GMT_PLUS_02_D = "(GMT+02:00) �ŵ䣬��˹̹��������˹��"
  252. WINME_GMT_PLUS_02_D = "(GMT+02:00) �ŵ䣬��˹̹��������˹��"
  253. MAP95_GMT_PLUS_02_D = "125,130"
  254. MAP98_GMT_PLUS_02_D = "130"
  255. MAPME_GMT_PLUS_02_D = "130"
  256. WIN95_GMT_PLUS_02_E = "(GMT+02:00) ��ɫ��"
  257. WIN98_GMT_PLUS_02_E = "(GMT+02:00) ��ɫ��"
  258. MAP95_GMT_PLUS_02_E = "135"
  259. MAP98_GMT_PLUS_02_E = "135"
  260. WIN95_GMT_PLUS_02_F = "(GMT+02:00) �����ף�����������"
  261. WIN98_GMT_PLUS_02_F = "(GMT+02:00) �����ף�����������"
  262. WINME_GMT_PLUS_02_F = "(GMT+02:00) �����ף�����������"
  263. MAP95_GMT_PLUS_02_F = "140"
  264. MAP98_GMT_PLUS_02_F = "140"
  265. MAPME_GMT_PLUS_02_F = "140"
  266. WIN98_GMT_PLUS_02_G = "(GMT+02:00) ������˹��"
  267. WINME_GMT_PLUS_02_G = "(GMT+02:00) ������˹��"
  268. MAP98_GMT_PLUS_02_G = "115"
  269. MAPME_GMT_PLUS_02_G = "115"
  270. WIN98_GMT_PLUS_02_H = "(GMT+02:00) �ն����������ӣ�����"
  271. WINME_GMT_PLUS_02_H = "(GMT+02:00) �ն����������ӣ�����"
  272. MAP98_GMT_PLUS_02_H = "125"
  273. MAPME_GMT_PLUS_02_H = "125"
  274. WIN98_GMT_PLUS_02_I = "(GMT+02:00) Ү·����"
  275. WINME_GMT_PLUS_02_I = "(GMT+02:00) ��ɫ��"
  276. MAP98_GMT_PLUS_02_I = "135"
  277. MAPME_GMT_PLUS_02_I = "135"
  278. WIN95_GMT_PLUS_03_A = "(GMT+03:00) Ī˹�ƣ�ʥ�˵ñ�"
  279. WIN98_GMT_PLUS_03_A = "(GMT+03:00) Ī˹�ƣ�ʥ�˵ñ��������Ӹ���"
  280. WINME_GMT_PLUS_03_A = "(GMT+03:00) Ī˹�ƣ�ʥ�˵ñ��������Ӹ���"
  281. MAP95_GMT_PLUS_03_A = "145"
  282. MAP98_GMT_PLUS_03_A = "145"
  283. MAPME_GMT_PLUS_03_A = "145"
  284. WIN95_GMT_PLUS_03_B = "(GMT+03:00) �͸�������أ����ޱϣ����ŵ�"
  285. WIN98_GMT_PLUS_03_B = "(GMT+03:00) �͸�������أ����ŵ�"
  286. WINME_GMT_PLUS_03_B = "(GMT+03:00) �����أ����ŵ�"
  287. MAP95_GMT_PLUS_03_B = "150,155,158"
  288. MAP98_GMT_PLUS_03_B = "150,158"
  289. MAPME_GMT_PLUS_03_B = "150"
  290. WIN98_GMT_PLUS_03_C = "(GMT+03:00) ���ޱ�"
  291. WINME_GMT_PLUS_03_C = "(GMT+03:00) ���ޱ�"
  292. MAP98_GMT_PLUS_03_C = "155"
  293. MAPME_GMT_PLUS_03_C = "155"
  294. WINME_GMT_PLUS_03_D = "(GMT+03:00) �͸���"
  295. MAPME_GMT_PLUS_03_D = "158"
  296. WIN95_GMT_PLUS_0330_A = "(GMT+03:30) �º���"
  297. WIN98_GMT_PLUS_0330_A = "(GMT+03:30) �º���"
  298. WINME_GMT_PLUS_0330_A = "(GMT+03:30) �º���"
  299. MAP95_GMT_PLUS_0330_A = "160"
  300. MAP98_GMT_PLUS_0330_A = "160"
  301. MAPME_GMT_PLUS_0330_A = "160"
  302. WIN95_GMT_PLUS_04_A = "(GMT+04:00) �������ȣ���˹���أ��ڱ���˹����ɽ�������Ӹ���"
  303. WIN98_GMT_PLUS_04_A = "(GMT+04:00) �������ȣ���˹����"
  304. WINME_GMT_PLUS_04_A = "(GMT+04:00) �������ȣ���˹����"
  305. MAP95_GMT_PLUS_04_A = "145,165,170"
  306. MAP98_GMT_PLUS_04_A = "165"
  307. MAPME_GMT_PLUS_04_A = "165"
  308. WIN98_GMT_PLUS_04_B = "(GMT+04:00) �Ϳ⣬�ڱ���˹"
  309. WINME_GMT_PLUS_04_B = "(GMT+04:00) �Ϳ⣬�ڱ���˹��������"
  310. MAP98_GMT_PLUS_04_B = "170"
  311. MAPME_GMT_PLUS_04_B = "170"
  312. WIN95_GMT_PLUS_0430_A = "(GMT+04:30) ������"
  313. WIN98_GMT_PLUS_0430_A = "(GMT+04:30) ������"
  314. WINME_GMT_PLUS_0430_A = "(GMT+04:30) ������"
  315. MAP95_GMT_PLUS_0430_A = "175"
  316. MAP98_GMT_PLUS_0430_A = "175"
  317. MAPME_GMT_PLUS_0430_A = "175"
  318. WIN95_GMT_PLUS_05_A = "(GMT+05:00) ��˹�����������棬Ҷ�����ձ�����ʲ��"
  319. WIN98_GMT_PLUS_05_A = "(GMT+05:00) ��˹�����������棬��ʲ��"
  320. WINME_GMT_PLUS_05_A = "(GMT+05:00) ��˹�����������棬��ʲ��"
  321. MAP95_GMT_PLUS_05_A = "180,185"
  322. MAP98_GMT_PLUS_05_A = "185"
  323. MAPME_GMT_PLUS_05_A = "185"
  324. WIN98_GMT_PLUS_05_B = "(GMT+05:00) Ҷ�����ձ�"
  325. WINME_GMT_PLUS_05_B = "(GMT+05:00) Ҷ�����ձ�"
  326. MAP98_GMT_PLUS_05_B = "180"
  327. MAPME_GMT_PLUS_05_B = "180"
  328. WIN95_GMT_PLUS_0530_A = "(GMT+05:30) ���򣬼Ӷ�������������˹���µ��������"
  329. WIN98_GMT_PLUS_0530_A = "(GMT+05:30) ���򣬼Ӷ�������������˹���µ���"
  330. WINME_GMT_PLUS_0530_A = "(GMT+05:30) �Ӷ�������������˹���������µ���"
  331. MAP95_GMT_PLUS_0530_A = "190,200"
  332. MAP98_GMT_PLUS_0530_A = "190"
  333. MAPME_GMT_PLUS_0530_A = "190"
  334. WINME_GMT_PLUS_0545_A = "(GMT+05:45) �ӵ�����"
  335. MAPME_GMT_PLUS_0545_A = "193"
  336. WIN95_GMT_PLUS_06_A = "(GMT+06:00) ����ľͼ���│"
  337. WIN98_GMT_PLUS_06_A = "(GMT+06:00) ����ľͼ���│"
  338. WINME_GMT_PLUS_06_A = "(GMT+06:00) ��˹���ɣ��│"
  339. MAP95_GMT_PLUS_06_A = "195,201"
  340. MAP98_GMT_PLUS_06_A = "195,201"
  341. MAPME_GMT_PLUS_06_A = "195"
  342. WIN98_GMT_PLUS_06_B = "(GMT+06:00) ������"
  343. MAP98_GMT_PLUS_06_B = "200"
  344. WINME_GMT_PLUS_06_C = "(GMT+06:00) ����"
  345. MAPME_GMT_PLUS_06_C = "200"
  346. WINME_GMT_PLUS_06_D = "(GMT+06:00) ����ľͼ������������"
  347. MAPME_GMT_PLUS_06_D = "201"
  348. WINME_GMT_PLUS_0630_A = "(GMT+06:30) ����"
  349. MAPME_GMT_PLUS_0630_A = "203"
  350. WIN95_GMT_PLUS_07_A = "(GMT+07:00) ���ȣ��żӴ����"
  351. WIN98_GMT_PLUS_07_A = "(GMT+07:00) ���ȣ����ڣ��żӴ�"
  352. WINME_GMT_PLUS_07_A = "(GMT+07:00) ���ȣ����ڣ��żӴ�"
  353. MAP95_GMT_PLUS_07_A = "205"
  354. MAP98_GMT_PLUS_07_A = "205"
  355. MAPME_GMT_PLUS_07_A = "205"
  356. WINME_GMT_PLUS_07_B = "(GMT+07:00) ����˹ŵ�Ƕ�˹��"
  357. MAPME_GMT_PLUS_07_B = "207"
  358. WIN95_GMT_PLUS_08_A = "(GMT+08:00) ���������죬��³ľ��"
  359. WIN98_GMT_PLUS_08_A = "(GMT+08:00) ���������죬���ۣ���³ľ��"
  360. WINME_GMT_PLUS_08_A = "(GMT+08:00) ���������죬���ۣ���³ľ��"
  361. MAP95_GMT_PLUS_08_A = "210"
  362. MAP98_GMT_PLUS_08_A = "210"
  363. MAPME_GMT_PLUS_08_A = "210"
  364. WIN95_GMT_PLUS_08_B = "(GMT+08:00) ���ۣ���˹���¼��£�̨��"
  365. WIN98_GMT_PLUS_08_B = "(GMT+08:00) �¼���"
  366. WINME_GMT_PLUS_08_B = "(GMT+08:00) ��¡�£��¼���"
  367. MAP95_GMT_PLUS_08_B = "210,215,220,225"
  368. MAP98_GMT_PLUS_08_B = "215"
  369. MAPME_GMT_PLUS_08_B = "215"
  370. WIN98_GMT_PLUS_08_C = "(GMT+08:00) ̨��"
  371. WINME_GMT_PLUS_08_C = "(GMT+08:00) ̨��"
  372. MAP98_GMT_PLUS_08_C = "220"
  373. MAPME_GMT_PLUS_08_C = "220"
  374. WIN98_GMT_PLUS_08_D = "(GMT+08:00) ��˼"
  375. WINME_GMT_PLUS_08_D = "(GMT+08:00) ��˼"
  376. MAP98_GMT_PLUS_08_D = "225"
  377. MAPME_GMT_PLUS_08_D = "225"
  378. WINME_GMT_PLUS_08_E = "(GMT+08:00) �������οˣ���������"
  379. MAPME_GMT_PLUS_08_E = "227"
  380. WIN95_GMT_PLUS_09_A = "(GMT+09:00) ���������࣬���ϣ����ǣ��ſ��Ŀ�"
  381. WIN98_GMT_PLUS_09_A = "(GMT+09:00) ���࣬���ϣ�����"
  382. WINME_GMT_PLUS_09_A = "(GMT+09:00) ���࣬���ϣ�����"
  383. MAP95_GMT_PLUS_09_A = "230,235,240"
  384. MAP98_GMT_PLUS_09_A = "235"
  385. MAPME_GMT_PLUS_09_A = "235"
  386. WIN98_GMT_PLUS_09_B = "(GMT+09:00) ����"
  387. WINME_GMT_PLUS_09_B = "(GMT+09:00) ����"
  388. MAP98_GMT_PLUS_09_B = "230"
  389. MAPME_GMT_PLUS_09_B = "230"
  390. WIN98_GMT_PLUS_09_C = "(GMT+09:00) �ſ��Ŀ�"
  391. WINME_GMT_PLUS_09_C = "(GMT+09:00) �ſ��Ŀ�"
  392. MAP98_GMT_PLUS_09_C = "240"
  393. MAPME_GMT_PLUS_09_C = "240"
  394. WIN95_GMT_PLUS_0930_A = "(GMT+09:30) ������"
  395. WIN98_GMT_PLUS_0930_A = "(GMT+09:30) ������"
  396. WINME_GMT_PLUS_0930_A = "(GMT+09:30) ������"
  397. MAP95_GMT_PLUS_0930_A = "245"
  398. MAP98_GMT_PLUS_0930_A = "245"
  399. MAPME_GMT_PLUS_0930_A = "245"
  400. WIN95_GMT_PLUS_0930_B = "(GMT+09:30) ��������"
  401. WIN98_GMT_PLUS_0930_B = "(GMT+09:30) ��������"
  402. WINME_GMT_PLUS_0930_B = "(GMT+09:30) ��������"
  403. MAP95_GMT_PLUS_0930_B = "250"
  404. MAP98_GMT_PLUS_0930_B = "250"
  405. MAPME_GMT_PLUS_0930_B = "250"
  406. WIN95_GMT_PLUS_10_A = "(GMT+10:00) ����˹�࣬ī������Ϥ��"
  407. WIN98_GMT_PLUS_10_A = "(GMT+10:00) ��������ī������Ϥ��"
  408. WINME_GMT_PLUS_10_A = "(GMT+10:00) ��������ī������Ϥ��"
  409. MAP95_GMT_PLUS_10_A = "255,260"
  410. MAP98_GMT_PLUS_10_A = "255"
  411. MAPME_GMT_PLUS_10_A = "255"
  412. WIN95_GMT_PLUS_10_B = "(GMT+10:00) ������"
  413. WIN98_GMT_PLUS_10_B = "(GMT+10:00) ������"
  414. WINME_GMT_PLUS_10_B = "(GMT+10:00) ������"
  415. MAP95_GMT_PLUS_10_B = "265"
  416. MAP98_GMT_PLUS_10_B = "265"
  417. MAPME_GMT_PLUS_10_B = "265"
  418. WIN95_GMT_PLUS_10_C = "(GMT+10:00) �ص���Ī���ȱȸۣ���������˹�п�"
  419. WIN98_GMT_PLUS_10_C = "(GMT+10:00) �ص���Ī���ȱȸ�"
  420. WINME_GMT_PLUS_10_C = "(GMT+10:00) �ص���Ī���ȱȸ�"
  421. MAP95_GMT_PLUS_10_C = "270,275"
  422. MAP98_GMT_PLUS_10_C = "275"
  423. MAPME_GMT_PLUS_10_C = "275"
  424. WIN98_GMT_PLUS_10_D = "(GMT+10:00) ��������˹�п�(������)"
  425. WINME_GMT_PLUS_10_D = "(GMT+10:00) ��������˹�п�(������)"
  426. MAP98_GMT_PLUS_10_D = "270"
  427. MAPME_GMT_PLUS_10_D = "270"
  428. WIN98_GMT_PLUS_10_E = "(GMT+10:00) ����˹��"
  429. WINME_GMT_PLUS_10_E = "(GMT+10:00) ����˹��"
  430. MAP98_GMT_PLUS_10_E = "260"
  431. MAPME_GMT_PLUS_10_E = "260"
  432. WINME_GMT_PLUS_10_F = "(GMT+10:00) ����˹�࣬ī������Ϥ�� (������ 2000 ��)"
  433. MAPME_GMT_PLUS_10_F = "255"
  434. WIN95_GMT_PLUS_11_A = "(GMT+11:00) ���ӵ���������Ⱥ�����¿���������"
  435. WIN98_GMT_PLUS_11_A = "(GMT+11:00) ���ӵ���������Ⱥ�����¿���������"
  436. WINME_GMT_PLUS_11_A = "(GMT+11:00) ���ӵ���������Ⱥ�����¿���������"
  437. MAP95_GMT_PLUS_11_A = "280"
  438. MAP98_GMT_PLUS_11_A = "280"
  439. MAPME_GMT_PLUS_11_A = "280"
  440. WIN95_GMT_PLUS_12_A = "(GMT+12:00) ��ʿ�������Ӱ뵺�����ܶ�Ⱥ��"
  441. WIN98_GMT_PLUS_12_A = "(GMT+12:00) 쳼ã������Ӱ뵺�����ܶ�Ⱥ��"
  442. WINME_GMT_PLUS_12_A = "(GMT+12:00) 쳼ã������Ӱ뵺�����ܶ�Ⱥ��"
  443. MAP95_GMT_PLUS_12_A = "285"
  444. MAP98_GMT_PLUS_12_A = "285"
  445. MAPME_GMT_PLUS_12_A = "285"
  446. WIN95_GMT_PLUS_12_B = "(GMT+12:00) �����٣��¿���"
  447. WIN98_GMT_PLUS_12_B = "(GMT+12:00) �¿�����������"
  448. WINME_GMT_PLUS_12_B = "(GMT+12:00) �¿�����������"
  449. MAP95_GMT_PLUS_12_B = "290"
  450. MAP98_GMT_PLUS_12_B = "290"
  451. MAPME_GMT_PLUS_12_B = "290"
  452. WINME_GMT_PLUS_13_A = "(GMT+13:00) Ŭ�Ⱒ�巨"
  453. MAPME_GMT_PLUS_13_A = "300"
  454. @*:
  455. @*: Display text for PNP enumerators
  456. @*:
  457. BIOS = �����豸
  458. FLOP = ����������
  459. ISAPNP = ���弴�� ISA �豸
  460. MF = �๦���豸
  461. MONITOR = �������豸
  462. NETWORK = �����豸
  463. PCI = ���弴�� PCI �豸
  464. ROOT = ϵͳ�豸
  465. SCSI = SCSI �豸
  466. VIRTUAL = �����豸
  467. PCMCIA = ���弴�� PCMCIA �豸
  468. MCA = ���弴��΢ͨ���豸
  469. @*:
  470. @*: beta 2 warnings
  471. @*:
  472. Beta2Unimplemented = "����˵��"
  473. RAD="Զ�̹���"
  474. RemoteAdmin = "Beta 1 ��֧�� Windows 95 Զ�̹�����"
  475. @*:
  476. @*: Pre-upgrade blocker messages (i.e. please uninstall your virus checker)
  477. @*:
  478. InocuLAN_Warning = "�����������а�װ����֮ǰж�����в�����������������Ҫ�����˳���װ������?"
  479. Norton_Warning = "�����а�װ����֮ǰ������ж�� Norton ��������������ϣ�������˳���װ������?"
  480. McAfee_Warning = "�����а�װ����֮ǰ������ж�� McAfee ����������������ϣ�������˳���װ������?"
  481. Norton_YEO_Warning = "���������а�װ����֮ǰж�� Norton For Your Eyes Only ������ϣ�����ھ��˳���װ������?"
  482. @*:
  483. @*: Real incompatibilities
  484. @*:
  485. SAGE-MSG="���������ڴ˰汾�� Windows �Ͽ����м������⡣"
  486. DUS="���ŷ�����"
  487. DUS-MSG="�ڰ�װ����֮�󣬼����������ڽ������������������ĺ��С�����Ҫ�����������IJ��ŷ������Ա����������������ܡ�"
  488. MS_Network="Microsoft Network"
  489. Network_Connection_Protocol = "����������"
  490. NetBEUI-MSG="Windows XP ��֧�� NETBEUI Э�顣����ʹ�� NETBEUI ���������ӣ��������л������豸�ϰ�װ TCP/IP �Ա㱣�����������ԡ�"
  491. NWCLI= "Netware �����Ŀͻ�"
  492. MSDLC32-MSG="Windows XP �Ѳ���֧�� MSDLC32 ����Э�顣Windows XP �Զ���װ TCP/IP ��ΪĬ����������Э�顣������ MSDLC32 ����Э���ij�����Ӳ���������� Windows XP �󣬽��޷����С�"
  493. MSDLC-MSG="Windows XP �Ѳ���֧�� MSDLC ����Э�顣Windows XP ���Զ���װ TCP/IP ��ΪĬ�ϵ���������Э�顣������ MSDLC ����Э���ij�����Ӳ���������� Windows XP �����޷����С�"
  494. @*:
  495. @*: VPN client messages
  496. SafeNet_L2TP_IPSec="L2TP/IPSec VPN client"
  497. SafeNet_UDP_IPSec="UDP/IPSec VPN client"
  498. SafeNet_ClientMessage="�Ѱ�װ��������������ϵͳ���ȶ����������á��书�����ڰ�װ�� Windows ����ϵͳ��һ���֡�"
  499. @*:
  500. @*: Bad system Configuration messages
  501. @*:
  502. BadSystemConfig="����ϵͳ����"
  503. BadSystemConfig-MSG="��װ�������⵽��Чϵͳ���ã���ͨ���ɲ������ɡ������� <A HREF=""http://support.microsoft.com/support/misc/kblookup.asp?id=311446"">KB Article Q311446</A> ������ָʾִ�С�"
  504. @*:
  505. @*: Profile rename
  506. @*:
  507. %up%=%USERPROFILE%
  508. @*:
  509. @*: Default names for shell folder directories as they appear on Win9x systems. These should exactly match
  510. @*: the name of the directories on Win9x systems.
  511. @*:
  512. CommonDesktop_Long = All Users\Desktop
  513. CommonDesktop_Short = AllUsers\Desktop
  514. CommonFavorites_Long = All Users\Favorites
  515. CommonFavorites_Short = AllUsers\Favorite
  516. CommonPrograms_Long = All Users\Start Menu\Programs
  517. CommonPrograms_Short = AllUsers\StrtMenu\Programs
  518. CommonStartMenu_Long = All Users\Start Menu
  519. CommonStartMenu_Short = AllUsers\StrtMenu
  520. CommonStartup_Long = All Users\Start Menu\Programs\����
  521. CommonStartup_Short = AllUsers\StrtMenu\Programs\����
  522. CommonAppData_Long = All Users\Application Data
  523. CommonAppData_Short = AllUsers\AppData
  524. CommonPersonal_Long = My Documents
  525. CommonPersonal_Short = Docs
  526. CommonMusic_Long = My Music
  527. CommonMusic_Short = My Music
  528. CommonPictures_Long = My Pictures
  529. CommonPictures_Short = MyPics
  530. CommonVideo_Long = My Videos
  531. CommonVideo_Short = My Videos
  532. AdministrativeTools_Long = Start Menu\Programs\Administrative Tools
  533. AdministrativeTools_Short = StrtMenu\Programs\Administrative Tools
  534. CommonAdministrativeTools_Long = Start Menu\Programs\Administrative Tools
  535. CommonAdministrativeTools_Short = StrtMenu\Programs\Administrative Tools
  536. Desktop_Long = Desktop
  537. Desktop_Short = Desktop
  538. StartUp_Long = Start Menu\Programs\����
  539. StartUp_Short = StrtMenu\Programs\����
  540. AppData_Long = Application Data
  541. AppData_Short = AppData
  542. LocalSettings_Long = Local Settings
  543. LocalSettings_Short = LocalSet
  544. LocalAppData_Long = Local Settings\Application Data
  545. LocalAppData_Short = LocalSet\AppData
  546. Cache_Long = Temporary Internet Files
  547. Cache_Short = Cache
  548. Cookies_Long = Cookies
  549. Cookies_Short = Cookies
  550. Favorites_Long = Favorites
  551. Favorites_Short = Favorite
  552. Font_Long = Fonts
  553. Font_Short = Fonts
  554. History_Long = History
  555. History_Short = History
  556. NetHood_Long = NetHood
  557. NetHood_Short = NetHood
  558. Personal_Long = My Documents
  559. Personal_Short = MyDocs
  560. My_Pictures_Long = My Pictures
  561. My_Pictures_Short = MyPics
  562. My_Music_Long = My Music
  563. My_Music_Short = MyMusic
  564. My_Video_Long = My Videos
  565. My_Video_Short = MyVideo
  566. PrintHood_Long = PrintHood
  567. PrintHood_Short = PrtHood
  568. Programs_Long = Start Menu\Programs
  569. Programs_Short = StrtMenu\Programs
  570. Recent_Long = Recent
  571. Recent_Short = Recent
  572. SendTo_Long = SendTo
  573. SendTo_Short = SendTo
  574. StartMenu_Long = Start Menu
  575. StartMenu_Short = StrtMenu
  576. Templates_Long = ShellNew
  577. Templates_Short = ShellNew
  578. Templates_Long_Me = Templates
  579. Templates_Short_Me = Template
  580. @*:
  581. @*: Better PNP Descriptions
  582. @*:
  583. cpq3004 = "COMPAQ Presario FX700 ����������"
  584. wac0608 = "Wacom �������"
  585. @*:
  586. @*: *** IMPORTANT LOCALIZATION INFO ***
  587. @*:
  588. @*: The following "SendTo" items must be localized to match Win9x.
  589. @*:
  590. @*: Example:
  591. @*:
  592. @*: Mail Recipient.MAPIMail is a file normally in c:\windows\sendto directory. On some
  593. @*: versions of Win9x, the file "Mail Recipient.MAPIMail" is localized, on others it
  594. @*: is not.
  595. @*:
  596. @*: The strings below MUST be localized to match how the Win9x system was localized. Also,
  597. @*: each release of Win9x (gold, OSR2, Win98, etc.) may be different.
  598. @*:
  599. @*: DO NOT change this string if it was not localized on Win9x.
  600. @*:
  601. MapiMail.Win95Gold = "�ʼ�������.MAPIMail"
  602. MapiMail.Win95Osr2 = "�ʼ�������.MAPIMail"
  603. MapiMail.Win95Osr25 = "�ʼ�������.MAPIMail"
  604. MapiMail.Win98 = "�ʼ�������.MAPIMail"
  605. MapiMail.Win98SE = "�ʼ�������.MAPIMail"
  606. MapiMail.WinME = "�ʼ�������.MAPIMail"
  607. DeskLink.Win95Gold = "�������ݷ�ʽ.DeskLink"
  608. DeskLink.Win95Osr2 = "�������ݷ�ʽ.DeskLink"
  609. DeskLink.Win95Osr25 = "�������ݷ�ʽ.DeskLink"
  610. DeskLink.Win98 = "�������ݷ�ʽ.DeskLink"
  611. DeskLink.Win98SE = "�������ݷ�ʽ.DeskLink"
  612. DeskLink.WinME = "�������ݷ�ʽ.DeskLink"
  613. MyDocs.Win95Gold = "�ҵ��ĵ�.mydocs"
  614. MyDocs.Win95Osr2 = "�ҵ��ĵ�.mydocs"
  615. MyDocs.Win95Osr25 = "�ҵ��ĵ�.mydocs"
  616. MyDocs.Win98 = "�ҵ��ĵ�.mydocs"
  617. MyDocs.Win98SE = "�ҵ��ĵ�.mydocs"
  618. MyDocs.WinME = "�ҵ��ĵ�.mydocs"
  619. ZFSendToTarget.WinME = "ѹ���ļ���.ZFSendToTarget"
  620. @*:
  621. @*: This is the Accessories directory found in %ProgramFiles%.
  622. @*: If this directory is not localized, do not change this string.
  623. @*:
  624. Accessories = Accessories
  625. @*:
  626. @*: The next items are for renaming some directories during upgrade. This is targeted for localized builds that
  627. @*: had some non-localized directories on 9x that became localized on NT or that need to change the names
  628. @*: of the directories during upgrade.
  629. @*:
  630. @*: The items here are:
  631. @*: - Accessories (this is the Accessories folder from Start Menu\Programs)
  632. @*: - Accessibility (this is the Accessories folder from Start Menu\Programs\Accessories)
  633. @*: - Multimedia (this is the Multimedia folder from Start Menu\Programs\Accessories)
  634. @*: - Entertainment (this is the Entertainment folder from Start Menu\Programs\Accessories)
  635. @*: - Communications (this is the Communications folder from Start Menu\Programs\Accessories)
  636. @*: - SystemTools (this is the "System Tools" folder from Start Menu\Programs\Accessories)
  637. @*: - Games (this is the Games folder from Start Menu\Programs\Accessories)
  638. @*:
  639. @*: Please be very carefull when you localize these items. They are not translations, they are the actual names
  640. @*: of some directories on 9x and NT systems.
  641. @*: Please be aware that these directories might not be present on all Win9x versions (they might be there for
  642. @*: Win98 but not for Win95 Gold, etc).
  643. @*:
  644. @*: JPN systems!!! - please use SB Katakana and DB Katakana when necessary.
  645. @*:
  646. Accessories9x = ����
  647. AccessoriesNt = ����
  648. Accessibility9x = ��������
  649. AccessibilityNt = ��������
  650. Multimedia9x = ��ý��
  651. MultimediaNt = ��ý��
  652. Entertainment9x = ����
  653. EntertainmentNt = ����
  654. Communications9x = ͨѶ
  655. CommunicationsNt = ͨѶ
  656. SystemTools9x = ϵͳ����
  657. SystemToolsNt = ϵͳ����
  658. Games9x = ��Ϸ
  659. GamesNt = ��Ϸ
  660. Fax9x = Fax
  661. FaxNt = Fax
  662. @*:
  663. @*: The next item is the active desktop wallpaper installed by NT. On English systems this is
  664. @*: called "Active Desktop Wallpaper.htm" and it's located in %windir%\Web\Wallpaper. Please localize
  665. @*: if needed.
  666. @*:
  667. ActiveDesktopWallpaperNT = "Active Desktop Wallpaper.htm"
  668. ActiveDesktopWallpaperNTLocation = "Web\Wallpaper"
  669. @*:
  670. @*: Sony memory stick
  671. @*:
  672. @*:
  673. @*: localize to match w95upg.dll's .mc resources. The exact text to match is in
  674. @*: the resource string right before the following text:
  675. @*:
  676. @*: Hardware
  677. @*: --------
  678. @*: This section of the report describes hardware compatibility issues.
  679. @*:
  680. IncompatibleHardware = "������Ӳ��"
  681. @*:
  682. @*: Localize normally:
  683. @*:
  684. Sony_Memory_Stick = "Sony Memory Stick"
  685. ESS_ES56CVH-PI_Data_Fax_Voice_Modem = "ESS ES56CVH-PI Data Fax Voice Modem"
  686. TPPWREX = "IBM Thinkpad Power Management Device Driver"
  687. TPPWREXMSG = "�������������Ƽ����ϵ� Fn+F3 �� Fn+F12 �����������ᱻ���á���ͬ���ļ�����������ϵ���Ի��ÿ��ڴ� Windows �汾�����еĸ��¡�"
  688. @*:
  689. @*: Localize to match Win9x device manager (install Win9x, start device manager
  690. @*: from the control panel, find the string that groups the disk drives or modems):
  691. @*:
  692. DiskDrives = "����������"
  693. Modem = "���ƽ�����"
  694. @*:
  695. @*: The next items are shortcuts installed by NT. Please localize
  696. @*: if needed.
  697. @*:
  698. @*: Start Menu\Programs\%Accessories%\%Communications%
  699. RemoteDesktopConnectionNT = "Զ����������.lnk"
  700. NetworkandDialupConnectionsNT = "�����Ͳ�������.lnk"
  701. PhoneDialerNT = "�绰���ų���.lnk"
  702. HyperTerminalNT = "�����ն�.lnk"
  703. @*: Start Menu\Programs\%Accessories%\%Entertainment%
  704. CDPlayerNT = "CD ����.lnk"
  705. @*: Start Menu\Programs\%Accessories%\%System Tools%
  706. ActivateWindowsNT = "���� Windows.lnk"
  707. MigrationWizardNT = "Ǩ������.lnk"
  708. CharacterMapNT = "�ַ�ӳ����.lnk"
  709. @*: Start Menu\Programs\%Accessories%
  710. WindowsMovieMaker9x = "Windows Movie Maker.lnk"
  711. @*: c:\program files\common files\microsoft shared\Web Folders & Web Server Extensions
  712. Web_Folders = "Web Folders"
  713. Web_Server_Extensions = "Web Server Extensions"
  714. @*: c:\program files\Online
  715. refer_to_a_description_of_internet_service_providers_lnk = "refer to a description of internet service providers.lnk"
  716. @*:
  717. @*: Win9x file names
  718. @*:
  719. zapotec_bmp = "zapotec.bmp"
  720. blue_lace_16_bmp = "blue lace 16.bmp"
  721. soap_bubbles_bmp = "soap bubbles.bmp"
  722. coffee_bean_bmp = "coffee bean.bmp"
  723. feathertexture_bmp = "feathertexture.bmp"
  724. gone_fishing_bmp = "gone fishing.bmp"
  725. greenstone_bmp = "greenstone.bmp"
  726. prairie_wind_bmp = "prairie wind.bmp"
  727. rhododendron_bmp = "rhododendron.bmp"
  728. river_sumida_bmp = "river sumida.bmp"
  729. santa_fe_stucco_bmp = "santa fe stucco.bmp"
  730. @*:
  731. @*: NT file names
  732. @*:
  733. Refer_Me_lnk = "�ṩ������ Internet �����ṩ��.lnk"