DtWidget.msg 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. $ *************************************<+>*************************************
  2. $ *****************************************************************************
  3. $ **
  4. $ ** File: DtWidget.vmsg
  5. $ **
  6. $ ** Project: DT
  7. $ **
  8. $ ** Description:
  9. $ ** -----------
  10. $ ** This file is the source for the message catalog for the Dt widget
  11. $ ** library.
  12. $ **
  13. $ **
  14. $ *****************************************************************************
  15. $ **
  16. $ ** (c) Copyright 1993, 1994 Hewlett-Packard Company
  17. $ ** (c) Copyright 1993, 1994 International Business Machines Corp.
  18. $ ** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  19. $ ** (c) Copyright 1993, 1994 Novell, Inc.
  20. $ **
  21. $ *****************************************************************************
  22. $ **
  23. $ **
  24. $ ** $XConsortium: DtWidget.msg /main/6 1996/10/19 14:26:16 rws $
  25. $ *****************************************************************************
  26. $ *****************************************************************************
  27. $ *****************************************************************************
  28. $
  29. $ ***** NOTE FOR MESSAGE CATALOG TRANSLATORS *****
  30. $
  31. $ There MAY be three types of messages in this file:
  32. $
  33. $ 1. Messages that appear in dialogs or are displayed to the user.
  34. $
  35. $ These messages are the default and they should ALL BE LOCALIZED.
  36. $ Note that these messages do NOT have any identification (see the
  37. $ comments for type 2 and 3 below).
  38. $
  39. $ 2. Messages that only appear in the DT error log file ($HOME/.dt/errorlog).
  40. $
  41. $ The localization of these messages is OPTIONAL. These messages are
  42. $ identified by the following:
  43. $
  44. $ MESSAGES xx-yy IN SET zz WILL ONLY APPEAR IN THE DT ERRORLOG FILE
  45. $
  46. $ 3. Messages that should not be localized.
  47. $
  48. $ These messages are identified by the following:
  49. $
  50. $ DO NOT TRANSLATE or CHANGE or LOCALIZE MESSAGES xx-yy from set zz
  51. $
  52. $ ***** END (NOTE FOR MESSAGE CATALOG TRANSLATORS) *****
  53. $
  54. $ ******************************************************************************
  55. $quote "
  56. $set 2
  57. $ *************************************************************
  58. $ ** \t\t\t\t\t\t\t **
  59. $ ** Common messages shared by all DT widgets **
  60. $ ** \t\t\t\t\t\t\t **
  61. $ *************************************************************
  62. $ Default value for DtNdialogCloseButtonLabel resource.
  63. $ This string is used for all "Close" buttons in all dialogs.
  64. 1 "Schließen"
  65. $ Default value for DtNdialogHelpButtonLabel resource.
  66. $ This string is used for all "Help" buttons in all dialogs.
  67. 2 "Hilfe"
  68. $set 3 Redefine set#
  69. $ *************************************************************
  70. $ ** \t\t\t\t\t\t\t **
  71. $ ** This set of messages is used by the DtEditor widget. **
  72. $ ** \t\t\t\t\t\t\t **
  73. $ *************************************************************
  74. $ **********************************************
  75. $ ** module: Editor.c **
  76. $ ** Messages for the Format/Settings dialog **
  77. $ **********************************************
  78. $ Default value for DtNformatSettingsDialogTitle resource,
  79. $ title of format settings dialog
  80. 1 "Formateinstellungen"
  81. $ Default values for DtNlMarginFieldLabel and DtNrMarginFieldLabel resources,
  82. $ labels for margin fields in Format Settings dialog
  83. 2 "Rechter Rand:"
  84. 3 "Linker Rand:"
  85. $ Default values for DtNlAlignToggleLabel, DtNrAlignToggleLabel,
  86. $ DtNjustifyToggleLabel, and DtNcenterToggleLabel resources,
  87. $ labels for justification radio buttons in Format Settings dialog
  88. 4 "Ausrichtung links"
  89. 5 "Ausrichtung rechts"
  90. 6 "Ausrichtung"
  91. 7 "Zentriert"
  92. $ Default values for DtNformatParagraphButtonLabel and
  93. $ DtNformatAllButtonLabel resources,
  94. $ labels for paragraph and all buttons in Format Settings dialog
  95. 8 "Absatz"
  96. 9 "Alles"
  97. $ ******************************************************************
  98. $ ** module Editor.c **
  99. $ ** Strings used in the spell checking and find/change dialogs. **
  100. $ ******************************************************************
  101. $ Default value for DtNspellDialogTitle resource,
  102. $ title of the Spell dialog
  103. 20 "Rechtschreibprüfung"
  104. $ Default value for DtNfindDialogTitle resource,
  105. $ title of the Find/Change dialog
  106. 21 "Suchen/Ändern"
  107. $ Default value for DtNmisspelledListLabel resource,
  108. $ label for list of unrecognized and misspelled words
  109. 22 "Rechtschreibfehler:"
  110. $ Default value for DtNfindFieldLabel resource,
  111. $ label of field in which user types string for which to search.
  112. 23 "Suchen:"
  113. $ Default value for DtNchangeFieldLabel resource,
  114. $ label of field in which user types the replacement string
  115. 24 "Ändern in:"
  116. $ Default values for DtNfindButtonLabel, DtNchangeButtonLabel, and
  117. $ DtNchangeAllButtonLabel resources,
  118. $ labels for find, change, and change all buttons in Find/Change dialog
  119. 25 "Suchen"
  120. 26 "Ändern"
  121. 27 "Alles ändern"
  122. $ ******************************************************************
  123. $ ** \t\t\t\t\t module: SearchDlg. **
  124. $ ** Message displayed when Find/Replace/Spell fails to find the **
  125. $ ** specified string or word. **
  126. $ ******************************************************************
  127. $ Used to display "Unable to find the string FOO in the current document."
  128. $ Note: Do not localize the characters %s.
  129. 30 "Zeichenfolge %s kann im aktuellen Dokument nicht gefunden werden."
  130. $ Title for general information dialog (e.g. "Find/Change dialog can't
  131. $ find word in document.").
  132. 31 "Information"
  133. $ ***********************************************************
  134. $ ** module Editor.c **
  135. $ ** Messages and strings associated with the status line. **
  136. $ ***********************************************************
  137. $ Default value for DtNcurrentLineLabel resource,
  138. $ label for the display showing the current insert cursor line
  139. 40 "Zeile:"
  140. $ Default value for DtNtotalLineCountLabel resource,
  141. $ label for the display showing the total number of lines in the document
  142. 41 "Summe:"
  143. $ Default value for DtNoverstrikeLabel resource,
  144. $ label used to indicate Editor is in overstrike (overtype) mode.
  145. 42 "Überschreiben"
  146. $ Default value for DtNinsertLabel resource,
  147. $ label used to indicate Editor is in insert mode.
  148. $ The default value is a blank string.
  149. 43 ""
  150. $ ******************************************************************
  151. $ ** module: SearchCalls **
  152. $ ** Message displayed when Find/Replace/Spell fails to execute **
  153. $ ** the spell filter. **
  154. $ ******************************************************************
  155. $quote
  156. $ Error message if there is a problem running the spell filter
  157. $ Message 34 and 35 are part of the same message for the error
  158. $ dialog.
  159. $ do not translate %s
  160. 50 Fehler bei der Ausführung des Rechtschreibfilters.
  161. 51 Überprüfen, ob Filter %s installiert ist und sich im Pfad befindet.
  162. $ Title for Error dialog
  163. 52 Editor-Fehler
  164. $set 4 Redefine set#
  165. $ *************************************************************
  166. $ ** \t\t\t\t\t\t\t **
  167. $ ** MenuButton messages \t\t\t\t **
  168. $ ** \t\t\t\t\t\t\t **
  169. $ *************************************************************
  170. $ Warning messsage
  171. $ Note: do not localize the chars XmNmenuPost
  172. $quote "
  173. 1 "XmNmenuPost besitzt einen ungültigen Wert."
  174. $ Error messsages
  175. $ Note: do not localize the chars DtMenuButtonWidget in messages 2 and 3
  176. 2 "DtMenuButtonWidget: Ungültiges übergeordnetes Objekt (Parent)."
  177. 3 "DtMenuButtonWidget: Ungültiges Untermenü."
  178. $set 5 Redefine set#
  179. $ *************************************************************
  180. $ ** \t\t\t\t\t\t\t **
  181. $ ** ComboBox \tmessages \t\t\t\t **
  182. $ ** \t\t\t\t\t\t\t **
  183. $ *************************************************************
  184. $ Warning messsages
  185. $ Note: do not localize the chars DtComboBoxWidget in messages 1 - 11
  186. $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
  187. 1 "DtComboBoxWidget: Ungültige alignment-Ressource (auf Standardwert DtALIGNMENT_CENTER gesetzt)."
  188. $ Note: do not localize the chars marginHeight
  189. 2 "DtComboBoxWidget: Ungültige marginHeight-Ressource (auf Standardwert 2 gesetzt)."
  190. $ Note: do not localize the chars marginWidth
  191. 3 "DtComboBoxWidget: Ungültige marginWidth-Ressource (auf Standardwert 2 gesetzt)."
  192. $ Note: do not localize the chars horizontalSpacing
  193. 4 "DtComboBoxWidget: Ungültige horizontalSpacing-Ressource (auf Standardwert 0 gesetzt)."
  194. $ Note: do not localize the chars verticalSpacing
  195. 5 "DtComboBoxWidget: Ungültige verticalSpacing-Ressource (auf Standardwert 0 gesetzt)."
  196. $ Note: do not localize the chars orientation and DtRIGHT
  197. 6 "DtComboBoxWidget: Ungültige orientation-Ressource (auf Standardwert DtRIGHT gesetzt)."
  198. $ Note: do not localize the chars itemCount
  199. 7 "DtComboBoxWidget: Ungültige itemCount-Ressource (auf Standardwert 0 gesetzt)."
  200. $ Note: do not localize the chars selectedPosition
  201. 8 "DtComboBoxWidget: Ungültige selectedPosition-Ressource (auf Standardwert 0 gesetzt)."
  202. $ Note: do not localize the chars textField
  203. 9 "DtComboBoxWidget: Festlegen der textField-Ressource nicht möglich."
  204. $ Note: do not localize the chars DtComboBoxSetItem
  205. 10 "DtComboBoxWidget: Element für Festlegung nicht gefunden (DtComboBoxSetItem)."
  206. $ Note: do not localize the chars DtComboBoxSelectItem
  207. 11 "DtComboBoxWidget: Element für Auswahl nicht gefunden (DtComboBoxSelectItem)."
  208. 12 "Größenänderung gescheitert. Möglicherweise ist das längste Element größer als der zulässige Platz."
  209. $ Label value
  210. 13 "ComboBox"
  211. $ Error message
  212. $ Note: do not localize the chars String and XmRType
  213. 14 "cvtStringToType: ungültige Parameter, Zeichenfolge für XmRType-Umwandlung benötigt keine zusätzlichen Argumente"
  214. $ Warning message
  215. 15 "DtComboBoxDeletePos: ungültige Parameter, Positionswert ungültig"
  216. $set 6 Redefine set#
  217. $ *************************************************************
  218. $ ** \t\t\t\t\t\t\t **
  219. $ ** SpinBox \tmessages \t\t\t\t **
  220. $ ** \t\t\t\t\t\t\t **
  221. $ *************************************************************
  222. $ Warning messsages
  223. $ Note: do not localize the chars DtSpinBoxWidget in messages 1 - 14
  224. $ Note: do not localize the chars arrowSensitivity and DtARROWS_SENSITIVE
  225. 1 "DtSpinBoxWidget: Ungültige arrowSensitivity-Ressource (auf Standardwert DtARROWS_SENSITIVE gesetzt)."
  226. $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
  227. 2 "DtSpinBoxWidget: Ungültige alignment-Ressource (auf Standardwert DtALIGNMENT_CENTER gesetzt)."
  228. $ Note: do not localize the chars intialDelay
  229. 3 "DtSpinBoxWidget: Ungültige initialDelay-Ressource (auf Standardwert 250 gesetzt)."
  230. $ Note: do not localize the chars marginHeight
  231. 4 "DtSpinBoxWidget: Ungültige marginHeight-Ressource (auf Standardwert 2 gesetzt)."
  232. $ Note: do not localize the chars marginWidth
  233. 5 "DtSpinBoxWidget: Ungültige marginWidth-Ressource (auf Standardwert 2 gesetzt)."
  234. $ Note: do not localize the chars arrowLayout and DtARROWS_BEGINNING
  235. 6 "DtSpinBoxWidget: Ungültige arrowLayout-Ressource (auf Standardwert DtARROWS_BEGINNING gesetzt)."
  236. $ Note: do not localize the chars repeatDelay
  237. 7 "DtSpinBoxWidget: Ungültige repeatDelay-Ressource (auf Standardwert 200 gesetzt)."
  238. $ Note: do not localize the chars itemCount
  239. 8 "DtSpinBoxWidget: Ungültige itemCount-Ressource (auf Standardwert 0 gesetzt)."
  240. $ Note: do not localize the chars position in messages 9 and 10
  241. 9 "DtSpinBoxWidget: Ungültige position-Ressource (auf Standardwert 0 gesetzt)."
  242. 10 "DtSpinBoxWidget: Ungültige position-Ressource (auf Minimum gesetzt)."
  243. $ Note: do not localize the chars decimalPoints
  244. 11 "DtSpinBoxWidget: Ungültige decimalPoints-Ressource (auf Standardwert 0 gesetzt)."
  245. $ Note: do not localize the chars minimum
  246. 12 "DtSpinBoxWidget: Ungültige minimum-Ressource (auf Maximum gesetzt)."
  247. $ Note: do not localize the chars textField
  248. 13 "DtSpinBoxWidget: Festlegen der textField-Ressource nicht möglich."
  249. $ Note: do not localize the chars DtSpinBoxSetItem
  250. 14 "DtSpinBoxWidget: Element für Festlegung nicht gefunden (DtSpinBoxSetItem)."
  251. $ Label value
  252. 15 "Durchlaufliste"