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.

467 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. [DarwinSetupCommands]
  182. "lodctr /c:perfd00e.dat /h:perfi00e.dat /l:00e"
  183. [Strings]
  184. #if LANGUAGE_ID == 0x409
  185. //USA specific sections
  186. #elif LANGUAGE_ID == 0x804
  187. //CHS specific sections
  188. @*:ref the names in localized NT 4.0
  189. UCharMap_40 = "Unicode Character Map"
  190. mplayer_351="Media Player"
  191. licmanager_351="License Manager"
  192. ncadmin_351="Network Client Administrator"
  193. ImageGen_351="IME Generator"
  194. clipbrd_351="ClipBook Viewer"
  195. ChsuConv_351="Code Converter"
  196. iexplorer_40="Internet Explore"
  197. Image_40="Imaging"
  198. licmanager_40="License Manager"
  199. rasadmin_40 = "Remote Access Admin"
  200. eudcedit_40="EUDC Editor"
  201. #elif LANGUAGE_ID == 0x404
  202. //CHT specific sections
  203. @*:ref the names in localized NT 4.0
  204. UCharMap_40 = "Unicode Character Map"
  205. eudcedit_40="EUDC Editor"
  206. iexplorer_40="Internet Explore"
  207. cblock_351 = "Cblocks"
  208. #elif LANGUAGE_ID == 0x411
  209. //JPN specific sections
  210. @*: PC98 only
  211. @@:@n:gaijicnv = "�O���R���o�[�^"
  212. @@:@n:imgscan = "�C���[�W �X�L���i"
  213. @@:@n:insdapnt = "DOS AP �C���X�g�[��"
  214. @*: PC98
  215. @*:FE specific
  216. @*:ref the names in localized NT 4.0
  217. @*:to JPN LOC team, eudcedit_40 ,SHOULD use the same EUDC name in JPN 4.0
  218. @*: eudcedit_351,SHOULD use the same EUDC name in JPN 3.51
  219. eudcedit_40="EUDC Editor"
  220. eudcedit_351="EUDC Editor"
  221. UCharMap_40 = "Unicode Character Map"
  222. UCharMap_351 = "Unicode Character Map"
  223. iexplorer_40="iexplorer_40"
  224. JPN_INPUT="JPN_INPUT"
  225. @*:keep imaging_40 in English
  226. IMAGING_40="Imaging"
  227. licmanager_sb="licmanager_sb"
  228. netclientadmin_sb="netclientadmin_sb"
  229. netadmintools_sb="netadmintools_sb"
  230. #elif LANGUAGE_ID == 0x412
  231. //KOR specific sections
  232. @*:ref the names in localized NT 4.0
  233. UCharMap_40 = "Unicode Character Map"
  234. ;eudcedit="EUDC Editor"
  235. iexplorer_40="Internet Explore"
  236. eventvwr_40 = "eventvwr_40"
  237. Imaging_40 = "Imaging"
  238. faxviewer_40="faxviewer_40"
  239. #elif LANGUAGE_ID == 0x405
  240. // Czech
  241. // Localizer should verify if Common is needed or not.
  242. czechadmintools = "Nastroje administrace (Common)"
  243. #endif
  244. ;
  245. ; Names of program groups
  246. ;
  247. main = "Rendszer"
  248. games = "J�t�kok"
  249. accessories = "Kell�kek"
  250. accessories_entertainment = "Kell�kek\Sz�rakoz�s"
  251. accessories_communications = "Kell�kek\Kommunik�ci�"
  252. prexp_accessories_games = "Kell�kek\J�t�kok"
  253. accessories_multimedia = "Kell�kek\Multim�dia"
  254. accessibility = "Kell�kek\Kiseg�t� lehet�s�gek"
  255. systemtools = "Kell�kek\Rendszereszk�z�k"
  256. startup = "Ind�t�pult"
  257. admintools = "Fel�gyeleti eszk�z�k"
  258. nt4admintools = "NT 4.0 fel�gyeleti eszk�zei"
  259. @s:netadmintools = "H�l�zatfel�gyelet"
  260. startmenucommon = "::0x0016::"
  261. ;
  262. ; Names of program group items
  263. ;
  264. old_srv_config = "Fel�gyeleti eszk�z�k honlapja"
  265. srv_config = "Kiszolg�l� konfigur�l�sa"
  266. srvwiz_infotip = "Windows-szolg�ltat�sok telep�t�se �s konfigur�l�sa a h�l�zatra."
  267. windowsupdate = "Windows Update"
  268. windowscatalog = "Windows Catalog"
  269. configureprograms = "Programok hozz�f�rhet�s�ge �s alap�rtelmez�sei"
  270. windowstour = "Bevezet�s a Windows XP-be"
  271. synchronize = "Szinkroniz�l�s"
  272. sync_manager = "Szinkroniz�l�skezel�"
  273. winfile = "F�jlkezel�"
  274. control = "Vez�rl�pult"
  275. printman = "Nyomtat�svez�rl�"
  276. clipbrd = "V�g�k�nyv-megjelen�t�"
  277. dialer = "T�rcs�z�"
  278. cmd = "Parancssor"
  279. explorer = "Windows NT Int�z�"
  280. setup = "Windows NT telep�t�"
  281. pifedit = "PIF-szerkeszt�"
  282. intro = "A Windows NT bemutat�sa"
  283. readme = "Fontos"
  284. ntbooks = "Online k�nyvek"
  285. cmdref = "Windows NT s�g�"
  286. windisk = "Lemezfel�gyel�"
  287. perfmon = "Teljes�tm�nyfigyel�"
  288. ntbackup = "Biztons�gi m�solat"
  289. compatwizard = "Programkompatibilit�si var�zsl�"
  290. @w:@i:migwiz_desc = "F�jlok �s be�ll�t�sok �tvitele var�zsl�"
  291. eventvwr = "Esem�nynapl�"
  292. dcomcnfg = "DCOM-konfigur�ci�"
  293. winmsd = "Windows NT diagnosztika"
  294. musrmgr = "Felhaszn�l�kezel�"
  295. @s:upedit = "Felhaszn�l�i profil szerkeszt�se"
  296. @s:usrmgr = "Tartom�nyi kiszolg�l�kezel�"
  297. @s:nwconv = "NetWare friss�t�eszk�z"
  298. @s:srvmgr = "Kiszolg�l�kezel�"
  299. @s:poledit = "Rendszerh�zirend-szerkeszt�"
  300. pbrush = "Paintbrush"
  301. paint = "Paint"
  302. winchat = "Cseveg�s"
  303. terminal = "Termin�l"
  304. charedit = "Saj�tkarakter-szerkeszt�"
  305. notepad = "Jegyzett�mb"
  306. cardfile = "Cardfile"
  307. calc = "Sz�mol�g�p"
  308. clock = "�ra"
  309. charmap = "Karaktert�bla"
  310. mplayer = "M�dialej�tsz�"
  311. sndrec32 = "Hangr�gz�t�"
  312. sndvol32 = "Hanger�szab�lyz�"
  313. sndvol32old = "Hanger�szab�lyz�"
  314. cdplayer = "CD-lej�tsz�"
  315. cdplayerold = "CD-lej�tsz�"
  316. write = "Write"
  317. packgr32 = "Objektumcsomagol�"
  318. hyperterm = "HyperTerminal"
  319. sol = "Paszi�nsz"
  320. winmine = "Aknakeres�"
  321. freecell = "Admir�lis"
  322. hearts = "Fekete Macska"
  323. spider = "Fekete �zvegy"
  324. pinball = "Flipper"
  325. magnifier = "Nagy�t�"
  326. @*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
  327. ihearts = "Fekete Macska (internetes)"
  328. ispades = "Pikk (internetes)"
  329. ibackgammon = "Ost�bla (internetes)"
  330. icheckers = "D�maj�t�k (internetes)"
  331. ireversi = "Sz�ncser�l� (internetes)"
  332. @*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
  333. reader = "Narr�tor"
  334. screenkeyboard = "K�perny�-billenty�zet"
  335. utilman = "Seg�dprogram-kezel�"
  336. @s:netclientadmin = "H�l�zati �gyf�l kezel�se"
  337. @s:licmanager = "Licenckezel�"
  338. @s:licmanager2 = "Licencel�s"
  339. @s:ntwksvcmgmt = "H�l�zati szolg�ltat�sok kezel�je"
  340. certmgr = "Tan�s�tv�nykezel�"
  341. rasadmin = "T�vel�r�s (RAS) fel�gyel�je"
  342. du_networking = "Telefonos h�l�zat"
  343. network_and_dialup = "H�l�zati �s telefonos kapcsolatok"
  344. admin_wiz = "Fel�gyeleti var�zsl�k"
  345. compmgmt = "Sz�m�t�g�p-kezel�s"
  346. fsmgmt = "F�jlszolg�ltat�s-kezel�s"
  347. neweventvwr = "Esem�nynapl�"
  348. devmgmt = "Eszk�zkezel�s"
  349. svcmgmt = "Rendszerszolg�ltat�s-kezel�s"
  350. sysmon = "Teljes�tm�ny"
  351. @s:dirmgmt = "C�mt�rkezel�s"
  352. @s:dommgmt = "Tartom�nyfa-kezel�s"
  353. @s:dnsmgmt = "DNS-kezel�s"
  354. @s:dssite = "Active Directory - helyek �s szolg�ltat�sok kezel�se"
  355. diskmgmt = "Lemezkezel�s"
  356. ciadmin = "Indexel� kiszolg�l� kezel�se"
  357. mediasvc = "Cser�lhet� t�rol� kezel�se"
  358. @s:dfsmgr = "Elosztott f�jlrendszer"
  359. @e:enterprise_installer = "Windows NT Server, Enterprise Edition Installer.cmd"
  360. datasrcodbc = "Adatforr�sok (ODBC)"
  361. @@:@a:datasrcodbcx86 = "Adatforr�sok (ODBC) (x86)"
  362. scheduled_tasks = "�temezett feladatok"
  363. maint_wiz = "Karbantart� var�zsl�"
  364. locsecpol = "Helyi biztons�gi h�zirend"
  365. @*:msinfo = "System Information"
  366. services = "Szolg�ltat�sok"
  367. tlntadmn = "Telnet-kiszolg�l� fel�gyelete"
  368. @@:@i:oobe_desc = "Windows aktiv�l�sa"
  369. oldnetcon = "H�l�zati �s telefonos kapcsolatok"
  370. @@:@3:remote_assistance = "T�voli seg�ts�gny�jt�s"
  371. @*:
  372. @*: Infotips
  373. @*:
  374. @@:@i:oobe_infotip = "A Windows aktiv�l�sa a Microsoftn�l"
  375. charedit_infotip = "Az egyes karakterek k�perny�n val� megjelen�s�nek m�dos�t�sa karakterszerkeszt� haszn�lat�val."
  376. cmd_infotip = "Sz�veges (parancssori) funkci�k v�grehajt�sa."
  377. compmgmt_infotip = "Lemezek kezel�se, valamint t�voli sz�m�t�g�pek kezel�s�hez sz�ks�ges eszk�z�kh�z val� hozz�f�r�s biztos�t�sa."
  378. magnifier_infotip = "A kijel�lt sz�veg vagy egy�b, a k�perny�n l�v� elem nagy�t�sa a k�nnyebb l�that�s�g kedv��rt."
  379. neweventvwr_infotip = "Megfigyel� �s hibaelh�r�t� �zenetek megjelen�t�se Windowshoz �s egy�b programokhoz."
  380. notepad_infotip = "Sz�veges f�jlok l�trehoz�sa �s szerkeszt�se alapvet� sz�vegform�z�ssal."
  381. ntbackup_infotip = "Adatok archiv�l�sa v�letlen adatveszt�s ellen."
  382. reader_infotip = "K�perny�n l�v� sz�vegek, p�rbesz�dpanelek �s gombok felolvas�sa, ha van hangsz�r� vagy egy�b hangeszk�z telep�tve."
  383. @@:@3:remote_assistance_infotip = "Lehet�v� teszi, hogy bar�tai az �n megh�v�s�ra csatlakozzanak a sz�m�t�g�phez, �s seg�tsenek probl�m�i megold�s�ban."
  384. screenkeyboard_infotip = "Eg�rrel vagy m�s beviteli eszk�zzel vez�relt billenty�zet megjelen�t�se."
  385. synchronize_infotip = "A kapcsolat n�lk�l m�dos�tott h�l�zati anyagok (dokumentumok, napt�rak, e-mailek) friss�t�se."
  386. utilman_infotip = "Kiseg�t� eszk�z�k ind�t�sa �s konfigur�l�sa egy ablakb�l."
  387. windowsupdate_infotip = "A rendszer friss�t�se �j, a Microsoftt�l sz�rmaz� Windows-lehet�s�gekkel, eszk�zilleszt�kkel �s rendszerfriss�t�sekkel."
  388. sysmon_infotip = "A rendszer teljes�tm�ny�r�l k�sz�lt grafikon megjelen�t�se, valamint az adatnapl�k �s riaszt�sok konfigur�l�sa."
  389. datasrcodbc_infotip = "Ny�lt adatb�zis-kapcsolat� (ODBC) adatforr�sok �s illeszt�programok hozz�ad�sa, elt�vol�t�sa �s konfigur�l�sa."
  390. licmanager_infotip = "Kiszolg�l�term�k �gyf�lel�r�si licenceinek kezel�se."
  391. dfsmgr_infotip = "K�l�nb�z� sz�m�t�g�peken tal�lhat� megosztott mapp�k kapcsol�d�s�t lehet�v� tev� elosztott f�jlrendszer l�trehoz�sa �s kezel�se."
  392. locsecpol_infotip = "Helyi biztons�gi h�zirend (pl. felhaszn�l�i enged�lyek �s napl�z�si h�zirendek) megjelen�t�se �s m�dos�t�sa."
  393. @*:msinfo_infotip = "System Information infotip"
  394. services_infotip = "Szolg�ltat�sok ind�t�sa �s le�ll�t�sa."
  395. tlntadmn_infotip = "A telnet-kiszolg�l� be�ll�t�sainak �s kapcsolatainak megtekint�se �s m�dos�t�sa."
  396. compatwizard_infotip = "R�gebbi programok be�ll�t�sa �gy, hogy azok m�k�djenek Windows XP alatt"
  397. ProgramF = "Program Files"
  398. SharedTools = "Common Files\Microsoft Shared"
  399. MShared = "Microsoft Shared"
  400. @*: Folder name for IE5 appDir, same as ie.txt
  401. MSIE4 = "Internet Explorer"
  402. MP2 = "Windows Media Player"
  403. DisplayName = "Vektorgrafikus lek�pez�s (VML)"
  404. SRCHASST = "srchasst"