summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/DocumentRenderer.src
blob: c69a6ffe64692bbf3e59dae41d12c290f2559a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2008 by Sun Microsystems, Inc.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * $RCSfile: printdialog.src,v $
 * $Revision: 1.3 $
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include "app.hrc"
#include "DocumentRenderer.hrc"

Resource _STR_IMPRESS_PRINT_UI_OPTIONS
{
    String _STR_IMPRESS_PRINT_UI_GROUP_NAME
    {
        Text [en-US] = "%PRODUCTNAME %s";
    };
    String _STR_IMPRESS_PRINT_UI_PRINT_CONTENT
    {
        Text [ en-US ] = "Print content";
    };
    String _STR_IMPRESS_PRINT_UI_PRINT_GROUP
    {
        Text [ en-US ] = "Print";
    };
    String _STR_IMPRESS_PRINT_UI_CONTENT
    {
        Text [ en-US ] = "Document";
    };
    StringArray _STR_IMPRESS_PRINT_UI_CONTENT_HELP
    {
        ItemList [ en-US ] =
        {
           < "Select which parts of the document should be printed"; >;
           < "Select which parts of the document should be printed"; >;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
    {
        ItemList [ en-US ] =
        {
            < "Slides" ; > ;
            < "Handouts" ; > ;
            < "Notes" ; > ;
            < "Outline" ; > ;
        };
    };
    String _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
    {
        Text [ en-US ] = "Slides per page" ;
    };
    StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
    {
        ItemList [ en-US ] =
        {
            < "1" ; > ;
            < "2" ; > ;
            < "3" ; > ;
            < "4" ; > ;
            < "6" ; > ;
            < "9" ; > ;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES_HELP
    {
        ItemList [ en-US ] =
        {
            < "Select how many slides to print per page." ; >;
            < "Select how many slides to print per page." ; >;
        };
    };
    String _STR_IMPRESS_PRINT_UI_ORDER
    {
        Text [ en-US ] = "Order" ;
    };
    StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES
    {
        ItemList [ en-US ] =
        {
            < "Left to right, then down" ; > ;
            < "Top to bottom, then right" ; > ;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES_HELP
    {
        ItemList [ en-US ] =
        {
            < "Specify how to arrange slides on the printed page." ; > ;
            < "Arrange slides horizontally" ; > ;
            < "Arrange slides vertically" ; > ;
        };
    };
    String _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
    {
        Text [ en-US ] = "~Contents";
    };
    String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
    {
        Text [ en-US ] = "~Slide name";
    };
    String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME_HELP
    {
        Text [ en-US ] = "Specifies whether to print the page name of a document.";
    };
    String _STR_DRAW_PRINT_UI_IS_PRINT_NAME
    {
        Text [ en-US ] = "P~age name";
    };
    String _STR_DRAW_PRINT_UI_IS_PRINT_NAME_HELP
    {
        Text [ en-US ] = "Specifies whether to print the page name of a document.";
    };
    String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
    {
        Text [ en-US ] = "~Date and time";
    };
    String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE_HELP
    {
        Text [ en-US ] = "Specifies whether to print the current date and time.";
    };
    String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
    {
        Text [ en-US ] = "Hidden pages";
    };
    String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN_HELP
    {
        Text [ en-US ] = "Specifies whether to print the pages that are currently hidden from the application.";
    };

    String _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
    {
        Text [ en-US ] = "Output options";
    };
    String _STR_IMPRESS_PRINT_UI_QUALITY
    {
        Text [ en-US ] = "Color";
    };
    StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
    {
        ItemList [ en-US ] =
        {
            < "Original colors" ; > ;
            < "Grayscale" ; > ;
            < "Black & White" ; > ;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES_HELP
    {
        ItemList [ en-US ] =
        {
            < "Specify how to treat colors in the printout."; >;
            < "Specifies that you want to print in original colors." ; > ;
            < "Specifies that you want to print colors as grayscale." ; > ;
            < "Specifies that you want to print in black and white." ; > ;
        };
    };

    String _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
    {
        Text [ en-US ] = "~Size";
    };
    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
    {
        ItemList [ en-US ] =
        {
            < "Original size" ; > ;
            < "Fit to printable page" ; > ;
            < "Distribute on multiple paper sheets" ; > ;
            < "Tile paper sheet with repeated slides" ; > ;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
    {
        ItemList [ en-US ] =
        {
            < "Original size" ; > ;
            < "Fit to printable page" ; > ;
            < "Distribute on multiple paper sheets" ; > ;
            < "Tile paper sheet with repeated pages" ; > ;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_HELP
    {
        ItemList [ en-US ] =
        {
            < "Specify how to scale slides in the printout."; >;
            < "Specifies that you do not want to further scale pages when printing." ; > ;
            < "Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer." ; > ;
            < "Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, several pages or slides will be printed on one page of paper." ; > ;
        };
    };
    String _STR_IMPRESS_PRINT_UI_BROCHURE
    {
        Text [en-US] = "Brochure";
    };
    String _STR_IMPRESS_PRINT_UI_BROCHURE_HELP
    {
        Text [en-US] = "Select the \"Brochure\" option to print the document in brochure format.";
    };
    String _STR_IMPRESS_PRINT_UI_PAGE_SIDES
    {
        Text [ en-US ] = "Page sides";
    };
    String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
    {
        Text [ en-US ] = "Include";
    };
    String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_HELP
    {
        Text [ en-US ] = "Select which pages of a brochure to print.";
    };
    StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
    {
        ItemList [ en-US ] =
        {
            < "All pages" ; > ;
            < "Front sides / right pages" ; > ;
            < "Back sides / left pages" ; > ;
        };
    };
    StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST_HELP
    {
        ItemList [ en-US ] =
        {
            < "Print all pages of a brochure." ; > ;
            < "Print only front pages of a brochure." ; > ;
            < "Print only back pages of a brochure." ; > ;
        };
    };

    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
    {
        Text [ en-US ] = "Paper tray";
    };
    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY
    {
        Text [ en-US ] = "~Use only paper tray from printer preferences";
    };
    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_HELP
    {
        Text [ en-US ] = "Determines that the paper tray to be used is the one defined in the printer setup.";
    };
    String _STR_IMPRESS_PRINT_UI_PAGE_RANGE
    {
        Text [en-US] = "Print range";
    };
    StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
    {
        ItemList [ en-US ] =
        {
            < "~All slides"; >;
            < "~Slides"; >;
            < "Se~lection"; >;
        };
    };

    StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE_HELP
    {
        ItemList [ en-US ] =
        {
            < "Print the whole document."; >;
            < "Print a specified range of the document."; >;
            < "Print only the currently selected content."; >;
        };
    };

    StringArray _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
    {
        ItemList [ en-US ] =
        {
            < "~All pages"; >;
            < "Pa~ges"; >;
            < "Se~lection"; >;
        };
    };
};