1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "app.hrc"
29#include "DocumentRenderer.hrc"
30
31Resource _STR_IMPRESS_PRINT_UI_OPTIONS
32{
33    String _STR_IMPRESS_PRINT_UI_GROUP_NAME
34    {
35        Text [en-US] = "%PRODUCTNAME %s";
36    };
37    String _STR_IMPRESS_PRINT_UI_PRINT_CONTENT
38    {
39        Text [ en-US ] = "Print content";
40    };
41    String _STR_IMPRESS_PRINT_UI_PRINT_GROUP
42    {
43        Text [ en-US ] = "Print";
44    };
45    String _STR_IMPRESS_PRINT_UI_CONTENT
46    {
47        Text [ en-US ] = "Document";
48    };
49    StringArray _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
50    {
51        ItemList [ en-US ] =
52        {
53			< "Slides" ; > ;
54			< "Handouts" ; > ;
55			< "Notes" ; > ;
56			< "Outline" ; > ;
57		};
58    };
59	String _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
60	{
61		Text [ en-US ] = "Slides per page" ;
62	};
63	StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
64	{
65		ItemList [ en-US ] =
66		{
67			< "Default" ; > ;
68			< "1" ; > ;
69			< "2" ; > ;
70			< "3" ; > ;
71			< "4" ; > ;
72			< "6" ; > ;
73			< "9" ; > ;
74		};
75	};
76	String _STR_IMPRESS_PRINT_UI_ORDER
77	{
78		Text [ en-US ] = "Order" ;
79	};
80	StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES
81	{
82		ItemList [ en-US ] =
83		{
84			< "Left to right, then down" ; > ;
85			< "Top to bottom, then right" ; > ;
86		};
87	};
88    String _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
89    {
90        Text [ en-US ] = "~Contents";
91    };
92    String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
93    {
94        Text [ en-US ] = "~Slide name";
95    };
96    String _STR_DRAW_PRINT_UI_IS_PRINT_NAME
97    {
98        Text [ en-US ] = "P~age name";
99    };
100    String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
101    {
102        Text [ en-US ] = "~Date and time";
103    };
104    String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
105    {
106        Text [ en-US ] = "Hidden pages";
107    };
108    String _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
109    {
110        Text [ en-US ] = "Output options";
111    };
112    String _STR_IMPRESS_PRINT_UI_QUALITY
113    {
114        Text [ en-US ] = "Color";
115    };
116    StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
117    {
118        ItemList [ en-US ] =
119        {
120			< "Original colors" ; > ;
121			< "Grayscale" ; > ;
122			< "Black & white" ; > ;
123		};
124    };
125    String _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
126    {
127        Text [ en-US ] = "~Size";
128    };
129    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
130    {
131        ItemList [ en-US ] =
132        {
133			< "Original size" ; > ;
134			< "Fit to printable page" ; > ;
135			< "Distribute on multiple sheets of paper" ; > ;
136			< "Tile sheet of paper with repeated slides" ; > ;
137		};
138    };
139    StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
140    {
141        ItemList [ en-US ] =
142        {
143			< "Original size" ; > ;
144			< "Fit to printable page" ; > ;
145			< "Distribute on multiple sheets of paper" ; > ;
146			< "Tile sheet of paper with repeated pages" ; > ;
147		};
148    };
149    String _STR_IMPRESS_PRINT_UI_BROCHURE
150    {
151        Text [en-US] = "Brochure";
152    };
153    String _STR_IMPRESS_PRINT_UI_PAGE_SIDES
154    {
155        Text [ en-US ] = "Page sides";
156    };
157    String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
158    {
159        Text [ en-US ] = "Include";
160    };
161    StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
162    {
163        ItemList [ en-US ] =
164        {
165			< "All pages" ; > ;
166			< "Front sides / right pages" ; > ;
167			< "Back sides / left pages" ; > ;
168		};
169    };
170
171    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
172    {
173        Text [ en-US ] = "Paper tray";
174    };
175    String _STR_IMPRESS_PRINT_UI_PAPER_TRAY
176    {
177        Text [ en-US ] = "~Use only paper tray from printer preferences";
178    };
179    String _STR_IMPRESS_PRINT_UI_PAGE_RANGE
180    {
181        Text [en-US] = "Print range";
182    };
183    StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
184    {
185        ItemList [ en-US ] =
186        {
187            < "~All slides"; >;
188            < "~Slides"; >;
189            < "Se~lection"; >;
190        };
191    };
192
193    StringArray _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
194    {
195        ItemList [ en-US ] =
196        {
197            < "~All pages"; >;
198            < "Pa~ges"; >;
199            < "Se~lection"; >;
200        };
201    };
202};
203