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,"�ө��� (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 = "Mapa de caracteres unicode"
  188. mplayer_351="Media Player"
  189. licmanager_351="Gestor de licen�as"
  190. ncadmin_351="Administrador de clientes de rede"
  191. ImageGen_351="Gerador IME"
  192. clipbrd_351="Visualizador da �rea de armazenamento"
  193. ChsuConv_351="Conversor de c�digo"
  194. iexplorer_40="Internet Explorer"
  195. Image_40="Imaging"
  196. licmanager_40="Gestor de licen�as"
  197. rasadmin_40 = "Administrador de acesso remoto"
  198. eudcedit_40="Editor EUDC"
  199. #elif LANGUAGE_ID == 0x404
  200. //CHT specific sections
  201. @*:ref the names in localized NT 4.0
  202. UCharMap_40 = "Mapa de caracteres unicode"
  203. eudcedit_40="Editor EUDC"
  204. iexplorer_40="Internet Explorer"
  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="Editor EUDC"
  218. eudcedit_351="Editor EUDC"
  219. UCharMap_40 = "Mapa de caracteres unicode"
  220. UCharMap_351 = "Mapa de caracteres unicode"
  221. iexplorer_40="iexplorer_40"
  222. JPN_INPUT="JPN_INPUT"
  223. @*:keep imaging_40 in English
  224. IMAGING_40="Imaging"
  225. licmanager_sb="licmanager_sb"
  226. netclientadmin_sb="netclientadmin_sb"
  227. netadmintools_sb="netadmintools_sb"
  228. #elif LANGUAGE_ID == 0x412
  229. //KOR specific sections
  230. @*:ref the names in localized NT 4.0
  231. UCharMap_40 = "Mapa de caracteres unicode"
  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 = "Principal"
  246. games = "Jogos"
  247. accessories = "Acess�rios"
  248. accessories_entertainment = "Acess�rios\Entretenimento"
  249. accessories_communications = "Acess�rios\Comunica��es"
  250. prexp_accessories_games = "Acess�rios\Jogos"
  251. accessories_multimedia = "Acess�rios\Multim�dia"
  252. accessibility = "Acess�rios\Acessibilidade"
  253. systemtools = "Acess�rios\Ferramentas do sistema"
  254. startup = "Arranque"
  255. admintools = "Ferramentas administrativas"
  256. nt4admintools = "Ferramentas administrativas do NT 4.0"
  257. @s:netadmintools = "Administra��o da rede"
  258. startmenucommon = "::0x0016::"
  259. ;
  260. ; Names of program group items
  261. ;
  262. old_srv_config = "Home page de ferramentas administrativas"
  263. srv_config = "Configurar o servidor"
  264. srvwiz_infotip = "Define e configura os servi�os do Windows para a sua rede."
  265. windowsupdate = "Windows Update"
  266. windowscatalog = "Windows Catalog"
  267. configureprograms = "Definir programa de acesso e predefini��es"
  268. windowstour = "Apresenta��o Windows XP"
  269. synchronize = "Sincronizar"
  270. sync_manager = "Gestor de sincroniza��o"
  271. winfile = "Gestor de ficheiros"
  272. control = "Painel de controlo"
  273. printman = "Gestor de impress�o"
  274. clipbrd = "Visualizador da �rea de armazenamento"
  275. dialer = "Marcador telef�nico"
  276. cmd = "Linha de comandos"
  277. explorer = "Explorador do Windows NT"
  278. setup = "Configura��o do Windows NT"
  279. pifedit = "Editor PIF"
  280. intro = "Introdu��o ao Windows NT"
  281. readme = "Leia-me"
  282. ntbooks = "Livros online"
  283. cmdref = "Ajuda do Windows NT"
  284. windisk = "Administrador de disco"
  285. perfmon = "Monitor de desempenho"
  286. ntbackup = "C�pia de seguran�a"
  287. compatwizard = "Assistente de compatibilidade de programas"
  288. @w:@i:migwiz_desc = "Assistente de transfer�ncia de defini��es e ficheiros"
  289. eventvwr = "Visualizador de eventos"
  290. dcomcnfg = "Configura��o de DCOM"
  291. winmsd = "Diagn�sticos do Windows NT"
  292. musrmgr = "Gestor de utilizadores"
  293. @s:upedit = "Editor de perfil de utilizador"
  294. @s:usrmgr = "Gestor de utilizadores para dom�nios"
  295. @s:nwconv = "Ferramenta de migra��o para NetWare"
  296. @s:srvmgr = "Gestor de servidores"
  297. @s:poledit = "Editor de pol�ticas do sistema"
  298. pbrush = "Paintbrush"
  299. paint = "Paint"
  300. winchat = "Chat"
  301. terminal = "Terminal"
  302. charedit = "Editor de caracteres privados"
  303. notepad = "Bloco de notas"
  304. cardfile = "Ficheiro de cart�es"
  305. calc = "Calculadora"
  306. clock = "Rel�gio"
  307. charmap = "Mapa de caracteres"
  308. mplayer = "Media Player"
  309. sndrec32 = "Gravador de �udio"
  310. sndvol32 = "Controlo do volume"
  311. sndvol32old = "Controlo do volume"
  312. cdplayer = "Leitor de CD"
  313. cdplayerold = "Leitor de CD"
  314. write = "Write"
  315. packgr32 = "Gestor de objectos"
  316. hyperterm = "HyperTerminal"
  317. sol = "Solit�rio"
  318. winmine = "Minesweeper"
  319. freecell = "FreeCell"
  320. hearts = "Copas"
  321. spider = "Solit�rio Spider"
  322. pinball = "Pinball"
  323. magnifier = "Magnifier"
  324. @*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
  325. ihearts = "Copas na Internet"
  326. ispades = "Espadas na Internet"
  327. ibackgammon = "Gam�o na Internet"
  328. icheckers = "Damas na Internet"
  329. ireversi = "Reversi na Internet"
  330. @*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
  331. reader = "Narrador"
  332. screenkeyboard = "Teclado no ecr�"
  333. utilman = "Gestor de utilit�rios"
  334. @s:netclientadmin = "Administrador de clientes de rede"
  335. @s:licmanager = "Gestor de licen�as"
  336. @s:licmanager2 = "Licenciamento"
  337. @s:ntwksvcmgmt = "Gest�o de servi�os de rede"
  338. certmgr = "Gestor de certificados"
  339. rasadmin = "Administrador de acesso remoto"
  340. du_networking = "Acesso telef�nico � rede"
  341. network_and_dialup = "Liga��es de acesso telef�nico e de rede"
  342. admin_wiz = "Assistentes administrativos"
  343. compmgmt = "Gest�o de computadores"
  344. fsmgmt = "Gest�o de servi�os de ficheiros"
  345. neweventvwr = "Visualizador de eventos"
  346. devmgmt = "Gest�o de dispositivos"
  347. svcmgmt = "Gest�o de servi�os do sistema"
  348. sysmon = "Desempenho"
  349. @s:dirmgmt = "Gest�o de direct�rios"
  350. @s:dommgmt = "Gest�o de �rvore de dom�nio"
  351. @s:dnsmgmt = "Gest�o de DNS"
  352. @s:dssite = "Gestor de servi�os e locais do Active Directory"
  353. diskmgmt = "Gest�o de discos"
  354. ciadmin = "Gest�o do servi�o de �ndice"
  355. mediasvc = "Gest�o de armazenamento amov�vel"
  356. @s:dfsmgr = "Sistema de ficheiros distribu�dos"
  357. @e:enterprise_installer = "Windows NT Server, Enterprise Edition Installer.cmd"
  358. datasrcodbc = "Origem de dados (ODBC)"
  359. @@:@a:datasrcodbcx86 = "Origem de dados (ODBC) (x86)"
  360. scheduled_tasks = "Tarefas agendadas"
  361. maint_wiz = "Assistente de manuten��o"
  362. locsecpol = "Pol�tica de seguran�a local"
  363. @*:msinfo = "System Information"
  364. services = "Servi�os"
  365. tlntadmn = "Administra��o de servidor de telnet"
  366. @@:@i:oobe_desc = "Activar o Windows"
  367. oldnetcon = "Liga��es de rede e acesso telef�nico"
  368. @@:@3:remote_assistance = "Assist�ncia remota"
  369. @*:
  370. @*: Infotips
  371. @*:
  372. @@:@i:oobe_infotip = "Activar o Windows junto da Microsoft"
  373. charedit_infotip = "Utilize o 'Editor de caracteres' para modificar a forma como o caracter � mostrado no ecr�."
  374. cmd_infotip = "Executa fun��es (linha de comandos) baseadas em texto."
  375. compmgmt_infotip = "Gere discos e fornece acesso a outras ferramentas de gest�o de computadores locais e remotos."
  376. magnifier_infotip = "Aumenta o texto seleccionado e outros itens no ecr� para uma melhor visualiza��o."
  377. neweventvwr_infotip = "Mostra mensagens de monitoriza��o e de resolu��o de problemas do Windows e de outros programas."
  378. notepad_infotip = "Cria e edita ficheiros de texto utilizando formata��o de texto simples."
  379. ntbackup_infotip = "Arquiva dados para os proteger de perdas acidentais."
  380. reader_infotip = "L� texto no ecr�, caixas de di�logo, menus e bot�es se estiverem instalados altifalantes ou um dispositivo de sa�da de som."
  381. @@:@3:remote_assistance_infotip = "Permite convidar um amigo a ligar-se ao seu computador e a ajud�-lo a resolver problemas."
  382. screenkeyboard_infotip = "Mostra um teclado que � controlado por um rato ou outro dispositivo equivalente."
  383. synchronize_infotip = "Actualiza a c�pia da rede de material editado offline como, por exemplo, documentos, calend�rios e mensagens de correio electr�nico."
  384. utilman_infotip = "Inicia e configura as ferramentas de acessibilidade a partir de uma janela."
  385. windowsupdate_infotip = "Actualiza o seu sistema com as novas funcionalidades do Windows, controladores de dispositivo e actualiza��es ao sistema dispon�veis na Microsoft."
  386. sysmon_infotip = "Mostra gr�ficos do desempenho do sistema e configura registos de dados e alertas."
  387. datasrcodbc_infotip = "Adiciona, remove e configura origens de dados e controladores ODBC."
  388. licmanager_infotip = "Gere o licenciamento do acesso do cliente para um produto de servidor."
  389. dfsmgr_infotip = "Cria e gere sistemas de ficheiros distribu�dos que ligam pastas partilhadas de diferentes computadores."
  390. locsecpol_infotip = "Visualiza e modifica a pol�tica de seguran�a local como, por exemplo, os direitos de utilizador e a pol�ticas de auditoria."
  391. @*:msinfo_infotip = "System Information infotip"
  392. services_infotip = "Inicia e para servi�os."
  393. tlntadmn_infotip = "Visualiza e modifica as defini��es e liga��es do servidor de telnet."
  394. compatwizard_infotip = "Para programas antigos funcionarem no Windows XP"
  395. ProgramF = "Programas"
  396. SharedTools = "Ficheiros comuns\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 = "Vector Graphics Rendering (VML)"
  402. SRCHASST = "srchasst"