dthelpprint.msg 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. $ $XConsortium: dthelpprint.msg /main/3 1995/11/08 11:53:14 rswiston $
  2. $ *************************************<+>*************************************
  3. $ *****************************************************************************
  4. $ **
  5. $ ** File: dthelpprint.msg
  6. $ **
  7. $ ** Project: CDE 1.0 Help
  8. $ **
  9. $ ** Description:
  10. $ ** -----------
  11. $ ** This file is the source for the message catalog for dthelpprint
  12. $ **
  13. $ **
  14. $ *****************************************************************************
  15. $ **
  16. $ ** (c) Copyright 1994 Hewlett-Packard Company
  17. $ ** All Rights reserved
  18. $ **
  19. $ **
  20. $ ** There are two types of messages in this file:
  21. $ **
  22. $ ** 1) Messages that appear in printed output
  23. $ ** These messages are the default and they should all be localized.
  24. $ ** These messages are marked with LOCALIZE THESE MESSAGES.
  25. $ **
  26. $ ** 2) Messages that should not be localized.
  27. $ ** These messages are marked with DO NOT LOCALIZE THESE MESSAGES.
  28. $ **
  29. $ *****************************************************************************
  30. $ **
  31. $ **
  32. $ ** ------------------------- MODIFICATION RECORD --------------------------
  33. $ * Major Mods, 7/11/94 for dthelpprint
  34. $ *
  35. $ ** ----------------------- MODIFICATION RECORD END ------------------------
  36. $ *****************************************************************************
  37. $ *************************************<+>*************************************
  38. $ Use the double quote char around all messages
  39. $quote "
  40. $set 2 Redefine set#
  41. $ ***** Module: PrintUtil.c *****
  42. $
  43. $set 3
  44. $ ***** Module: PrintTopics.c *****
  45. $
  46. $ ** LOCALIZE THESE MESSAGES **
  47. 1 "%s Fehler: helpType ist ein Thema, es wurde jedoch kein helpVolume angegeben.\n"
  48. 2 "%s Fehler: Hilfeband %s kann nicht gefunden werden\n"
  49. 3 "%s Fehler: Fehler bei der Verarbeitung des Hilfebands %s\n"
  50. 4 "%s Fehler: Speicherzuordnung fehlgeschlagen\n"
  51. 5 "%s Fehler: Themeninformation nicht abrufbar:\n\
  52. Band %s, locationId %s\n"
  53. 6 "%s Fehler: Temporäre Datei %s kann nicht geöffnet werden\n"
  54. $ String used to replace $SECTNUM when printing the index section
  55. 10 "Index"
  56. $ String used to replace $SECTNUM when printing the table of contents section
  57. 11 "Inhaltsverzeichnis"
  58. $ ** DO NOT LOCALIZE THESE MESSAGES **
  59. $ index entry, page number
  60. 20 "%s, %d\n"
  61. $ index subentry, page number
  62. 21 " %s, %d\n"
  63. $ location ID associated with the index in the TOC maintained by dthelpprint
  64. 30 "__GENERATED-INDEX"
  65. $ string used by can't get a topic title associated with an index subentry
  66. 31 ""
  67. $set 4 Redefine set#
  68. $ ***** Module: PrintManStrFile.c *****
  69. $
  70. $ ** LOCALIZE THESE MESSAGES **
  71. 1 "%s Fehler: helpType ist eine Zeichenfolge, stringData wurde jedoch nicht angegeben.\n"
  72. 2 "%s Fehler: helpType ist eine dynamische Zeichenfolge, stringData wurde jedoch nicht angegeben.\n"
  73. 3 "%s Fehler: helpType ist eine Hilfeseite, manPage wurde jedoch nicht angegeben.\n"
  74. 4 "%s Fehler: helpType ist eine Datei, helpFile wurde jedoch nicht angegeben.\n"
  75. 5 "%s Fehler: Speicherzuordnung fehlgeschlagen\n"
  76. $set 5 Redefine set#
  77. $ ***** Module: Initialize.c *****
  78. $
  79. $ ** LOCALIZE THESE MESSAGES **
  80. $ Messages 1 to 29: dthelpprint usage message
  81. $ **DO NOT LOCALIZE** the command line option names (e.g. -copies).
  82. $ **DO LOCALIZE** the option argument (e.g. number) and description.
  83. 1 "dthelpprint - Druckprogramm für CDE-Hilfe\n\n"
  84. 2 "Verwendung: dthelpprint [Optionen]\n"
  85. 3 "Optionen für Drucksteuerung:\n"
  86. 4 "\t-printer printername Zu verwendender Drucker\n"
  87. 5 "\t-copies number Anzahl der zu druckenden Exemplare\n"
  88. 6 "\t-outputFile filename Ausgabe in diese Datei schreiben\n"
  89. 7 "\t-paperSize size Inhalt für dieses Papierformat formatieren\n"
  90. $ Do NOT localize the paper size names help_papersize_xxx
  91. 8 "\t\tsize = { help_papersize_letter|help_papersize_legal|\n"
  92. 9 "\t\t help_papersize_letter|help_papersize_letter|help_papersize_letter}\n"
  93. 10 "\t-display displayname Anzeige für Abruf von Ressourcen\n"
  94. 11 "\t-name Bei Ressourcenabruf zu verwendender Programmname\n"
  95. 12 "\t-class Bei Ressourcenabruf zu verwendender Klassenname\n"
  96. 13 "\t-xrm resourcestring Weitere Ressourcen\n"
  97. 14 "Optionen für Drucksteuerung:\n"
  98. 15 "\t-helpType type Typ der Hilfedaten\n"
  99. 16 "\t\ttype = 0 (Hilfeband), 1 (Zeichenfolge), 2 (Hilfeseite), 3 (Hilfedatei)\n"
  100. 17 "\t-helpVolume volume Vollständiger Pfad der Hilfebanddatei\n"
  101. 18 "\t-locationId location Name des Hilfethemas im Hilfeband drucken\n"
  102. 19 "\t-all Alle Themen, Inhaltsverzeichnis und Index im Hilfeband drucken\n"
  103. 20 "\t-sub locationId für Thema und alle Unterthemen drucken\n"
  104. 21 "\t-one locationId für Thema drucken\n"
  105. 22 "\t-toc Inhaltsverzeichnis des Hilfebands drucken\n"
  106. 23 "\t-index Index des Hilfebands drucken\n"
  107. 24 "\t-frontMatter Frontteil des Hilfebands drucken\n"
  108. 25 "\t-manPage manpagename Name der Hilfeseite\n"
  109. 26 "\t-locationId location Zu druckender Hilfetext\n"
  110. 27 "\t-helpFile filename Datei mit Hilfetext\n"
  111. 28 "\t-jobTitle title Titelzeichenfolge für Druckjob\n"
  112. 29 "\t-topicTitle title Titelzeichenfolge für Hilfetext\n"
  113. $ Warning and error messages
  114. $ Do NOT localize the default size name help_papersize_letter
  115. 40 "%s Warnung: Fehlende oder ungültige Angabe für Papierformat '%s'. \n\
  116. 'help_papersize_letter' wird verwendet.\n"
  117. 41 "%s Warnung: Fehlende Angabe für Papierformat oder Länge/Breite. \n\
  118. 'help_papersize_letter' wird verwendet.\n"
  119. 42 "%s Warnung: Anzeige %s kann nicht geöffnet werden\n"
  120. 45 "Fehler: Für temporäre Datei kann kein Speicher zugeordnet werden.\n"
  121. $ ** DO NOT LOCALIZE THESE MESSAGES **
  122. $ arg order: directory prefix processid filecnt suffix
  123. 50 "%1$s/%2$s%3$d_%4$d%5$s"
  124. $set 6 Redefine set#
  125. $ ***** Module: Main.c *****
  126. $
  127. $ ** LOCALIZE THESE MESSAGES **
  128. 1 "%s Fehler: helpType %d ungültig.\n"