DtHelp.msg 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. $
  2. $ COMPONENT_NAME: desktop
  3. $
  4. $ FUNCTIONS: mnemonic
  5. $ name
  6. $
  7. $ ORIGINS: 27,118,119,120,121
  8. $
  9. $ This module contains IBM CONFIDENTIAL code. -- (IBM
  10. $ Confidential Restricted when combined with the aggregated
  11. $ modules for this product)
  12. $ OBJECT CODE ONLY SOURCE MATERIALS
  13. $
  14. $ (C) COPYRIGHT International Business Machines Corp. 1995
  15. $ All Rights Reserved
  16. $ US Government Users Restricted Rights - Use, duplication or
  17. $ disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  18. $
  19. $ *************************************<+>*************************************
  20. $ *****************************************************************************
  21. $ **
  22. $ ** File: dthelp.msg
  23. $ **
  24. $ ** Project: CDE 1.0 Help
  25. $ **
  26. $ ** Description:
  27. $ ** -----------
  28. $ ** This file is the source for the message catalog for DtHelp
  29. $ **
  30. $ **
  31. $ *****************************************************************************
  32. $ **
  33. $ ** (c) Copyright 1990 Hewlett-Packard Company
  34. $ ** All Rights reserved
  35. $ **
  36. $ **
  37. $ ** There are two types of messages in this file:
  38. $ **
  39. $ ** 1) Messages that appear in dialogs or are displayed to the user.
  40. $ ** These messages are the default and they should ALL BE LOCALIZED.
  41. $ ** Note that these messages do NOT have any identification.
  42. $ **
  43. $ ** 2) Messages that should not be localized.
  44. $ ** These messages are marked with DO NOT TRANSLATE THESE MESSAGES.
  45. $ **
  46. $ *****************************************************************************
  47. $ **
  48. $ **
  49. $ ** ------------------------- MODIFICATION RECORD --------------------------
  50. $ * Major Mods, 3/26/92 in preperation for the NLS package release on the
  51. $ * 27th. (Mike Wilson).
  52. $ *
  53. $ * Major Mods, 6/10/94 in prep for Cde Message Catalog Freeze
  54. $ *
  55. $ ** ----------------------- MODIFICATION RECORD END ------------------------
  56. $ *****************************************************************************
  57. $ *************************************<+>*************************************
  58. $set 2
  59. $ ***** Module: HelpDialog.c and a few from HelpQuickD.c *****
  60. $
  61. $ These Messages appear in the pulldown menus for Cde Help General Help
  62. $ dialog widget.
  63. $
  64. $ They come in pairs where the first is the menu name (e.g. 1 Print...) and the
  65. $ second is the mnemonic (e.g. 2 P).
  66. $
  67. $ Messages 1 through 6 are the pulldown menus for the File menu.
  68. 1 Print...
  69. 2 P
  70. 3 Close
  71. 4 C
  72. 5 New Window...
  73. 6 W
  74. $ Messages 7 through 8 are the pulldown menus for the Edit menu.
  75. 7 Copy
  76. 8 C
  77. $ Messages 9 through 10 are the pulldown menus for the Search menu.
  78. 9 Index...
  79. 10 I
  80. $ Messages 11 through 16 are the pulldown menus for the Navigate menu.
  81. 11 Home Topic
  82. 12 T
  83. 13 Backtrack
  84. 14 B
  85. 15 History...
  86. 16 H
  87. $ Messages 17 through 28 are the pulldown menus for the Help menu.
  88. 17 Overview - Using Help
  89. 18 v
  90. 19 Table Of Contents
  91. 20 C
  92. 21 Tasks
  93. 22 T
  94. 23 Reference
  95. 24 R
  96. 25 Mouse and Keyboard
  97. 26 M
  98. 27 About Help
  99. 28 A
  100. $
  101. $ Messages 29 through 36 are the menu labels and mnemonics for for the
  102. $ Help Dialog.
  103. 29 File
  104. 30 F
  105. 31 Search
  106. 32 S
  107. 33 Navigate
  108. 34 N
  109. 35 Help
  110. 36 H
  111. 37 Edit
  112. 38 E
  113. $
  114. $
  115. $ >>>>> Skip #39 through #49
  116. $
  117. $ Messages 50 through 55 are used to display formatting errors within the
  118. $ help dialog and quick help dialog widgets.
  119. $
  120. 50 String data could not be formatted.
  121. 51 Dynamic string data could not be formatted.
  122. 52 Man Page could not be formatted. The requested Man Page is either not \
  123. present, or corrupt.
  124. 53 Text file data could not be formatted. The requested text file is either \
  125. not present, or corrupt.
  126. 54 Help topic could not be formatted.
  127. 55 Nonexistent location ID:
  128. $
  129. $ Messages 56 and 67 are displayed when a hypertext link type is selected but
  130. $ not supported within the current application.
  131. $
  132. 56 The selected Hypertext link is not supported within this application.
  133. 57 Links to Man Pages are not supported by this application.
  134. $
  135. $ Messages 58 through 62 are used when bad or null help volumes or
  136. $ locationId's are used.
  137. $
  138. 58 The requested online help is either not installed or not in the proper help search path. For information on installing online help, consult the documentation for the product.\n
  139. 59 No location ID specified.
  140. 60 No help volume specified.
  141. 61 Help Volume:
  142. 62 Location ID:
  143. $
  144. $ >>>>> Skip #63 through #69
  145. $
  146. $
  147. $ Message 70 is used when a null value for DtNtopicTitle is used.
  148. $
  149. 70 Nonexistent Topic Title.
  150. $
  151. $ New messages added after early msg cat freeze; not in order
  152. 80 The specified help type is invalid.
  153. $set 3
  154. $ **** Module: History.c ****
  155. $ These messages are used as labels for the History Dialog.
  156. 1 Help - History Browser
  157. 2 Help Volumes Visited:
  158. 3 Close
  159. 4 Help
  160. 5 Help Files
  161. 6 Man Pages
  162. 7 Help Messages
  163. 8 Help Topics Visited:
  164. 9 Help Files Visited:
  165. 10 Man Pages Visited:
  166. 11 Help Messages Visited:
  167. $set 4
  168. $ ***** Module: Print.c *****
  169. $ These messages are used as labels for the Print Dialog.
  170. $ 1: dialog title
  171. 1 Help - Print
  172. $ 10-12: standard printer dialog labels
  173. 10 Printer:
  174. 11 Copies:
  175. 12 Banner Page Title:
  176. $ 20-25: paper size label and sizes
  177. 20 Paper Size:
  178. 21 Letter 8.5 x 11 in
  179. 22 Legal 8.5 x 14 in
  180. 23 Executive 7.25 x 10.5 in
  181. 24 A4 210 x 297 mm
  182. 25 B5 182 x 257 mm
  183. $ 30-33: help volume-specific printing options
  184. 30 Topics To Print
  185. 31 Current Topic
  186. 32 Current and Subtopics
  187. 33 Table of Contents and Index
  188. 34 All Topics in Volume
  189. $ 40-42: buttons at bottom of dialog
  190. 40 Print
  191. 41 Cancel
  192. 42 Help
  193. $ These messages are used to describe the kind of content to be printed
  194. $ 50 "Help Volume: "
  195. 50 Help Volume:
  196. 51 Help Message
  197. 52 Help File
  198. $ 53 "Manual Page: "
  199. 53 Manual Page:
  200. 54 Error message
  201. $ Don't translate message 60 unless it is not an empty string
  202. $ This is the default value that goes in the Printer field
  203. $ 60 " "
  204. $quote "
  205. 60 ""
  206. $quote
  207. $ Don't translate message 61
  208. $ This is the default value that goes in the Copies field
  209. 61 1
  210. $set 5
  211. $ ***** Module: GlobSearch.c *****
  212. $ Message 1 is the label used to label the dialog
  213. 1 Help - Index Search
  214. 2 Search
  215. 3 Current
  216. $ DO NOT TRANSLATE MESSAGE 4; it is no longer used
  217. $ " (%s)"
  218. 4 (%s)
  219. 5 All Volumes
  220. 6 Selected
  221. 7 Select Volumes...
  222. 8 Show
  223. 9 Complete Index
  224. 10 Entries with:
  225. 11 Goto
  226. 12 Start Search
  227. 13 Continue Search
  228. 14 Stop Search
  229. 15 Close
  230. 16 Help
  231. 17 Scanning for volumes... Found %d
  232. 18 Searching... Volumes remaining: %d
  233. 19 No index entries found
  234. 20 Complete Index
  235. 21 Entries with "%s"
  236. 22 No volumes selected
  237. 23 Select search options above
  238. $ Do NOT translate messages 25-31
  239. $quote "
  240. $ " "
  241. 25 " "
  242. 26 "+"
  243. 27 "-"
  244. $ " +"
  245. 28 " +"
  246. $ " -"
  247. 29 " -"
  248. $ 30 " "
  249. 30 " "
  250. $ 31 " "
  251. 31 " "
  252. $quote
  253. $ DO translate messages 32 and above
  254. $ kind of topic messages
  255. 32 Help Message
  256. 33 Help File
  257. 34 Manual Page
  258. 35 Unknown Format
  259. $ specialized title of Search Volume Selection dialog
  260. 40 Help - Search Volume Selection
  261. $ additional messages (late addition caused this ordering)
  262. 50 No index entries found. Try All Volumes.
  263. 51 No index entries found. Try another word.
  264. $ additional messages (later addition caused this ordering)
  265. $ These messages are the braces that go around the current volume name
  266. $ in the index search dialog. They are kept in the message catalog
  267. $ in case they need to be localized.
  268. 60 (
  269. 61 )
  270. $set 6
  271. $ ***** Module: HelpAccess.c *****
  272. $ These messages are used for the Help on Help dialog in Cde Help widgets.
  273. 1 Help On Help
  274. 2 Print ...
  275. 3 Close
  276. 4 Help On Help not provided for this application!
  277. 5 Backtrack
  278. 6 Help ...
  279. $set 7
  280. $ ***** Module: Main.c & Util.c & (dthelpview CDE 1.0 *****
  281. $ These messages are used by the dthelpview program. They need to be
  282. $ localized for dthelpview, however, they are not directly used by libDtHelp
  283. $ Messages 1 through 7 are command line usage response messages.
  284. $ Do NOT translate the option name (e.g. -helpVolume). DO translate
  285. $ the argument descriptor name (e.g. <Help Volume File>)
  286. 1 Usage: %s...\n
  287. 2 \t-helpVolume <Help Volume File>\n
  288. 3 \t-locationId <ID>\n
  289. 5 \t-file <ASCII Text File>\n
  290. 6 \t-man\n
  291. 7 \t-manPage <Unix Man Page>\n\n\n
  292. $ man page dialog
  293. 11 Man Page
  294. 12 Man Page:
  295. 13 Show Man Page
  296. $ button labels
  297. 16 Exit
  298. 17 Close
  299. 18 Backtrack
  300. 19 Print ...
  301. $ title of helpview window
  302. 20 Help Viewer
  303. $set 8
  304. $ ***** Module: HelpUtil.c *****
  305. $ Message 1 is the label used in the definition link dialog box
  306. $ (e.g. Quick help close button)
  307. 2 Close
  308. 3 Internal Error: Could not grab the mouse\nDtHelpReturnSelectedWidget aborted.\n
  309. 4 Internal Error: Could not grab the keyboard\nDtHelpReturnSelectedWidget() aborted.\n
  310. 5 Help Error
  311. $ Messages 10 and up were added after message catalogs were taken
  312. $ for translation. They are not in any order or chosen location.
  313. 10 Execute Anyway
  314. 11 Don't Execute
  315. 12 The help volume wanted to execute a command alias.\nThe alias '%s' is not defined.
  316. 13 The help volume wanted to execute a command.\nFor security reasons, automatic command execution is turned off.\nThe command is: %s
  317. 14 The help volume wanted to execute a command as the root user, but the\nhome directory of "%s" ($HOME) does not match the root\nuser's home directory. This could result in executing unexpected\ncommands.\n\nThe command is: "%s"\n\nNote: to avoid this in the future:\n execute "su - root" rather than "su root".\n
  318. $ End Message set 8
  319. $set 9
  320. $ ***** Module: PathArea.c *****
  321. $ These messages are used in the general Help Dialog Widget.
  322. $ Message 1 is the label used to label Topic Tree Area
  323. 1 Volume:
  324. $ Messages 2 though 5 are used in the Button Box area of our general
  325. $ help dialog.
  326. 2 Backtrack
  327. 3 History...
  328. 4 Index...
  329. 5 Top Level
  330. $set 10
  331. $ ***** Module: VolSelect.c *****
  332. $ Message 1 is the default label used to label the volume selection dialog.
  333. 1 Help - Volume Selection
  334. 2 Help Volumes
  335. 3 Select one or more help volumes
  336. 4 Close
  337. 5 Help
  338. $set 11
  339. $ ***** Module: HelpQuickD.c *****
  340. $ These messages are used as labels for the quick help dialog.
  341. 1 Close
  342. 2 More ...
  343. 3 Backtrack
  344. 4 Print ...
  345. 5 Help ...
  346. $set 99
  347. $ DO NOT TRANSLATE THESE MESSAGES
  348. $ DO NOT CHANGE THESE MESSAGES
  349. $ DO NOT LOCALIZE THESE MESSAGES
  350. $ These messages are used for the version information.
  351. $quote "
  352. 1 "@(#)version_goes_here"
  353. 2 "\n@(#)Message catalog source $XConsortium: DtHelp.msg /main/3 1995/10/26 12:19:02 rswiston $"