Link with C++ linker
[oweals/cde.git] / cde / programs / dtprintegrate / dtlp.msg
1
2 $ "$XConsortium: dtlp.msg /main/5 1996/08/11 17:26:52 pascale $";
3
4 $ *************************************<+>*************************************
5 $ *****************************************************************************
6 $ **
7 $ **  File:        dtlp.msg
8 $ **
9 $ **  Project:     DT printer utility (dtlp)
10 $ **
11 $ **  Description:
12 $ **  -----------
13 $ **  This file is the source for the message catalog for dtlp
14 $ **
15 $ **
16 $ *****************************************************************************
17 $ **
18 $ ** (c) Copyright 1990, 1992, 1993, 1994 Hewlett-Packard Company
19 $ ** (c) Copyright 1994 International Business Machines Corp.
20 $ ** (c) Copyright 1994 Sun Microsystems, Inc.
21 $ ** (c) Copyright 1994 Novell, Inc.
22 $ **
23 $ **     All Rights reserved
24 $ **
25 $ *****************************************************************************
26 $ *************************************<+>*************************************
27
28 $ *************************************<L>*************************************
29 $ **  -----------------GENERAL LOCALIZATION NOTES SECTION---------------------
30 $ * Comment lines begin with a $ except $set which indicates the start of a 
31 $ * new set.
32 $ *
33 $ * Do not delete any comments; you may add comments for your use.
34 $ *
35 $ * You don't need to localize the following sets:
36 $ *
37 $ * Please localize the following sets:
38 $ *  sets 1
39 $ **  ----------------GENERAL LOCALIZATION NOTES SECTION END------------------
40 $ *************************************<L>*************************************
41
42 $quote "
43
44 $set 1
45 $
46 $  -- The first group of messages all appear on the Print dialog --
47 $
48
49
50 $  This is the message that appears in the "Printer Name:" field when no
51 $  printer name has been specified and no there is no default printer.
52 10 "Default"
53
54 $  This is the label that appears in the title bar of the print dialog.
55 20 "Print"
56
57 $  This is the label for the field indicating the file that will be printed.
58 30 "File:"
59
60 $  This is the label for the field indicating the name of the printer.
61 40 "Printer:"
62
63 $  This is the message that will appear in the "Printer:" field if no printer
64 $  has been specified.
65 50 "Default"
66
67 $  This is the label for the field indicating the number of copies to print.
68 60 "Copies:"
69
70 $  This is the label for the field indicating the title for the banner page.
71 70 "Banner Page Title:"
72
73 $  This is the label for the field indicating if page numbers are to be added.
74 80 "Print Page Numbers"
75
76 $  This is thef label for the field indicating additional options for the
77 $  "lp" command.
78 90 "Print Command Options:"
79
80 $  This is the label on the left button. Pushing this button causes the
81 $  dialog to disappear and the print operation to start.
82 100 "Print"
83
84 $  This is the label on the center button. Pushing this button causes the
85 $  dialog to disappear and cancels the print operation.
86 110 "Cancel"
87
88 $  This is the label on the right button. Pushing this button causes a
89 $  help dialog to be posted.
90 120 "Help"
91
92 $
93 $  -- The following are error messages. --
94 $
95
96 $  This message is posted when there is a problem with the file specified. 
97 $  The file name will be appended to the message. One additional message
98 $  from the list below will also be included in the dialog to provide
99 $  more details.
100 130 "Sorry--Unable to print:"
101
102 $  This message is added to the error dialog when the file is not printable 
103 $  or does not exist.
104 132 "This is not a printable file or doesn't exist."
105
106 $  This message is added to the error dialog when the file is not readable 
107 $  by the user invoking dtlp.
108 134 "You don't have permission to read that file."
109
110 $  This message is added to the error dialog when there is a general failure 
111 $  in setting up to print.
112 136 "Please check whether this file exists."
113
114 $  This is the label that appears in the title bar of the error dialog.
115 160 "Print Information"
116
117 $
118 $  -- Strings used in the Print dialog and Select Printer dialog in CDEnext --
119 $
120 $  This is the label for the field indicating the file(s) that will be printed.
121 170 "File Name(s): "
122
123 $  This is used as the window title of the Select Printer dialog and a button
124 $  in that dialog.
125 180 "Select Printer"
126
127 $  This is the label for the printer list in the Select Printer dialog.
128 190 "Available Printers:"
129
130 $  This is the label for the text box in the Select Printer dialog.
131 200 "Printer Information:"
132
133 $
134 $  -- The following are error messages added for CDEnext --
135 $
136 $  File is not printable or does not exist.
137 210 "That file is either not printable or it does not exist."
138
139 $  File is not printable or does not exist.
140 220 "There is either no printer defined for this system or no printer is enabled."
141
142 $  Printer does not exist.
143 230 "The printer does not exist."
144
145 $  Printer is not enabled.
146 240 "The printer is not enabled."
147
148 $  No default printer.
149 250 "There is not default printer destination."
150
151 $  Printer not accepting requests.
152 260 "The printer is currently not accepting requests."
153
154 $  Number of copies is not a positive integer.
155 270 "Number of copies must be a positive number."
156
157
158 $set 99
159 $    DO NOT TRANSLATE THESE MESSAGES
160 $    DO NOT CHANGE THESE MESSAGES
161 $    DO NOT LOCALIZE THESE MESSAGES
162 $    These messages are used for the version information.
163 $quote
164 1 @(#)version_goes_here
165 2 \n@(#)_DtMessage catalog source $XConsortium: dtlp.msg /main/5 1996/08/11 17:26:52 pascale $