Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtWidget / DtWidget.msg
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 $
30 $ ***** NOTE FOR MESSAGE CATALOG TRANSLATORS *****
31 $
32 $ There MAY be three types of messages in this file:
33 $
34 $  1. Messages that appear in dialogs or are displayed to the user.
35 $
36 $     These messages are the default and they should ALL BE LOCALIZED.
37 $     Note that these messages do NOT have any identification (see the
38 $     comments for type 2 and 3 below).
39 $
40 $  2. Messages that only appear in the DT error log file ($HOME/.dt/errorlog).
41 $
42 $     The localization of these messages is OPTIONAL.  These messages are
43 $     identified by the following:
44 $
45 $  MESSAGES xx-yy IN SET zz WILL ONLY APPEAR IN THE DT ERRORLOG FILE
46 $
47 $  3. Messages that should not be localized.
48 $
49 $     These messages are identified by the following:
50 $
51 $  DO NOT TRANSLATE or CHANGE or LOCALIZE MESSAGES xx-yy from set zz
52 $
53 $ ***** END (NOTE FOR MESSAGE CATALOG TRANSLATORS) *****
54 $
55 $ ******************************************************************************
56
57
58 $set 2
59 $ *************************************************************
60 $ **                                                         ** 
61 $ ** Common messages shared by all DT widgets                **
62 $ **                                                         ** 
63 $ *************************************************************
64 $ Default value for DtNdialogCloseButtonLabel resource.
65 $ This string is used for all "Close" buttons in all dialogs.
66 1 Close
67
68 $ Default value for DtNdialogHelpButtonLabel resource.
69 $ This string is used for all "Help" buttons in all dialogs.
70 2 Help
71
72 $set 3
73 $ *************************************************************
74 $ **                                                         ** 
75 $ **  This set of messages is used by the DtEditor widget.  **
76 $ **                                                         ** 
77 $ *************************************************************
78
79 $ **********************************************
80 $ **                         module: Editor.c **
81 $ **  Messages for the Format/Settings dialog **
82 $ **********************************************
83
84 $ Default value for DtNformatSettingsDialogTitle resource,
85 $ title of format settings dialog
86 1 Format Settings
87
88 $ Default values for DtNlMarginFieldLabel and DtNrMarginFieldLabel resources,
89 $ labels for margin fields in Format Settings dialog
90 2 Right Margin:
91 3 Left Margin:
92
93 $ Default values for DtNlAlignToggleLabel, DtNrAlignToggleLabel,
94 $ DtNjustifyToggleLabel, and DtNcenterToggleLabel resources,
95 $ labels for justification radio buttons in Format Settings dialog
96 4 Left Align
97 5 Right Align
98 6 Justify
99 7 Center
100
101 $ Default values for DtNformatParagraphButtonLabel and 
102 $ DtNformatAllButtonLabel resources,
103 $ labels for paragraph and all buttons in Format Settings dialog
104 8 Paragraph
105 9 All
106
107 $ ******************************************************************
108 $ **                                              module Editor.c **
109 $ ** Strings used in the spell checking and find/change dialogs.  **
110 $ ******************************************************************
111
112 $ Default value for DtNspellDialogTitle resource,
113 $ title of the Spell dialog
114 20 Spell
115
116 $ Default value for DtNfindDialogTitle resource,
117 $ title of the Find/Change dialog
118 21 Find/Change
119
120 $ Default value for DtNmisspelledListLabel resource,
121 $ label for list of unrecognized and misspelled words
122 22 Misspelled Words:
123
124 $ Default value for DtNfindFieldLabel resource,
125 $ label of field in which user types string for which to search.
126 23 Find:
127
128 $ Default value for DtNchangeFieldLabel resource,
129 $ label of field in which user types the replacement string
130 24 Change To:
131
132 $ Default values for DtNfindButtonLabel, DtNchangeButtonLabel, and
133 $ DtNchangeAllButtonLabel resources,
134 $ labels for find, change, and change all buttons in Find/Change dialog
135 25 Find
136 26 Change
137 27 Change All
138
139 $ ******************************************************************
140 $ **                                          module: SearchDlg.  **
141 $ ** Message displayed when Find/Replace/Spell fails to find the  **
142 $ ** specified string or word.                                    **
143 $ ******************************************************************
144 $ Used to display "Unable to find the string FOO in the current document."
145 $ Note: Do not localize the characters %s.
146 30 Unable to find the string %s in the current document.
147
148 $ Title for general information dialog (e.g. "Find/Change dialog can't 
149 $ find word in document.").
150 31 Information
151
152 $ ***********************************************************
153 $ **                                       module Editor.c **
154 $ ** Messages and strings associated with the status line. **
155 $ ***********************************************************
156
157 $ Default value for DtNcurrentLineLabel resource,
158 $ label for the display showing the current insert cursor line 
159 40 Line:
160
161 $ Default value for DtNtotalLineCountLabel resource,
162 $ label for the display showing the total number of lines in the document
163 41 Total:
164
165 $ Default value for DtNoverstrikeLabel resource,
166 $ label used to indicate Editor is in overstrike (overtype) mode. 
167 42 Overstrike
168
169 $ Default value for DtNinsertLabel resource,
170 $ label used to indicate Editor is in insert mode. 
171 $ The default value is a blank string.
172 43 
173
174 $ ******************************************************************
175 $ **                                          module: SearchCalls **
176 $ ** Message displayed when Find/Replace/Spell fails to execute   **
177 $ ** the spell filter.                                            **
178 $ ******************************************************************
179 $ Error message if there is a problem running the spell filter
180 $ Message 34 and 35 are part of the same message for the error
181 $ dialog. 
182 $ do not translate %s
183 $ "NEW-"
184 50 Error executing spell filter.
185 51 Check to see if filter, %s, is installed and in the path.
186
187 $ Title for Error dialog
188 $ "NEW-"
189 52 Editor Error
190
191 $set 4
192 $ *************************************************************
193 $ **                                                         ** 
194 $ ** MenuButton messages                                     **
195 $ **                                                         ** 
196 $ *************************************************************
197 $ Warning messsage
198 $ Note: do not localize the chars XmNmenuPost
199 1 XmNmenuPost has illegal value.
200
201 $ Error messsages
202 $ Note: do not localize the chars DtMenuButtonWidget in messages 2 and 3
203 2 DtMenuButtonWidget: Invalid Parent.
204 3 DtMenuButtonWidget: Invalid Submenu.
205
206 $set 5
207 $ *************************************************************
208 $ **                                                         ** 
209 $ ** ComboBox   messages                                     **
210 $ **                                                         ** 
211 $ *************************************************************
212 $ Warning messsages
213 $ Note: do not localize the chars DtComboBoxWidget in messages 1 - 11
214 $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
215 1 DtComboBoxWidget: Invalid alignment resource (defaulting to DtALIGNMENT_CENTER).
216 $ Note: do not localize the chars marginHeight 
217 2 DtComboBoxWidget: Invalid marginHeight resource (defaulting to 2).
218 $ Note: do not localize the chars marginWidth
219 3 DtComboBoxWidget: Invalid marginWidth resource (defaulting to 2).
220 $ Note: do not localize the chars horizontalSpacing
221 4 DtComboBoxWidget: Invalid horizontalSpacing resource (defaulting to 0).
222 $ Note: do not localize the chars verticalSpacing
223 5 DtComboBoxWidget: Invalid verticalSpacing resource (defaulting to 0).
224 $ Note: do not localize the chars orientation and DtRIGHT
225 6 DtComboBoxWidget: Invalid orientation resource (defaulting to DtRIGHT).
226 $ Note: do not localize the chars itemCount
227 7 DtComboBoxWidget: Invalid itemCount resource (defaulting to 0).
228 $ Note: do not localize the chars selectedPosition
229 8 DtComboBoxWidget: Invalid selectedPosition resource (defaulting to 0).
230 $ Note: do not localize the chars textField
231 9 DtComboBoxWidget: Unable to set textField resource.
232 $ Note: do not localize the chars DtComboBoxSetItem
233 10 DtComboBoxWidget: Unable to find item to set (DtComboBoxSetItem).
234 $ Note: do not localize the chars DtComboBoxSelectItem
235 11 DtComboBoxWidget: Unable to find item to select (DtComboBoxSelectItem).
236 12 Resizing failed.  Maybe longest item is wider than space allowed.
237
238 $ Label value
239 13 ComboBox
240
241 $ Error message
242 $ Note: do not localize the chars String and XmRType
243 14 cvtStringToType: wrongParameters, String to XmRType conversion needs no extra arguments
244
245 $ Warning message
246 15 DtComboBoxDeletePos: wrongParameters, Invalid position value
247
248 $set 6
249 $ *************************************************************
250 $ **                                                         ** 
251 $ ** SpinBox    messages                                     **
252 $ **                                                         ** 
253 $ *************************************************************
254 $ Warning messsages
255 $ Note: do not localize the chars DtSpinBoxWidget in messages 1 - 14
256 $ Note: do not localize the chars arrowSensitivity and DtARROWS_SENSITIVE
257 1 DtSpinBoxWidget: Invalid arrowSensitivity resource (defaulting to DtARROWS_SENSITIVE).
258 $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
259 2 DtSpinBoxWidget: Invalid alignment resource (defaulting to DtALIGNMENT_CENTER).
260 $ Note: do not localize the chars intialDelay 
261 3 DtSpinBoxWidget: Invalid initialDelay resource (defaulting to 250).
262 $ Note: do not localize the chars marginHeight
263 4 DtSpinBoxWidget: Invalid marginHeight resource (defaulting to 2).
264 $ Note: do not localize the chars marginWidth
265 5 DtSpinBoxWidget:  Invalid marginWidth resource (defaulting to 2).
266 $ Note: do not localize the chars arrowLayout and DtARROWS_BEGINNING
267 6 DtSpinBoxWidget: Invalid arrowLayout resource (defaulting to DtARROWS_BEGINNING).
268 $ Note: do not localize the chars repeatDelay
269 7 DtSpinBoxWidget: Invalid repeatDelay resource (defaulting to 200).
270 $ Note: do not localize the chars itemCount
271 8 DtSpinBoxWidget: Invalid itemCount resource (defaulting to 0).
272 $ Note: do not localize the chars position in messages 9 and 10
273 9 DtSpinBoxWidget: Invalid position resource (defaulting to 0).
274 10 DtSpinBoxWidget: Invalid position resource (defaulting to minimum).
275 $ Note: do not localize the chars decimalPoints
276 11 DtSpinBoxWidget:  Invalid decimalPoints resource (defaulting to 0).
277 $ Note: do not localize the chars minimum
278 12 DtSpinBoxWidget: Invalid minimum resource (defaulting to maximum).
279 $ Note: do not localize the chars textField
280 13 DtSpinBoxWidget:  Unable to set textField resource.
281 $ Note: do not localize the chars DtSpinBoxSetItem
282 14 DtSpinBoxWidget: Unable to find item to set (DtSpinBoxSetItem).
283
284 $ Label value
285 15 SpinBox