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
33 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=1252
  56. @*:
  57. @*:
  58. @*: Timezones
  59. @*:
  60. WIN95_GMT_MINUS_01_A = "(GMT-01:00) Azoren, Kaapverdische Eilanden"
  61. WIN98_GMT_MINUS_01_A = "(GMT-01:00) Azoren, Kaapverdische Eilanden"
  62. WINME_GMT_MINUS_01_A = "(GMT-01:00) Azoren"
  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) Kaapverdi�"
  67. MAPME_GMT_MINUS_01_B = "083"
  68. WIN95_GMT_MINUS_02_A = "(GMT-02:00) Mid-Atlantic"
  69. WIN98_GMT_MINUS_02_A = "(GMT-02:00) Mid-Atlantic"
  70. WINME_GMT_MINUS_02_A = "(GMT-02:00) Mid-Atlantic"
  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) Brasilia"
  75. WIN98_GMT_MINUS_03_A = "(GMT-03:00) Brasilia"
  76. WINME_GMT_MINUS_03_A = "(GMT-03:00) Brasilia"
  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) Buenos Aires, Georgetown"
  81. WIN98_GMT_MINUS_03_B = "(GMT-03:00) Buenos Aires, Georgetown"
  82. WINME_GMT_MINUS_03_B = "(GMT-03:00) Buenos Aires, Georgetown"
  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) Groenland"
  87. MAPME_GMT_MINUS_03_C = "073"
  88. WIN95_GMT_MINUS_0330_A = "(GMT-03:30) Newfoundland"
  89. WIN98_GMT_MINUS_0330_A = "(GMT-03:30) Newfoundland"
  90. WINME_GMT_MINUS_0330_A = "(GMT-03:30) Newfoundland"
  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) Atlantic Time (Canada)"
  95. WIN98_GMT_MINUS_04_A = "(GMT-04:00) Atlantic Time (Canada)"
  96. WINME_GMT_MINUS_04_A = "(GMT-04:00) Atlantic Time (Canada)"
  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) Caracas, La Paz"
  101. WIN98_GMT_MINUS_04_B = "(GMT-04:00) Caracas, La Paz"
  102. WINME_GMT_MINUS_04_B = "(GMT-04:00) Caracas, La Paz"
  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) Santiago"
  107. MAPME_GMT_MINUS_04_C = "056"
  108. WIN95_GMT_MINUS_05_A = "(GMT-05:00) Eastern Time (V.S. en Canada)"
  109. WIN98_GMT_MINUS_05_A = "(GMT-05:00) Eastern Time (V.S. en Canada)"
  110. WINME_GMT_MINUS_05_A = "(GMT-05:00) Eastern Time (V.S. en Canada)"
  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) Bogota, Lima"
  115. WIN98_GMT_MINUS_05_B = "(GMT-05:00) Bogota, Lima, Quito"
  116. WINME_GMT_MINUS_05_B = "(GMT-05:00) Bogota, Lima, Quito"
  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) Indiana (East)"
  121. WIN98_GMT_MINUS_05_C = "(GMT-05:00) Indiana (East)"
  122. WINME_GMT_MINUS_05_C = "(GMT-05:00) Indiana (East)"
  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) Saskatchewan"
  127. WIN98_GMT_MINUS_06_A = "(GMT-06:00) Saskatchewan"
  128. WINME_GMT_MINUS_06_A = "(GMT-06:00) Saskatchewan"
  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) Central Time (V.S. en Canada)"
  133. WIN98_GMT_MINUS_06_B = "(GMT-06:00) Central Time (V.S. en Canada)"
  134. WINME_GMT_MINUS_06_B = "&(GMT-06:00) Central Time (V.S. en Canada)"
  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) Mexico City, Tegucigalpa"
  139. WIN98_GMT_MINUS_06_C = "(GMT-06:00) Mexico City, Tegucigalpa"
  140. MAP95_GMT_MINUS_06_C = "030"
  141. MAP98_GMT_MINUS_06_C = "030"
  142. WIN95_GMT_MINUS_06_D = "(GMT-06:00) Mexico-stad"
  143. WINME_GMT_MINUS_06_D = "(GMT-06:00) Mexico-stad"
  144. MAP95_GMT_MINUS_06_D = "030"
  145. MAPME_GMT_MINUS_06_D = "030"
  146. WINME_GMT_MINUS_06_E = "(GMT-06:00) Centraal-Amerika"
  147. MAPME_GMT_MINUS_06_E = "033"
  148. WIN95_GMT_MINUS_07_A = "(GMT-07:00) Mountain Time (V.S. en Canada)"
  149. WIN98_GMT_MINUS_07_A = "(GMT-07:00) Mountain Time (V.S. en Canada)"
  150. WINME_GMT_MINUS_07_A = "&(GMT-07:00) Mountain Time (V.S. en Canada)"
  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) Arizona"
  155. WIN98_GMT_MINUS_07_B = "(GMT-07:00) Arizona"
  156. WINME_GMT_MINUS_07_B = "(GMT-07:00) Arizona"
  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) Pacific Time (V.S. en Canada); Tijuana"
  161. WIN98_GMT_MINUS_08_A = "(GMT-08:00) Pacific Time (V.S. en Canada); Tijuana"
  162. WINME_GMT_MINUS_08_A = "&(GMT-08:00) Pacific Time (V.S. en Canada); Tijuana"
  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) Alaska"
  167. WIN98_GMT_MINUS_09_A = "(GMT-09:00) Alaska"
  168. WINME_GMT_MINUS_09_A = "(GMT-09:00) Alaska"
  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) Hawaii"
  173. WIN98_GMT_MINUS_10_A = "(GMT-10:00) Hawaii"
  174. WINME_GMT_MINUS_10_A = "(GMT-10:00) Hawaii"
  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) Midway Island, Samoa"
  179. WIN98_GMT_MINUS_11_A = "(GMT-11:00) Midway Island, Samoa"
  180. WINME_GMT_MINUS_11_A = "(GMT-11:00) Midway Island, Samoa"
  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) Eniwetok, Kwajalein"
  185. WIN98_GMT_MINUS_12_A = "(GMT-12:00) Eniwetok, Kwajalein"
  186. WINME_GMT_MINUS_12_A = "(GMT-12:00) Eniwetok, Kwajalein"
  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) Greenwich Mean Time; Dublin, Edinburgh, Londen"
  191. WIN98_GMT_PLUS_00_A = "(GMT) Greenwich Mean Time : Dublin, Edinburgh, Lissabon, Londen"
  192. WINME_GMT_PLUS_00_A = "(GMT) Greenwich Mean Time : Dublin, Edinburgh, Lissabon, Londen"
  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) Monrovia, Casablanca"
  197. WIN98_GMT_PLUS_00_B = "(GMT) Casablanca, Monrovia"
  198. WINME_GMT_PLUS_00_B = "(GMT) Casablanca, Monrovia"
  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) Greenwich Mean Time; Dublin, Edinburgh, Londen, Lissabon"
  203. MAP95_GMT_PLUS_00_C = "085"
  204. WIN98_GMT_PLUS_01_A = "(GMT+01:00) Belgrado, Sarajevo, Skopje, Sofia, Zagreb"
  205. MAP98_GMT_PLUS_01_A = "100,095"
  206. WIN95_GMT_PLUS_01_B = "(GMT+01:00) Praag, Bratislava"
  207. WIN98_GMT_PLUS_01_B = "(GMT+01:00) Bratislava, Boedapest, Ljubljana, Praag, Warschau"
  208. MAP95_GMT_PLUS_01_B = "095"
  209. MAP98_GMT_PLUS_01_B = "095,100"
  210. WIN95_GMT_PLUS_01_C = "(GMT+01:00) Parijs, Madrid"
  211. WIN98_GMT_PLUS_01_C = "(GMT+01:00) Brussel, Kopenhagen, Madrid, Parijs, Vilnius"
  212. MAP95_GMT_PLUS_01_C = "105"
  213. MAP98_GMT_PLUS_01_C = "105,100"
  214. WIN95_GMT_PLUS_01_D = "(GMT+01:00) Berlijn, Stockholm, Rome, Bern, Brussel, Wenen, Amsterdam"
  215. WIN98_GMT_PLUS_01_D = "(GMT+01:00) Amsterdam, Berlijn, Bern, Rome, Stockholm, Wenen"
  216. MAP95_GMT_PLUS_01_D = "105,110"
  217. MAP98_GMT_PLUS_01_D = "110"
  218. WIN95_GMT_PLUS_01_E = "(GMT+01:00) Lissabon, Warschau"
  219. MAP95_GMT_PLUS_01_E = "085,100"
  220. WIN98_GMT_PLUS_01_F = "(GMT+01:00) Belgrado, Bratislava, Boedapest, Ljubljana, Praag"
  221. WINME_GMT_PLUS_01_F = "(GMT+01:00) Belgrado, Bratislava, Boedapest, Ljubljana, Praag"
  222. MAP98_GMT_PLUS_01_F = "095"
  223. MAPME_GMT_PLUS_01_F = "095"
  224. WIN98_GMT_PLUS_01_G = "(GMT+01:00) Sarajevo, Skopje, Sofia, Warschau, Zagreb"
  225. MAP98_GMT_PLUS_01_G = "100"
  226. WIN95_GMT_PLUS_01_H = "(GMT+01:00) Warschau"
  227. MAP95_GMT_PLUS_01_H = "100"
  228. WIN95_GMT_PLUS_01_I = "(GMT+01:00) Praag"
  229. MAP95_GMT_PLUS_01_I = "095"
  230. WINME_GMT_PLUS_01_J = "(GMT+01:00) Sarajevo, Skopje, Sofia, Vilnius, Warschau, Zagreb"
  231. MAP98_GMT_PLUS_01_J = "100"
  232. WINME_GMT_PLUS_01_K = "(GMT+01:00) Brussel, Kopenhagen, Madrid, Parijs"
  233. MAPME_GMT_PLUS_01_K = "105"
  234. WINME_GMT_PLUS_01_L = "(GMT+01:00) Amsterdam, Berlijn, Bern, Rome, Stockholm, Wenen"
  235. MAPME_GMT_PLUS_01_L = "110"
  236. WINME_GMT_PLUS_01_M = "(GMT+01:00) West Central Africa"
  237. MAPME_GMT_PLUS_01_M = "113"
  238. WIN95_GMT_PLUS_02_A = "(GMT+02:00) Oost-Europa"
  239. WIN98_GMT_PLUS_02_A = "(GMT+02:00) Oost-Europa"
  240. MAP95_GMT_PLUS_02_A = "115"
  241. MAP98_GMT_PLUS_02_A = "115"
  242. WIN95_GMT_PLUS_02_B = "(GMT+02:00) Cairo"
  243. WIN98_GMT_PLUS_02_B = "(GMT+02:00) Cairo"
  244. WINME_GMT_PLUS_02_B = "(GMT+02:00) Cairo"
  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) Helsinki"
  249. MAP98_GMT_PLUS_02_C = "125"
  250. WIN95_GMT_PLUS_02_D = "(GMT+02:00) Athene, Helsinki, Istanboel"
  251. WIN98_GMT_PLUS_02_D = "(GMT+02:00) Athene, Istanboel, Minsk"
  252. WINME_GMT_PLUS_02_D = "(GMT+02:00) Athene, Istanboel, Minsk"
  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) Isra�l"
  257. WIN98_GMT_PLUS_02_E = "(GMT+02:00) Isra�l"
  258. MAP95_GMT_PLUS_02_E = "135"
  259. MAP98_GMT_PLUS_02_E = "135"
  260. WIN95_GMT_PLUS_02_F = "(GMT+02:00) Harare, Pretoria"
  261. WIN98_GMT_PLUS_02_F = "(GMT+02:00) Harare, Pretoria"
  262. WINME_GMT_PLUS_02_F = "(GMT+02:00) Harare, Pretoria"
  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) Boekarest"
  267. WINME_GMT_PLUS_02_G = "(GMT+02:00) Boekarest"
  268. MAP98_GMT_PLUS_02_G = "115"
  269. MAPME_GMT_PLUS_02_G = "115"
  270. WIN98_GMT_PLUS_02_H = "(GMT+02:00) Helsinki, Riga, Tallinn"
  271. WINME_GMT_PLUS_02_H = "(GMT+02:00) Helsinki, Riga, Tallinn"
  272. MAP98_GMT_PLUS_02_H = "125"
  273. MAPME_GMT_PLUS_02_H = "125"
  274. WIN98_GMT_PLUS_02_I = "(GMT+02:00) Jeruzalem"
  275. WINME_GMT_PLUS_02_I = "(GMT+02:00) Jeruzalem"
  276. MAP98_GMT_PLUS_02_I = "135"
  277. MAPME_GMT_PLUS_02_I = "135"
  278. WIN95_GMT_PLUS_03_A = "(GMT+03:00) Moskou, St. Petersburg"
  279. WIN98_GMT_PLUS_03_A = "(GMT+03:00) Moskou, St. Petersburg, Volgograd"
  280. WINME_GMT_PLUS_03_A = "(GMT+03:00) Moskou, St. Petersburg, Volgograd"
  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) Bagdad, Koeweit, Nairobi, Riyadh"
  285. WIN98_GMT_PLUS_03_B = "(GMT+03:00) Bagdad, Koeweit, Riyadh"
  286. WINME_GMT_PLUS_03_B = "(GMT+03:00) Koeweit, Riyad"
  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) Nairobi"
  291. WINME_GMT_PLUS_03_C = "(GMT+03:00) Nairobi"
  292. MAP98_GMT_PLUS_03_C = "155"
  293. MAPME_GMT_PLUS_03_C = "155"
  294. WINME_GMT_PLUS_03_D = "(GMT+03:00) Bagdad"
  295. MAPME_GMT_PLUS_03_D = "158"
  296. WIN95_GMT_PLUS_0330_A = "(GMT+03:30) Teheran"
  297. WIN98_GMT_PLUS_0330_A = "(GMT+03:30) Teheran"
  298. WINME_GMT_PLUS_0330_A = "(GMT+03:30) Teheran"
  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) Abu Dhabi, Muscat, Tiflis, Kazan, Volgograd"
  303. WIN98_GMT_PLUS_04_A = "(GMT+04:00) Abu Dhabi, Muscat"
  304. WINME_GMT_PLUS_04_A = "(GMT+04:00) Abu Dhabi, Muscat"
  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) Bakoe, Tiflis"
  309. WINME_GMT_PLUS_04_B = "(GMT+04:00) Bakoe, Tiflis, Yerevan"
  310. MAP98_GMT_PLUS_04_B = "170"
  311. MAPME_GMT_PLUS_04_B = "170"
  312. WIN95_GMT_PLUS_0430_A = "(GMT+04:30) Kaboel"
  313. WIN98_GMT_PLUS_0430_A = "(GMT+04:30) Kaboel"
  314. WINME_GMT_PLUS_0430_A = "(GMT+04:30) Kaboel"
  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) Islamabad, Karachi, Ekaterinburg, Tashkent"
  319. WIN98_GMT_PLUS_05_A = "(GMT+05:00) Islamabad, Karachi, Tashkent"
  320. WINME_GMT_PLUS_05_A = "(GMT+05:00) Islamabad, Karachi, Tashkent"
  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) Ekaterinburg"
  325. WINME_GMT_PLUS_05_B = "(GMT+05:00) Ekaterinburg"
  326. MAP98_GMT_PLUS_05_B = "180"
  327. MAPME_GMT_PLUS_05_B = "180"
  328. WIN95_GMT_PLUS_0530_A = "(GMT+05:30) Bombay, Calcutta, Madras, New Delhi, Colombo"
  329. WIN98_GMT_PLUS_0530_A = "(GMT+05:30) Bombay, Calcutta, Madras, New Delhi"
  330. WINME_GMT_PLUS_0530_A = "(GMT+05:30) Calcutta, Chennai, Mumbai, New Delhi"
  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) Kathmandu"
  335. MAPME_GMT_PLUS_0545_A = "193"
  336. WIN95_GMT_PLUS_06_A = "(GMT+06:00) Almaty, Dhaka"
  337. WIN98_GMT_PLUS_06_A = "(GMT+06:00) Almaty, Dhaka"
  338. WINME_GMT_PLUS_06_A = "(GMT+06:00) Astana, Dhaka"
  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) Colombo"
  343. MAP98_GMT_PLUS_06_B = "200"
  344. WINME_GMT_PLUS_06_C = "(GMT+06:00) Sri Jayawardenepura"
  345. MAPME_GMT_PLUS_06_C = "200"
  346. WINME_GMT_PLUS_06_D = "(GMT+06:00) Almaty, Novosibirsk"
  347. MAPME_GMT_PLUS_06_D = "201"
  348. WINME_GMT_PLUS_0630_A = "(GMT+06:30) Rangoon"
  349. MAPME_GMT_PLUS_0630_A = "203"
  350. WIN95_GMT_PLUS_07_A = "(GMT+07:00) Bangkok, Jakarta, Hanoi"
  351. WIN98_GMT_PLUS_07_A = "(GMT+07:00) Bangkok, Hanoi, Jakarta"
  352. WINME_GMT_PLUS_07_A = "(GMT+07:00) Bangkok, Hanoi, Jakarta"
  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) Krasnoyarsk"
  357. MAPME_GMT_PLUS_07_B = "207"
  358. WIN95_GMT_PLUS_08_A = "(GMT+08:00) Beijing, Chongqing, Urumqi"
  359. WIN98_GMT_PLUS_08_A = "(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi"
  360. WINME_GMT_PLUS_08_A = "(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi"
  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) Hong Kong, Perth, Singapore, Taipei"
  365. WIN98_GMT_PLUS_08_B = "(GMT+08:00) Singapore"
  366. WINME_GMT_PLUS_08_B = "(GMT+08:00) Kuala Lumpur, Singapore"
  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) Taipei"
  371. WINME_GMT_PLUS_08_C = "(GMT+08:00) Taipei"
  372. MAP98_GMT_PLUS_08_C = "220"
  373. MAPME_GMT_PLUS_08_C = "220"
  374. WIN98_GMT_PLUS_08_D = "(GMT+08:00) Perth"
  375. WINME_GMT_PLUS_08_D = "(GMT+08:00) Perth"
  376. MAP98_GMT_PLUS_08_D = "225"
  377. MAPME_GMT_PLUS_08_D = "225"
  378. WINME_GMT_PLUS_08_E = "(GMT+08:00) Irkoetsk, Ulaan Bataar"
  379. MAPME_GMT_PLUS_08_E = "227"
  380. WIN95_GMT_PLUS_09_A = "(GMT+09:00) Tokio, Osaka, Sapporo, Seoul, Yakutsk"
  381. WIN98_GMT_PLUS_09_A = "(GMT+09:00) Osaka, Sapporo, Tokio"
  382. WINME_GMT_PLUS_09_A = "(GMT+09:00) Osaka, Sapporo, Tokio"
  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) Seoul"
  387. WINME_GMT_PLUS_09_B = "(GMT+09:00) Seoul"
  388. MAP98_GMT_PLUS_09_B = "230"
  389. MAPME_GMT_PLUS_09_B = "230"
  390. WIN98_GMT_PLUS_09_C = "(GMT+09:00) Yakutsk"
  391. WINME_GMT_PLUS_09_C = "(GMT+09:00) Yakutsk"
  392. MAP98_GMT_PLUS_09_C = "240"
  393. MAPME_GMT_PLUS_09_C = "240"
  394. WIN95_GMT_PLUS_0930_A = "(GMT+09:30) Darwin"
  395. WIN98_GMT_PLUS_0930_A = "(GMT+09:30) Darwin"
  396. WINME_GMT_PLUS_0930_A = "(GMT+09:30) Darwin"
  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) Adelaide"
  401. WIN98_GMT_PLUS_0930_B = "(GMT+09:30) Adelaide"
  402. WINME_GMT_PLUS_0930_B = "(GMT+09:30) Adelaide"
  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) Brisbane, Melbourne, Sydney"
  407. WIN98_GMT_PLUS_10_A = "(GMT+10:00) Canberra, Melbourne, Sydney"
  408. WINME_GMT_PLUS_10_A = "(GMT+10:00) Canberra, Melbourne, Sydney"
  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) Hobart"
  413. WIN98_GMT_PLUS_10_B = "(GMT+10:00) Hobart"
  414. WINME_GMT_PLUS_10_B = "(GMT+10:00) Hobart"
  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) Guam, Port Moresby, Vladivostok"
  419. WIN98_GMT_PLUS_10_C = "(GMT+10:00) Guam, Port Moresby"
  420. WINME_GMT_PLUS_10_C = "(GMT+10:00) Guam, Port Moresby"
  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) Wladiwostok"
  425. WINME_GMT_PLUS_10_D = "(GMT+10:00) Wladiwostok"
  426. MAP98_GMT_PLUS_10_D = "270"
  427. MAPME_GMT_PLUS_10_D = "270"
  428. WIN98_GMT_PLUS_10_E = "(GMT+10:00) Brisbane"
  429. WINME_GMT_PLUS_10_E = "(GMT+10:00) Brisbane"
  430. MAP98_GMT_PLUS_10_E = "260"
  431. MAPME_GMT_PLUS_10_E = "260"
  432. WINME_GMT_PLUS_10_F = "(GMT+10:00) Canberra, Melbourne, Sydney (Alleen jaar 2000)"
  433. MAPME_GMT_PLUS_10_F = "255"
  434. WIN95_GMT_PLUS_11_A = "(GMT+11:00) Magadan, Solomon Is., Nieuw-Caledoni�"
  435. WIN98_GMT_PLUS_11_A = "(GMT+11:00) Magadan, Solomon Is., Nieuw-Caledoni�"
  436. WINME_GMT_PLUS_11_A = "(GMT+11:00) Magadan, Solomon Is., Nieuw-Caledoni�"
  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) Fiji, Kamchatka, Marshall Is."
  441. WIN98_GMT_PLUS_12_A = "(GMT+12:00) Fiji, Kamchatka, Marshall Is."
  442. WINME_GMT_PLUS_12_A = "(GMT+12:00) Fiji, Kamchatka, Marshall Is."
  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) Wellington, Auckland"
  447. WIN98_GMT_PLUS_12_B = "(GMT+12:00) Auckland, Wellington"
  448. WINME_GMT_PLUS_12_B = "(GMT+12:00) Auckland, Wellington"
  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) Nuku'alofa"
  453. MAPME_GMT_PLUS_13_A = "300"
  454. @*:
  455. @*: Display text for PNP enumerators
  456. @*:
  457. BIOS = Moederbordapparaat
  458. FLOP = Diskettestation
  459. ISAPNP = Plug en Play-compatibel ISA-apparaat
  460. MF = Multifunctioneel apparaat
  461. MONITOR = Monitor
  462. NETWORK = Netwerkapparaat
  463. PCI = Plug en Play-compatibel PCI-apparaat
  464. ROOT = Systeemapparaat
  465. SCSI = SCSI-apparaat
  466. VIRTUAL = Emulatie-apparaat
  467. PCMCIA = Plug en Play PCMCIA-apparaat
  468. MCA = Plug en Play MicroChannel-apparaat
  469. @*:
  470. @*: beta 2 warnings
  471. @*:
  472. Beta2Unimplemented = "Programma-opmerkingen"
  473. RAD="Extern beheer"
  474. RemoteAdmin = "Instellingen voor Extern beheer worden niet bewaard."
  475. @*:
  476. @*: Pre-upgrade blocker messages (i.e. please uninstall your virus checker)
  477. @*:
  478. InocuLAN_Warning = "U moet alle virusbeschermingsprogramma's verwijderen voordat u Setup uitvoert. Wilt u Setup nu afsluiten?"
  479. Norton_Warning = "U moet het programma Norton Anti-Virus verwijderen voordat u Setup uitvoert. Wilt u Setup nu afsluiten?"
  480. McAfee_Warning = "U moet het virusbeschermingsprogramma van McAfee verwijderen voordat u Setup uitvoert. Wilt u Setup nu afsluiten?"
  481. Norton_YEO_Warning = "U moet het programma Norton Your Eyes Only verwijderen voordat u Setup uitvoert. Wilt u Setup nu afsluiten?"
  482. @*:
  483. @*: Real incompatibilities
  484. @*:
  485. SAGE-MSG="Er zijn mogelijk compatibiliteitsproblemen met dit programma en deze versie van Windows."
  486. DUS="Inbelserver"
  487. DUS-MSG="Nadat Setup is voltooid, zal deze computer geen oproepen van andere computers meer accepteren. U dient de inbelserver opnieuw te configureren om deze functie opnieuw in te schakelen."
  488. MS_Network="The Microsoft Network"
  489. Network_Connection_Protocol = "Protocol van netwerkverbinding"
  490. NetBEUI-MSG="Het NetBEUI-netwerkprotocol wordt niet langer ondersteund in Windows XP. Installeer TCP/IP op alle computers of apparaten in netwerken die NETBEUI gebruiken zodat verbindingen worden behouden."
  491. NWCLI= "Client voor Netware-netwerken"
  492. MSDLC32-MSG="Het netwerkprotocol MSDLC32 wordt niet langer in Windows XP ondersteund. Windows XP installeert automatisch TCP/IP als het standaardprotocol voor netwerkverbindingen. De programma's en hardware die het MSDLC32-netwerkprotocol zullen na de upgrade naar Windows XP niet meer werken."
  493. MSDLC-MSG="Het MSDLC-netwerkprotocol wordt niet langer ondersteund in Windows XP. Windows XP installeert automatisch TCP/IP als het standaardprotocol voor netwerkverbindingen. Programma's en hardware die het netwerkprotocol MSDLC gebruiken zullen na de upgrade naar Windows XP niet werken."
  494. @*:
  495. @*: VPN client messages
  496. SafeNet_L2TP_IPSec="L2TP/IPSec VPN-client"
  497. SafeNet_UDP_IPSec="UDP/IPSec VPN-client"
  498. SafeNet_ClientMessage="Er is een stuurprogramma ge�nstalleerd die stabiliteitsproblemen met uw systeem veroorzaakt. Het stuurprogramma wordt uitgeschakeld. In het Windows-besturingssysteem zijn de eigenschappen van het stuurprogramma ingebouwd."
  499. @*:
  500. @*: Bad system Configuration messages
  501. @*:
  502. BadSystemConfig="Onjuiste of beschadigde systeemconfiguratie"
  503. BadSystemConfig-MSG="Setup heeft een ongeldige systeemconfiguratie ontdekt, hetgeen in de meeste gevallen door een virus is veroorzaakt. Ga naar het <A HREF=""http://www.microsoft.com/intlkb/netherlands/articles/NL311/4/46.asp"">document Q311446</A> in de Knowledge Base en volg de instructies."
  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\Favorieten
  515. CommonFavorites_Short = AllUsers\Favoriet
  516. CommonPrograms_Long = All Users\Start Menu\Programma's
  517. CommonPrograms_Short = AllUsers\StrtMenu\Progra~1
  518. CommonStartMenu_Long = All Users\Start Menu
  519. CommonStartMenu_Short = AllUsers\StrtMenu
  520. CommonStartup_Long = All Users\Start Menu\Programma's\Opstarten
  521. CommonStartup_Short = AllUsers\StrtMenu\Progra~1\Opstar~1
  522. CommonAppData_Long = All Users\Toepassingsgegevens
  523. CommonAppData_Short = AllUsers\AppData
  524. CommonPersonal_Long = Mijn documenten
  525. CommonPersonal_Short = Docs
  526. CommonMusic_Long = Mijn muziek
  527. CommonMusic_Short = Mijn muziek
  528. CommonPictures_Long = Mijn afbeeldingen
  529. CommonPictures_Short = MyPics
  530. CommonVideo_Long = Mijn video's
  531. CommonVideo_Short = Mijn video's
  532. AdministrativeTools_Long = Menu Start\Programma's\Systeembeheer
  533. AdministrativeTools_Short = StrtMenu\Programma'ss\Hulpprogramma's voor beheer
  534. CommonAdministrativeTools_Long = Start Menu\Programma's\Systeembeheer
  535. CommonAdministrativeTools_Short = StrtMenu\Programma's\Systeembeheer
  536. Desktop_Long = Desktop
  537. Desktop_Short = Desktop
  538. StartUp_Long = Start Menu\Programma's\Opstarten
  539. StartUp_Short = StrtMenu\Progra~1\Opstar~1
  540. AppData_Long = Toepassingsgegevens
  541. AppData_Short = AppData
  542. LocalSettings_Long = Local Settings
  543. LocalSettings_Short = LocalSet
  544. LocalAppData_Long = Local Settings\Toepassingsgegevens
  545. LocalAppData_Short = LocalSet\AppData
  546. Cache_Long = Tijdelijke Internet-bestanden
  547. Cache_Short = Cache
  548. Cookies_Long = Cookies
  549. Cookies_Short = Cookies
  550. Favorites_Long = Favorieten
  551. Favorites_Short = Favoriet
  552. Font_Long = Fonts
  553. Font_Short = Fonts
  554. History_Long = Geschiedenis
  555. History_Short = Geschiedenis
  556. NetHood_Long = NetHood
  557. NetHood_Short = NetHood
  558. Personal_Long = Mijn documenten
  559. Personal_Short = MyDocs
  560. My_Pictures_Long = Mijn afbeeldingen
  561. My_Pictures_Short = MyPics
  562. My_Music_Long = Mijn muziek
  563. My_Music_Short = MyMusic
  564. My_Video_Long = Mijn video's
  565. My_Video_Short = Mijn video's
  566. PrintHood_Long = Netwerkprinteromgeving
  567. PrintHood_Short = PrtHood
  568. Programs_Long = Start Menu\Programma's
  569. Programs_Short = StrtMenu\Progra~1
  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 = Sjablonen
  579. Templates_Short_Me = Sjabloon
  580. @*:
  581. @*: Better PNP Descriptions
  582. @*:
  583. cpq3004 = "COMPAQ Presario FX700-beeldschermregeling"
  584. wac0608 = "Wacom Digital Writing Tablets"
  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 = "E-mail-ontvanger.MAPIMail"
  602. MapiMail.Win95Osr2 = "E-mail-ontvanger.MAPIMail"
  603. MapiMail.Win95Osr25 = "E-mail-ontvanger.MAPIMail"
  604. MapiMail.Win98 = "E-mail-ontvanger.MAPIMail"
  605. MapiMail.Win98SE = "E-mail-ontvanger.MAPIMail"
  606. MapiMail.WinME = "E-mail-ontvanger.MAPIMail"
  607. DeskLink.Win95Gold = "Bureaublad als snelkoppeling.DeskLink"
  608. DeskLink.Win95Osr2 = "Bureaublad als snelkoppeling.DeskLink"
  609. DeskLink.Win95Osr25 = "Bureaublad als snelkoppeling.DeskLink"
  610. DeskLink.Win98 = "Bureaublad als snelkoppeling.DeskLink"
  611. DeskLink.Win98SE = "Bureaublad (snelkoppeling maken).DeskLink"
  612. DeskLink.WinME = "Bureaublad (snelkoppeling maken).DeskLink"
  613. MyDocs.Win95Gold = "Mijn documenten.mydocs"
  614. MyDocs.Win95Osr2 = "Mijn documenten.mydocs"
  615. MyDocs.Win95Osr25 = "Mijn documenten.mydocs"
  616. MyDocs.Win98 = "Mijn documenten.mydocs"
  617. MyDocs.Win98SE = "Mijn documenten.mydocs"
  618. MyDocs.WinME = "Mijn documenten.mydocs"
  619. ZFSendToTarget.WinME = "Gecomprimeerde map.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 = Bureau-accessoires
  647. AccessoriesNt = Bureau-accessoires
  648. Accessibility9x = Toegankelijkheid
  649. AccessibilityNt = Toegankelijkheid
  650. Multimedia9x = Multimedia
  651. MultimediaNt = Multimedia
  652. Entertainment9x = Entertainment
  653. EntertainmentNt = Entertainment
  654. Communications9x = Communicatie
  655. CommunicationsNt = Communicatie
  656. SystemTools9x = Systeemwerkset
  657. SystemToolsNt = Systeemwerkset
  658. Games9x = Ontspanning
  659. GamesNt = Ontspanning
  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\Behang"
  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 = "Incompatibele hardware"
  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 = "Stuurprogramma van IBM Thinkpad voor energiebeheer"
  687. TPPWREXMSG = "Dit stuurprogramma bestuurt de functietoetsen Fn+F3 and Fn+F12 op het toetsenbord en deze worden na de upgrade uitgeschakeld. Neem contact op met de computerfabrikant voor een update die werkt met deze versie van 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 = "Schijfstations"
  693. Modem = "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 = "Verbinding voor Extern bureaublad.lnk"
  700. NetworkandDialupConnectionsNT = "Netwerk- en inbelverbindingen.lnk"
  701. PhoneDialerNT = "Telefoonkiezer.lnk"
  702. HyperTerminalNT = "HyperTerminal.lnk"
  703. @*: Start Menu\Programs\%Accessories%\%Entertainment%
  704. CDPlayerNT = "CD-speler.lnk"
  705. @*: Start Menu\Programs\%Accessories%\%System Tools%
  706. ActivateWindowsNT = "Windows activeren.lnk"
  707. MigrationWizardNT = "Wizard Instellingen overzetten.lnk"
  708. CharacterMapNT = "Speciale tekens.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 = "Webmappen"
  713. Web_Server_Extensions = "Uitbreidingen voor webserver"
  714. @*: c:\program files\Online
  715. refer_to_a_description_of_internet_service_providers_lnk = "verwijzen naar een beschirjving van Internet-providers.lnk"
  716. @*:
  717. @*: Win9x file names
  718. @*:
  719. zapotec_bmp = "Zapotec.bmp"
  720. blue_lace_16_bmp = "Blauw 16.bmp"
  721. soap_bubbles_bmp = "Zeepbellen.bmp"
  722. coffee_bean_bmp = "Kopje koffie.bmp"
  723. feathertexture_bmp = "Patroon.bmp"
  724. gone_fishing_bmp = "Stekkie.bmp"
  725. greenstone_bmp = "Groensteen.bmp"
  726. prairie_wind_bmp = "Prairie.bmp"
  727. rhododendron_bmp = "Rhododendron.bmp"
  728. river_sumida_bmp = "Sumida rivier.bmp"
  729. santa_fe_stucco_bmp = "Santa Fe Stucco.bmp"
  730. @*:
  731. @*: NT file names
  732. @*:
  733. Refer_Me_lnk = "Naar meer Internet-providers verwijzen.lnk"