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.

174 lines
3.2 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. /*
  19. ;no need to localize the following section. the proper LCID string
  20. ;will be created by precompiler
  21. ;LangID and Language mapping code
  22. ;0403=ca.mui - Pseudo localized if Pseudo lang changes, this needs to be changed
  23. ;040c=FR.MUI
  24. ;0c0a=ES.MUI
  25. ;0410=IT.MUI
  26. ;041d=SV.MUI
  27. ;0413=NL.MUI
  28. ;0416=Br.MUI
  29. ;040b=FI.MUI
  30. ;0414=no.MUI
  31. ;0406=da.MUI
  32. ;040e=hu.MUI
  33. ;0415=pl.MUI
  34. ;0419=RU.MUI
  35. ;0405=cs.MUI
  36. ;0408=EL.MUI
  37. ;0816=pt.mui
  38. ;041f=tr.mui
  39. ;0411=JPN.MUI
  40. ;0412=KOR.MUI
  41. ;0407=GER.MUI
  42. ;0804=CHS.MUI
  43. ;0404=CHT.MUI
  44. ;0401=ara.mui
  45. ;040d=heb.mui
  46. */
  47. [Flash.install]
  48. /* only collect the flash files for GER, ITA, SPA, FRE */
  49. #if LANGUAGE_ID == 0x040c | LANGUAGE_ID == 0x0407 | LANGUAGE_ID == 0x0410 | LANGUAGE_ID == 0x040a
  50. intro.swf,pro_intr.swf.mu_
  51. intro.txt,pro_intr.txt.mu_
  52. nav.swf, pro_nav.swf.mu_
  53. nav.txt, pro_nav.txt.mu_
  54. segment1.swf, pro_seg1.swf.mu_
  55. segment1.txt, pro_seg1.txt.mu_
  56. segment2.swf, pro_seg2.swf.mu_
  57. segment2.txt, pro_seg2.txt.mu_
  58. segment3.swf, pro_seg3.swf.mu_
  59. segment3.txt, pro_seg3.txt.mu_
  60. segment4.swf, pro_seg4.swf.mu_
  61. segment4.txt, pro_seg4.txt.mu_
  62. segment5.swf, pro_seg5.swf.mu_
  63. segment5.txt, pro_seg5.txt.mu_
  64. tour.exe, tourW.exe.mu_
  65. #endif
  66. [Strings]
  67. ; non-localizeable
  68. #if LANGUAGE_ID == 0x409
  69. LCID=0409
  70. #endif
  71. #if LANGUAGE_ID == 0x403
  72. LCID=0403
  73. #endif
  74. #if LANGUAGE_ID == 0x40c
  75. LCID=040C
  76. #endif
  77. #if LANGUAGE_ID == 0xc0a
  78. LCID=0C0A
  79. #endif
  80. #if LANGUAGE_ID == 0x410
  81. LCID=0410
  82. #endif
  83. #if LANGUAGE_ID == 0x41d
  84. LCID=041D
  85. #endif
  86. #if LANGUAGE_ID == 0x413
  87. LCID=0413
  88. #endif
  89. #if LANGUAGE_ID == 0x416
  90. LCID=0416
  91. #endif
  92. #if LANGUAGE_ID == 0x40b
  93. LCID=040B
  94. #endif
  95. #if LANGUAGE_ID == 0x414
  96. LCID=0414
  97. #endif
  98. #if LANGUAGE_ID == 0x406
  99. LCID=0406
  100. #endif
  101. #if LANGUAGE_ID == 0x40e
  102. LCID=040E
  103. #endif
  104. #if LANGUAGE_ID == 0x415
  105. LCID=0415
  106. #endif
  107. #if LANGUAGE_ID == 0x419
  108. LCID=0419
  109. #endif
  110. #if LANGUAGE_ID == 0x405
  111. LCID=0405
  112. #endif
  113. #if LANGUAGE_ID == 0x408
  114. LCID=0408
  115. #endif
  116. #if LANGUAGE_ID == 0x816
  117. LCID=0816
  118. #endif
  119. #if LANGUAGE_ID == 0x41f
  120. LCID=041F
  121. #endif
  122. #if LANGUAGE_ID == 0x411
  123. LCID=0411
  124. #endif
  125. #if LANGUAGE_ID == 0x412
  126. LCID=0412
  127. #endif
  128. #if LANGUAGE_ID == 0x407
  129. LCID=0407
  130. #endif
  131. #if LANGUAGE_ID == 0x804
  132. LCID=0804
  133. #endif
  134. #if LANGUAGE_ID == 0x404
  135. LCID=0404
  136. #endif
  137. #if LANGUAGE_ID == 0x401
  138. LCID=0401
  139. #endif
  140. #if LANGUAGE_ID == 0x40d
  141. LCID=040D
  142. #endif
  143. ;-------------
  144. ; localizeable
  145. ;--------------