1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include "DocumentRenderer.hrc"
23 Resource _STR_IMPRESS_PRINT_UI_OPTIONS
25 String _STR_IMPRESS_PRINT_UI_GROUP_NAME
27 Text [en-US] = "%PRODUCTNAME %s";
29 String _STR_IMPRESS_PRINT_UI_PRINT_CONTENT
31 Text [ en-US ] = "Print content";
33 String _STR_IMPRESS_PRINT_UI_PRINT_GROUP
35 Text [ en-US ] = "Print";
37 String _STR_IMPRESS_PRINT_UI_CONTENT
39 Text [ en-US ] = "Document";
41 StringArray _STR_IMPRESS_PRINT_UI_CONTENT_CHOICES
51 String _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE
53 Text [ en-US ] = "Slides per page" ;
55 StringArray _STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES
59 < "According to layout" ; > ;
68 String _STR_IMPRESS_PRINT_UI_ORDER
70 Text [ en-US ] = "Order" ;
72 StringArray _STR_IMPRESS_PRINT_UI_ORDER_CHOICES
76 < "Left to right, then down" ; > ;
77 < "Top to bottom, then right" ; > ;
80 String _STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT
82 Text [ en-US ] = "~Contents";
84 String _STR_IMPRESS_PRINT_UI_IS_PRINT_NAME
86 Text [ en-US ] = "~Slide name";
88 String _STR_DRAW_PRINT_UI_IS_PRINT_NAME
90 Text [ en-US ] = "P~age name";
92 String _STR_IMPRESS_PRINT_UI_IS_PRINT_DATE
94 Text [ en-US ] = "~Date and time";
96 String _STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN
98 Text [ en-US ] = "Hidden pages";
100 String _STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP
102 Text [ en-US ] = "Output options";
104 String _STR_IMPRESS_PRINT_UI_QUALITY
106 Text [ en-US ] = "Color";
108 StringArray _STR_IMPRESS_PRINT_UI_QUALITY_CHOICES
112 < "Original colors" ; > ;
114 < "Black & white" ; > ;
117 String _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS
119 Text [ en-US ] = "~Size";
121 StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES
125 < "Original size" ; > ;
126 < "Fit to printable page" ; > ;
127 < "Distribute on multiple sheets of paper" ; > ;
128 < "Tile sheet of paper with repeated slides" ; > ;
131 StringArray _STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES_DRAW
135 < "Original size" ; > ;
136 < "Fit to printable page" ; > ;
137 < "Distribute on multiple sheets of paper" ; > ;
138 < "Tile sheet of paper with repeated pages" ; > ;
141 String _STR_IMPRESS_PRINT_UI_BROCHURE
143 Text [en-US] = "Brochure";
145 String _STR_IMPRESS_PRINT_UI_PAGE_SIDES
147 Text [ en-US ] = "Page sides";
149 String _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE
151 Text [ en-US ] = "Include";
153 StringArray _STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE_LIST
158 < "Front sides / right pages" ; > ;
159 < "Back sides / left pages" ; > ;
163 String _STR_IMPRESS_PRINT_UI_PAPER_TRAY_GROUP
165 Text [ en-US ] = "Paper tray";
167 String _STR_IMPRESS_PRINT_UI_PAPER_TRAY
169 Text [ en-US ] = "~Use only paper tray from printer preferences";
171 String _STR_IMPRESS_PRINT_UI_PAGE_RANGE
173 Text [en-US] = "Print range";
175 StringArray _STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE
185 StringArray _STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE
196 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */