Files
libreoffice/sd/source/ui/dlg/prntopts.src
Rüdiger Timm c609859d41 INTEGRATION: CWS ooo19126 (1.36.178); FILE MERGED
2005/09/05 13:22:00 rt 1.36.178.1: #i54170# Change license header: remove SISSL
2005-09-09 03:17:01 +00:00

287 lines
7.5 KiB
Plaintext
Raw Blame History

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: prntopts.src,v $
*
* $Revision: 1.37 $
*
* last change: $Author: rt $ $Date: 2005-09-09 04:17:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 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
*
************************************************************************/
#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<69>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<65>" ;
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<67><72>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~<7E>ckseite" ;
TabStop = TRUE ;
Text [ en-US ] = "Ba~ck" ;
Text [ x-comment ] = " ";
};
CheckBox CBX_PAPERBIN
{
Pos = MAP_APPFONT ( 136 , 153 ) ;
Size = MAP_APPFONT ( 118 , 30 ) ;
Text [ de ] = "Papierschacht aus ~Druckereinstellung" ;
Text [ en-US ] = "Paper tray from printer s~ettings" ;
Text [ x-comment ] = " ";
WordBreak = TRUE ;
};
Text [ x-comment ] = " ";
};