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.

63 lines
1.3 KiB

  1. /*:
  2. @*: Put the correct localized starting string in the appropriate
  3. @*: language section. For strings which are command across languages
  4. @*: put them outside the ifdef block
  5. @*/
  6. ;
  7. ; localize loader prompt here
  8. ;
  9. [InfChanges]
  10. loaderprompt=txtsetup.sif,setupdata,"Starting Windows XP Preinstallation Environment..."
  11. ;
  12. ; you can add more language groups separated by comma to LanguageGroup key
  13. ;
  14. [RegionalSettings]
  15. LanguageGroup=1
  16. Language=LANGUAGE_ID
  17. #if LANGUAGE_ID == 0x405
  18. // Czech
  19. #elif LANGUAGE_ID == 0x406
  20. // Danish
  21. #elif LANGUAGE_ID == 0x408
  22. // Greek
  23. #elif LANGUAGE_ID == 0x40b
  24. // Finnish
  25. #elif LANGUAGE_ID == 0x40c
  26. // French (standard)
  27. #elif LANGUAGE_ID == 0x40e
  28. // Hungarian
  29. #elif LANGUAGE_ID == 0x410
  30. // Italian (standard)
  31. #elif LANGUAGE_ID == 0x413
  32. // Dutch (Netherlands)
  33. #elif LANGUAGE_ID == 0x414
  34. // Norwegian (Bokmal)
  35. #elif LANGUAGE_ID == 0x415
  36. // Polish
  37. #elif LANGUAGE_ID == 0x416
  38. // Portuguese (Brazil)
  39. #elif LANGUAGE_ID == 0x418
  40. // Romanian
  41. #elif LANGUAGE_ID == 0x419
  42. // Russian
  43. #elif LANGUAGE_ID == 0x41a
  44. // Croatian
  45. #elif LANGUAGE_ID == 0x41b
  46. // Slovak
  47. #elif LANGUAGE_ID == 0x41d
  48. // Swedish
  49. #elif LANGUAGE_ID == 0x41f
  50. // Turkish
  51. #elif LANGUAGE_ID == 0x424
  52. // Slovenian
  53. #elif LANGUAGE_ID == 0x816
  54. // Portuguese (Standard)
  55. #elif LANGUAGE_ID == 0xc0a
  56. // Spanish (Modern Sort)
  57. #endif