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.

55 lines
1.2 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
  13. // Czech
  14. #elif LANGUAGE_ID == 0x406
  15. // Danish
  16. #elif LANGUAGE_ID == 0x408
  17. // Greek
  18. #elif LANGUAGE_ID == 0x40b
  19. // Finnish
  20. #elif LANGUAGE_ID == 0x40c
  21. // French (standard)
  22. #elif LANGUAGE_ID == 0x40e
  23. // Hungarian
  24. #elif LANGUAGE_ID == 0x410
  25. // Italian (standard)
  26. #elif LANGUAGE_ID == 0x413
  27. // Dutch (Netherlands)
  28. #elif LANGUAGE_ID == 0x414
  29. // Norwegian (Bokmal)
  30. #elif LANGUAGE_ID == 0x415
  31. // Polish
  32. #elif LANGUAGE_ID == 0x416
  33. // Portuguese (Brazil)
  34. #elif LANGUAGE_ID == 0x418
  35. // Romanian
  36. #elif LANGUAGE_ID == 0x419
  37. // Russian
  38. #elif LANGUAGE_ID == 0x41a
  39. // Croatian
  40. #elif LANGUAGE_ID == 0x41b
  41. // Slovak
  42. #elif LANGUAGE_ID == 0x41d
  43. // Swedish
  44. #elif LANGUAGE_ID == 0x41f
  45. // Turkish
  46. #elif LANGUAGE_ID == 0x424
  47. // Slovenian
  48. #elif LANGUAGE_ID == 0x816
  49. // Portuguese (Standard)
  50. #elif LANGUAGE_ID == 0xc0a
  51. // Spanish (Modern Sort)
  52. #endif