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.

462 lines
17 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. // This section is for non-FE (chs,cht,kor,jpn) builds. So english, german, ....
  19. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  20. [Accessibility]
  21. %magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
  22. @*: The following line should be removed on all non-US builds.
  23. %reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
  24. %screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
  25. %utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
  26. #endif
  27. #if LANGUAGE_ID == 0x409
  28. //USA specific sections
  29. [Infs.Always]
  30. [OleControlDlls]
  31. #elif LANGUAGE_ID == 0x804
  32. //CHS specific sections
  33. [Fonts.Upgrade]
  34. system.ini,386Enh,,woafont=app936.fon
  35. [StartMenu.ObjectsToDelete]
  36. 1,%eudcedit_40%,%accessories%,0
  37. 1,%ImageGen_351%,%accessories%,0
  38. 1,%mplayer_351%,%accessories%,0
  39. 1,%clipbrd_351%,%main%,0
  40. 1,%ChsuConv_351%,%accessories%,0
  41. 1,%UCharMap_40%,%accessories%,0
  42. 1,%CharMap%,%accessories%,0
  43. 1,%iexplorer_40%,"",0
  44. 1,%Image_40%,%accessories%,0
  45. 1,%rasadmin_40%,%admintools%,0
  46. 1,%rasadmin_40%,%admintools%,1
  47. 1,%rasadmin_40%,%nt4admintools%,1
  48. @s:1,%licmanager_40%,%admintools%,1
  49. @s:1,%licmanager_351%,%netadmintools%,1
  50. @s:1,%ncadmin_351%,%netadmintools%,1
  51. 1,"Internet Mail",,0
  52. 1,"Internet News",,0
  53. @*: Lines marked with @w: are for workstation only
  54. @*: Lines marked with @s: are for server only
  55. @*: Lines marked with @@: or nothing are for both
  56. [Accessibility]
  57. %magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
  58. @*: The following line should be removed on all non-US builds.
  59. ;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
  60. %screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
  61. %utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
  62. [Accessories]
  63. %CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
  64. [EarlyOleControlDlls]
  65. 11,,Lodctr.exe,,,"/c:prfd0804.dat /h:prfi0804.dat /l:004"
  66. #elif LANGUAGE_ID == 0x404
  67. //CHT specific sections
  68. [Fonts.Upgrade]
  69. system.ini,386Enh,,woafont=app950.fon
  70. @@:win.ini,Fonts,"�ө�ŁE(TrueType)="
  71. [StartMenu.ObjectsToDelete]
  72. 1,%eudcedit_40%,%accessories%,0
  73. 1,%UCharMap_40%,%accessories%,0
  74. 1,%CharMap%,%accessories%,0
  75. 1,%iexplorer_40%,"",0
  76. 1,%cblock_351%,%games%,0
  77. 1,"Internet Mail",,0
  78. 1,"Internet News",,0
  79. @*: Lines marked with @w: are for workstation only
  80. @*: Lines marked with @s: are for server only
  81. @*: Lines marked with @@: or nothing are for both
  82. [Accessibility]
  83. %magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
  84. @*: The following line should be removed on all non-US builds.
  85. ;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
  86. %screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
  87. %utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
  88. [Accessories]
  89. %CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
  90. [EarlyOleControlDlls]
  91. 11,,Lodctr.exe,,,"/c:prfd0404.dat /h:prfi0404.dat /l:004"
  92. #elif LANGUAGE_ID == 0x411
  93. //JPN specific sections
  94. [Fonts.Install]
  95. win.ini,Fonts,,"%small_fonts%=JSMALLE.FON"
  96. [Fonts.Upgrade]
  97. system.ini,386Enh,,"woafont=app932.fon"
  98. win.ini,Fonts,,"%small_fonts%=JSMALLE.FON"
  99. win.ini,Fonts,"�l�r ���� (TrueType)="
  100. win.ini,Fonts,"�l�r �S�V�b�N (TrueType)="
  101. win.ini,Fonts,"�l�r �S�V�b�N & �l�r �o�S�V�b�N (TrueType)="
  102. [StartMenu.ObjectsToDelete]
  103. @@:1,%eudcedit_40%,%accessories%,0
  104. @@:1,%UCharMap_40%,%accessories%,0
  105. @@:1,%UCharMap_351%,%accessories%,0
  106. @@:1,%CharMap%,%accessories%,0
  107. @@:1,%IMAGING_40%,%accessories%,0
  108. @@:1,%iexplorer_40%,"",0
  109. @@:1,%EUDCEDIT_351%,%JPN_INPUT%,0
  110. @@:1,%charmap%,%JPN_INPUT%,0
  111. @@:1,"Internet Mail",,0
  112. @@:1,"Internet News",,0
  113. @s:1,%licmanager_sb%,%netadmintools_sb%,1
  114. @s:1,%netclientadmin_sb%,%netadmintools_sb%,1
  115. @*: PC98 only
  116. @@:@n:1,%gaijicnv%,%accessories%,0
  117. @@:@n:1,%imgscan%,%accessories%,0
  118. @@:@n:1,%insdapnt%,%main%,0
  119. @*: PC98
  120. @*: Lines marked with @w: are for workstation only
  121. @*: Lines marked with @s: are for server only
  122. @*: Lines marked with @@: or nothing are for both
  123. [Accessibility]
  124. %magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
  125. @*: The following line should be removed on all non-US builds.
  126. ;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
  127. %screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
  128. %utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
  129. [Accessories]
  130. %CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
  131. #elif LANGUAGE_ID == 0x412
  132. //KOR specific sections
  133. [Fonts.Upgrade]
  134. system.ini,386Enh,,woafont=app949.fon
  135. win.ini,Fonts,"����ü (TrueType)="
  136. win.ini,Fonts,"����ü (TrueType)="
  137. win.ini,Fonts,"����ü (TrueType)="
  138. win.ini,Fonts,"�ü�ü (TrueType)="
  139. [StartMenu.ObjectsToDelete]
  140. ;@@:1,%eudcedit%,%accessories%,0
  141. 1,%UCharMap_40%,%accessories%,0
  142. 1,%CharMap%,%accessories%,0
  143. 1,%iexplorer_40%,"",0
  144. 1,"Internet Mail",,0
  145. 1,"Internet News",,0
  146. 1,%eventvwr_40%,%admintools%,0
  147. 1,%eventvwr_40%,%admintools%,1
  148. 1,%Imaging_40%,%accessories%,0
  149. 1,%faxviewer_40%,%accessories%,0
  150. @*: Lines marked with @w: are for workstation only
  151. @*: Lines marked with @s: are for server only
  152. @*: Lines marked with @@: or nothing are for both
  153. [Accessibility]
  154. %magnifier% = magnify.exe,magnify.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22553","%SystemRoot%\system32\shell32.dll",22041
  155. @*: The following line should be removed on all non-US builds.
  156. ;%reader% = narrator.exe,narrator.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22560","%SystemRoot%\system32\shell32.dll",22048
  157. %screenkeyboard% = osk.exe,osk.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22564","%SystemRoot%\system32\shell32.dll",22052
  158. %utilman% = utilman.exe,"utilman.exe /start",,0,"@%SystemRoot%\system32\shell32.dll,-22577","%SystemRoot%\system32\shell32.dll",22065
  159. [Accessories]
  160. %CHAREDIT% = eudcedit.exe,eudcedit.exe,,0,%charedit_infotip%
  161. #elif LANGUAGE_ID == 0x405
  162. // Czech
  163. [StartMenu.ObjectsToDelete]
  164. 1,%devmgmt%,%czechadmintools%,1
  165. 1,%diskmgmt%,%czechadmintools%,1
  166. 1,%svcmgmt%,%czechadmintools%,1
  167. 1,%fsmgmt%,%czechadmintools%,1
  168. 1,%ntbackup%,%czechadmintools%,1
  169. 1,%scheduled_tasks%,%czechadmintools%,1
  170. 1,%perfmon%,%czechadmintools%,1
  171. 1,%eventvwr%,%czechadmintools%,1
  172. 1,%winmsd%,%czechadmintools%,1
  173. 1,%musrmgr%,%czechadmintools%,1
  174. 1,%rasadmin%,%czechadmintools%,1
  175. 1,%dcomcnfg%,%czechadmintools%,1
  176. 1,%windisk%,%czechadmintools%,1
  177. 0,%czechadmintools%,,1
  178. 0,%czechadmintools%,,0
  179. #endif
  180. // String section below for localizers
  181. [Strings]
  182. #if LANGUAGE_ID == 0x409
  183. //USA specific sections
  184. #elif LANGUAGE_ID == 0x804
  185. //CHS specific sections
  186. @*:ref the names in localized NT 4.0
  187. UCharMap_40 = "Unicode Character Map"
  188. mplayer_351="Media Player"
  189. licmanager_351="License Manager"
  190. ncadmin_351="Network Client Administrator"
  191. ImageGen_351="IME Generator"
  192. clipbrd_351="ClipBook Viewer"
  193. ChsuConv_351="Code Converter"
  194. iexplorer_40="Internet Explore"
  195. Image_40="Imaging"
  196. licmanager_40="License Manager"
  197. rasadmin_40 = "Remote Access Admin"
  198. eudcedit_40="EUDC Editor"
  199. #elif LANGUAGE_ID == 0x404
  200. //CHT specific sections
  201. @*:ref the names in localized NT 4.0
  202. UCharMap_40 = "Unicode Character Map"
  203. eudcedit_40="EUDC Editor"
  204. iexplorer_40="Internet Explore"
  205. cblock_351 = "Cblocks"
  206. #elif LANGUAGE_ID == 0x411
  207. //JPN specific sections
  208. @*: PC98 only
  209. @@:@n:gaijicnv = "�O���R���o�[�^"
  210. @@:@n:imgscan = "�C���[�W �X�L���i"
  211. @@:@n:insdapnt = "DOS AP �C���X�g�[��"
  212. @*: PC98
  213. @*:FE specific
  214. @*:ref the names in localized NT 4.0
  215. @*:to JPN LOC team, eudcedit_40 ,SHOULD use the same EUDC name in JPN 4.0
  216. @*: eudcedit_351,SHOULD use the same EUDC name in JPN 3.51
  217. eudcedit_40="�O����ި�"
  218. eudcedit_351="TrueType �O���G�f�B�^"
  219. UCharMap_40 = "Unicode �������ޕ\"
  220. UCharMap_351 = "Unicode �����R�[�h�\"
  221. iexplorer_40="����ȯ� �����۰�"
  222. JPN_INPUT="���{������"
  223. @*:keep imaging_40 in English
  224. IMAGING_40="Imaging"
  225. licmanager_sb="ײ�ݽ �Ȱ�ެ"
  226. netclientadmin_sb="ȯ�ܰ� �ײ��� ����ƽ�ڰ�"
  227. netadmintools_sb="ȯ�ܰ��Ǘ�"
  228. #elif LANGUAGE_ID == 0x412
  229. //KOR specific sections
  230. @*:ref the names in localized NT 4.0
  231. UCharMap_40 = "Unicode Character Map"
  232. ;eudcedit="EUDC Editor"
  233. iexplorer_40="Internet Explore"
  234. eventvwr_40 = "eventvwr_40"
  235. Imaging_40 = "Imaging"
  236. faxviewer_40="faxviewer_40"
  237. #elif LANGUAGE_ID == 0x405
  238. // Czech
  239. // Localizer should verify if Common is needed or not.
  240. czechadmintools = "Nastroje administrace (Common)"
  241. #endif
  242. ;
  243. ; Names of program groups
  244. ;
  245. main = "���C��"
  246. games = "�Q�[��"
  247. accessories = "�A�N�Z�T��"
  248. accessories_entertainment = "�A�N�Z�T��\�G���^�[�e�C�����g"
  249. accessories_communications = "�A�N�Z�T��\�ʐM"
  250. prexp_accessories_games = "�A�N�Z�T��\�Q�[��"
  251. accessories_multimedia = "�A�N�Z�T��\�}���`���f�B�A"
  252. accessibility = "�A�N�Z�T��\���[�U�[�⏕"
  253. systemtools = "�A�N�Z�T��\�V�X�e�� �c�[��"
  254. startup = "�X�^�[�g�A�b�v"
  255. admintools = "�Ǘ��c�[��"
  256. nt4admintools = "NT 4.0 �Ǘ��c�[��"
  257. @s:netadmintools = "�l�b�g���[�N�Ǘ�"
  258. startmenucommon = "::0x0016::"
  259. ;
  260. ; Names of program group items
  261. ;
  262. old_srv_config = "�Ǘ��c�[���z�[�� �y�[�W"
  263. srv_config = "�T�[�o�[�̍\��"
  264. srvwiz_infotip = "�l�b�g���[�N�� Windows �T�[�r�X���Z�b�g�A�b�v�����э\�����܂��B"
  265. windowsupdate = "Windows Update"
  266. windowscatalog = "Windows �J�^���O"
  267. configureprograms = "�v���O�����̃A�N�Z�X�Ɗ����̐ݒ�"
  268. windowstour = "Windows XP �c�A�["
  269. synchronize = "����"
  270. sync_manager = "�����}�l�[�W��"
  271. winfile = "�t�@�C�� �}�l�[�W��"
  272. control = "�R���g���[�� �p�l��"
  273. printman = "�v�����g �}�l�[�W��"
  274. clipbrd = "�N���b�v�u�b�N �r���[�A"
  275. dialer = "�_�C����"
  276. cmd = "�R�}���h �v�����v�g"
  277. explorer = "Windows NT �G�N�X�v���[��"
  278. setup = "Windows NT �Z�b�g�A�b�v"
  279. pifedit = "PIF �G�f�B�^"
  280. intro = "Windows NT �̊��b�m��"
  281. readme = "�����t�@�C��"
  282. ntbooks = "�I�����C�� �u�b�N"
  283. cmdref = "Windows NT �w���v"
  284. windisk = "�f�B�X�N �A�h�~�j�X�g���[�^"
  285. perfmon = "�p�t�H�[�}���X ���j�^"
  286. ntbackup = "�o�b�N�A�b�v"
  287. compatwizard = "�v���O�����݊����E�B�U�[�h"
  288. @w:@i:migwiz_desc = "�t�@�C���Ɛݒ��̓]���E�B�U�[�h"
  289. eventvwr = "�C�x���g �r���[�A"
  290. dcomcnfg = "DCOM �̍\��"
  291. winmsd = "Windows NT �f�f�v���O����"
  292. musrmgr = "���[�U�[ �}�l�[�W��"
  293. @s:upedit = "���[�U�[ �v���t�@�C�� �G�f�B�^"
  294. @s:usrmgr = "�h���C�� ���[�U�[ �}�l�[�W��"
  295. @s:nwconv = "NetWare �����̈ڍs�c�[��"
  296. @s:srvmgr = "�T�[�o�[ �}�l�[�W��"
  297. @s:poledit = "�V�X�e�� �|���V�[ �G�f�B�^"
  298. pbrush = "�y�C���g�u���V"
  299. paint = "�y�C���g"
  300. winchat = "�`���b�g"
  301. terminal = "�^�[�~�i��"
  302. charedit = "�O���G�f�B�^"
  303. notepad = "������"
  304. cardfile = "�J�[�h �t�@�C��"
  305. calc = "�d��"
  306. clock = "���v"
  307. charmap = "�����R�[�h�\"
  308. mplayer = "���f�B�A �v���[���["
  309. sndrec32 = "�T�E���h ���R�[�_�["
  310. sndvol32 = "�{�����[�� �R���g���[��"
  311. sndvol32old = "�{�����[�� �R���g���[��"
  312. cdplayer = "CD �v���[���["
  313. cdplayerold = "CD �v���[���["
  314. write = "���C�g"
  315. packgr32 = "�I�u�W�F�N�g �p�b�P�[�W��"
  316. hyperterm = "�n�C�p�[�^�[�~�i��"
  317. sol = "�\���e�B�A"
  318. winmine = "�}�C���X�C�[�p"
  319. freecell = "�t���[�Z��"
  320. hearts = "�n�[�c"
  321. spider = "�X�p�C�_ �\���e�B�A"
  322. pinball = "�s���{�[��"
  323. magnifier = "�g�勾"
  324. @*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
  325. ihearts = "�C���^�[�l�b�g �n�[�c"
  326. ispades = "�C���^�[�l�b�g �X�y�[�h"
  327. ibackgammon = "�C���^�[�l�b�g �o�b�N�M������"
  328. icheckers = "�C���^�[�l�b�g �`�F�b�J�["
  329. ireversi = "�C���^�[�l�b�g ���o�[�V"
  330. @*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
  331. reader = "Microsoft �i���[�^�["
  332. screenkeyboard = "�X�N���[�� �L�[�{�[�h"
  333. utilman = "���[�e�B���e�B �}�l�[�W��"
  334. @s:netclientadmin = "�l�b�g���[�N �N���C�A���g �A�h�~�j�X�g���[�^"
  335. @s:licmanager = "���C�Z���X �}�l�[�W��"
  336. @s:licmanager2 = "���C�Z���X���s"
  337. @s:ntwksvcmgmt = "�l�b�g���[�N �T�[�r�X �}�l�[�W�����g"
  338. certmgr = "�ؖ����}�l�[�W��"
  339. rasadmin = "�����[�g �A�N�Z�X�Ǘ�"
  340. du_networking = "�_�C�����A�b�v �l�b�g���[�N"
  341. network_and_dialup = "�l�b�g���[�N�ƃ_�C�����A�b�v�ڑ�"
  342. admin_wiz = "�Ǘ��E�B�U�[�h"
  343. compmgmt = "�R���s���[�^�̊Ǘ�"
  344. fsmgmt = "�t�@�C�� �T�[�r�X�̊Ǘ�"
  345. neweventvwr = "�C�x���g �r���[�A"
  346. devmgmt = "�f�o�C�X�̊Ǘ�"
  347. svcmgmt = "�V�X�e�� �T�[�r�X�̊Ǘ�"
  348. sysmon = "�p�t�H�[�}���X"
  349. @s:dirmgmt = "�f�B���N�g���̊Ǘ�"
  350. @s:dommgmt = "�h���C�� �c���[�̊Ǘ�"
  351. @s:dnsmgmt = "DNS �̊Ǘ�"
  352. @s:dssite = "Active Directory �T�C�g�ƃT�[�r�X �}�l�[�W��"
  353. diskmgmt = "�f�B�X�N�̊Ǘ�"
  354. ciadmin = "Index Server �̊Ǘ�"
  355. mediasvc = "�����[�o�u���L�����̊Ǘ�"
  356. @s:dfsmgr = "���U�t�@�C�� �V�X�e��"
  357. @e:enterprise_installer = "Windows NT Server, Enterprise Edition �C���X�g�[��.cmd"
  358. datasrcodbc = "�f�[�^ �\�[�X (ODBC)"
  359. @@:@a:datasrcodbcx86 = "�f�[�^ �\�[�X (ODBC) (x86)"
  360. scheduled_tasks = "�^�X�N"
  361. maint_wiz = "�����e�i���X �E�B�U�[�h"
  362. locsecpol = "���[�J�� �Z�L�����e�B �|���V�["
  363. @*:msinfo = "System Information"
  364. services = "�T�[�r�X"
  365. tlntadmn = "Telnet �T�[�o�[�Ǘ��c�[��"
  366. @@:@i:oobe_desc = "Windows �̃��C�Z���X�F��"
  367. oldnetcon = "�l�b�g���[�N�ƃ_�C�����A�b�v�ڑ�"
  368. @@:@3:remote_assistance = "�����[�g �A�V�X�^���X"
  369. @*:
  370. @*: Infotips
  371. @*:
  372. @@:@i:oobe_infotip = "Windows �̃��C�Z���X�F�؂̎葱�����s���܂��B"
  373. charedit_infotip = "�O���G�f�B�^���g���ƁA���ʂɕ\�������镶�����ύX�ł��܂��B"
  374. cmd_infotip = "�e�L�X�g �x�[�X (�R�}���h���C��) �̋@�\�����s�ł��܂��B"
  375. compmgmt_infotip = "�f�B�X�N�̊Ǘ����s���A�ق��̃V�X�e�� �c�[���ւ̃A�N�Z�X���񋟂��A���[�J���ƃ����[�g�̃R���s���[�^���Ǘ����܂��B"
  376. magnifier_infotip = "�I�������e�L�X�g�����ʂ̍��ڂ��g�傷�邱�Ƃ��ł��܂��B"
  377. neweventvwr_infotip = "Windows ���ق��̃v���O���������́A�Ď����b�Z�[�W���g���u�� �V���[�e�B���O�̃��b�Z�[�W���\�����܂��B"
  378. notepad_infotip = "���{�I�ȃe�L�X�g�̌`�����g�����e�L�X�g �t�@�C���̕\���ƕҏW���ł��܂��B"
  379. ntbackup_infotip = "�f�[�^���A�[�J�C�u���āA�s���̑��������ی삵�܂��B"
  380. reader_infotip = "�X�s�[�J�[�≹���o�̓f�o�C�X���C���X�g�[�������Ă����ꍇ�A���ʏ��̃e�L�X�g�A�_�C�A���O �{�b�N�X�A���j���[�A�{�^���������œǂݏグ�����邱�Ƃ��ł��܂��B"
  381. @@:@3:remote_assistance_infotip = "�F�B�����҂ł��A�F�B�͂��Ȃ��̃R���s���[�^�ɐڑ����Ă��Ȃ��̖����̎菕�����ł��܂��B"
  382. screenkeyboard_infotip = "�}�E�X�܂��̓X�C�b�`���̓f�o�C�X�ő����ł����L�[�{�[�h���\�����邱�Ƃ��ł��܂��B"
  383. synchronize_infotip = "�I�t���C���ŕҏW���ꂽ�h�L�������g�A�J�����_�[�A�d�q���[�� ���b�Z�[�W�Ȃǂ̃t�@�C���Ȃǂɂ‚��āA�l�b�g���[�N���̃t�@�C���̃R�s�[���X�V���܂��B"
  384. utilman_infotip = "1 �‚̃E�B���h�E�Ń��[�U�[�⏕�̃c�[���̋N���ƍ\�����s���܂��B"
  385. windowsupdate_infotip = "Microsoft �����񋟂������V���� Windows �̋@�\�A�f�o�C�X �h���C�o�A���i�̍X�V���g���Ă��̃V�X�e�����X�V���܂��B"
  386. sysmon_infotip = "�V�X�e�� �p�t�H�[�}���X�̃O���t���\�����āA�f�[�^ ���O�ƌx�����\�����܂��B"
  387. datasrcodbc_infotip = "ODBC (Open Database Connectivity) �̃f�[�^ �\�[�X�ƃh���C�o�̒lj��A�폜�A�����э\�����s���܂��B"
  388. licmanager_infotip = "�T�[�o�[���i�̃N���C�A���g �A�N�Z�X ���C�Z���X���Ǘ����܂��B"
  389. dfsmgr_infotip = "�ʂ̃R���s���[�^�̋��L�t�H���_���ڑ����邽�߂́A���U�t�@�C�� �V�X�e���̍쐬�ƊǗ����s���܂��B"
  390. locsecpol_infotip = "���[�U�[�̌������č��|���V�[�Ȃǂ̃��[�J�� �Z�L�����e�B �|���V�[�̕\���ƕύX���s���܂��B"
  391. @*:msinfo_infotip = "System Information infotip"
  392. services_infotip = "�T�[�r�X�̊J�n�ƒ��~���s���܂��B"
  393. tlntadmn_infotip = "Telnet �T�[�o�[�̐ݒ��Ɛڑ��̕\���ƕύX���s���܂��B"
  394. compatwizard_infotip = "�Â��v���O������ Windows XP �œ��삵�܂��B"
  395. ProgramF = "Program Files"
  396. SharedTools = "Common Files\Microsoft Shared"
  397. MShared = "Microsoft Shared"
  398. @*: Folder name for IE5 appDir, same as ie.txt
  399. MSIE4 = "Internet Explorer"
  400. MP2 = "Windows Media Player"
  401. DisplayName = "�x�N�^ �O���t�B�N�X �����_�����O (VML)"
  402. SRCHASST = "srchasst"