1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "app.hrc"
25#include "DocumentRenderer.hrc"
26
27Resource _STR_IMPRESS_PRINT_UI_OPTIONS
28{
29    String _STR_IMPRESS_PRINT_UI_GROUP_NAME
30    {
31        Text [en-US] = "%PRODUCTNAME %s";
32    };
33    String _STR_IMPRESS_PRINT_UI_PRINT_CONTENT
34    {
35        Text [ en-US ] = "Print content";
36    };
37    String _STR_IMPRESS_PRINT_UI_PRINT_GROUP
38    {
39        Text [ en-US ] = "Print";
40    };
41    String _STR_IMPRESS_PRINT_UI_CONTENT
42    {
43        Text [ en-US ] = "Document";
44    };
45    StringArray _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
46    {
47        ItemList [ en-US ] =
48        {
49			< "Slides" ; > ;
50			< "Handouts" ; > ;
51			< "Notes" ; > ;
52			< "Outline" ; > ;
53		};
54    };
55	String _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
56	{
57		Text [ en-US ] = "Slides per page" ;
58	};
59	StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
60	{
61		ItemList [ en-US ] =
62		{
63			< "Default" ; > ;
64			< "1" ; > ;
65			< "2" ; > ;
66			< "3" ; > ;
67			< "4" ; > ;
68			< "6" ; > ;
69			< "9" ; > ;
70		};
71	};
72	String _STR_IMPRESS_PRINT_UI_ORDER
73	{
74		Text [ en-US ] = "Order" ;
75	};
76	StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES
77	{
78		ItemList [ en-US ] =
79		{
80			< "Left to right, then down" ; > ;
81			< "Top to bottom, then right" ; > ;
82		};
83	};
84    String _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
85    {
86        Text [ en-US ] = "~Contents";
87    };
88    String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
89    {
90        Text [ en-US ] = "~Slide name";
91    };
92    String _STR_DRAW_PRINT_UI_IS_PRINT_NAME
93    {
94        Text [ en-US ] = "P~age name";
95    };
96    String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
97    {
98        Text [ en-US ] = "~Date and time";
99    };
100    String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
101    {
102        Text [ en-US ] = "Hidden pages";
103    };
104    String _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
105    {
106        Text [ en-US ] = "Output options";
107    };
108    String _STR_IMPRESS_PRINT_UI_QUALITY
109    {
110        Text [ en-US ] = "Color";
111    };
112    StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
113    {
114        ItemList [ en-US ] =
115        {
116			< "Original colors" ; > ;
117			< "Grayscale" ; > ;
118			< "Black & white" ; > ;
119		};
120    };
121    String _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
122    {
123        Text [ en-US ] = "~Size";
124    };
125    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
126    {
127        ItemList [ en-US ] =
128        {
129			< "Original size" ; > ;
130			< "Fit to printable page" ; > ;
131			< "Distribute on multiple sheets of paper" ; > ;
132			< "Tile sheet of paper with repeated slides" ; > ;
133		};
134    };
135    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
136    {
137        ItemList [ en-US ] =
138        {
139			< "Original size" ; > ;
140			< "Fit to printable page" ; > ;
141			< "Distribute on multiple sheets of paper" ; > ;
142			< "Tile sheet of paper with repeated pages" ; > ;
143		};
144    };
145    String _STR_IMPRESS_PRINT_UI_BROCHURE
146    {
147        Text [en-US] = "Brochure";
148    };
149    String _STR_IMPRESS_PRINT_UI_PAGE_SIDES
150    {
151        Text [ en-US ] = "Page sides";
152    };
153    String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
154    {
155        Text [ en-US ] = "Include";
156    };
157    StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
158    {
159        ItemList [ en-US ] =
160        {
161			< "All pages" ; > ;
162			< "Front sides / right pages" ; > ;
163			< "Back sides / left pages" ; > ;
164		};
165    };
166
167    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
168    {
169        Text [ en-US ] = "Paper tray";
170    };
171    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY
172    {
173        Text [ en-US ] = "~Use only paper tray from printer preferences";
174    };
175    String _STR_IMPRESS_PRINT_UI_PAGE_RANGE
176    {
177        Text [en-US] = "Print range";
178    };
179    StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
180    {
181        ItemList [ en-US ] =
182        {
183            < "~All slides"; >;
184            < "~Slides"; >;
185            < "Se~lection"; >;
186        };
187    };
188
189    StringArray _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
190    {
191        ItemList [ en-US ] =
192        {
193            < "~All pages"; >;
194            < "Pa~ges"; >;
195            < "Se~lection"; >;
196        };
197    };
198};
199