DtHelp.msg 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. $ *************************************<+>*************************************
  2. $ *****************************************************************************
  3. $ **
  4. $ ** File: dthelp.msg
  5. $ **
  6. $ ** Project: CDE 1.0 Help
  7. $ **
  8. $ ** Description:
  9. $ ** -----------
  10. $ ** This file is the source for the message catalog for DtHelp
  11. $ **
  12. $ **
  13. $ *****************************************************************************
  14. $ **
  15. $ ** (c) Copyright 1990 Hewlett-Packard Company
  16. $ ** All Rights reserved
  17. $ **
  18. $ **
  19. $ ** There are two types of messages in this file:
  20. $ **
  21. $ ** 1) Messages that appear in dialogs or are displayed to the user.
  22. $ ** These messages are the default and they should ALL BE LOCALIZED.
  23. $ ** Note that these messages do NOT have any identification.
  24. $ **
  25. $ ** 2) Messages that should not be localized.
  26. $ ** These messages are marked with DO NOT TRANSLATE THESE MESSAGES.
  27. $ **
  28. $ *****************************************************************************
  29. $ **
  30. $ **
  31. $ ** ------------------------- MODIFICATION RECORD --------------------------
  32. $ * Major Mods, 3/26/92 in preperation for the NLS package release on the
  33. $ * 27th. (Mike Wilson).
  34. $ *
  35. $ * Major Mods, 6/10/94 in prep for Cde Message Catalog Freeze
  36. $ *
  37. $ ** ----------------------- MODIFICATION RECORD END ------------------------
  38. $ *****************************************************************************
  39. $ *************************************<+>*************************************
  40. $quote "
  41. $set 2
  42. $ ***** Module: HelpDialog.c and a few from HelpQuickD.c *****
  43. $
  44. $ These Messages appear in the pulldown menus for Cde Help General Help
  45. $ dialog widget.
  46. $
  47. $ They come in pairs where the first is the menu name (e.g. 1 Print...) and the
  48. $ second is the mnemonic (e.g. 2 P).
  49. $
  50. $ Messages 1 through 6 are the pulldown menus for the File menu.
  51. 1 "Imprimir..."
  52. 2 "I"
  53. 3 "Cerrar"
  54. 4 "C"
  55. 5 "Ventana Nueva..."
  56. 6 "V"
  57. $ Messages 7 through 8 are the pulldown menus for the Edit menu.
  58. 7 "Copiar"
  59. 8 "C "
  60. $ Messages 9 through 10 are the pulldown menus for the Search menu.
  61. 9 "Indice..."
  62. 10 "I"
  63. $ Messages 11 through 16 are the pulldown menus for the Navigate menu.
  64. 11 "Tema de Inicio"
  65. 12 "T"
  66. 13 "Retroceder"
  67. 14 "R"
  68. 15 "Histórico..."
  69. 16 "H"
  70. $ Messages 17 through 28 are the pulldown menus for the Help menu.
  71. 17 "Información General - Uso de la Ayuda"
  72. 18 "f"
  73. 19 "Tabla de Contenido"
  74. 20 "C"
  75. 21 "Tareas"
  76. 22 "T"
  77. 23 "Referencia"
  78. 24 "R"
  79. 25 "Ratón y Teclado"
  80. 26 "a"
  81. 27 "Acerca de la Ayuda"
  82. 28 "y"
  83. $
  84. $ Messages 29 through 36 are the menu labels and mnemonics for for the
  85. $ Help Dialog.
  86. 29 "Archivo"
  87. 30 "r"
  88. 31 "Buscar"
  89. 32 "B"
  90. 33 "Desplazarse"
  91. 34 "D"
  92. 35 "Ayuda "
  93. 36 "A"
  94. 37 "Editar"
  95. 38 "E"
  96. $
  97. $
  98. $ >>>>> Skip #39 through #49
  99. $
  100. $ Messages 50 through 55 are used to display formatting errors within the
  101. $ help dialog and quick help dialog widgets.
  102. $
  103. 50 "No se pudieron formatear los datos de la serie."
  104. 51 "No se pudieron formatear los datos de la serie dinámica."
  105. 52 "No se pudo formatear Página Man. La Página Man requerida no está presente o está dañada."
  106. 53 "No se pudieron formatear los datos del archivo de texto. El archivo de texto requerido no existe o está dañado."
  107. 54 "No se pudo formatear Tema de inicio."
  108. 55 "ID de ubicación no existente:"
  109. $
  110. $ Messages 56 and 67 are displayed when a hypertext link type is selected but
  111. $ not supported within the current application.
  112. $
  113. 56 "El enlace de Hipertexto no tiene soporte en esta aplicación."
  114. 57 "Esta aplicación no proporciona soporte a los enlaces a Páginas Man."
  115. $
  116. $ Messages 58 through 62 are used when bad or null help volumes or
  117. $ locationId's are used.
  118. $
  119. 58 "La ayuda en línea solicitada no está instalada o no está en la vía adecuada de búsqueda de ayuda. Para información sobre la instalación de la ayuda en línea consulte la documentación del producto.\n"
  120. 59 "No especificado ID de ubicación."
  121. 60 "No especificado volumen de ayuda."
  122. 61 "Volumen de Ayuda:"
  123. 62 "ID Ubicación:"
  124. $
  125. $ >>>>> Skip #63 through #69
  126. $
  127. $
  128. $ Message 70 is used when a null value for DtNtopicTitle is used.
  129. $
  130. 70 "Título Tema No Existente."
  131. $
  132. $ New messages added after early msg cat freeze; not in order
  133. 80 "El tipo de ayuda especificado no es válido."
  134. $set 3 Redefine set#
  135. $ **** Module: History.c ****
  136. $ These messages are used as labels for the History Dialog.
  137. 1 "Ayuda - Examinador del histórico"
  138. 2 "Volúmenes de ayuda observados:"
  139. 3 "Cerrar"
  140. 4 "Ayuda"
  141. 5 "Archivos de ayuda"
  142. 6 "Páginas Man"
  143. 7 "Mensajes de ayuda"
  144. 8 "Temas de ayuda observados:"
  145. 9 "Archivos de ayuda observados:"
  146. 10 "Páginas Man observadas:"
  147. 11 "Mensajes de ayuda observados:"
  148. $set 4 Redefine set#
  149. $ ***** Module: Print.c *****
  150. $ These messages are used as labels for the Print Dialog.
  151. $ 1: dialog title
  152. 1 "Ayuda - Imprimir"
  153. $ 10-12: standard printer dialog labels
  154. 10 "Impresora:"
  155. 11 "Copias:"
  156. 12 "Título Página Separadora:"
  157. $ 20-25: paper size label and sizes
  158. 20 "Tamaño Papel:"
  159. 21 "Carta 8,5 x 11 pulg"
  160. 22 "Legal 8,5 x 14 pulg"
  161. 23 "Ejecutivo 7,25 x 10,5 pulg"
  162. 24 "A4 210 x 297 mm"
  163. 25 "B5 182 x 257 mm"
  164. $ 30-33: help volume-specific printing options
  165. 30 "Temas a Imprimir"
  166. 31 "Tema Actual"
  167. 32 "Actual y Subtemas"
  168. 33 "Tabla de Contenido e Indice"
  169. 34 "Todos los Temas en el Volumen"
  170. $ 40-42: buttons at bottom of dialog
  171. 40 "Imprimir"
  172. 41 "Cancelar"
  173. 42 "Ayuda"
  174. $ These messages are used to describe the kind of content to be printed
  175. $ 50 "Help Volume: "
  176. 50 "Volumen Ayuda:"
  177. 51 "Mensaje Ayuda"
  178. 52 "Archivo Ayuda"
  179. $ 53 "Manual Page: "
  180. 53 "Página Manual: "
  181. 54 "Mensaje de error"
  182. $ Don't translate message 60 unless it is not an empty string
  183. $ This is the default value that goes in the Printer field
  184. $ 60 " "
  185. 60 ""
  186. $ Don't translate message 61
  187. $ This is the default value that goes in the Copies field
  188. 61 "1"
  189. $set 5 Redefine set#
  190. $ ***** Module: GlobSearch.c *****
  191. $ Message 1 is the label used to label the dialog
  192. 1 "Ayuda - Búsqueda de índice"
  193. 2 "Buscar"
  194. 3 "Actual "
  195. $ DO NOT TRANSLATE MESSAGE 4
  196. $ " (%s)"
  197. 4 "(%s)"
  198. 5 "Todos los volúmenes"
  199. 6 "Seleccionado"
  200. 7 "Seleccionar volúmenes..."
  201. 8 "Mostrar"
  202. 9 "Completar índice"
  203. 10 "Entradas con:"
  204. 11 "Ir a"
  205. 12 "Iniciar búsqueda"
  206. 13 "Continuar búsqueda"
  207. 14 "Detener búsqueda"
  208. 15 "Cerrar"
  209. 16 "Ayuda"
  210. 17 "Examinando volúmenes... Encontrado(s) %d"
  211. 18 "Buscando... Volúmenes restantes: %d"
  212. 19 "No se han hallado entradas de índice"
  213. 20 "Completar índice"
  214. 21 "Entradas con \"%s\""
  215. 22 "No se han seleccionado volúmenes"
  216. 23 "Seleccionar opciones de búsqueda de arriba"
  217. $ Do NOT translate messages 25-31
  218. $ " "
  219. 25 " "
  220. 26 "+"
  221. 27 "-"
  222. $ " +"
  223. 28 " +"
  224. $ " -"
  225. 29 " -"
  226. $ 30 " "
  227. 30 " "
  228. $ 31 " "
  229. 31 " "
  230. $ DO translate messages 32 and above
  231. $ kind of topic messages
  232. 32 "Mensaje de ayuda"
  233. 33 "Archivo de Ayuda"
  234. 34 "Página manual"
  235. 35 "Formato desconocido"
  236. $ specialized title of Search Volume Selection dialog
  237. 40 "Ayuda - Buscar Selección de Volumen"
  238. $ additional messages (late addition caused this ordering)
  239. 50 "No encontradas entradas de índices. Intentar en Todos los Volúmenes."
  240. 51 "No encontradas entradas de índices. Intentar otra palabra."
  241. $ additional messages (later addition caused this ordering)
  242. $ These messages are the braces that go around the current volume name
  243. $ in the index search dialog. They are kept in the message catalog
  244. $ in case they need to be localized.
  245. 60 "("
  246. 61 ")"
  247. $set 6 Redefine set#
  248. $ ***** Module: HelpAccess.c *****
  249. $ These messages are used for the Help on Help dialog in Cde Help widgets.
  250. 1 "Ayuda sobre la ayuda"
  251. 2 "Imprimir ..."
  252. 3 "Cerrar"
  253. 4 "¡No se proporciona Ayuda sobre la ayuda en esta aplicación!"
  254. 5 "Retroceder"
  255. 6 "Ayuda ..."
  256. $set 7 Redefine set#
  257. $ ***** Module: Main.c & Util.c & (dthelpview CDE 1.0 *****
  258. $ These messages are used by the dthelpview program. They need to be
  259. $ localized for dthelpview, however, they are not directly used by libDtHelp
  260. $ Messages 1 through 7 are command line usage response messages.
  261. $ Do NOT translate the option name (e.g. -helpVolume). DO translate
  262. $ the argument descriptor name (e.g. <Help Volume File>)
  263. 1 "Uso: %s...\n"
  264. 2 "\t-helpVolume <Archivo Volumen Ayuda>\n"
  265. 3 "\t-locationId <ID>\n"
  266. 5 "\t-file <Archivo Texto ASCII>\n"
  267. 6 "\t-man\n"
  268. 7 "\t-manPage <Unix Man Page>\n\n\n"
  269. $ man page dialog
  270. 11 "Pág Man"
  271. 12 "Pág Man:"
  272. 13 "Mostrar Pág Man"
  273. $ button labels
  274. 16 "Salir"
  275. 17 "Cerrar"
  276. 18 "Retroceder"
  277. 19 "Imprimir ..."
  278. $ title of helpview window
  279. 20 "Visualizador de Ayuda"
  280. $set 8 Redefine set#
  281. $ ***** Module: HelpUtil.c *****
  282. $ Message 1 is the label used in the definition link dialog box
  283. $ (e.g. Quick help close button)
  284. 2 "Cerrar"
  285. 3 "Error interno: No se pudo tomar control del ratón\n\
  286. DtHelpReturnSelectedWidget cancelado anormalmente.\n"
  287. 4 "Error interno: No se pudo tomar control del teclado\n\
  288. DtHelpReturnSelectedWidget() cancelado anormalmente.\n"
  289. 5 "Error de ayuda"
  290. $ Messages 10 and up were added after message catalogs were taken
  291. $ for translation. They are not in any order or chosen location.
  292. 10 "Ejecutar Siempre"
  293. 11 "No Ejecutar"
  294. 12 "Se necesita el volumen de ayuda para ejecutar un alias de mandato.\n\
  295. El alias '%s' no está definido."
  296. 13 "Se necesita el volumen de ayuda para ejecutar un alias de mandato.\n\
  297. Por razones de seguridad, se desactiva la ejecución automática del mandato.\n\
  298. El mandato es: %s"
  299. 14 "El volumen de ayuda intentó ejecutar un comando como usuario raíz pero\n\
  300. el directorio de inicio de \"%s\" ($HOME) no corresponde al directorio\n\
  301. raíz del usuario. Esto puede ejecutar comandos\n\
  302. inesperados.\n\
  303. \n\
  304. Comando: \"%s\"\n\
  305. \n\
  306. Nota: Para evitar esto en el futuro:\n\
  307. ejecute \"su - root\" en vez de \"su root\".\n"
  308. $ End Message set 8
  309. $set 9 Redefine set#
  310. $ ***** Module: PathArea.c *****
  311. $ These messages are used in the general Help Dialog Widget.
  312. $ Message 1 is the label used to label Topic Tree Area
  313. 1 "Volumen: "
  314. $ Messages 2 though 5 are used in the Button Box area of our general
  315. $ help dialog.
  316. 2 "Retroceder"
  317. 3 "Histórico..."
  318. 4 "Índice..."
  319. 5 "Nivel Superior"
  320. $set 10 Redefine set#
  321. $ ***** Module: VolSelect.c *****
  322. $ Message 1 is the default label used to label the volume selection dialog.
  323. 1 "Ayuda - Selección Volumen"
  324. 2 "Volúmenes de ayuda"
  325. 3 "Seleccionar uno o más volúmenes de ayuda"
  326. 4 "Cerrar"
  327. 5 "Ayuda"
  328. $set 11 Redefine set#
  329. $ ***** Module: HelpQuickD.c *****
  330. $ These messages are used as labels for the quick help dialog.
  331. 1 "Cerrar"
  332. 2 "Más ..."
  333. 3 "Retroceder"
  334. 4 "Imprimir ..."
  335. 5 "Ayuda ..."
  336. $set 99 Redefine set#
  337. $ DO NOT TRANSLATE THESE MESSAGES
  338. $ DO NOT CHANGE THESE MESSAGES
  339. $ DO NOT LOCALIZE THESE MESSAGES
  340. $ These messages are used for the version information.
  341. 1 "@(#)version_goes_here"
  342. 2 "\n\
  343. @(#)Message catalog source $XConsortium: DtHelp.msg /main/5 1996/10/19 14:45:16 rws $"