/************************************************************************* * * $RCSfile: prntopts.src,v $ * * $Revision: 1.35 $ * * last change: $Author: hjs $ $Date: 2004-06-26 18:02:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ #include "prntopts.hrc" #include "helpids.h" TabPage TP_PRINT_OPTIONS { HelpID = HID_SD_PRINT_OPTIONS ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Text [ de ] = "Optionen" ; Text [ en-US ] = "Options" ; Hide = TRUE; FixedLine GRP_PRINT { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "Inhalt" ; Text [ en-US ] = "Contents" ; Text [ x-comment ] = " "; }; CheckBox CBX_DRAW { TabStop = TRUE ; Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "Ze~ichnung" ; Text [ en-US ] = "~Drawing" ; Text [ x-comment ] = " "; }; CheckBox CBX_NOTES { Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "No~tizen" ; TabStop = TRUE ; Text [ en-US ] = "~Notes" ; Text [ x-comment ] = " "; }; CheckBox CBX_HANDOUTS { Pos = MAP_APPFONT ( 12 , 42 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "Handzette~l" ; TabStop = TRUE ; Text [ en-US ] = "Hando~uts" ; Text [ x-comment ] = " "; }; CheckBox CBX_OUTLINE { Pos = MAP_APPFONT ( 12 , 56 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "~Gliederung" ; TabStop = TRUE ; Text [ en-US ] = "Out~line" ; Text [ x-comment ] = " "; }; FixedLine FL_SEPARATOR1 { Pos = MAP_APPFONT ( 125 , 14 ) ; Size = MAP_APPFONT ( 4 , 52 ) ; Vert = TRUE ; }; FixedLine GRP_OUTPUT { Pos = MAP_APPFONT ( 130 , 3 ) ; Size = MAP_APPFONT ( 124 , 8 ) ; Text [ de ] = "Ausgabequalität" ; Text [ en-US ] = "Quality" ; Text [ x-comment ] = " "; }; RadioButton RBT_COLOR { Pos = MAP_APPFONT ( 136 , 14 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Standa~rd" ; Text [ en-US ] = "Default" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; RadioButton RBT_GRAYSCALE { Pos = MAP_APPFONT ( 136 , 28 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Graustu~fen" ; Text [ en-US ] = "Gra~yscale" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; RadioButton RBT_BLACKWHITE { Pos = MAP_APPFONT ( 136 , 42 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Schwarz~weiß" ; Text [ en-US ] = "Black & ~white" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; FixedLine GRP_PRINT_EXT { Pos = MAP_APPFONT ( 6 , 72 ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ de ] = "Drucken von" ; Text [ en-US ] = "Print" ; Text [ x-comment ] = " "; }; CheckBox CBX_PAGENAME { Pos = MAP_APPFONT ( 12 , 83 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "Seiten~name" ; Text [ en-US ] = "~Page name" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; CheckBox CBX_DATE { Pos = MAP_APPFONT ( 12 , 97 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "Dat~um" ; Text [ en-US ] = "D~ate" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; CheckBox CBX_TIME { Pos = MAP_APPFONT ( 12 , 111 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "Z~eit" ; Text [ en-US ] = "Ti~me" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; CheckBox CBX_HIDDEN_PAGES { Pos = MAP_APPFONT ( 12 , 125 ) ; // 120 , 14 Size = MAP_APPFONT ( 90 , 10 ) ; Text [ de ] = "Ausge~blendeten Seiten" ; TabStop = TRUE ; Text [ en-US ] = "H~idden pages" ; Text [ x-comment ] = " "; }; FixedLine FL_SEPARATOR2 { Pos = MAP_APPFONT ( 125 , 83 ) ; Size = MAP_APPFONT ( 4 , 80 ) ; Vert = TRUE ; }; FixedLine GRP_PAGE { Pos = MAP_APPFONT ( 130 , 72 ) ; Size = MAP_APPFONT ( 124 , 8 ) ; Text [ de ] = "Seitenoptionen" ; Text [ en-US ] = "Page options" ; Text [ x-comment ] = " "; }; RadioButton RBT_DEFAULT { Pos = MAP_APPFONT ( 136 , 83 ) ; Size = MAP_APPFONT ( 110 , 10 ) ; Text [ de ] = "St~andard" ; TabStop = TRUE ; Text [ en-US ] = "Default" ; Text [ x-comment ] = " "; }; RadioButton RBT_PAGESIZE { Pos = MAP_APPFONT ( 136 , 97 ) ; Size = MAP_APPFONT ( 110 , 10 ) ; Text [ de ] = "An ~Seitengröße anpassen" ; Text [ en-US ] = "~Fit to page" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; RadioButton RBT_PAGETILE { Pos = MAP_APPFONT ( 136 , 111 ) ; Size = MAP_APPFONT ( 110 , 10 ) ; Text [ de ] = "Seiten ~kacheln" ; TabStop = TRUE ; Text [ en-US ] = "~Tile pages" ; Text [ x-comment ] = " "; }; RadioButton RBT_BOOKLET { Pos = MAP_APPFONT ( 136, 125 ) ; Size = MAP_APPFONT ( 110 , 10 ) ; Text [ de ] = "~Prospekt" ; TabStop = TRUE ; Text [ en-US ] = "B~rochure" ; Text [ x-comment ] = " "; }; CheckBox CBX_FRONT { Pos = MAP_APPFONT ( 145 , 139 ) ; Size = MAP_APPFONT ( 53 , 10 ) ; Text [ de ] = "~Vorderseite" ; TabStop = TRUE ; Text [ en-US ] = "Fr~ont" ; Text [ x-comment ] = " "; }; CheckBox CBX_BACK { Pos = MAP_APPFONT ( 202 , 139 ) ; Size = MAP_APPFONT ( 50 , 10 ) ; Text [ de ] = "R~ückseite" ; TabStop = TRUE ; Text [ en-US ] = "Ba~ck" ; Text [ x-comment ] = " "; }; CheckBox CBX_PAPERBIN { Pos = MAP_APPFONT ( 136 , 153 ) ; Size = MAP_APPFONT ( 118 , 10 ) ; Text [ de ] = "Papierschacht aus ~Druckereinstellung" ; Text [ en-US ] = "Paper tray from printer s~ettings" ; Text [ x-comment ] = " "; }; Text [ x-comment ] = " "; };