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