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.

78 lines
2.6 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. [Components]
  23. @@:@i:FullScreenConsole=FsConIns.dll, FsConInstallProc, FsVga.inf, HIDE, 7
  24. #elif LANGUAGE_ID == 0x404
  25. //CHT specific sections
  26. [Components]
  27. @@:@i:FullScreenConsole=FsConIns.dll, FsConInstallProc, FsVga.inf, HIDE, 7
  28. #elif LANGUAGE_ID == 0x411
  29. //JPN specific sections
  30. [Components]
  31. @@:@i:FullScreenConsole=FsConIns.dll, FsConInstallProc, FsVga.inf, HIDE, 7
  32. #elif LANGUAGE_ID == 0x412
  33. //KOR specific sections
  34. [Components]
  35. @@:@i:FullScreenConsole=FsConIns.dll, FsConInstallProc, FsVga.inf, HIDE, 7
  36. #endif
  37. #if LANGUAGE_ID == 0x409 || LANGUAGE_ID == 0x412
  38. [Components]
  39. ; Media Center addition - this component installs only
  40. ; with the right PID.
  41. @w!p:@3:Freestyle=medctroc.dll,MedCtrOCISetupProc,medctroc.inf,HIDE,7
  42. ; For Tablet & Freestyle has to be after their OCs - needs
  43. ; statement in netfxocm.inf is not good enough
  44. @w!p:@i!n:netfx=netfxocm.dll,UrtOcmProc,netfxocm.inf,hide,7
  45. #endif
  46. #if LANGUAGE_ID != 0x409 && LANGUAGE_ID != 0x412
  47. [Components]
  48. ; For Tablet & Freestyle has to be after their OCs - needs
  49. ; statement in netfxocm.inf is not good enough
  50. @w!p:@i!n:netfx=netfxocm.dll,UrtOcmProc,netfxocm.inf,hide,7
  51. #endif
  52. // MSN Explorer is not supported on BiDi (Arabic and Hebrew) systems.
  53. #if LANGUAGE_ID != 0x401 && LANGUAGE_ID != 0x40D
  54. [Components]
  55. @w:@i:msnexplr=ocmsn.dll,OcEntry,msnmsn.inf,,7
  56. #endif
  57. // String section below for localizers
  58. [Strings]
  59. @b:WindowTitle="Windows Blade Server ��ġ"
  60. @s!e!b:WindowTitle="Windows Server ��ġ"
  61. @e!d:WindowTitle="Windows Advanced Server ��ġ"
  62. @d:WindowTitle="Windows Datacenter Server ��ġ"
  63. @w!p:WindowTitle="Windows Professional ��ġ"
  64. @p:WindowTitle="Windows Home Edition ��ġ"
  65. WindowTitle_Standalone="Windows ���� ���� ������"