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.

132 lines
4.3 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. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. [IMAILCopyFilesSys]
  23. jpn2022.trn,,,1
  24. shiftjis.trn,,,1
  25. euc.trn,,,1
  26. kor2022.trn,,,1
  27. koreuc.trn,,,1
  28. chsxgb.trn,,,1
  29. chtbig5.trn,,,1
  30. [MAPICopyFilesSys]
  31. gapi.dll,,,1
  32. #elif LANGUAGE_ID == 0x404
  33. //CHT specific sections
  34. [IMAILCopyFilesSys]
  35. jpn2022.trn,,,1
  36. shiftjis.trn,,,1
  37. euc.trn,,,1
  38. kor2022.trn,,,1
  39. koreuc.trn,,,1
  40. chsxgb.trn,,,1
  41. chtbig5.trn,,,1
  42. [MAPICopyFilesSys]
  43. gapi.dll,,,1
  44. #elif LANGUAGE_ID == 0x411
  45. //JPN specific sections
  46. [IMAILCopyFilesSys]
  47. jpn2022.trn,,,1
  48. shiftjis.trn,,,1
  49. euc.trn,,,1
  50. kor2022.trn,,,1
  51. koreuc.trn,,,1
  52. chsxgb.trn,,,1
  53. chtbig5.trn,,,1
  54. [MAPICopyFilesSys]
  55. gapi.dll,,,1
  56. #elif LANGUAGE_ID == 0x412
  57. //KOR specific sections
  58. [IMAILCopyFilesSys]
  59. jpn2022.trn,,,1
  60. shiftjis.trn,,,1
  61. euc.trn,,,1
  62. kor2022.trn,,,1
  63. koreuc.trn,,,1
  64. chsxgb.trn,,,1
  65. chtbig5.trn,,,1
  66. [MAPICopyFilesSys]
  67. gapi.dll,,,1
  68. #endif
  69. // String section below for localizers
  70. ; User-visible strings
  71. [Strings]
  72. PROGDIR = "Windows NT\Windows Messaging"
  73. Apps_DESC = "Accessories"
  74. EMAILTop_DESC = "Windows Messaging"
  75. EMAILTop_TIP = "Electronic mail and messaging utilities"
  76. EXCHANGE_DOC = "Mail Message"
  77. EmailRunOnce = "Windows Messaging"
  78. Exchange_Desc = "Inbox"
  79. HFM_MSFS = "Microsoft Mail"
  80. HFM_MAPI = "MAPI 1.0"
  81. HFM_PAB = "Personal Address Book"
  82. HFM_PST = "Personal Folders"
  83. MAPI_Desc = "Windows Messaging"
  84. MAPI_Tip = "Integrated Mail, MAPI, and other messaging applications"
  85. MMFMig_Desc = "Mail File Converter"
  86. MSFS_Desc = "Microsoft Mail"
  87. MSFS_Tip = "Allows you to access Microsoft Mail Post Offices"
  88. MSFSAB_Desc = "Microsoft Mail Address Book"
  89. MSFSTS_Desc = "Microsoft Mail Transport"
  90. MSFSS_Desc = "Microsoft Mail Shared Folders"
  91. MSLMS_Desc = "Personal Folders"
  92. MSPAB_Desc = "Personal Address Book"
  93. MlviewExplore_Desc = "Explore"
  94. MlviewFLDR_Desc = "Windows Messaging Viewer Folder"
  95. MlviewLOADER_Desc = "WMSUI Loader"
  96. MlviewMSGSTO_Desc = "Windows Messaging Viewer Message Store"
  97. MlviewOpen_Desc = "Open"
  98. MlviewROOT_Desc = "Windows Messaging"
  99. MlviewROOT_ShortDesc = "Ms-Exchg"
  100. Mlview_Desc = "Windows Messaging Viewer"
  101. OpenMailbox = "Open Mailbox"
  102. Program_Files = "Program Files"
  103. SYSTOOLS_DESC = "Accessories\System Tools"
  104. ScanPst_Desc = "Inbox Repair Tool"
  105. SendNewMessage = "Send New Message"
  106. SendToMailNew_DESC = "Mail Recipient"
  107. SendToMail_DESC = "Windows Messaging"
  108. SendTo_DESC = "SendTo"
  109. VERB_LABEL = "Re&name"
  110. VERB_OPEN = "&Open"
  111. VERB_PRINT = "P&rint"
  112. VERB_QUICKVIEW = "&Quick View"
  113. VERB_SAVE = "&Save As"
  114. V_MailBeep = "New Mail Notification"
  115. WizRemoveMsg = "This will remove the icon from your desktop. Use the Add/Remove Programs control panel to install Windows Messaging on your computer."
  116. desktop_DESC = "Desktop"
  117. IMAIL_Desc = "Internet Mail"
  118. IMAIL_Tip = "Allows you to access Internet Mail"
  119. InternetABTemp = "Internet Address Template"
  120. InternetServices = "Internet Services"