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.

154 lines
2.6 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. [Strings]
  48. ; non-localizeable
  49. #if LANGUAGE_ID == 0x409
  50. LCID=0409
  51. #endif
  52. #if LANGUAGE_ID == 0x403
  53. LCID=0403
  54. #endif
  55. #if LANGUAGE_ID == 0x40c
  56. LCID=040C
  57. #endif
  58. #if LANGUAGE_ID == 0xc0a
  59. LCID=0C0A
  60. #endif
  61. #if LANGUAGE_ID == 0x410
  62. LCID=0410
  63. #endif
  64. #if LANGUAGE_ID == 0x41d
  65. LCID=041D
  66. #endif
  67. #if LANGUAGE_ID == 0x413
  68. LCID=0413
  69. #endif
  70. #if LANGUAGE_ID == 0x416
  71. LCID=0416
  72. #endif
  73. #if LANGUAGE_ID == 0x40b
  74. LCID=040B
  75. #endif
  76. #if LANGUAGE_ID == 0x414
  77. LCID=0414
  78. #endif
  79. #if LANGUAGE_ID == 0x406
  80. LCID=0406
  81. #endif
  82. #if LANGUAGE_ID == 0x40e
  83. LCID=040E
  84. #endif
  85. #if LANGUAGE_ID == 0x415
  86. LCID=0415
  87. #endif
  88. #if LANGUAGE_ID == 0x419
  89. LCID=0419
  90. #endif
  91. #if LANGUAGE_ID == 0x405
  92. LCID=0405
  93. #endif
  94. #if LANGUAGE_ID == 0x408
  95. LCID=0408
  96. #endif
  97. #if LANGUAGE_ID == 0x816
  98. LCID=0816
  99. #endif
  100. #if LANGUAGE_ID == 0x41f
  101. LCID=041F
  102. #endif
  103. #if LANGUAGE_ID == 0x411
  104. LCID=0411
  105. #endif
  106. #if LANGUAGE_ID == 0x412
  107. LCID=0412
  108. #endif
  109. #if LANGUAGE_ID == 0x407
  110. LCID=0407
  111. #endif
  112. #if LANGUAGE_ID == 0x804
  113. LCID=0804
  114. #endif
  115. #if LANGUAGE_ID == 0x404
  116. LCID=0404
  117. #endif
  118. #if LANGUAGE_ID == 0x401
  119. LCID=0401
  120. #endif
  121. #if LANGUAGE_ID == 0x40d
  122. LCID=040D
  123. #endif
  124. ;-------------
  125. ; localizeable
  126. ;--------------