Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[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 $quote "
173 43 ""
174 $quote
175
176 $ ******************************************************************
177 $ **                                          module: SearchCalls **
178 $ ** Message displayed when Find/Replace/Spell fails to execute   **
179 $ ** the spell filter.                                            **
180 $ ******************************************************************
181 $ Error message if there is a problem running the spell filter
182 $ Message 34 and 35 are part of the same message for the error
183 $ dialog. 
184 $ do not translate %s
185 $ "NEW-"
186 50 Error executing spell filter.
187 51 Check to see if filter, %s, is installed and in the path.
188
189 $ Title for Error dialog
190 $ "NEW-"
191 52 Editor Error
192
193 $set 4
194 $ *************************************************************
195 $ **                                                         ** 
196 $ ** MenuButton messages                                     **
197 $ **                                                         ** 
198 $ *************************************************************
199 $ Warning messsage
200 $ Note: do not localize the chars XmNmenuPost
201 1 XmNmenuPost has illegal value.
202
203 $ Error messsages
204 $ Note: do not localize the chars DtMenuButtonWidget in messages 2 and 3
205 2 DtMenuButtonWidget: Invalid Parent.
206 3 DtMenuButtonWidget: Invalid Submenu.
207
208 $set 5
209 $ *************************************************************
210 $ **                                                         ** 
211 $ ** ComboBox   messages                                     **
212 $ **                                                         ** 
213 $ *************************************************************
214 $ Warning messsages
215 $ Note: do not localize the chars DtComboBoxWidget in messages 1 - 11
216 $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
217 1 DtComboBoxWidget: Invalid alignment resource (defaulting to DtALIGNMENT_CENTER).
218 $ Note: do not localize the chars marginHeight 
219 2 DtComboBoxWidget: Invalid marginHeight resource (defaulting to 2).
220 $ Note: do not localize the chars marginWidth
221 3 DtComboBoxWidget: Invalid marginWidth resource (defaulting to 2).
222 $ Note: do not localize the chars horizontalSpacing
223 4 DtComboBoxWidget: Invalid horizontalSpacing resource (defaulting to 0).
224 $ Note: do not localize the chars verticalSpacing
225 5 DtComboBoxWidget: Invalid verticalSpacing resource (defaulting to 0).
226 $ Note: do not localize the chars orientation and DtRIGHT
227 6 DtComboBoxWidget: Invalid orientation resource (defaulting to DtRIGHT).
228 $ Note: do not localize the chars itemCount
229 7 DtComboBoxWidget: Invalid itemCount resource (defaulting to 0).
230 $ Note: do not localize the chars selectedPosition
231 8 DtComboBoxWidget: Invalid selectedPosition resource (defaulting to 0).
232 $ Note: do not localize the chars textField
233 9 DtComboBoxWidget: Unable to set textField resource.
234 $ Note: do not localize the chars DtComboBoxSetItem
235 10 DtComboBoxWidget: Unable to find item to set (DtComboBoxSetItem).
236 $ Note: do not localize the chars DtComboBoxSelectItem
237 11 DtComboBoxWidget: Unable to find item to select (DtComboBoxSelectItem).
238 12 Resizing failed.  Maybe longest item is wider than space allowed.
239
240 $ Label value
241 13 ComboBox
242
243 $ Error message
244 $ Note: do not localize the chars String and XmRType
245 14 cvtStringToType: wrongParameters, String to XmRType conversion needs no extra arguments
246
247 $ Warning message
248 15 DtComboBoxDeletePos: wrongParameters, Invalid position value
249
250 $set 6
251 $ *************************************************************
252 $ **                                                         ** 
253 $ ** SpinBox    messages                                     **
254 $ **                                                         ** 
255 $ *************************************************************
256 $ Warning messsages
257 $ Note: do not localize the chars DtSpinBoxWidget in messages 1 - 14
258 $ Note: do not localize the chars arrowSensitivity and DtARROWS_SENSITIVE
259 1 DtSpinBoxWidget: Invalid arrowSensitivity resource (defaulting to DtARROWS_SENSITIVE).
260 $ Note: do not localize the chars alignment and DtALIGNMENT_CENTER
261 2 DtSpinBoxWidget: Invalid alignment resource (defaulting to DtALIGNMENT_CENTER).
262 $ Note: do not localize the chars intialDelay 
263 3 DtSpinBoxWidget: Invalid initialDelay resource (defaulting to 250).
264 $ Note: do not localize the chars marginHeight
265 4 DtSpinBoxWidget: Invalid marginHeight resource (defaulting to 2).
266 $ Note: do not localize the chars marginWidth
267 5 DtSpinBoxWidget:  Invalid marginWidth resource (defaulting to 2).
268 $ Note: do not localize the chars arrowLayout and DtARROWS_BEGINNING
269 6 DtSpinBoxWidget: Invalid arrowLayout resource (defaulting to DtARROWS_BEGINNING).
270 $ Note: do not localize the chars repeatDelay
271 7 DtSpinBoxWidget: Invalid repeatDelay resource (defaulting to 200).
272 $ Note: do not localize the chars itemCount
273 8 DtSpinBoxWidget: Invalid itemCount resource (defaulting to 0).
274 $ Note: do not localize the chars position in messages 9 and 10
275 9 DtSpinBoxWidget: Invalid position resource (defaulting to 0).
276 10 DtSpinBoxWidget: Invalid position resource (defaulting to minimum).
277 $ Note: do not localize the chars decimalPoints
278 11 DtSpinBoxWidget:  Invalid decimalPoints resource (defaulting to 0).
279 $ Note: do not localize the chars minimum
280 12 DtSpinBoxWidget: Invalid minimum resource (defaulting to maximum).
281 $ Note: do not localize the chars textField
282 13 DtSpinBoxWidget:  Unable to set textField resource.
283 $ Note: do not localize the chars DtSpinBoxSetItem
284 14 DtSpinBoxWidget: Unable to find item to set (DtSpinBoxSetItem).
285
286 $ Label value
287 15 SpinBox