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.

134 lines
2.7 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 file is processed for platform first and then for
  19. @*: server vs. workstation. ANY LINE WITH TAGS MUST ACCOUNT
  20. @*: FOR BOTH STEPS.
  21. @*:
  22. @*/
  23. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  24. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ....
  25. @i:[FloppyFiles.1]
  26. @i:d1,c_1252.nls
  27. @i:d1,c_437.nls
  28. @i:[FloppyFiles.3]
  29. @i:d1,kbdus.dll
  30. #elif LANGUAGE_ID == 0x804
  31. //CHS specific sections
  32. @i:[FloppyFiles.1]
  33. @i:d1,c_936.nls
  34. @i:[FloppyFiles.3]
  35. @i:d1,bootfont.bin
  36. @i:d1,kbdus.dll
  37. @i:[FloppyFiles.x]
  38. @i:d1,bootfont.bin
  39. @i:[RootBootFiles]
  40. @i:bootfont.bin
  41. @@:@@:[OptionalSrcDirs]
  42. @@:lang
  43. #elif LANGUAGE_ID == 0x404
  44. //CHT specific sections
  45. @i:[FloppyFiles.1]
  46. @i:d1,c_950.nls
  47. @i:[FloppyFiles.3]
  48. @i:d1,bootfont.bin
  49. @i:d1,kbdus.dll
  50. @i:[FloppyFiles.x]
  51. @i:d1,bootfont.bin
  52. @i:[RootBootFiles]
  53. @i:bootfont.bin
  54. @@:@@:[OptionalSrcDirs]
  55. @@:lang
  56. #elif LANGUAGE_ID == 0x411
  57. //JPN specific sections
  58. @i:[FloppyFiles.1]
  59. @i:d1,c_932.nls
  60. @i:[FloppyFiles.3]
  61. @i:d1,bootfont.bin
  62. @i:d1,kbdjpn.dll
  63. @i:d1,kbd101.dll
  64. @i:d1,kbd106.dll
  65. @i:d1,kbdnec.dll
  66. @i:[FloppyFiles.x]
  67. @i:d1,bootfont.bin
  68. @i:[RootBootFiles]
  69. @i:bootfont.bin
  70. @@:@@:[OptionalSrcDirs]
  71. @@:lang
  72. #elif LANGUAGE_ID == 0x412
  73. //KOR specific sections
  74. @i:[FloppyFiles.1]
  75. @i:d1,c_949.nls
  76. @i:[FloppyFiles.3]
  77. @i:d1,bootfont.bin
  78. @i:d1,kbdkor.dll
  79. @i:d1,kbd101a.dll
  80. @i:d1,kbd101b.dll
  81. @i:d1,kbd101c.dll
  82. @i:d1,kbd103.dll
  83. @i:[FloppyFiles.x]
  84. @i:d1,bootfont.bin
  85. @i:[RootBootFiles]
  86. @i:bootfont.bin
  87. @@:@@:[OptionalSrcDirs]
  88. @@:lang
  89. #endif
  90. @i:[FloppyFiles.1]
  91. @i:d1,vgaoem.fon
  92. @i:d1,l_intl.nls
  93. // String section below for localizers
  94. [Strings]
  95. cbus2_mp = "Corollary C-bus Architecture"
  96. cbusmc_mp = "Corollary C-bus Micro Channel Architecture"
  97. mca_up = "IBM PS/2 or other Micro Channel-based PC"
  98. mps_mca_mp = "MPS Multiprocessor Micro Channel PC"
  99. ncr_mp = "NCR Multiprocessor Micro Channel PC"
  100. missing_proc_feat = "Required processor features not present"