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.

148 lines
2.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. ;no need to localize the following section. the proper LCID string
  19. ;will be created by precompiler
  20. ;LangID and Language mapping code
  21. ;0403=ca.mui - Pseudo localized if Pseudo lang changes, this needs to be changed
  22. ;040c=FR.MUI
  23. ;0c0a=ES.MUI
  24. ;0410=IT.MUI
  25. ;041d=SV.MUI
  26. ;0413=NL.MUI
  27. ;0416=Br.MUI
  28. ;040b=FI.MUI
  29. ;0414=no.MUI
  30. ;0406=da.MUI
  31. ;040e=hu.MUI
  32. ;0415=pl.MUI
  33. ;0419=RU.MUI
  34. ;0405=cs.MUI
  35. ;0408=EL.MUI
  36. ;0816=pt.mui
  37. ;041f=tr.mui
  38. ;0411=JPN.MUI
  39. ;0412=KOR.MUI
  40. ;0407=GER.MUI
  41. ;0804=CHS.MUI
  42. ;0404=CHT.MUI
  43. ;0401=ara.mui
  44. ;040d=heb.mui
  45. [Strings]
  46. ; non-localizeable
  47. #if LANGUAGE_ID == 0x403
  48. LCID=0403
  49. #endif
  50. #if LANGUAGE_ID == 0x40c
  51. LCID=040C
  52. #endif
  53. #if LANGUAGE_ID == 0xc0a
  54. LCID=0C0A
  55. #endif
  56. #if LANGUAGE_ID == 0x410
  57. LCID=0410
  58. #endif
  59. #if LANGUAGE_ID == 0x41d
  60. LCID=041D
  61. #endif
  62. #if LANGUAGE_ID == 0x413
  63. LCID=0413
  64. #endif
  65. #if LANGUAGE_ID == 0x416
  66. LCID=0416
  67. #endif
  68. #if LANGUAGE_ID == 0x40b
  69. LCID=040B
  70. #endif
  71. #if LANGUAGE_ID == 0x414
  72. LCID=0414
  73. #endif
  74. #if LANGUAGE_ID == 0x406
  75. LCID=0406
  76. #endif
  77. #if LANGUAGE_ID == 0x40e
  78. LCID=040E
  79. #endif
  80. #if LANGUAGE_ID == 0x415
  81. LCID=0415
  82. #endif
  83. #if LANGUAGE_ID == 0x419
  84. LCID=0419
  85. #endif
  86. #if LANGUAGE_ID == 0x405
  87. LCID=0405
  88. #endif
  89. #if LANGUAGE_ID == 0x408
  90. LCID=0408
  91. #endif
  92. #if LANGUAGE_ID == 0x816
  93. LCID=0816
  94. #endif
  95. #if LANGUAGE_ID == 0x41f
  96. LCID=041F
  97. #endif
  98. #if LANGUAGE_ID == 0x411
  99. LCID=0411
  100. #endif
  101. #if LANGUAGE_ID == 0x412
  102. LCID=0412
  103. #endif
  104. #if LANGUAGE_ID == 0x407
  105. LCID=0407
  106. #endif
  107. #if LANGUAGE_ID == 0x804
  108. LCID=0804
  109. #endif
  110. #if LANGUAGE_ID == 0x404
  111. LCID=0404
  112. #endif
  113. #if LANGUAGE_ID == 0x401
  114. LCID=0401
  115. #endif
  116. #if LANGUAGE_ID == 0x40d
  117. LCID=040D
  118. #endif
  119. ;-------------
  120. ; localizeable
  121. ;--------------