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