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.

89 lines
3.5 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. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. [HypertrmCopyFilesConfig]
  21. AT&T Mail.ht, att.ht,, 16
  22. CompuServe.ht, cis.ht,, 16
  23. HyperTerminal BBS.ht, hilgbbs.ht,,16
  24. MCI Mail.ht, mci.ht,, 16
  25. Microsoft BBS.ht, msbbs.ht,, 16
  26. #elif LANGUAGE_ID == 0x804
  27. //CHS specific sections
  28. [HypertrmCopyFilesConfig]
  29. ;AT&T Mail.ht, att.ht,, 16
  30. ;CompuServe.ht, cis.ht,, 16
  31. ;HyperTerminal BBS.ht, hilgbbs.ht,,16
  32. ;MCI Mail.ht, mci.ht,, 16
  33. ;Microsoft BBS.ht, msbbs.ht,, 16
  34. #elif LANGUAGE_ID == 0x404
  35. //CHT specific sections
  36. [HypertrmCopyFilesConfig]
  37. ;AT&T Mail.ht, att.ht,, 16
  38. ;CompuServe.ht, cis.ht,, 16
  39. ;HyperTerminal BBS.ht, hilgbbs.ht,,16
  40. ;MCI Mail.ht, mci.ht,, 16
  41. ;Microsoft BBS.ht, msbbs.ht,, 16
  42. #elif LANGUAGE_ID == 0x411
  43. //JPN specific sections
  44. [HypertrmCopyFilesConfig]
  45. ;AT&T Mail.ht, att.ht,, 16
  46. ;CompuServe.ht, cis.ht,, 16
  47. ;HyperTerminal BBS.ht, hilgbbs.ht,,16
  48. ;MCI Mail.ht, mci.ht,, 16
  49. ;Microsoft BBS.ht, msbbs.ht,, 16
  50. #elif LANGUAGE_ID == 0x412
  51. //KOR specific sections
  52. [HypertrmCopyFilesConfig]
  53. ;AT&T Mail.ht, att.ht,, 16
  54. ;CompuServe.ht, cis.ht,, 16
  55. ;HyperTerminal BBS.ht, hilgbbs.ht,,16
  56. ;MCI Mail.ht, mci.ht,, 16
  57. ;Microsoft BBS.ht, msbbs.ht,, 16
  58. #endif
  59. // String section below for localizers
  60. [Strings]
  61. @*:;begin_sld_ShellHyperterminal
  62. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  63. KEY_APP_PATH = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths"
  64. Access_GROUPOLD = "Accessories"
  65. Access_GROUP = "Accessories\Communications"
  66. CommApps_DESC = "Communications"
  67. CommApps_TIP = "Includes accessories to help you connect to other computers and online services."
  68. Chat_DESC = "Chat"
  69. Chat_TIP = "Allows you to converse with other Windows users over a network."
  70. Chat_Infotip = "Use Chat to communicate interactively with someone on another computer."
  71. Hypertrm_DESC = "HyperTerminal"
  72. Hypertrm_TIP = "Enables you to connect to other computers and online services (requires a modem)."
  73. Hypertrm_Infotip = "Connects to other computers, Internet telnet sites, bulletin board systems, online services, and host computers using either a modem or a null-modem cable."
  74. Hypertrm_DIR = "Windows NT"
  75. Hypertrm_GROUPOLD = "Accessories\Hyperterminal"
  76. HypTrm_File = "HyperTerminal File"
  77. @*:;end_sld_ShellHyperterminal