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 "prnsetup.hrc" 29 30String STR_SVT_PRNDLG_READY 31{ 32 Text [ en-US ] = "Ready" ; 33}; 34String STR_SVT_PRNDLG_PAUSED 35{ 36 Text [ en-US ] = "Paused" ; 37}; 38String STR_SVT_PRNDLG_PENDING 39{ 40 Text [ en-US ] = "Pending deletion" ; 41}; 42String STR_SVT_PRNDLG_BUSY 43{ 44 Text [ en-US ] = "Busy" ; 45}; 46String STR_SVT_PRNDLG_INITIALIZING 47{ 48 Text [ en-US ] = "Initializing" ; 49}; 50String STR_SVT_PRNDLG_WAITING 51{ 52 Text [ en-US ] = "Waiting" ; 53}; 54String STR_SVT_PRNDLG_WARMING_UP 55{ 56 Text [ en-US ] = "Warming up" ; 57}; 58String STR_SVT_PRNDLG_PROCESSING 59{ 60 Text [ en-US ] = "Processing" ; 61}; 62String STR_SVT_PRNDLG_PRINTING 63{ 64 Text [ en-US ] = "Printing" ; 65}; 66String STR_SVT_PRNDLG_OFFLINE 67{ 68 Text [ en-US ] = "Offline" ; 69}; 70String STR_SVT_PRNDLG_ERROR 71{ 72 Text [ en-US ] = "Error" ; 73}; 74String STR_SVT_PRNDLG_SERVER_UNKNOWN 75{ 76 Text [ en-US ] = "Unknown Server" ; 77}; 78String STR_SVT_PRNDLG_PAPER_JAM 79{ 80 Text [ en-US ] = "Paper jam" ; 81}; 82String STR_SVT_PRNDLG_PAPER_OUT 83{ 84 Text [ en-US ] = "Not enough paper" ; 85}; 86String STR_SVT_PRNDLG_MANUAL_FEED 87{ 88 Text [ en-US ] = "Manual feed" ; 89}; 90String STR_SVT_PRNDLG_PAPER_PROBLEM 91{ 92 Text [ en-US ] = "Paper problem" ; 93}; 94String STR_SVT_PRNDLG_IO_ACTIVE 95{ 96 Text [ en-US ] = "I/O active" ; 97}; 98String STR_SVT_PRNDLG_OUTPUT_BIN_FULL 99{ 100 Text [ en-US ] = "Output bin full" ; 101}; 102String STR_SVT_PRNDLG_TONER_LOW 103{ 104 Text [ en-US ] = "Toner low" ; 105}; 106String STR_SVT_PRNDLG_NO_TONER 107{ 108 Text [ en-US ] = "No toner" ; 109}; 110String STR_SVT_PRNDLG_PAGE_PUNT 111{ 112 Text [ en-US ] = "Delete Page" ; 113}; 114String STR_SVT_PRNDLG_USER_INTERVENTION 115{ 116 Text [ en-US ] = "User intervention necessary" ; 117}; 118String STR_SVT_PRNDLG_OUT_OF_MEMORY 119{ 120 Text [ en-US ] = "Insufficient memory" ; 121}; 122String STR_SVT_PRNDLG_DOOR_OPEN 123{ 124 Text [ en-US ] = "Cover open" ; 125}; 126String STR_SVT_PRNDLG_POWER_SAVE 127{ 128 Text [ en-US ] = "Power save mode" ; 129}; 130String STR_SVT_PRNDLG_DEFPRINTER 131{ 132 Text [ en-US ] = "Default printer" ; 133}; 134String STR_SVT_PRNDLG_JOBCOUNT 135{ 136 Text [ en-US ] = "%d documents" ; 137}; 138 139ModalDialog DLG_SVT_PRNDLG_PRNSETUPDLG 140{ 141 HelpID = "svtools:ModalDialog:DLG_SVT_PRNDLG_PRNSETUPDLG"; 142 OutputSize = TRUE ; 143 SVLook = TRUE ; 144 Moveable = TRUE ; 145 Size = MAP_APPFONT ( 260 , 104 ) ; 146 Text [ en-US ] = "Printer Setup" ; 147 FixedLine FL_PRINTER 148 { 149 Pos = MAP_APPFONT ( 6 , 3 ) ; 150 Size = MAP_APPFONT ( 248 , 8 ) ; 151 Text [ en-US ] = "Printer" ; 152 }; 153 FixedText FT_NAME 154 { 155 Pos = MAP_APPFONT ( 12 , 14 ) ; 156 Size = MAP_APPFONT ( 45 , 10 ) ; 157 Text [ en-US ] = "~Name" ; 158 }; 159 ListBox LB_NAMES 160 { 161 HelpID = "svtools:ListBox:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES"; 162 Border = TRUE ; 163 Pos = MAP_APPFONT ( 60 , 12 ) ; 164 Size = MAP_APPFONT ( 125 , 80 ) ; 165 DropDown = TRUE ; 166 Sort = TRUE ; 167 }; 168 PushButton BTN_PROPERTIES 169 { 170 HelpID = "svtools:PushButton:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES"; 171 Pos = MAP_APPFONT ( 188 , 12 ) ; 172 Size = MAP_APPFONT ( 60 , 14 ) ; 173 Text [ en-US ] = "Propert~ies..." ; 174 }; 175 FixedText FT_STATUS 176 { 177 Pos = MAP_APPFONT ( 12 , 29 ) ; 178 Size = MAP_APPFONT ( 45 , 10 ) ; 179 Text [ en-US ] = "Status" ; 180 }; 181 FixedText FI_STATUS 182 { 183 Pos = MAP_APPFONT ( 60 , 29 ) ; 184 Size = MAP_APPFONT ( 188 , 10 ) ; 185 }; 186 FixedText FT_TYPE 187 { 188 Pos = MAP_APPFONT ( 12 , 40 ) ; 189 Size = MAP_APPFONT ( 45 , 10 ) ; 190 Text [ en-US ] = "Type" ; 191 }; 192 FixedText FI_TYPE 193 { 194 Pos = MAP_APPFONT ( 60 , 40 ) ; 195 Size = MAP_APPFONT ( 188 , 10 ) ; 196 }; 197 FixedText FT_LOCATION 198 { 199 Pos = MAP_APPFONT ( 12 , 51 ) ; 200 Size = MAP_APPFONT ( 45 , 10 ) ; 201 Text [ en-US ] = "Location" ; 202 }; 203 FixedText FI_LOCATION 204 { 205 Pos = MAP_APPFONT ( 60 , 51 ) ; 206 Size = MAP_APPFONT ( 188 , 10 ) ; 207 }; 208 FixedText FT_COMMENT 209 { 210 Pos = MAP_APPFONT ( 12 , 62 ) ; 211 Size = MAP_APPFONT ( 45 , 10 ) ; 212 Text [ en-US ] = "Comment" ; 213 }; 214 FixedText FI_COMMENT 215 { 216 Pos = MAP_APPFONT ( 60 , 62 ) ; 217 Size = MAP_APPFONT ( 188 , 10 ) ; 218 }; 219 FixedLine FL_SEPBUTTON 220 { 221 Pos = MAP_APPFONT ( 0, 78 ); 222 Size = MAP_APPFONT ( 260, 2 ); 223 }; 224 PushButton BTN_OPTIONS 225 { 226 HelpID = "svtools:PushButton:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_OPTIONS"; 227 Pos = MAP_APPFONT ( 5 , 84 ) ; 228 Size = MAP_APPFONT ( 50 , 14 ) ; 229 Text [ en-US ] = "~Options..." ; 230 }; 231 OKButton BTN_OK 232 { 233 Pos = MAP_APPFONT ( 95 , 84 ) ; 234 Size = MAP_APPFONT ( 50 , 14 ) ; 235 DefButton = TRUE ; 236 }; 237 CancelButton BTN_CANCEL 238 { 239 Pos = MAP_APPFONT ( 148 , 84 ) ; 240 Size = MAP_APPFONT ( 50 , 14 ) ; 241 }; 242 HelpButton BTN_HELP 243 { 244 Pos = MAP_APPFONT ( 204 , 84 ) ; 245 Size = MAP_APPFONT ( 50 , 14 ) ; 246 }; 247}; 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283