DtWidget.msg 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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/06/19 11:28:04 cde-dec $
  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. $set 2
  56. $ *************************************************************
  57. $ ** **
  58. $ ** Common messages shared by all DT widgets **
  59. $ ** **
  60. $ *************************************************************
  61. $ Default value for DtNdialogCloseButtonLabel resource.
  62. $ This string is used for all "Close" buttons in all dialogs.
  63. 1 Close
  64. $ Default value for DtNdialogHelpButtonLabel resource.
  65. $ This string is used for all "Help" buttons in all dialogs.
  66. 2 Help
  67. $set 3
  68. $ *************************************************************
  69. $ ** **
  70. $ ** This set of messages is used by the DtEditor widget. **
  71. $ ** **
  72. $ *************************************************************
  73. $ **********************************************
  74. $ ** module: Editor.c **
  75. $ ** Messages for the Format/Settings dialog **
  76. $ **********************************************
  77. $ Default value for DtNformatSettingsDialogTitle resource,
  78. $ title of format settings dialog
  79. 1 Format Settings
  80. $ Default values for DtNlMarginFieldLabel and DtNrMarginFieldLabel resources,
  81. $ labels for margin fields in Format Settings dialog
  82. 2 Right Margin:
  83. 3 Left Margin:
  84. $ Default values for DtNlAlignToggleLabel, DtNrAlignToggleLabel,
  85. $ DtNjustifyToggleLabel, and DtNcenterToggleLabel resources,
  86. $ labels for justification radio buttons in Format Settings dialog
  87. 4 Left Align
  88. 5 Right Align
  89. 6 Justify
  90. 7 Center
  91. $ Default values for DtNformatParagraphButtonLabel and
  92. $ DtNformatAllButtonLabel resources,
  93. $ labels for paragraph and all buttons in Format Settings dialog
  94. 8 Paragraph
  95. 9 All
  96. $ ******************************************************************
  97. $ ** module Editor.c **
  98. $ ** Strings used in the spell checking and find/change dialogs. **
  99. $ ******************************************************************
  100. $ Default value for DtNspellDialogTitle resource,
  101. $ title of the Spell dialog
  102. 20 Spell
  103. $ Default value for DtNfindDialogTitle resource,
  104. $ title of the Find/Change dialog
  105. 21 Find/Change
  106. $ Default value for DtNmisspelledListLabel resource,
  107. $ label for list of unrecognized and misspelled words
  108. 22 Misspelled Words:
  109. $ Default value for DtNfindFieldLabel resource,
  110. $ label of field in which user types string for which to search.
  111. 23 Find:
  112. $ Default value for DtNchangeFieldLabel resource,
  113. $ label of field in which user types the replacement string
  114. 24 Change To:
  115. $ Default values for DtNfindButtonLabel, DtNchangeButtonLabel, and
  116. $ DtNchangeAllButtonLabel resources,
  117. $ labels for find, change, and change all buttons in Find/Change dialog
  118. 25 Find
  119. 26 Change
  120. 27 Change All
  121. $ ******************************************************************
  122. $ ** module: SearchDlg. **
  123. $ ** Message displayed when Find/Replace/Spell fails to find the **
  124. $ ** specified string or word. **
  125. $ ******************************************************************
  126. $ Used to display "Unable to find the string FOO in the current document."
  127. $ Note: Do not localize the characters %s.
  128. 30 Unable to find the string %s in the current document.
  129. $ Title for general information dialog (e.g. "Find/Change dialog can't
  130. $ find word in document.").
  131. 31 Information
  132. $ ***********************************************************
  133. $ ** module Editor.c **
  134. $ ** Messages and strings associated with the status line. **
  135. $ ***********************************************************
  136. $ Default value for DtNcurrentLineLabel resource,
  137. $ label for the display showing the current insert cursor line
  138. 40 Line:
  139. $ Default value for DtNtotalLineCountLabel resource,
  140. $ label for the display showing the total number of lines in the document
  141. 41 Total:
  142. $ Default value for DtNoverstrikeLabel resource,
  143. $ label used to indicate Editor is in overstrike (overtype) mode.
  144. 42 Overstrike
  145. $ Default value for DtNinsertLabel resource,
  146. $ label used to indicate Editor is in insert mode.
  147. $ The default value is a blank string.
  148. $quote "
  149. 43 ""
  150. $quote
  151. $ ******************************************************************
  152. $ ** module: SearchCalls **
  153. $ ** Message displayed when Find/Replace/Spell fails to execute **
  154. $ ** the spell filter. **
  155. $ ******************************************************************
  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. $ "NEW-"
  161. 50 Error executing spell filter.
  162. 51 Check to see if filter, %s, is installed and in the path.
  163. $ Title for Error dialog
  164. $ "NEW-"
  165. 52 Editor Error
  166. $set 4
  167. $ *************************************************************
  168. $ ** **
  169. $ ** MenuButton messages **
  170. $ ** **
  171. $ *************************************************************
  172. $ Warning messsage
  173. $ Note: do not localize the chars XmNmenuPost
  174. 1 XmNmenuPost has illegal value.
  175. $ Error messsages
  176. $ Note: do not localize the chars DtMenuButtonWidget in messages 2 and 3
  177. 2 DtMenuButtonWidget: Invalid Parent.
  178. 3 DtMenuButtonWidget: Invalid Submenu.
  179. $set 5
  180. $ *************************************************************
  181. $ ** **
  182. $ ** ComboBox messages **
  183. $ ** **
  184. $ *************************************************************
  185. $ Warning messsages
  186. $ Note: do not localize the chars DtComboBoxWidget in messages 1 - 11
  187. $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
  188. 1 DtComboBoxWidget: Invalid alignment resource (defaulting to DtALIGNMENT_CENTER).
  189. $ Note: do not localize the chars marginHeight
  190. 2 DtComboBoxWidget: Invalid marginHeight resource (defaulting to 2).
  191. $ Note: do not localize the chars marginWidth
  192. 3 DtComboBoxWidget: Invalid marginWidth resource (defaulting to 2).
  193. $ Note: do not localize the chars horizontalSpacing
  194. 4 DtComboBoxWidget: Invalid horizontalSpacing resource (defaulting to 0).
  195. $ Note: do not localize the chars verticalSpacing
  196. 5 DtComboBoxWidget: Invalid verticalSpacing resource (defaulting to 0).
  197. $ Note: do not localize the chars orientation and DtRIGHT
  198. 6 DtComboBoxWidget: Invalid orientation resource (defaulting to DtRIGHT).
  199. $ Note: do not localize the chars itemCount
  200. 7 DtComboBoxWidget: Invalid itemCount resource (defaulting to 0).
  201. $ Note: do not localize the chars selectedPosition
  202. 8 DtComboBoxWidget: Invalid selectedPosition resource (defaulting to 0).
  203. $ Note: do not localize the chars textField
  204. 9 DtComboBoxWidget: Unable to set textField resource.
  205. $ Note: do not localize the chars DtComboBoxSetItem
  206. 10 DtComboBoxWidget: Unable to find item to set (DtComboBoxSetItem).
  207. $ Note: do not localize the chars DtComboBoxSelectItem
  208. 11 DtComboBoxWidget: Unable to find item to select (DtComboBoxSelectItem).
  209. 12 Resizing failed. Maybe longest item is wider than space allowed.
  210. $ Label value
  211. 13 ComboBox
  212. $ Error message
  213. $ Note: do not localize the chars String and XmRType
  214. 14 cvtStringToType: wrongParameters, String to XmRType conversion needs no extra arguments
  215. $ Warning message
  216. 15 DtComboBoxDeletePos: wrongParameters, Invalid position value
  217. $set 6
  218. $ *************************************************************
  219. $ ** **
  220. $ ** SpinBox messages **
  221. $ ** **
  222. $ *************************************************************
  223. $ Warning messsages
  224. $ Note: do not localize the chars DtSpinBoxWidget in messages 1 - 14
  225. $ Note: do not localize the chars arrowSensitivity and DtARROWS_SENSITIVE
  226. 1 DtSpinBoxWidget: Invalid arrowSensitivity resource (defaulting to DtARROWS_SENSITIVE).
  227. $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
  228. 2 DtSpinBoxWidget: Invalid alignment resource (defaulting to DtALIGNMENT_CENTER).
  229. $ Note: do not localize the chars intialDelay
  230. 3 DtSpinBoxWidget: Invalid initialDelay resource (defaulting to 250).
  231. $ Note: do not localize the chars marginHeight
  232. 4 DtSpinBoxWidget: Invalid marginHeight resource (defaulting to 2).
  233. $ Note: do not localize the chars marginWidth
  234. 5 DtSpinBoxWidget: Invalid marginWidth resource (defaulting to 2).
  235. $ Note: do not localize the chars arrowLayout and DtARROWS_BEGINNING
  236. 6 DtSpinBoxWidget: Invalid arrowLayout resource (defaulting to DtARROWS_BEGINNING).
  237. $ Note: do not localize the chars repeatDelay
  238. 7 DtSpinBoxWidget: Invalid repeatDelay resource (defaulting to 200).
  239. $ Note: do not localize the chars itemCount
  240. 8 DtSpinBoxWidget: Invalid itemCount resource (defaulting to 0).
  241. $ Note: do not localize the chars position in messages 9 and 10
  242. 9 DtSpinBoxWidget: Invalid position resource (defaulting to 0).
  243. 10 DtSpinBoxWidget: Invalid position resource (defaulting to minimum).
  244. $ Note: do not localize the chars decimalPoints
  245. 11 DtSpinBoxWidget: Invalid decimalPoints resource (defaulting to 0).
  246. $ Note: do not localize the chars minimum
  247. 12 DtSpinBoxWidget: Invalid minimum resource (defaulting to maximum).
  248. $ Note: do not localize the chars textField
  249. 13 DtSpinBoxWidget: Unable to set textField resource.
  250. $ Note: do not localize the chars DtSpinBoxSetItem
  251. 14 DtSpinBoxWidget: Unable to find item to set (DtSpinBoxSetItem).
  252. $ Label value
  253. 15 SpinBox