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
16 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 = "Unicode Karakter E�lem"
  188. mplayer_351="Media Player"
  189. licmanager_351="Lisans Y�neticisi"
  190. ncadmin_351="A� �stemci Y�neticisi"
  191. ImageGen_351="IME �reteci"
  192. clipbrd_351="Pano Defteri G�r�nt�leyicisi"
  193. ChsuConv_351="Kod D�n��t�r�c�s�"
  194. iexplorer_40="Internet Explore"
  195. Image_40="Imaging"
  196. licmanager_40="Lisans Y�neticisi"
  197. rasadmin_40 = "Uzaktan Eri�tim Y�neticisi"
  198. eudcedit_40="EUDC D�zenleyicisi"
  199. #elif LANGUAGE_ID == 0x404
  200. //CHT specific sections
  201. @*:ref the names in localized NT 4.0
  202. UCharMap_40 = "Unicode Karakter E�lem"
  203. eudcedit_40="EUDC D�zenleyicisi"
  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="EUDC D�zenleyicisi"
  218. eudcedit_351="EUDC D�zenleyicisi"
  219. UCharMap_40 = "Unicode Karakter E�lem"
  220. UCharMap_351 = "Unicode Karakter E�lem"
  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 = "Unicode Karakter E�lem"
  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 (Ortak)"
  241. #endif
  242. ;
  243. ; Names of program groups
  244. ;
  245. main = "Ana Grup"
  246. games = "Oyunlar"
  247. accessories = "Donat�lar"
  248. accessories_entertainment = "Donat�lar\E�lence"
  249. accessories_communications = "Donat�lar\�leti�im"
  250. prexp_accessories_games = "Donat�lar\Oyunlar"
  251. accessories_multimedia = "Donat�lar\�oklu Ortam"
  252. accessibility = "Donat�lar\Eri�ilebilirlik"
  253. systemtools = "Donat�lar\Sistem Ara�lar�"
  254. startup = "Ba�lang��"
  255. admintools = "Y�netimsel Ara�lar"
  256. nt4admintools = "NT 4.0 Administrative Tools"
  257. @s:netadmintools = "A� Y�netimi"
  258. startmenucommon = "::0x0016::"
  259. ;
  260. ; Names of program group items
  261. ;
  262. old_srv_config = "Y�netimsel Ara�lar Giri� Sayfas�"
  263. srv_config = "Sunucunuzu Yap�land�r�n"
  264. srvwiz_infotip = "A��n�z i�in Windows hizmetlerini kurup yap�land�r�r."
  265. windowsupdate = "Windows Update"
  266. windowscatalog = "Windows Katalo�u"
  267. configureprograms = "Program Eri�im ve Varsay�lanlar�n� Ayarla"
  268. windowstour = "Windows XP Turu"
  269. synchronize = "E�itle"
  270. sync_manager = "E�itleme Y�neticisi"
  271. winfile = "Dosya Y�neticisi"
  272. control = "Denetim Masas�"
  273. printman = "Yazd�rma Y�neticisi"
  274. clipbrd = "Pano Defteri G�r�nt�leyicisi"
  275. dialer = "Numara �eviricisi"
  276. cmd = "Komut �stemi"
  277. explorer = "Windows NT Explorer"
  278. setup = "Windows NT Kur"
  279. pifedit = "PIF D�zenleyici"
  280. intro = "Windows NT'ye Giri�"
  281. readme = "Beni Oku"
  282. ntbooks = "�evrimi�i Kitaplar"
  283. cmdref = "Windows NT Yard�m"
  284. windisk = "Disk Y�neticisi"
  285. perfmon = "Performans �zleyicisi"
  286. ntbackup = "Yedek"
  287. compatwizard = "Program Uyumluluk Sihirbaz�"
  288. @w:@i:migwiz_desc = "Dosya ve Ayar Aktarma Sihirbaz�"
  289. eventvwr = "Olay G�r�nt�leyicisi"
  290. dcomcnfg = "DCOM Yap�land�rmas�"
  291. winmsd = "Windows NT Tan�"
  292. musrmgr = "Kullan�c� Y�neticisi"
  293. @s:upedit = "Kullan�c� Profil D�zenleyicisi"
  294. @s:usrmgr = "Etki Alan� Kullan�c� Y�neticisi"
  295. @s:nwconv = "NetWare i�in Ge�i� Arac�"
  296. @s:srvmgr = "Sunucu Y�neticisi"
  297. @s:poledit = "Sistem �lke D�zenleyicisi"
  298. pbrush = "Paintbrush"
  299. paint = "Paint"
  300. winchat = "Sohbet"
  301. terminal = "Terminal"
  302. charedit = "�zel Karakter D�zenleyicisi"
  303. notepad = "Not Defteri"
  304. cardfile = "Cardfile"
  305. calc = "Hesap Makinesi"
  306. clock = "Saat"
  307. charmap = "Karakter E�lem"
  308. mplayer = "Media Player"
  309. sndrec32 = "Ses Kaydedicisi"
  310. sndvol32 = "Ses Ayar� Denetimi"
  311. sndvol32old = "Ses Denetimi"
  312. cdplayer = "CD �alar"
  313. cdplayerold = "CD �alar"
  314. write = "Yazma"
  315. packgr32 = "Nesne Paketleyicisi"
  316. hyperterm = "HyperTerminal"
  317. sol = "Solitaire"
  318. winmine = "May�n Tarlas�"
  319. freecell = "Freecell"
  320. hearts = "Hearts"
  321. spider = "Spider Solitaire"
  322. pinball = "Pinball"
  323. magnifier = "B�y�te�"
  324. @*: These next lines needed only to support XP Beta 2 -> XP RTM upgrades
  325. ihearts = "Internet Hearts"
  326. ispades = "Internet Spades"
  327. ibackgammon = "Internet Tavla"
  328. icheckers = "Internet Dama"
  329. ireversi = "Internet Reversi"
  330. @*: End of lines needed only to support XP Beta 2 -> XP RTM upgrades
  331. reader = "Ekran Okuyucusu"
  332. screenkeyboard = "Ekran Klavyesi"
  333. utilman = "Hizmet Program� Y�neticisi"
  334. @s:netclientadmin = "A� �stemci Y�neticisi"
  335. @s:licmanager = "Lisans Y�neticisi"
  336. @s:licmanager2 = "Lisans"
  337. @s:ntwksvcmgmt = "A� Hizmetleri Y�netimi"
  338. certmgr = "Sertifika Y�neticisi"
  339. rasadmin = "Uzaktan Eri�tim Y�neticisi"
  340. du_networking = "�evirmeli A�"
  341. network_and_dialup = "A� ve �evirmeli Ba�lant�lar"
  342. admin_wiz = "Y�netim Sihirbazlar�"
  343. compmgmt = "Bilgisayar Y�netimi"
  344. fsmgmt = "Dosya Hizmeti Y�netimi"
  345. neweventvwr = "Olay G�r�nt�leyicisi"
  346. devmgmt = "Ayg�t Y�netimi"
  347. svcmgmt = "Sistem Hizmet Y�netimi"
  348. sysmon = "Performans"
  349. @s:dirmgmt = "Dizin Y�netimi"
  350. @s:dommgmt = "Etki Alan� A�ac� Y�netimi"
  351. @s:dnsmgmt = "DNS Y�netimi"
  352. @s:dssite = "Active Directory Siteleri ve Hizmetleri Y�neticisi"
  353. diskmgmt = "Disk Y�netimi"
  354. ciadmin = "Dizin Sunucusu Y�netimi"
  355. mediasvc = "��kar�labilir Depolama Birimi Y�netimi"
  356. @s:dfsmgr = "Da��t�lm�� Dosya Sistemi"
  357. @e:enterprise_installer = "Windows NT Server, Kurulu� Bas�m� Installer.cmd"
  358. datasrcodbc = "Veri Kaynaklar� (ODBC)"
  359. @@:@a:datasrcodbcx86 = "Veri Kaynaklar� (ODBC) (x86)"
  360. scheduled_tasks = "Zamanlanm�� G�revler"
  361. maint_wiz = "Bak�m Sihirbaz�"
  362. locsecpol = "Yerel G�venlik �lkesi"
  363. @*:msinfo = "System Information"
  364. services = "Hizmetler"
  365. tlntadmn = "Telnet Sunucu Y�netimi"
  366. @@:@i:oobe_desc = "Windows Etkinle�tir"
  367. oldnetcon = "A� ve �evirmeli Ba�lant�lar"
  368. @@:@3:remote_assistance = "Uzaktan Yard�m"
  369. @*:
  370. @*: Infotips
  371. @*:
  372. @@:@i:oobe_infotip = "Windows'u Microsoft ile etkinle�tir"
  373. charedit_infotip = "Bir karakterin ekrandaki g�r�n�m�nde de�i�iklik yapmak i�in Karakter D�zenleyicisi'ni kullan�n."
  374. cmd_infotip = "Metin tabanl� (komut sat�r�) fonksiyonlar uygular."
  375. compmgmt_infotip = "Yerel ve uzaktaki bilgisayarlar�n y�netilmesi i�in diskleri y�netip di�er ara�lara eri�im sa�lar."
  376. magnifier_infotip = "Daha kolay g�r�nmeleri i�in se�ili metin ve ba�ka ekran ��elerini b�y�t�r."
  377. neweventvwr_infotip = "Windows ve ba�ka programlar�n izleme ve sorun giderme iletilerini g�r�nt�ler."
  378. notepad_infotip = "Temel metin bi�imlendirmesi kullanarak metin dosyalar� olu�turup d�zenler."
  379. ntbackup_infotip = "Kazayla kaybolmaya kar�� veriyi ar�ivler."
  380. reader_infotip = "Hoparl�r ya da ses ��k�� ayg�t� tak�l�ysa, ekrandaki metin, ileti�im kutusu, men� ve d��melerin i�eri�ini y�ksek sesle okur."
  381. @@:@3:remote_assistance_infotip = "Arkada��n�z� bilgisayar�n�za ba�lanarak sorunlar�n�za yard�m etmesi i�in davet etmenize olanak sa�lar."
  382. screenkeyboard_infotip = "Fare ya da anahtar girdi ayg�t�yla y�netilen bir klavye g�r�nt�ler."
  383. synchronize_infotip = "Belge, takvim ve e-posta iletileri gibi �evrimd��� olarak d�zenlenmi� olan malzelemelerin a� kopyalar�n� g�ncelle�tirir."
  384. utilman_infotip = "Eri�ilebilirlik ara�lar�n� tek bir pencereden ba�lat�p yap�land�r�r."
  385. windowsupdate_infotip = "Sisteminizi, Microsoft'un sa�lad��� yeni Windows �zellikleri, ayg�t s�r�c�leri ve sistem yenilikleriyle g�ncelle�tirir."
  386. sysmon_infotip = "Sistem performans�n�n grafi�ini g�r�nt�leyip veri g�nl�klerini ve uyar�lar�n� yap�land�r�r."
  387. datasrcodbc_infotip = "A��k Veritaban� Ba�lant� (ODBC) veri kaynak ve s�r�c�lerini ekler, kald�r�r ve yap�land�r�r."
  388. licmanager_infotip = "Bir sunucu �r�n�n�n istemci lisans�n� y�netir."
  389. dfsmgr_infotip = "Farkl� bilgisayarlardan payla�t�r�lm�� klas�rleri ba�layan da��t�ml� dosya sistemlerini olu�turur ve y�netir."
  390. locsecpol_infotip = "Kullan�c� haklar� ve denetim ilkesi gibi yerel g�venlik ilkelerini g�r�nt�leyip de�i�tirin."
  391. @*:msinfo_infotip = "System Information infotip"
  392. services_infotip = "Hizmetleri ba�lat�p durdurur."
  393. tlntadmn_infotip = "Telnet sunucu ba�lant� ve ayarlar�n� g�r�nt�leyip de�i�tirin."
  394. compatwizard_infotip = "Windows XP'de �al��acak eski programlar� getir"
  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 = "Vector Graphics Rendering (VML)"
  402. SRCHASST = "srchasst"