nsgmls: resolve coverity warnings related to uninitialed members in C++ classes
[oweals/cde.git] / cde / programs / dtpad / dtpad.msg
1 $ $TOG: dtpad.msg /main/16 1999/09/15 14:23:53 mgreess $
2 $ *************************************<+>*************************************
3 $ *****************************************************************************
4 $ **
5 $ **  File:        dtpad.msg
6 $ **
7 $ **  Project:     DT Text Editor client (sometimes called dtpad)
8 $ **
9 $ **  Description:
10 $ **  -----------
11 $ **  This file is the source for the message catalog for dtpad
12 $ **
13 $ **
14 $ *****************************************************************************
15 $ **
16 $ **     (c) Copyright 1992, 1993 Hewlett-Packard Company
17 $ **     All Rights reserved
18 $ **
19 $ **
20 $ *****************************************************************************
21 $ **
22 $ *****************************************************************************
23 $ **  (c) Copyright 1993, 1994 Hewlett-Packard Company
24 $ **  (c) Copyright 1993, 1994 International Business Machines Corp.
25 $ **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
26 $ **  (c) Copyright 1993, 1994 Novell, Inc.
27 $ *****************************************************************************
28 $ **
29 $quote "
30 $set 2
31 $ **********************************************
32 $ **  General messages used in multiple files **
33 $ **********************************************
34
35 $ Label used for all "Help" buttons in all DIALOGS.
36 $ It is not used for the Help menu.
37 $quote
38 1 Help
39 $ Unrecognized arguments
40 2 dtpad: illegal option: %s 
41 $ Extra arguments
42 3 dtpad: extra argument: %s
43
44
45 $set 4
46 $ *****************************************************************
47 $ **                                                    fileCB.c **
48 $ ** These are the strings which change between the Open dialog  **
49 $ ** and the Include dialog.  These two operations use the same  **
50 $ ** Motif dialog, and simply change these two labels.           **
51 $ *****************************************************************
52
53 $ Title of the Open dialog
54 1 Open a File
55
56 $ label for the File text field in the file selection box
57 $ ***UNUSED***  This label is no longer used and need not be localized.
58 2 File to Open:
59
60 $ Title of the Include dialog
61 3 Include a File
62
63 $ Label for the File text field in the file selection box
64 $ ***UNUSED***  This label is no longer used and need not be localized.
65 4 File to Include:
66
67 $ Error when printing a file and a temporary copy can not be saved.
68 5 Unable to create a temporary file.
69
70
71 $set 5
72 $ ***************************************************************************
73 $ **                                                               dtpad.c **
74 $ **                                                             fileDlg.c **
75 $ **                                                                       **
76 $ ** Messages and strings used in dialogs for all operations involving the **
77 $ ** "File" menu items.                                                    **
78 $ ***************************************************************************
79 $ These compose the dialog which appears if the user attempts to exit, open
80 $ a different file, drop a file, or start a "New" session with unsaved
81 $ changes to the current file.
82
83 $ This is used to build: "Save changes to FILENAME?"
84 1 Save changes to %s?
85
86 $ This is used as-is, whenever the current file is unnamed.
87 2 The current file has no name.\nDo you want to save it?
88
89 $ This is used to build a message like "Do you want to save the current
90 $ copy of FILENAME before you Edit NEWFILENAME?" when a new file is droped
91 $ on the edit window.
92 $ ***UNUSED***  Currently, dropped files are INSERTED in the text rather than
93 $               opened for editing so this message is no longer used and need
94 $               not be localized.
95 3 Do you want to save the current\ncopy of %s\nbefore you Edit %s?
96
97 $ Used when about to write over an existing file.
98 $ The "%s" is replaced by the file name.
99 5 The file %s already exists.\nDo you want to over write that file\nwith the contents within this edit session?
100
101 $ Title of "file already exists" dialog.  Also used for other "Warning" type
102 $ dialogs.
103 6 Warning
104
105 $ Title of "Save As" dialog.
106 7 Save As
107
108 $ Labels for add/don't-add newlines radio buttons in the Save As dialog
109 $ ***UNUSED***  These labels are no longer used and need not be localized.
110 $               They've been replaced by messages 44 and 45
111 8 Add newline characters to the end of word-wrapped lines.
112 9 Do not add newlines.  Only line breaks created by [Return]\nwill be preserved.
113
114 $ Labels for the Save Warning dialog. Also used in the confirmation, or
115 $ Editor Return dialog.
116 14 No
117 15 Yes
118 $ Title of the dialog - used when user selects "New", "Open", or "Exit" with
119 $ unsaved changes in the text.
120 16 Save?
121
122 $ Title of general error dialog
123 17 Error
124
125 $ Title of the resource-specified "confirmation" dialog
126 $ This dialog is generally specified by programs such as mailers, which
127 $ want to know if the user wants to send the message.
128 $ There is no default message for the dialog, since it is _only_ posted if
129 $ the message string is specified via a resource (dtpad*confirmationString:)
130 $ This message is only used if the "dtpad*mainTitle:" resource is not set.
131 $ If this resource _is_ set, the the mainTitle is also used as the title
132 $ for the exit confirmation dialog.
133 $ DO NOT LOCALIZE - the user should never see this message
134 18 Exit Confirmation
135
136 $ Title for general information dialog. e.g. Find dialog can't find word in
137 $ file.
138 20 Information
139
140 $ Default file name in Save As dialog box.
141 21 UNTITLED
142
143 $ Error message when a file can not be saved.  The "%1$s" gets replaced by
144 $ the file name and the "%2$s" gets replaced by the reason why the file could
145 $ not be saved (messages 31-39).
146 30 Unable to save %1$s.\n%2$s
147
148 $ Messages 31-39 are reasons why a file could not be saved.
149 $ Messages 34-39 are substitued in message 30 for "%2$s".
150 31 Unable to save file.\nFile name was not specified.
151
152 34 File does not allow writing by anyone.
153
154 35 File is a directory.
155
156 36 File is a character special device.
157
158 37 File is a block mode device.
159
160 $ ***UNUSED***  This message should never appear since currently there is
161 $               only one supported file format - text.  And this type is
162 $               hard coded into dtpad.
163 38 Invalid file format.
164
165 $ This is a "catch all" when the file can not be saved and none of the above
166 $ errors apply.
167 39 Unknown reason - possibly not enough disk space.
168
169 $ This is displayed when a ToolTalk edit request on a buffer is received,
170 $ a Save operation is done and there are unsaved changes.
171 40 Save changes?
172
173 $ This is displayed when a ToolTalk edit request on a file or buffer is
174 $ received with a document name specified in the request, a Save operation
175 $ is done and there are unsaved changes.  The "%s" in the message is
176 $ replaced by the document name (instead of the filename).
177 41 Save changes to "%s"?
178
179 $ Title of "Copy As" dialog which is substitued for the "Save As" dialog
180 $ when file name changes are disallowd.  This should match the menu button
181 $ label specified in message 108 of set 11.
182 $ ***UNUSED***  This title is no longer used and need not be localized.
183 42 Copy As
184
185 $ Title of "Copy To File" dialog which is substitued for the "Save As" dialog
186 $ when file name changes are disallowd.  This should match the menu button
187 $ label specified in message 110 of set 11.
188 43 Copy To File
189
190 $ Labels for add/don't-add newlines radio buttons in the SaveAs and Save dialogs
191 44 Add newline characters to the end of wrap-to-fit lines.
192 45 Do not add newlines.  Only line breaks created by [Return]\nwill be preserved.
193
194 $ New message as of 5/31/95 (i.e. new since Sample Implementation). This 
195 $ new message is in response to bug DTS CISlx19530.
196
197 46 Either file is unwritable or path to\nfile does not exist.
198
199
200 $ "-NEW"
201
202 47 "Operation failed due to insufficient memory.\nTry increasing swap space."
203
204
205 $ "-NEW"
206
207 48 "Format operation failed."
208
209 $set 6
210 $ ************************************************************************
211 $ **                                                           fileIo.c **
212 $ **                                                                    **
213 $ ** Error messages generated when there are problems reading a file.   **
214 $ ************************************************************************
215
216 1 This file has been opened for reading only.
217 2 This file does not exist.
218 3 Unable to edit a Directory.
219 4 Unable to edit a character special device file.
220 5 Unable to edit a block mode device file.
221 6 Embedded Nulls stripped from file.
222 7 Unable to load file (insufficient memory).
223 8 Unable to access file (can't determine it's status).
224 9 Unable to read from file (probably no read permission).
225
226 $ Message placed in the status line message area based on the -viewOnly
227 $ resource and whether or not the file being edited is read only
228 10 View Only
229 11 Read Only
230 12 Unable to read from the file (unknown reason).
231
232
233 $set 7
234 $ ************************************
235 $ **                         main.c **
236 $ **                        dtpad.c **
237 $ ** Prefix string for all dialogs. **
238 $ ************************************
239 $ bogus?? blank string gotten but otherwise unused in main()
240 $ DO NOT LOCALIZE string 1
241 $quote "
242 1 ""
243 $quote
244
245 $ The name used in the title bar of every window.
246 $ Be sure to end this message with a space character.
247 2 Text Editor - 
248
249 $ Default file name used in the main window title.
250 $ ***UNUSED***  This mesage has been replaced by message 6 of this set and
251 $               need not be localized.
252 3 (unnamed)
253
254 $ Terminal error message displayed to stdout when the desk top services
255 $ can not be initialized (via DtInitialize())
256 4 Unable to initialize Desktop services ... exiting Text Editor.
257
258 $ Terminal error message displayed to stdout when a connection to the
259 $ display can not be opend (via XtDisplay())
260 5 Can not open display ... exiting Text Editor.
261
262 $ Default file name used in the main window title.
263 $ This should correspond to the default file name used in the "Save As"
264 $ dialog box - specified in message 21 of set 5.
265 6 (UNTITLED)
266
267
268 $ New messages (7,8) since CDE/SI - error gets displayed when user tries to run
269 $ dtpad -server when and dtpad server process is already running on the
270 $ $DISPLAY.
271 7 ERROR: A dtpad server on %s\n\
272 is already serving this display.
273 8 ERROR: A dtpad server is already\n\
274 serving this display.
275
276 $ Message 9 is also new since CDE/SI - new as of 5/22/95.  It is a usage message
277 $ for dtpad. Don't translate the '-OPTION' just the text explaining the
278 $ option.
279
280 9 '%s' is a bad option.\n\
281 Usage: %s...\n\
282    -saveOnClose\n\
283 \tDtpad automatically and silently saves the current text when there\n\
284 \tare unsaved changes and the Text Editor is closed.\n\n\
285    -missingFileWarning\n\
286 \tPosts a warning dialog whenever a file name is specified and\n\
287 \tthe file dones not exist or cannot be accessed.\n\n\
288    -noReadOnlyWarning\n\
289 \tDisables the warning dialog posted whenever a file is\n\
290 \tspecified for which the user does not have write permission.\n\n\
291    -noNameChange\n\
292 \tIndicates that the default file name associated with the\n\
293 \tcurrent text is not to change when the text is saved under a\n\
294 \tname different than what it was read in under.\n\n\
295    -viewOnly\n\
296 \tDisallows editing of text in the edit window, essentially\n\
297 \tturning the Text Editor into a Text Viewer.\n\n\
298    -statusLine\n\
299 \tDisplays a status line at the bottom of the edit window.  The\n\
300 \tstatus line shows the line number of the line where the text\n\
301 \tcursor is currently positioned.\n\n\
302    -wrapToFit\n\
303 \tInitially turns on wrap-to-fit mode.\n\n\
304    -workspaceList WorkspaceList\n\
305 \tDisplays the edit window for the current invocation of the\n\
306 \tText Editor in the specified workspace or workspaces.\n\n\
307    -session SessionFile\n
308
309 10 \tRestores the Text Editor to all text editing windows and\n\
310 \tsettings that were in effect at a previous CDE shutdown.  All\n\
311 \tother command-line options are ignored when this option is\n\
312 \tspecified.\n\n\
313    -standAlone\n\
314 \tForces the current invocation of the Text Editor to do its\n\
315 \town text processing in its own window, independent of the\n\
316 \tText Editor server.\n\n\
317    -noBlocking\n\
318 \tTerminates the Text Editor requestor process as soon as the\n\
319 \tText Editor server determines that it can handle the\n\
320 \trequestor's edit request.\n\n\
321    -server\n\
322 \tForces a Text Editor server to be started up (if one is not\n\
323 \talready running) to process all subsequent edit requests for\n\
324 \tthe display.\n\n\
325    -exitOnLastClose\n\
326 \tSpecifies that the Text Editor server process is to terminate\n\
327 \twhen the last edit window for the display is closed.  It\n\
328 \tshould only be used with the -server option since it only\n\
329 \tapplies to the server process.\n\n\
330 See the dtpad man page for more details on any of these options.\n\n
331
332 $ "NEW-"
333 11 "Exiting text editor ..."
334 $ "NEW-"
335 12 "Running in standalone mode ..."
336 $ "NEW-"
337 13 "Could not connect to ToolTalk service:\n%s\n%s\n"
338
339
340
341 $set 10
342 $ ************************************************************************
343 $ **                                                          session.c **
344 $ ** THESE MESSAGES ARE _ONLY_ WRITTEN TO THE ERRORLOG FILE.
345 $ **
346 $ ************************************************************************
347 $ Strings used to build error messages issued when the session save
348 $ file cannot be read or written.
349 1 Check the file permissions.
350 2  %s is the file that would have been used to save your session.
351
352
353 $set 11
354 $ ***********************************************************
355 $ **                                              dtpad.c **
356 $ **                                                       **
357 $ ** These are all of the menu button labels and mnemonics **
358 $ ***********************************************************
359
360 $ ***UNUSED***  Messages 1-14 are no longer used and need not be localized.
361 $               All of the mnemonics and labels relating to the "Help" menu
362 $               have been replaced by messages 81-96.
363
364 $ *
365 $ * Mnemonics and labels for the "Help" pulldown menu and items.
366 $ *
367 $ Mnemonic and label for the "Help" pulldown menu
368 1 H
369 2 Help
370
371 $ mnemonic and label for the "Overview" item
372 3 V
373 4 Overview...
374
375 $ mnemonic and label for the "Tasks" item
376 5 T
377 6 Tasks...
378
379 $ nmemonic and label for the "Table of Contents" item are message nos. 71 & 72
380
381 $ mnemonic and label for the "Reference" item
382 7 R
383 8 Reference...
384
385 $ mnemonic and label for the "On Item" item
386 9 O
387 10 On Item
388
389 $ mnemonic and label for "Using Help" item
390 11 U
391 12 Using Help...
392
393 $ mnemonic and label for "About Text Editor" item
394 13 A
395 14 About Text Editor...
396
397 $ *
398 $ * Mnemonics and labels for the "File" pulldown menu and items.
399 $ *
400 $ mnemonic and label for the "File" pulldown menu
401 15 F
402 16 File
403
404 $ mnemonic and label for the "New" item
405 17 N
406 18 New
407
408 $ mnemonic and label for the "Open" item
409 19 O
410 20 Open...
411
412 $ mnemonic and label for the "Include" item
413 21 I
414 22 Include...
415
416 $ mnemonic and label for the "Save" item
417 $ NOTE: The "Save" label can be either Message 24 or message 73
418 23 S
419 24 Save
420
421 $ mnemonic and label for the "Save As" item
422 25 A
423 26 Save As...
424
425 $ mnemonic and label for the "Print..." item
426 27 P
427 28 Print...
428
429 $ mnemonic and label for the "Close" item
430 29 C
431 30 Close
432
433 $ *
434 $ * Mnemonics and labels for the "Edit" pulldown menu and items.
435 $ *
436 $ mnemonic and label for the "Edit" pulldown menu
437 31 E
438 32 Edit
439
440 $ mnemonic and label for the "Undo" menu item
441 33 U
442 34 Undo
443
444 $ mnemonic and label for the "Cut" menu item
445 35 t
446 36 Cut
447
448 $ mnemonic and label for the "Copy" menu item
449 37 C
450 38 Copy
451
452 $ mnemonic and label for the "Paste" menu item
453 39 P
454 40 Paste
455
456 $ mnemonic and label for the "Clear" menu item
457 41 e
458 42 Clear
459
460 $ mnemonic and label for the "Delete" menu item
461 43 D
462 44 Delete
463
464 $ ***UNUSED***  Messages 45-50 are no longer used and need not be localized.
465 $               They have been replaced by messages 101-106 of this set.
466 $ mnemonic and label for the "Select All" menu item
467 $ 45 A
468 $ 46 Select All
469
470 $ mnemonic and label for the "Find/Change" menu item
471 $ 47 F
472 $ 48 Find/Change...
473
474 $ mnemonic and label for the Check Spelling menu item
475 $ 49 S
476 $ 50 Check Spelling...
477
478 $ *
479 $ * Mnemonics and labels for the "Format" pulldown menu and items.
480 $ *
481 $ mnemonic and label for the "Format" pulldown menu
482 51 r
483 52 Format
484
485 $ mnemonic and label for the "Settings..." menu item
486 53 S
487 54 Settings...
488
489 $ mnemonic and label for the "Paragraph" menu item
490 55 P
491 56 Paragraph
492
493 $ mnemonic and label for the "All" menu item
494 57 l
495 58 All
496
497 $ *
498 $ * Mnemonics and labels for the "Options" pulldown menu and items.
499 $ *
500 $ mnemonic and label for the "Format" pulldown menu
501 59 O
502 60 Options
503
504 $ mnemonic and label for the "Overstrike" toggle button
505 61 O
506 62 Overstrike
507
508 $ mnemonic and label for the "Word Wrap" toggle button
509 $ ***UNUSED***  This label and mnemonic are no longer used and need not be
510 $               localized.  They've been replaced by messages 111 and 112.
511 63 W
512 64 Word Wrap
513
514 $ mnemonic and label for the "Status Line" toggle button
515 65 S
516 66 Status Line
517
518 $ *
519 $ * Late additions.
520 $ *
521
522 $ nmemonic and label for the "Table of Contents" item of the "Help" menu
523 $ ***UNUSED***  This nmemonic and label are no longer used and need not be
524 $               localized.  They've been replaced by messages 87 and 88.
525 71 C
526 72 Table of Contents...
527
528 $ label for the "Save" item in the "File" pulldown menu
529 $ NOTE: This label is used in place of message 24 when text has been
530 $       changed but has not been saved
531 73 Save (needed)
532
533
534 $ *
535 $ * Mnemonics and labels for the "Help" pulldown menu and items.
536 $ *
537 $ Mnemonic and label for the "Help" pulldown menu
538 81 H
539 82 Help
540
541 $ mnemonic and label for the "Overview" item
542 83 v
543 84 Overview
544
545 $ mnemonic and label for the "Tasks" item
546 85 T
547 86 Tasks
548
549 $ nmemonic and label for the "Table of Contents" item
550 87 C
551 88 Table of Contents
552
553 $ mnemonic and label for the "Reference" item
554 89 R
555 90 Reference
556
557 $ mnemonic and label for the "On Item" item
558 91 O
559 92 On Item
560
561 $ mnemonic and label for "Using Help" item
562 93 U
563 94 Using Help
564
565 $ mnemonic and label for "About Text Editor" item
566 95 A
567 96 About Text Editor
568
569
570 $ *
571 $ * Changes for "Edit" pulldown menu messages 45-50.
572 $ *
573
574 $ mnemonic and label for the "Select All" menu item
575 101 S
576 102 Select All
577
578 $ mnemonic and label for the "Find/Change" menu item
579 103 F
580 104 Find/Change...
581
582 $ mnemonic and label for the Check Spelling menu item
583 105 k
584 106 Check Spelling...
585
586 $ mnemonic and label for the "Copy As" File menu item
587 $ (should match the dialog title specified in message 42 of set 5)
588 $ ***UNUSED***  This label is no longer used and need not be localized.
589 107 A
590 108 Copy As...
591
592 $ mnemonic and label for the "Copy To File" File menu item
593 $ (should match the dialog title specified in message 42 of set 5)
594 109 F
595 110 Copy To File...
596
597 $ mnemonic and label for the "Wrap To Fit" toggle button
598 111 W
599 112 Wrap To Fit
600
601 $ label for the "Print" item
602 113 Print
603
604 $ ***********************************************************
605 $ **                                              helpCB.c **
606 $ **                                                       **
607 $ ** Messages and strings associated with online help.     **
608 $ **                                                       **
609 $ ***********************************************************
610 $set 12
611 $ Message used for "Help - On Item" if the user clicks outside application
612 1 You must select an item within the Text Editor.
613
614
615 $ ***********************************************************
616 $ **                                        ttMsgSupport.c **
617 $ **                                                       **
618 $ ** Messages and strings associated with ToolTalk.        **
619 $ **                                                       **
620 $ ***********************************************************
621 $set 13
622 1 Checkpoint save failed.
623 2 Checkpoint reply failed.
624
625 $ NEW message after the SAMPLE IMPLEMENTATION.... more errors/warnings can 
626 $ be detected while reading in a file via ToolTalk.
627 3 Unable to set contents of Text Editor (unknown reason).
628
629
630 $ ****************************************************************************
631 $ ****************************************************************************
632 $ **
633 $ **    SETS 14 - 15 WERE ADDED TO SUPPORT CDEnext PRINTING
634 $ **
635 $ **    The following set was added to support CDEnext printing based on
636 $ **    the Xp Print Server.
637 $ **
638 $ ****************************************************************************
639 $ ****************************************************************************
640
641 $ ****************************************************************************
642 $ ****************************************************************************
643 $ **
644 $ **    SET 14
645 $ **
646 $ ****************************************************************************
647 $ ****************************************************************************
648 $set 14
649
650 $       Messages 1 - 17 are used in printJob.
651
652 $       This is warning message is displayed when the user has provided
653 $       a margin specifier in the PrintSetup dialog which cannot be parsed.
654 $       
655 $quote "
656 1 "One of the following margin specifiers \n has incorrect syntax: \n %s \n %s \n %s \n %s \nUse default margins instead?"
657
658 $       Messages 2 - 7 are messages for errors which can occur in the
659 $       process of loading a dtpad document file for printing.  
660
661 2 "File does not exist."
662 3 "Specified file is a directory."
663 4 "File type error."
664 5 "File contains NULL characters."
665 6 "Unable to load file (insufficient memory)."
666 7 "File does not have read permissions"
667
668 $       Messages 8 - 11 are format strings used to construct the header
669 $       and footer strings which appear in the printing output.
670
671 $       Message 8 is the format string used to make a Date header/footer.
672 $       Message 9 is the format string used to make a DocName header/footer.
673 $       Message 10 is the format string used to make a Page# header/footer.
674 $       Message 11 is the format string used to make a UserName header/footer.
675 8 "Date:  %s"
676 9 "Document:  %s"
677 10 "Page %d of %d"
678 11 "Document For:  %s"
679
680
681 $       Messages 12 - 13 are used in printSetup to construct the
682 $       app-specific printing options for DtMail which will be included
683 $       in the DtPrintSetupBox.
684
685 $       Message 12 is the string labeling the field in the GUI which
686 $       contains the name of the document.
687 $       Message 13 is the label used on the Toggle Button to indicate that
688 $       lines which would extend beyond the edge of the printed page be 
689 $       "wrapped" to the next line.
690 12 "Document Name: "
691 13 "Wrap To Fit"
692
693
694 $       Messages 14 - 15 are status messages for the PrintToFile function.
695
696 $       Message 14 indicates that the PrintToFile function was unsuccessful.
697 $       Message 15 indicates that the PrintToFile function was successful.
698 $       NOTE: 'Print to File' should be translated as in 
699 $             DtPrint.msg:Set1, Msg3.
700 14 "'Print to File' was unsuccessful."
701 15 "'Print to File' completed successfully."
702
703 $          Messages 16 - 19 are obsolete, and have been replaced by 25
704
705 $       Messages 16 - 19 are status messages for the popup PDM function.
706
707 $       Message 16 indicates that there was no pdm deamon running.
708 $       Message 17 indicates that the pdm deamon was unable to start a pdm.
709 $       Message 18 indicates that the pdm couldnt connect to the video display.
710 $       Message 19 indicates that the pdm couldnt connect to the print display.
711 16 "No PDM found in the environment."
712 17 "Cannot start the PDM."
713 18 "PDM is not authorized to connect to Video display."
714 19 "PDM is not authorized to connect to Print display."
715
716 $       Messages 20 - 22 are status messages displayed while printing
717
718 $       Message 20 indicates that the user has asked to close the editor
719 $                  window.  Dtpad is prevented from doing so until the
720 $                  active print jobs have completed.
721 $       Message 21 status message displayed when the print job is started.
722 $       Message 22 status message displayed as the print job progresses.
723 20 "Close pending:  waiting for task to terminate ..."
724 21 "Printing %s ..."
725 22 "Printing %s: page %d of %d ..."
726
727 $       Message 23 is used in the construction of a title string for the
728 $                  Print Setup dialog.
729 23 "Print Setup - "
730
731 $       Message 24 is used to alert the user to the fact that the X Print
732 $                  Server cannot complete the print request due to a lack
733 $                  of resources.
734 $ "NEW-"
735 24 "The X Print Server is temporarily out of resources"
736
737 $       Messages 25 is used to handle errors from the PDM
738 25      "Print Dialog Manager (PDM) error - setup failed."
739
740 $ ****************************************************************************
741 $ ****************************************************************************
742 $ **
743 $ **    SET 15
744 $ **
745 $ ****************************************************************************
746 $ ****************************************************************************
747
748 $set 15
749
750 $       Messages 1-5 are used in printSetup.c in the pulldown menu for the
751 $       header/footer options in the print setup dialog.
752
753 $       Message 1 specifies that the page header/footer field be empty.
754 $       Message 2 put the Date in the page header/footer field.
755 $       Message 3 put the Document Name in the page header/footer field.
756 $       Message 4 put the Page Nmbr msg header in the page header/footer field.
757 $       Message 5 put the User Name msg header in the page header/footer field.
758 1 "Empty"
759 2 "Date"
760 3 "Document Name"
761 4 "Page Number"
762 5 "User Name"
763
764 $       Messages 6-9 are used to construct error messages informing users
765 $       that they have input an invalid print page margin specification for 
766
767 6 "Top Margin specifier is invalid:  "
768 7 "Right Margin specifier is invalid:  "
769 8 "Bottom Margin specifier is invalid:  "
770 9 "Left Margin specifier is invalid:  "