1*3c07ef42SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*3c07ef42SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*3c07ef42SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*3c07ef42SAndrew Rist * distributed with this work for additional information 6*3c07ef42SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*3c07ef42SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*3c07ef42SAndrew Rist * "License"); you may not use this file except in compliance 9*3c07ef42SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*3c07ef42SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*3c07ef42SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*3c07ef42SAndrew Rist * software distributed under the License is distributed on an 15*3c07ef42SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*3c07ef42SAndrew Rist * KIND, either express or implied. See the License for the 17*3c07ef42SAndrew Rist * specific language governing permissions and limitations 18*3c07ef42SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*3c07ef42SAndrew Rist *************************************************************/ 21*3c07ef42SAndrew Rist 22*3c07ef42SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "prnsetup.hrc" 25cdf0e10cSrcweir 26cdf0e10cSrcweirString STR_SVT_PRNDLG_READY 27cdf0e10cSrcweir{ 28cdf0e10cSrcweir Text [ en-US ] = "Ready" ; 29cdf0e10cSrcweir}; 30cdf0e10cSrcweirString STR_SVT_PRNDLG_PAUSED 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir Text [ en-US ] = "Paused" ; 33cdf0e10cSrcweir}; 34cdf0e10cSrcweirString STR_SVT_PRNDLG_PENDING 35cdf0e10cSrcweir{ 36cdf0e10cSrcweir Text [ en-US ] = "Pending deletion" ; 37cdf0e10cSrcweir}; 38cdf0e10cSrcweirString STR_SVT_PRNDLG_BUSY 39cdf0e10cSrcweir{ 40cdf0e10cSrcweir Text [ en-US ] = "Busy" ; 41cdf0e10cSrcweir}; 42cdf0e10cSrcweirString STR_SVT_PRNDLG_INITIALIZING 43cdf0e10cSrcweir{ 44cdf0e10cSrcweir Text [ en-US ] = "Initializing" ; 45cdf0e10cSrcweir}; 46cdf0e10cSrcweirString STR_SVT_PRNDLG_WAITING 47cdf0e10cSrcweir{ 48cdf0e10cSrcweir Text [ en-US ] = "Waiting" ; 49cdf0e10cSrcweir}; 50cdf0e10cSrcweirString STR_SVT_PRNDLG_WARMING_UP 51cdf0e10cSrcweir{ 52cdf0e10cSrcweir Text [ en-US ] = "Warming up" ; 53cdf0e10cSrcweir}; 54cdf0e10cSrcweirString STR_SVT_PRNDLG_PROCESSING 55cdf0e10cSrcweir{ 56cdf0e10cSrcweir Text [ en-US ] = "Processing" ; 57cdf0e10cSrcweir}; 58cdf0e10cSrcweirString STR_SVT_PRNDLG_PRINTING 59cdf0e10cSrcweir{ 60cdf0e10cSrcweir Text [ en-US ] = "Printing" ; 61cdf0e10cSrcweir}; 62cdf0e10cSrcweirString STR_SVT_PRNDLG_OFFLINE 63cdf0e10cSrcweir{ 64cdf0e10cSrcweir Text [ en-US ] = "Offline" ; 65cdf0e10cSrcweir}; 66cdf0e10cSrcweirString STR_SVT_PRNDLG_ERROR 67cdf0e10cSrcweir{ 68cdf0e10cSrcweir Text [ en-US ] = "Error" ; 69cdf0e10cSrcweir}; 70cdf0e10cSrcweirString STR_SVT_PRNDLG_SERVER_UNKNOWN 71cdf0e10cSrcweir{ 72cdf0e10cSrcweir Text [ en-US ] = "Unknown Server" ; 73cdf0e10cSrcweir}; 74cdf0e10cSrcweirString STR_SVT_PRNDLG_PAPER_JAM 75cdf0e10cSrcweir{ 76cdf0e10cSrcweir Text [ en-US ] = "Paper jam" ; 77cdf0e10cSrcweir}; 78cdf0e10cSrcweirString STR_SVT_PRNDLG_PAPER_OUT 79cdf0e10cSrcweir{ 80cdf0e10cSrcweir Text [ en-US ] = "Not enough paper" ; 81cdf0e10cSrcweir}; 82cdf0e10cSrcweirString STR_SVT_PRNDLG_MANUAL_FEED 83cdf0e10cSrcweir{ 84cdf0e10cSrcweir Text [ en-US ] = "Manual feed" ; 85cdf0e10cSrcweir}; 86cdf0e10cSrcweirString STR_SVT_PRNDLG_PAPER_PROBLEM 87cdf0e10cSrcweir{ 88cdf0e10cSrcweir Text [ en-US ] = "Paper problem" ; 89cdf0e10cSrcweir}; 90cdf0e10cSrcweirString STR_SVT_PRNDLG_IO_ACTIVE 91cdf0e10cSrcweir{ 92cdf0e10cSrcweir Text [ en-US ] = "I/O active" ; 93cdf0e10cSrcweir}; 94cdf0e10cSrcweirString STR_SVT_PRNDLG_OUTPUT_BIN_FULL 95cdf0e10cSrcweir{ 96cdf0e10cSrcweir Text [ en-US ] = "Output bin full" ; 97cdf0e10cSrcweir}; 98cdf0e10cSrcweirString STR_SVT_PRNDLG_TONER_LOW 99cdf0e10cSrcweir{ 100cdf0e10cSrcweir Text [ en-US ] = "Toner low" ; 101cdf0e10cSrcweir}; 102cdf0e10cSrcweirString STR_SVT_PRNDLG_NO_TONER 103cdf0e10cSrcweir{ 104cdf0e10cSrcweir Text [ en-US ] = "No toner" ; 105cdf0e10cSrcweir}; 106cdf0e10cSrcweirString STR_SVT_PRNDLG_PAGE_PUNT 107cdf0e10cSrcweir{ 108cdf0e10cSrcweir Text [ en-US ] = "Delete Page" ; 109cdf0e10cSrcweir}; 110cdf0e10cSrcweirString STR_SVT_PRNDLG_USER_INTERVENTION 111cdf0e10cSrcweir{ 112cdf0e10cSrcweir Text [ en-US ] = "User intervention necessary" ; 113cdf0e10cSrcweir}; 114cdf0e10cSrcweirString STR_SVT_PRNDLG_OUT_OF_MEMORY 115cdf0e10cSrcweir{ 116cdf0e10cSrcweir Text [ en-US ] = "Insufficient memory" ; 117cdf0e10cSrcweir}; 118cdf0e10cSrcweirString STR_SVT_PRNDLG_DOOR_OPEN 119cdf0e10cSrcweir{ 120cdf0e10cSrcweir Text [ en-US ] = "Cover open" ; 121cdf0e10cSrcweir}; 122cdf0e10cSrcweirString STR_SVT_PRNDLG_POWER_SAVE 123cdf0e10cSrcweir{ 124cdf0e10cSrcweir Text [ en-US ] = "Power save mode" ; 125cdf0e10cSrcweir}; 126cdf0e10cSrcweirString STR_SVT_PRNDLG_DEFPRINTER 127cdf0e10cSrcweir{ 128cdf0e10cSrcweir Text [ en-US ] = "Default printer" ; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweirString STR_SVT_PRNDLG_JOBCOUNT 131cdf0e10cSrcweir{ 132cdf0e10cSrcweir Text [ en-US ] = "%d documents" ; 133cdf0e10cSrcweir}; 134cdf0e10cSrcweir 135cdf0e10cSrcweirModalDialog DLG_SVT_PRNDLG_PRNSETUPDLG 136cdf0e10cSrcweir{ 137cdf0e10cSrcweir HelpID = "svtools:ModalDialog:DLG_SVT_PRNDLG_PRNSETUPDLG"; 138cdf0e10cSrcweir OutputSize = TRUE ; 139cdf0e10cSrcweir SVLook = TRUE ; 140cdf0e10cSrcweir Moveable = TRUE ; 141cdf0e10cSrcweir Size = MAP_APPFONT ( 260 , 104 ) ; 142cdf0e10cSrcweir Text [ en-US ] = "Printer Setup" ; 143cdf0e10cSrcweir FixedLine FL_PRINTER 144cdf0e10cSrcweir { 145cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 146cdf0e10cSrcweir Size = MAP_APPFONT ( 248 , 8 ) ; 147cdf0e10cSrcweir Text [ en-US ] = "Printer" ; 148cdf0e10cSrcweir }; 149cdf0e10cSrcweir FixedText FT_NAME 150cdf0e10cSrcweir { 151cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 14 ) ; 152cdf0e10cSrcweir Size = MAP_APPFONT ( 45 , 10 ) ; 153cdf0e10cSrcweir Text [ en-US ] = "~Name" ; 154cdf0e10cSrcweir }; 155cdf0e10cSrcweir ListBox LB_NAMES 156cdf0e10cSrcweir { 157cdf0e10cSrcweir HelpID = "svtools:ListBox:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES"; 158cdf0e10cSrcweir Border = TRUE ; 159cdf0e10cSrcweir Pos = MAP_APPFONT ( 60 , 12 ) ; 160cdf0e10cSrcweir Size = MAP_APPFONT ( 125 , 80 ) ; 161cdf0e10cSrcweir DropDown = TRUE ; 162cdf0e10cSrcweir Sort = TRUE ; 163cdf0e10cSrcweir }; 164cdf0e10cSrcweir PushButton BTN_PROPERTIES 165cdf0e10cSrcweir { 166cdf0e10cSrcweir HelpID = "svtools:PushButton:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES"; 167cdf0e10cSrcweir Pos = MAP_APPFONT ( 188 , 12 ) ; 168cdf0e10cSrcweir Size = MAP_APPFONT ( 60 , 14 ) ; 169cdf0e10cSrcweir Text [ en-US ] = "Propert~ies..." ; 170cdf0e10cSrcweir }; 171cdf0e10cSrcweir FixedText FT_STATUS 172cdf0e10cSrcweir { 173cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 29 ) ; 174cdf0e10cSrcweir Size = MAP_APPFONT ( 45 , 10 ) ; 175cdf0e10cSrcweir Text [ en-US ] = "Status" ; 176cdf0e10cSrcweir }; 177cdf0e10cSrcweir FixedText FI_STATUS 178cdf0e10cSrcweir { 179cdf0e10cSrcweir Pos = MAP_APPFONT ( 60 , 29 ) ; 180cdf0e10cSrcweir Size = MAP_APPFONT ( 188 , 10 ) ; 181cdf0e10cSrcweir }; 182cdf0e10cSrcweir FixedText FT_TYPE 183cdf0e10cSrcweir { 184cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 40 ) ; 185cdf0e10cSrcweir Size = MAP_APPFONT ( 45 , 10 ) ; 186cdf0e10cSrcweir Text [ en-US ] = "Type" ; 187cdf0e10cSrcweir }; 188cdf0e10cSrcweir FixedText FI_TYPE 189cdf0e10cSrcweir { 190cdf0e10cSrcweir Pos = MAP_APPFONT ( 60 , 40 ) ; 191cdf0e10cSrcweir Size = MAP_APPFONT ( 188 , 10 ) ; 192cdf0e10cSrcweir }; 193cdf0e10cSrcweir FixedText FT_LOCATION 194cdf0e10cSrcweir { 195cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 51 ) ; 196cdf0e10cSrcweir Size = MAP_APPFONT ( 45 , 10 ) ; 197cdf0e10cSrcweir Text [ en-US ] = "Location" ; 198cdf0e10cSrcweir }; 199cdf0e10cSrcweir FixedText FI_LOCATION 200cdf0e10cSrcweir { 201cdf0e10cSrcweir Pos = MAP_APPFONT ( 60 , 51 ) ; 202cdf0e10cSrcweir Size = MAP_APPFONT ( 188 , 10 ) ; 203cdf0e10cSrcweir }; 204cdf0e10cSrcweir FixedText FT_COMMENT 205cdf0e10cSrcweir { 206cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 62 ) ; 207cdf0e10cSrcweir Size = MAP_APPFONT ( 45 , 10 ) ; 208cdf0e10cSrcweir Text [ en-US ] = "Comment" ; 209cdf0e10cSrcweir }; 210cdf0e10cSrcweir FixedText FI_COMMENT 211cdf0e10cSrcweir { 212cdf0e10cSrcweir Pos = MAP_APPFONT ( 60 , 62 ) ; 213cdf0e10cSrcweir Size = MAP_APPFONT ( 188 , 10 ) ; 214cdf0e10cSrcweir }; 215cdf0e10cSrcweir FixedLine FL_SEPBUTTON 216cdf0e10cSrcweir { 217cdf0e10cSrcweir Pos = MAP_APPFONT ( 0, 78 ); 218cdf0e10cSrcweir Size = MAP_APPFONT ( 260, 2 ); 219cdf0e10cSrcweir }; 220cdf0e10cSrcweir PushButton BTN_OPTIONS 221cdf0e10cSrcweir { 222cdf0e10cSrcweir HelpID = "svtools:PushButton:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_OPTIONS"; 223cdf0e10cSrcweir Pos = MAP_APPFONT ( 5 , 84 ) ; 224cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 225cdf0e10cSrcweir Text [ en-US ] = "~Options..." ; 226cdf0e10cSrcweir }; 227cdf0e10cSrcweir OKButton BTN_OK 228cdf0e10cSrcweir { 229cdf0e10cSrcweir Pos = MAP_APPFONT ( 95 , 84 ) ; 230cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 231cdf0e10cSrcweir DefButton = TRUE ; 232cdf0e10cSrcweir }; 233cdf0e10cSrcweir CancelButton BTN_CANCEL 234cdf0e10cSrcweir { 235cdf0e10cSrcweir Pos = MAP_APPFONT ( 148 , 84 ) ; 236cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 237cdf0e10cSrcweir }; 238cdf0e10cSrcweir HelpButton BTN_HELP 239cdf0e10cSrcweir { 240cdf0e10cSrcweir Pos = MAP_APPFONT ( 204 , 84 ) ; 241cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 242cdf0e10cSrcweir }; 243cdf0e10cSrcweir}; 244