Leaked source code of windows server 2003
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

  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. [FILELIST.EXCLUDE]
  23. gapi32.dll,0
  24. ; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
  25. ; ship different versions of this file. Win2000 needs this file for Far East IME support.
  26. ; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
  27. ; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
  28. ; RayCo's comments:
  29. ; Here is what I propose, if and only if, Win2000 has no dependency on this file.
  30. ; It is too late to remove this file from the product as we would not have time to
  31. ; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
  32. ; Exchange and Outlook would be entirely repsonsible for making sure they are both
  33. ; in sync and don't mess each other up by putting incompatible files on Windows 2000.
  34. #elif LANGUAGE_ID == 0x404
  35. //CHT specific sections
  36. [FILELIST.EXCLUDE]
  37. gapi32.dll,0
  38. ; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
  39. ; ship different versions of this file. Win2000 needs this file for Far East IME support.
  40. ; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
  41. ; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
  42. ; RayCo's comments:
  43. ; Here is what I propose, if and only if, Win2000 has no dependency on this file.
  44. ; It is too late to remove this file from the product as we would not have time to
  45. ; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
  46. ; Exchange and Outlook would be entirely repsonsible for making sure they are both
  47. ; in sync and don't mess each other up by putting incompatible files on Windows 2000.
  48. #elif LANGUAGE_ID == 0x411
  49. //JPN specific sections
  50. [FILELIST.EXCLUDE]
  51. gapi32.dll,0
  52. ; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
  53. ; ship different versions of this file. Win2000 needs this file for Far East IME support.
  54. ; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
  55. ; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
  56. ; RayCo's comments:
  57. ; Here is what I propose, if and only if, Win2000 has no dependency on this file.
  58. ; It is too late to remove this file from the product as we would not have time to
  59. ; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
  60. ; Exchange and Outlook would be entirely repsonsible for making sure they are both
  61. ; in sync and don't mess each other up by putting incompatible files on Windows 2000.
  62. #elif LANGUAGE_ID == 0x412
  63. //KOR specific sections
  64. [FILELIST.EXCLUDE]
  65. gapi32.dll,0
  66. ; *Reason For Exclusion, gapi32.dll* - Workaround the fact that Exchange and Outlook
  67. ; ship different versions of this file. Win2000 needs this file for Far East IME support.
  68. ; Win2k bug 387611; Exchange bug http://extc/bug.asp?115813
  69. ; Contacts: StellaYa (international Win2k PM); KenE (Exchange PM)
  70. ; RayCo's comments:
  71. ; Here is what I propose, if and only if, Win2000 has no dependency on this file.
  72. ; It is too late to remove this file from the product as we would not have time to
  73. ; see what apps break. Unprotect the file for Win2000 and remove it for Win2001.
  74. ; Exchange and Outlook would be entirely repsonsible for making sure they are both
  75. ; in sync and don't mess each other up by putting incompatible files on Windows 2000.
  76. #endif
  77. // String section below for localizers
  78. [Strings]
  79. ProgramFiles = "Program Files"
  80. ProgramFilesx86 = "Program Files (x86)"
  81. CommonFiles = "Common Files"