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.

47 lines
1.3 KiB

  1. /*:
  2. @*: Put the correct localized starting string in the appropriate
  3. @*: language section. For strings which are comman across languages
  4. @*: put them outside the ifdef block
  5. @*/
  6. //
  7. // On x86 FE builds add the bootfont.bin file to the extra file list
  8. //
  9. #if (LANGUAGE_ID == 0x804 || LANGUAGE_ID == 0x404 || LANGUAGE_ID == 0x411 || LANGUAGE_ID == 0x412)
  10. [ExtraFiles.x86]
  11. bootfont.bin=1,,,,,,,,0,0,,1,1
  12. #elif (LANGUAGE_ID == 0x405 || LANGUAGE_ID == 0x408 || LANGUAGE_ID == 0x40e || LANGUAGE_ID == 0x415 || LANGUAGE_ID == 0x419 || LANGUAGE_ID == 0x41f)
  13. // Czech Greek Hungarian Polish Russian Turkish
  14. [ExtraFiles.x86]
  15. bootfont.bin=1,,,,,,,,0,0,,1,1
  16. #elif LANGUAGE_ID == 0x406
  17. // Danish
  18. #elif LANGUAGE_ID == 0x40b
  19. // Finnish
  20. #elif LANGUAGE_ID == 0x40c
  21. // French (standard)
  22. #elif LANGUAGE_ID == 0x410
  23. // Italian (standard)
  24. #elif LANGUAGE_ID == 0x413
  25. // Dutch (Netherlands)
  26. #elif LANGUAGE_ID == 0x414
  27. // Norwegian (Bokmal)
  28. #elif LANGUAGE_ID == 0x416
  29. // Portuguese (Brazil)
  30. #elif LANGUAGE_ID == 0x418
  31. // Romanian
  32. #elif LANGUAGE_ID == 0x41a
  33. // Croatian
  34. #elif LANGUAGE_ID == 0x41b
  35. // Slovak
  36. #elif LANGUAGE_ID == 0x41d
  37. // Swedish
  38. #elif LANGUAGE_ID == 0x424
  39. // Slovenian
  40. #elif LANGUAGE_ID == 0x816
  41. // Portuguese (Standard)
  42. #elif LANGUAGE_ID == 0xc0a
  43. // Spanish (Modern Sort)
  44. #endif