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.

82 lines
2.7 KiB

  1. #####hardware.inf all
  2. [LanguageVars]
  3. ; This section is included here so that the language lcid can
  4. ; be set to the right value. there are no localizable strings
  5. ; in this section
  6. LanguageHardwareDetected = ""
  7. LanguageSystemSet = "00000409"
  8. LanguageDefault = "00000409"
  9. LanguageOurINFOptions = {}
  10. LanguageOemINFOptions = {}
  11. LanguageMergedOptions = {}
  12. LanguageSpecialOption = {}
  13. LanguageCurrentOption = {}
  14. LanguageOptionList = {}
  15. LanguageOptionTextList = {}
  16. LanguageOption = {}
  17. LanguageINF = ""
  18. LanguageInstall = "NO"
  19. LanguageSrcDir = ""
  20. LanguageDstDir = ""
  21. ;-----------------------------------------------------------------
  22. ; OEM DISKETTE NAMES TO BE USED BEFORE GETTING ACTUAL STRINGS BACK
  23. ;-----------------------------------------------------------------
  24. [OemOptionDiskettesENG]
  25. ;
  26. VideoDisketteSrc = "A:\"
  27. LayoutDisketteSrc = "A:\"
  28. LanguageDisketteSrc = "A:\"
  29. [StringsENG]
  30. Other = "Other (Requires a disk from a hardware manufacturer)"
  31. Error1 = "Failed to initialize hardware options."
  32. Error2 = "Failed to initialize hardware option variables."
  33. Error3 = "Failed to obtain new options. Ignoring the error."
  34. Error4 = "Internal Setup error: failed to merge Microsoft options with the OEM options."
  35. Error5 = ""
  36. Error6 = "Please wait while Setup examines your hardware configuration..."
  37. Error7 = "Setup was unable to locate or load an INF file."
  38. ;-----------------------------------------------
  39. ; f) SYSTEM INFORMATION DIALOG
  40. ;-----------------------------------------------
  41. [SystemDlgENG]
  42. Caption = "Language (Locale)"
  43. DlgText = "Setup will install the language (locale) listed below."+
  44. " The language (locale) determines how date, currency,"+
  45. " and time values are displayed, and controls other"+
  46. " international settings. Click on the down arrow for"+
  47. " other choices. When the language (locale) is correct,"+
  48. " choose continue or press ENTER."
  49. Continue = "Continue"
  50. ComboHeader = ""
  51. Combo1Label = "&Language:"
  52. Combo1Footer = "(Locale)"
  53. ; no translation needed for dlg type
  54. DlgType = "MultiCombo"
  55. DlgTemplate = "SYSTEM"
  56. Help = "&Help"
  57. Exit = "E&xit Setup"
  58. HelpContext = $(!IDH_DB_SYSTEM_INS)
  59. Combo1List = $(LanguageOptionTextList)
  60. Combo1Out = *($(Combo1List), ~($(LanguageOptionList), $(LanguageOption)))
  61. ComboListItemsIn = { Combo1List }
  62. ComboListItemsOut = { Combo1Out }
  63. NotifyFields = {YES}