|
|
/*: @*: This file is organized into two main blocks. The first block contains @*: code (non-string) sections which are specific to languages. Please put @*: the code sections in the correct language. @*: The second block is reserved for [Strings] which localizers will be @*: working with. It is further divided using "#if LANGUAGE ==" for language @*: specific strings. For strings which are common to all languages @*: place outside the #ifs. @*: @*: This file is first precompiled with LANGUAGE_ID @*: set to the language (see inf\win4\inf\makefile.inc for details). @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409 @*: will appear. @*: @*: Important: To support locstudio, this file contains only ONE [Strings] section. @*: @*: @*: This file is processed for platform first and then for @*: server vs. workstation. ANY LINE WITH TAGS MUST ACCOUNT @*: FOR BOTH STEPS. @*: @*/
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412 // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ....
@i:[FloppyFiles.1] @i:d1,c_1252.nls @i:d1,c_437.nls
@i:[FloppyFiles.3] @i:d1,kbdus.dll
#elif LANGUAGE_ID == 0x804 //CHS specific sections
@i:[FloppyFiles.1] @i:d1,c_936.nls
@i:[FloppyFiles.3] @i:d1,bootfont.bin @i:d1,kbdus.dll
@i:[FloppyFiles.x] @i:d1,bootfont.bin
@i:[RootBootFiles] @i:bootfont.bin
@@:@@:[OptionalSrcDirs] @@:lang
#elif LANGUAGE_ID == 0x404 //CHT specific sections
@i:[FloppyFiles.1] @i:d1,c_950.nls
@i:[FloppyFiles.3] @i:d1,bootfont.bin @i:d1,kbdus.dll
@i:[FloppyFiles.x] @i:d1,bootfont.bin
@i:[RootBootFiles] @i:bootfont.bin
@@:@@:[OptionalSrcDirs] @@:lang
#elif LANGUAGE_ID == 0x411 //JPN specific sections
@i:[FloppyFiles.1] @i:d1,c_932.nls
@i:[FloppyFiles.3] @i:d1,bootfont.bin @i:d1,kbdjpn.dll @i:d1,kbd101.dll @i:d1,kbd106.dll @i:d1,kbdnec.dll
@i:[FloppyFiles.x] @i:d1,bootfont.bin
@i:[RootBootFiles] @i:bootfont.bin
@@:@@:[OptionalSrcDirs] @@:lang
#elif LANGUAGE_ID == 0x412 //KOR specific sections
@i:[FloppyFiles.1] @i:d1,c_949.nls
@i:[FloppyFiles.3] @i:d1,bootfont.bin @i:d1,kbdkor.dll @i:d1,kbd101a.dll @i:d1,kbd101b.dll @i:d1,kbd101c.dll @i:d1,kbd103.dll
@i:[FloppyFiles.x] @i:d1,bootfont.bin
@i:[RootBootFiles] @i:bootfont.bin
@@:@@:[OptionalSrcDirs] @@:lang
#endif
@i:[FloppyFiles.1] @i:d1,vgaoem.fon @i:d1,l_intl.nls
// String section below for localizers [Strings]
cbus2_mp = "Corollary C-bus Architecture" cbusmc_mp = "Corollary C-bus Micro Channel Architecture" mca_up = "IBM PS/2 or other Micro Channel-based PC" mps_mca_mp = "MPS Multiprocessor Micro Channel PC" ncr_mp = "NCR Multiprocessor Micro Channel PC" missing_proc_feat = "Required processor features not present"
|