Initial import of the CDE 2.1.30 sources from the Open Group.
[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
242
243 $ The name used in the title bar of every window.
244 $ Be sure to end this message with a space character.
245 2 Text Editor - 
246
247 $ Default file name used in the main window title.
248 $ ***UNUSED***  This mesage has been replaced by message 6 of this set and
249 $               need not be localized.
250 3 (unnamed)
251
252 $ Terminal error message displayed to stdout when the desk top services
253 $ can not be initialized (via DtInitialize())
254 4 Unable to initialize Desktop services ... exiting Text Editor.
255
256 $ Terminal error message displayed to stdout when a connection to the
257 $ display can not be opend (via XtDisplay())
258 5 Can not open display ... exiting Text Editor.
259
260 $ Default file name used in the main window title.
261 $ This should correspond to the default file name used in the "Save As"
262 $ dialog box - specified in message 21 of set 5.
263 6 (UNTITLED)
264
265 $
266 $ New messages (7,8) since CDE/SI - error gets displayed when user tries to run
267 $ dtpad -server when and dtpad server process is already running on the
268 $ $DISPLAY.
269 7 ERROR: A dtpad server on %s\n\
270 is already serving this display.
271 8 ERROR: A dtpad server is already\n\
272 serving this display.
273 $
274 $ Message 9 is also new since CDE/SI - new as of 5/22/95.  It is a usage message
275 $ for dtpad. Don't translate the '-OPTION' just the text explaining the
276 $ option.
277 $
278 9 '%s' is a bad option.\n\
279 Usage: %s...\n\
280    -saveOnClose\n\
281 \tDtpad automatically and silently saves the current text when there\n\
282 \tare unsaved changes and the Text Editor is closed.\n\n\
283    -missingFileWarning\n\
284 \tPosts a warning dialog whenever a file name is specified and\n\
285 \tthe file dones not exist or cannot be accessed.\n\n\
286    -noReadOnlyWarning\n\
287 \tDisables the warning dialog posted whenever a file is\n\
288 \tspecified for which the user does not have write permission.\n\n\
289    -noNameChange\n\
290 \tIndicates that the default file name associated with the\n\
291 \tcurrent text is not to change when the text is saved under a\n\
292 \tname different than what it was read in under.\n\n\
293    -viewOnly\n\
294 \tDisallows editing of text in the edit window, essentially\n\
295 \tturning the Text Editor into a Text Viewer.\n\n\
296    -statusLine\n\
297 \tDisplays a status line at the bottom of the edit window.  The\n\
298 \tstatus line shows the line number of the line where the text\n\
299 \tcursor is currently positioned.\n\n\
300    -wrapToFit\n\
301 \tInitially turns on wrap-to-fit mode.\n\n\
302    -workspaceList WorkspaceList\n\
303 \tDisplays the edit window for the current invocation of the\n\
304 \tText Editor in the specified workspace or workspaces.\n\n\
305    -session SessionFile\n
306
307 10 \tRestores the Text Editor to all text editing windows and\n\
308 \tsettings that were in effect at a previous CDE shutdown.  All\n\
309 \tother command-line options are ignored when this option is\n\
310 \tspecified.\n\n\
311    -standAlone\n\
312 \tForces the current invocation of the Text Editor to do its\n\
313 \town text processing in its own window, independent of the\n\
314 \tText Editor server.\n\n\
315    -noBlocking\n\
316 \tTerminates the Text Editor requestor process as soon as the\n\
317 \tText Editor server determines that it can handle the\n\
318 \trequestor's edit request.\n\n\
319    -server\n\
320 \tForces a Text Editor server to be started up (if one is not\n\
321 \talready running) to process all subsequent edit requests for\n\
322 \tthe display.\n\n\
323    -exitOnLastClose\n\
324 \tSpecifies that the Text Editor server process is to terminate\n\
325 \twhen the last edit window for the display is closed.  It\n\
326 \tshould only be used with the -server option since it only\n\
327 \tapplies to the server process.\n\n\
328 See the dtpad man page for more details on any of these options.\n\n
329
330 $ "NEW-"
331 11 "Exiting text editor ..."
332 $ "NEW-"
333 12 "Running in standalone mode ..."
334 $ "NEW-"
335 13 "Could not connect to ToolTalk service:\n%s\n%s\n"
336
337
338 $
339 $set 10
340 $ ************************************************************************
341 $ **                                                          session.c **
342 $ ** THESE MESSAGES ARE _ONLY_ WRITTEN TO THE ERRORLOG FILE.
343 $ **
344 $ ************************************************************************
345 $ Strings used to build error messages issued when the session save
346 $ file cannot be read or written.
347 1 Check the file permissions.
348 2  %s is the file that would have been used to save your session.
349
350
351 $set 11
352 $ ***********************************************************
353 $ **                                              dtpad.c **
354 $ **                                                       **
355 $ ** These are all of the menu button labels and mnemonics **
356 $ ***********************************************************
357
358 $ ***UNUSED***  Messages 1-14 are no longer used and need not be localized.
359 $               All of the mnemonics and labels relating to the "Help" menu
360 $               have been replaced by messages 81-96.
361
362 $ *
363 $ * Mnemonics and labels for the "Help" pulldown menu and items.
364 $ *
365 $ Mnemonic and label for the "Help" pulldown menu
366 1 H
367 2 Help
368
369 $ mnemonic and label for the "Overview" item
370 3 V
371 4 Overview...
372
373 $ mnemonic and label for the "Tasks" item
374 5 T
375 6 Tasks...
376
377 $ nmemonic and label for the "Table of Contents" item are message nos. 71 & 72
378
379 $ mnemonic and label for the "Reference" item
380 7 R
381 8 Reference...
382
383 $ mnemonic and label for the "On Item" item
384 9 O
385 10 On Item
386
387 $ mnemonic and label for "Using Help" item
388 11 U
389 12 Using Help...
390
391 $ mnemonic and label for "About Text Editor" item
392 13 A
393 14 About Text Editor...
394
395 $ *
396 $ * Mnemonics and labels for the "File" pulldown menu and items.
397 $ *
398 $ mnemonic and label for the "File" pulldown menu
399 15 F
400 16 File
401
402 $ mnemonic and label for the "New" item
403 17 N
404 18 New
405
406 $ mnemonic and label for the "Open" item
407 19 O
408 20 Open...
409
410 $ mnemonic and label for the "Include" item
411 21 I
412 22 Include...
413
414 $ mnemonic and label for the "Save" item
415 $ NOTE: The "Save" label can be either Message 24 or message 73
416 23 S
417 24 Save
418
419 $ mnemonic and label for the "Save As" item
420 25 A
421 26 Save As...
422
423 $ mnemonic and label for the "Print..." item
424 27 P
425 28 Print...
426
427 $ mnemonic and label for the "Close" item
428 29 C
429 30 Close
430
431 $ *
432 $ * Mnemonics and labels for the "Edit" pulldown menu and items.
433 $ *
434 $ mnemonic and label for the "Edit" pulldown menu
435 31 E
436 32 Edit
437
438 $ mnemonic and label for the "Undo" menu item
439 33 U
440 34 Undo
441
442 $ mnemonic and label for the "Cut" menu item
443 35 t
444 36 Cut
445
446 $ mnemonic and label for the "Copy" menu item
447 37 C
448 38 Copy
449
450 $ mnemonic and label for the "Paste" menu item
451 39 P
452 40 Paste
453
454 $ mnemonic and label for the "Clear" menu item
455 41 e
456 42 Clear
457
458 $ mnemonic and label for the "Delete" menu item
459 43 D
460 44 Delete
461
462 $ ***UNUSED***  Messages 45-50 are no longer used and need not be localized.
463 $               They have been replaced by messages 101-106 of this set.
464 $ mnemonic and label for the "Select All" menu item
465 $ 45 A
466 $ 46 Select All
467
468 $ mnemonic and label for the "Find/Change" menu item
469 $ 47 F
470 $ 48 Find/Change...
471
472 $ mnemonic and label for the Check Spelling menu item
473 $ 49 S
474 $ 50 Check Spelling...
475
476 $ *
477 $ * Mnemonics and labels for the "Format" pulldown menu and items.
478 $ *
479 $ mnemonic and label for the "Format" pulldown menu
480 51 r
481 52 Format
482
483 $ mnemonic and label for the "Settings..." menu item
484 53 S
485 54 Settings...
486
487 $ mnemonic and label for the "Paragraph" menu item
488 55 P
489 56 Paragraph
490
491 $ mnemonic and label for the "All" menu item
492 57 l
493 58 All
494
495 $ *
496 $ * Mnemonics and labels for the "Options" pulldown menu and items.
497 $ *
498 $ mnemonic and label for the "Format" pulldown menu
499 59 O
500 60 Options
501
502 $ mnemonic and label for the "Overstrike" toggle button
503 61 O
504 62 Overstrike
505
506 $ mnemonic and label for the "Word Wrap" toggle button
507 $ ***UNUSED***  This label and mnemonic are no longer used and need not be
508 $               localized.  They've been replaced by messages 111 and 112.
509 63 W
510 64 Word Wrap
511
512 $ mnemonic and label for the "Status Line" toggle button
513 65 S
514 66 Status Line
515
516 $ *
517 $ * Late additions.
518 $ *
519
520 $ nmemonic and label for the "Table of Contents" item of the "Help" menu
521 $ ***UNUSED***  This nmemonic and label are no longer used and need not be
522 $               localized.  They've been replaced by messages 87 and 88.
523 71 C
524 72 Table of Contents...
525
526 $ label for the "Save" item in the "File" pulldown menu
527 $ NOTE: This label is used in place of message 24 when text has been
528 $       changed but has not been saved
529 73 Save (needed)
530
531
532 $ *
533 $ * Mnemonics and labels for the "Help" pulldown menu and items.
534 $ *
535 $ Mnemonic and label for the "Help" pulldown menu
536 81 H
537 82 Help
538
539 $ mnemonic and label for the "Overview" item
540 83 v
541 84 Overview
542
543 $ mnemonic and label for the "Tasks" item
544 85 T
545 86 Tasks
546
547 $ nmemonic and label for the "Table of Contents" item
548 87 C
549 88 Table of Contents
550
551 $ mnemonic and label for the "Reference" item
552 89 R
553 90 Reference
554
555 $ mnemonic and label for the "On Item" item
556 91 O
557 92 On Item
558
559 $ mnemonic and label for "Using Help" item
560 93 U
561 94 Using Help
562
563 $ mnemonic and label for "About Text Editor" item
564 95 A
565 96 About Text Editor
566
567
568 $ *
569 $ * Changes for "Edit" pulldown menu messages 45-50.
570 $ *
571
572 $ mnemonic and label for the "Select All" menu item
573 101 S
574 102 Select All
575
576 $ mnemonic and label for the "Find/Change" menu item
577 103 F
578 104 Find/Change...
579
580 $ mnemonic and label for the Check Spelling menu item
581 105 k
582 106 Check Spelling...
583
584 $ mnemonic and label for the "Copy As" File menu item
585 $ (should match the dialog title specified in message 42 of set 5)
586 $ ***UNUSED***  This label is no longer used and need not be localized.
587 107 A
588 108 Copy As...
589
590 $ mnemonic and label for the "Copy To File" File menu item
591 $ (should match the dialog title specified in message 42 of set 5)
592 109 F
593 110 Copy To File...
594
595 $ mnemonic and label for the "Wrap To Fit" toggle button
596 111 W
597 112 Wrap To Fit
598
599 $ label for the "Print" item
600 113 Print
601
602 $ ***********************************************************
603 $ **                                              helpCB.c **
604 $ **                                                       **
605 $ ** Messages and strings associated with online help.     **
606 $ **                                                       **
607 $ ***********************************************************
608 $set 12
609 $ Message used for "Help - On Item" if the user clicks outside application
610 1 You must select an item within the Text Editor.
611
612
613 $ ***********************************************************
614 $ **                                        ttMsgSupport.c **
615 $ **                                                       **
616 $ ** Messages and strings associated with ToolTalk.        **
617 $ **                                                       **
618 $ ***********************************************************
619 $set 13
620 1 Checkpoint save failed.
621 2 Checkpoint reply failed.
622
623 $ NEW message after the SAMPLE IMPLEMENTATION.... more errors/warnings can 
624 $ be detected while reading in a file via ToolTalk.
625 3 Unable to set contents of Text Editor (unknown reason).
626
627
628 $ ****************************************************************************
629 $ ****************************************************************************
630 $ **
631 $ **    SETS 14 - 15 WERE ADDED TO SUPPORT CDEnext PRINTING
632 $ **
633 $ **    The following set was added to support CDEnext printing based on
634 $ **    the Xp Print Server.
635 $ **
636 $ ****************************************************************************
637 $ ****************************************************************************
638
639 $ ****************************************************************************
640 $ ****************************************************************************
641 $ **
642 $ **    SET 14
643 $ **
644 $ ****************************************************************************
645 $ ****************************************************************************
646 $set 14
647 $
648 $       Messages 1 - 17 are used in printJob.
649 $
650 $       This is warning message is displayed when the user has provided
651 $       a margin specifier in the PrintSetup dialog which cannot be parsed.
652 $       
653 $quote "
654 1 "One of the following margin specifiers \n has incorrect syntax: \n %s \n %s \n %s \n %s \nUse default margins instead?"
655 $
656 $       Messages 2 - 7 are messages for errors which can occur in the
657 $       process of loading a dtpad document file for printing.  
658 $
659 2 "File does not exist."
660 3 "Specified file is a directory."
661 4 "File type error."
662 5 "File contains NULL characters."
663 6 "Unable to load file (insufficient memory)."
664 7 "File does not have read permissions"
665
666 $       Messages 8 - 11 are format strings used to construct the header
667 $       and footer strings which appear in the printing output.
668 $
669 $       Message 8 is the format string used to make a Date header/footer.
670 $       Message 9 is the format string used to make a DocName header/footer.
671 $       Message 10 is the format string used to make a Page# header/footer.
672 $       Message 11 is the format string used to make a UserName header/footer.
673 8 "Date:  %s"
674 9 "Document:  %s"
675 10 "Page %d of %d"
676 11 "Document For:  %s"
677
678 $
679 $       Messages 12 - 13 are used in printSetup to construct the
680 $       app-specific printing options for DtMail which will be included
681 $       in the DtPrintSetupBox.
682 $
683 $       Message 12 is the string labeling the field in the GUI which
684 $       contains the name of the document.
685 $       Message 13 is the label used on the Toggle Button to indicate that
686 $       lines which would extend beyond the edge of the printed page be 
687 $       "wrapped" to the next line.
688 12 "Document Name: "
689 13 "Wrap To Fit"
690
691
692 $       Messages 14 - 15 are status messages for the PrintToFile function.
693 $
694 $       Message 14 indicates that the PrintToFile function was unsuccessful.
695 $       Message 15 indicates that the PrintToFile function was successful.
696 $       NOTE: 'Print to File' should be translated as in 
697 $             DtPrint.msg:Set1, Msg3.
698 14 "'Print to File' was unsuccessful."
699 15 "'Print to File' completed successfully."
700
701 $          Messages 16 - 19 are obsolete, and have been replaced by 25
702 $
703 $       Messages 16 - 19 are status messages for the popup PDM function.
704 $
705 $       Message 16 indicates that there was no pdm deamon running.
706 $       Message 17 indicates that the pdm deamon was unable to start a pdm.
707 $       Message 18 indicates that the pdm couldnt connect to the video display.
708 $       Message 19 indicates that the pdm couldnt connect to the print display.
709 16 "No PDM found in the environment."
710 17 "Cannot start the PDM."
711 18 "PDM is not authorized to connect to Video display."
712 19 "PDM is not authorized to connect to Print display."
713
714 $       Messages 20 - 22 are status messages displayed while printing
715 $
716 $       Message 20 indicates that the user has asked to close the editor
717 $                  window.  Dtpad is prevented from doing so until the
718 $                  active print jobs have completed.
719 $       Message 21 status message displayed when the print job is started.
720 $       Message 22 status message displayed as the print job progresses.
721 20 "Close pending:  waiting for task to terminate ..."
722 21 "Printing %s ..."
723 22 "Printing %s: page %d of %d ..."
724
725 $       Message 23 is used in the construction of a title string for the
726 $                  Print Setup dialog.
727 23 "Print Setup - "
728
729 $       Message 24 is used to alert the user to the fact that the X Print
730 $                  Server cannot complete the print request due to a lack
731 $                  of resources.
732 $ "NEW-"
733 24 "The X Print Server is temporarily out of resources"
734
735 $       Messages 25 is used to handle errors from the PDM
736 25      "Print Dialog Manager (PDM) error - setup failed."
737
738 $ ****************************************************************************
739 $ ****************************************************************************
740 $ **
741 $ **    SET 15
742 $ **
743 $ ****************************************************************************
744 $ ****************************************************************************
745 $
746 $set 15
747 $
748 $       Messages 1-5 are used in printSetup.c in the pulldown menu for the
749 $       header/footer options in the print setup dialog.
750 $
751 $       Message 1 specifies that the page header/footer field be empty.
752 $       Message 2 put the Date in the page header/footer field.
753 $       Message 3 put the Document Name in the page header/footer field.
754 $       Message 4 put the Page Nmbr msg header in the page header/footer field.
755 $       Message 5 put the User Name msg header in the page header/footer field.
756 1 "Empty"
757 2 "Date"
758 3 "Document Name"
759 4 "Page Number"
760 5 "User Name"
761
762 $       Messages 6-9 are used to construct error messages informing users
763 $       that they have input an invalid print page margin specification for 
764 $
765 6 "Top Margin specifier is invalid:  "
766 7 "Right Margin specifier is invalid:  "
767 8 "Bottom Margin specifier is invalid:  "
768 9 "Left Margin specifier is invalid:  "