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