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.
89 lines
4.4 KiB
89 lines
4.4 KiB
/*:
|
|
@*: 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.
|
|
@*:
|
|
@*/
|
|
|
|
#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, ...
|
|
|
|
#elif LANGUAGE_ID == 0x804
|
|
//CHS specific sections
|
|
[FILELIST.EXCLUDE]
|
|
gapi32.dll,0
|
|
; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
|
|
; ship different versions of this file. Win2000 needs this file for Far East IME support.
|
|
; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
|
|
; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
|
|
; RayCo's comments:
|
|
; Here is what I propose, if and only if, Win2000 has no dependency on this file.
|
|
; It is too late to remove this file from the product as we would not have time to
|
|
; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
|
|
; Exchange and Outlook would be entirely repsonsible for making sure they are both
|
|
; in sync and don't mess each other up by putting incompatible files on Windows 2000.
|
|
|
|
#elif LANGUAGE_ID == 0x404
|
|
//CHT specific sections
|
|
[FILELIST.EXCLUDE]
|
|
gapi32.dll,0
|
|
; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
|
|
; ship different versions of this file. Win2000 needs this file for Far East IME support.
|
|
; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
|
|
; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
|
|
; RayCo's comments:
|
|
; Here is what I propose, if and only if, Win2000 has no dependency on this file.
|
|
; It is too late to remove this file from the product as we would not have time to
|
|
; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
|
|
; Exchange and Outlook would be entirely repsonsible for making sure they are both
|
|
; in sync and don't mess each other up by putting incompatible files on Windows 2000.
|
|
|
|
#elif LANGUAGE_ID == 0x411
|
|
//JPN specific sections
|
|
[FILELIST.EXCLUDE]
|
|
gapi32.dll,0
|
|
; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
|
|
; ship different versions of this file. Win2000 needs this file for Far East IME support.
|
|
; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
|
|
; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
|
|
; RayCo's comments:
|
|
; Here is what I propose, if and only if, Win2000 has no dependency on this file.
|
|
; It is too late to remove this file from the product as we would not have time to
|
|
; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
|
|
; Exchange and Outlook would be entirely repsonsible for making sure they are both
|
|
; in sync and don't mess each other up by putting incompatible files on Windows 2000.
|
|
|
|
#elif LANGUAGE_ID == 0x412
|
|
//KOR specific sections
|
|
[FILELIST.EXCLUDE]
|
|
gapi32.dll,0
|
|
; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
|
|
; ship different versions of this file. Win2000 needs this file for Far East IME support.
|
|
; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
|
|
; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
|
|
; RayCo's comments:
|
|
; Here is what I propose, if and only if, Win2000 has no dependency on this file.
|
|
; It is too late to remove this file from the product as we would not have time to
|
|
; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
|
|
; Exchange and Outlook would be entirely repsonsible for making sure they are both
|
|
; in sync and don't mess each other up by putting incompatible files on Windows 2000.
|
|
|
|
#endif
|
|
|
|
// String section below for localizers
|
|
[Strings]
|
|
ProgramFiles = "Program Files"
|
|
ProgramFilesx86 = "Program Files (x86)"
|
|
CommonFiles = "Common Files"
|
|
|