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.

139 lines
3.0 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. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. ;
  27. ; specifies how a native directory maps to a WOW directory
  28. ;
  29. [NativeDataToWowData.DirectoryInformation.Textmode]
  30. ;
  31. ; japanese IMEs
  32. ;
  33. 200=230
  34. 201=231
  35. 202=232
  36. ;
  37. ; FE shared
  38. ;
  39. 220=233
  40. 221=234
  41. ;
  42. ; specifies filtering information that defines how files are ; mapped. All files are mapped based on specified extensions
  43. ;
  44. [WowData.Filter]
  45. ;
  46. ; japanese IMEs
  47. ;
  48. DirectoryToMap=200
  49. DirectoryToMap=201
  50. DirectoryToMap=202
  51. ;
  52. ; FE shared
  53. ;
  54. DirectoryToMap=220
  55. DirectoryToMap=221
  56. FileExtensions=drv,exe,dll,ocx,tlb,ax,nls,cpl,rll,mof,tsp,ime,dic,ini
  57. ; specifies the extensions to look for
  58. #elif LANGUAGE_ID == 0x412
  59. //KOR specific sections
  60. ;
  61. ; specifies how a native directory maps to a WOW directory
  62. ;
  63. [NativeDataToWowData.DirectoryInformation.Textmode]
  64. ;
  65. ; Korean IMEs. Currently there are no files in 213 and 214.
  66. ;
  67. 212=216
  68. 213=217
  69. 214=218
  70. ;
  71. ; FE shared
  72. ;
  73. 220=233
  74. 221=234
  75. ;
  76. ; specifies filtering information that defines how files are ; mapped. All files are mapped based on specified extensions
  77. ;
  78. [WowData.Filter]
  79. ;
  80. ; Korean IMEs
  81. ;
  82. DirectoryToMap=212
  83. DirectoryToMap=213
  84. DirectoryToMap=214
  85. ;
  86. ; FE shared
  87. ;
  88. DirectoryToMap=220
  89. DirectoryToMap=221
  90. FileExtensions=drv,exe,dll,ocx,tlb,ax,nls,cpl,rll,mof,tsp,ime
  91. ; specifies the extensions to look for
  92. ;
  93. ;Specifies files to exclude while processing Component Infs
  94. ;Excludes from CopyFiles, RenameFiles, DeleteFiles and RegisterDlls
  95. ;If you want to do this only for your INF then copy the section name below and
  96. ;create one more appending . and the name of your INF without extension i.e. to apply it
  97. ;for foo.inf only use -
  98. ; [NativeDataToWowData.SetupINF.FilesToExclude.foo]
  99. ;
  100. [NativeDataToWowData.SetupINF.FilesToExclude]
  101. ;
  102. ; Korean IME6.1 exclude files
  103. ;
  104. ; Help files
  105. imekr.chm
  106. imekren.chm
  107. korpaden.chm
  108. imepadko.chm
  109. imekr.hlp
  110. imekren.hlp
  111. ; Dicts files
  112. imekr.lex
  113. hanjadic.dll
  114. hanja.lex
  115. ; Setup files
  116. imkrinst.exe
  117. imkrinst.ini
  118. imekrmig.exe
  119. ; Pad files
  120. imekrmbx.dll
  121. hwxkor.dll
  122. #endif
  123. // String section below for localizers
  124. [Strings]