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.

256 lines
3.7 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 == 0x401
  50. CULTURE=ar
  51. LCID=0401
  52. LCID2=1025
  53. #endif
  54. #if LANGUAGE_ID == 0x402
  55. CULTURE=bg
  56. LCID=0402
  57. LCID2=1026
  58. #endif
  59. #if LANGUAGE_ID == 0x403
  60. CULTURE=ca
  61. LCID=0403
  62. LCID2=1027
  63. #endif
  64. #if LANGUAGE_ID == 0x404
  65. CULTURE=zh-CHT
  66. LCID=0404
  67. LCID2=1028
  68. #endif
  69. #if LANGUAGE_ID == 0x405
  70. CULTURE=cs
  71. LCID=0405
  72. LCID2=1029
  73. #endif
  74. #if LANGUAGE_ID == 0x406
  75. CULTURE=da
  76. LCID=0406
  77. LCID2=1030
  78. #endif
  79. #if LANGUAGE_ID == 0x407
  80. CULTURE=de
  81. LCID=0407
  82. LCID2=1031
  83. #endif
  84. #if LANGUAGE_ID == 0x408
  85. CULTURE=el
  86. LCID=0408
  87. LCID2=1032
  88. #endif
  89. #if LANGUAGE_ID == 0x409
  90. CULTURE=en
  91. LCID=0409
  92. LCID2=1033
  93. #endif
  94. #if LANGUAGE_ID == 0x40b
  95. CULTURE=fi
  96. LCID=040B
  97. LCID2=1035
  98. #endif
  99. #if LANGUAGE_ID == 0x40c
  100. CULTURE=fr
  101. LCID=040C
  102. LCID2=1036
  103. #endif
  104. #if LANGUAGE_ID == 0x40d
  105. CULTURE=he
  106. LCID=040D
  107. LCID2=1037
  108. #endif
  109. #if LANGUAGE_ID == 0x40e
  110. CULTURE=hu
  111. LCID=040E
  112. LCID2=1038
  113. #endif
  114. #if LANGUAGE_ID == 0x410
  115. CULTURE=it
  116. LCID=0410
  117. LCID2=1040
  118. #endif
  119. #if LANGUAGE_ID == 0x411
  120. CULTURE=ja
  121. LCID=0411
  122. LCID2=1041
  123. #endif
  124. #if LANGUAGE_ID == 0x412
  125. CULTURE=ko
  126. LCID=0412
  127. LCID2=1042
  128. #endif
  129. #if LANGUAGE_ID == 0x413
  130. CULTURE=nl
  131. LCID=0413
  132. LCID2=1043
  133. #endif
  134. #if LANGUAGE_ID == 0x414
  135. CULTURE=no
  136. LCID=0414
  137. LCID2=1044
  138. #endif
  139. #if LANGUAGE_ID == 0x415
  140. CULTURE=pl
  141. LCID=0415
  142. LCID2=1045
  143. #endif
  144. #if LANGUAGE_ID == 0x416
  145. CULTURE=pt-BR
  146. LCID=0416
  147. LCID2=1046
  148. #endif
  149. #if LANGUAGE_ID == 0x418
  150. CULTURE=ro
  151. LCID=0418
  152. LCID2=1048
  153. #endif
  154. #if LANGUAGE_ID == 0x419
  155. CULTURE=ru
  156. LCID=0419
  157. LCID2=1049
  158. #endif
  159. #if LANGUAGE_ID == 0x41a
  160. CULTURE=hr
  161. LCID=041A
  162. LCID2=1050
  163. #endif
  164. #if LANGUAGE_ID == 0x41b
  165. CULTURE=sk
  166. LCID=041B
  167. LCID2=1051
  168. #endif
  169. #if LANGUAGE_ID == 0x41d
  170. CULTURE=sv
  171. LCID=041D
  172. LCID2=1053
  173. #endif
  174. #if LANGUAGE_ID == 0x41e
  175. CULTURE=th
  176. LCID=041E
  177. LCID2=1054
  178. #endif
  179. #if LANGUAGE_ID == 0x41f
  180. CULTURE=tr
  181. LCID=041F
  182. LCID2=1055
  183. #endif
  184. #if LANGUAGE_ID == 0x424
  185. CULTURE=sl
  186. LCID=0424
  187. LCID2=1060
  188. #endif
  189. #if LANGUAGE_ID == 0x425
  190. CULTURE=et
  191. LCID=0425
  192. LCID2=1061
  193. #endif
  194. #if LANGUAGE_ID == 0x426
  195. CULTURE=lv
  196. LCID=0426
  197. LCID2=1062
  198. #endif
  199. #if LANGUAGE_ID == 0x427
  200. CULTURE=lt
  201. LCID=0427
  202. LCID2=1063
  203. #endif
  204. #if LANGUAGE_ID == 0xc0a
  205. CULTURE=es
  206. LCID=0C0A
  207. LCID2=3082
  208. #endif
  209. #if LANGUAGE_ID == 0x804
  210. CULTURE=zh-CHS
  211. LCID=0804
  212. LCID2=2052
  213. #endif
  214. #if LANGUAGE_ID == 0x816
  215. CULTURE=pt-PT
  216. LCID=0816
  217. LCID2=2070
  218. #endif