office-gobmx/sd/source/ui/dlg/copydlg.src
Rüdiger Timm f6a0cf98bd INTEGRATION: CWS ooo19126 (1.36.458); FILE MERGED
2005/09/05 13:21:40 rt 1.36.458.1: #i54170# Change license header: remove SISSL
2005-09-09 02:52:25 +00:00

346 lines
8.3 KiB
Text
Raw Blame History

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: copydlg.src,v $
*
* $Revision: 1.37 $
*
* last change: $Author: rt $ $Date: 2005-09-09 03:52:25 $
*
* 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 "app.hrc"
#include "res_bmp.hrc"
#include "copydlg.hrc"
ModalDialog DLG_COPY
{
HelpID = SID_COPYOBJECTS ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 204 , 177 ) ;
Text [ de ] = "Duplizieren" ;
Text [ en-US ] = "Duplicate" ;
Moveable = TRUE ;
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 148 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 148 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 148 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
FixedText FT_COPIES
{
Pos = MAP_APPFONT ( 6 , 9 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "Anzahl an ~Kopien" ;
Text [ en-US ] = "Number of ~copies" ;
Text [ x-comment ] = " ";
};
NumericField NUM_FLD_COPIES
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 7 ) ;
Size = MAP_APPFONT ( 35 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 999 ;
StrictFormat = TRUE ;
First = 1 ;
Last = 999 ;
SpinSize = 1 ;
};
ImageButton BTN_SET_VIEWDATA
{
Pos = MAP_APPFONT ( 122 , 6 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
QuickHelpText [ de ] = "Werte von Selektion aufnehmen" ;
ButtonImage = Image
{
ImageBitmap = Bitmap { File = "pipette.bmp" ; };
MaskColor = IMAGE_MASK_STDCOLOR;
};
TabStop = TRUE ;
QuickHelpText [ en-US ] = "Values from Selection" ;
QuickHelpText [ x-comment ] = " ";
};
PushButton BTN_SET_DEFAULT
{
Pos = MAP_APPFONT ( 148 , 63 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Standard" ;
TabStop = TRUE ;
Text [ en-US ] = "~Default";
Text [ x-comment ] = " ";
};
MetricField MTR_FLD_ANGLE
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 69 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Maximum = 359 ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
CustomUnitText [ de ] = " Grad" ;
Last = 359 ;
SpinSize = 5 ;
CustomUnitText [ en-US ] = " degrees" ;
CustomUnitText [ x-comment ] = " ";
};
FixedText FT_ANGLE
{
Pos = MAP_APPFONT ( 12 , 71 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "~Drehwinkel" ;
Text [ en-US ] = "~Angle" ;
Text [ x-comment ] = " ";
};
FixedText FT_MOVE_X
{
Pos = MAP_APPFONT ( 12 , 39 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "~X-Achse" ;
Text [ en-US ] = "~X axis" ;
Text [ x-comment ] = " ";
};
MetricField MTR_FLD_MOVE_X
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 37 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -120000 ;
Maximum = 120000 ;
StrictFormat = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
First = -120000 ;
Last = 120000 ;
SpinSize = 100 ;
};
MetricField MTR_FLD_MOVE_Y
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 53 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -120000 ;
Maximum = 120000 ;
StrictFormat = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
First = -120000 ;
Last = 120000 ;
SpinSize = 100 ;
};
MetricField MTR_FLD_WIDTH
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 98 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -120000 ;
Maximum = 120000 ;
StrictFormat = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
First = -120000 ;
Last = 120000 ;
SpinSize = 100 ;
};
MetricField MTR_FLD_HEIGHT
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 114 ) ;
Size = MAP_APPFONT ( 45 , 12 ) ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = -120000 ;
Maximum = 120000 ;
StrictFormat = TRUE ;
DecimalDigits = 2 ;
Unit = FUNIT_MM ;
First = -120000 ;
Last = 120000 ;
SpinSize = 100 ;
};
FixedText FT_MOVE_Y
{
Pos = MAP_APPFONT ( 12 , 55 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "~Y-Achse" ;
Text [ en-US ] = "~Y axis" ;
Text [ x-comment ] = " ";
};
FixedText FT_WIDTH
{
Pos = MAP_APPFONT ( 12 , 100 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "~Breite" ;
Text [ en-US ] = "~Width" ;
Text [ x-comment ] = " ";
};
FixedText FT_HEIGHT
{
Pos = MAP_APPFONT ( 12 , 116 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "H<>h~e" ;
Text [ en-US ] = "~Height" ;
Text [ x-comment ] = " ";
};
FixedLine GRP_MOVEMENT
{
Pos = MAP_APPFONT ( 6 , 26 ) ;
Size = MAP_APPFONT ( 136 , 8 ) ;
Text [ de ] = "Verschiebung" ;
Text [ en-US ] = "Placement" ;
Text [ x-comment ] = " ";
};
FixedLine GRP_ENLARGEMENT
{
Pos = MAP_APPFONT ( 6 , 87 ) ;
Size = MAP_APPFONT ( 136 , 8 ) ;
Text [ de ] = "Vergr<67><72>erung" ;
Text [ en-US ] = "Enlargement" ;
Text [ x-comment ] = " ";
};
FixedLine GRP_COLOR
{
Pos = MAP_APPFONT ( 6 , 132 ) ;
Size = MAP_APPFONT ( 136 , 8 ) ;
Text [ de ] = "Farben" ;
Text [ en-US ] = "Colors" ;
Text [ x-comment ] = " ";
};
ListBox LB_START_COLOR
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 143 ) ;
Size = MAP_APPFONT ( 60 , 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
};
FixedText FT_START_COLOR
{
Pos = MAP_APPFONT ( 12 , 145 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "~Anfang" ;
Text [ en-US ] = "~Start" ;
Text [ x-comment ] = " ";
};
ListBox LB_END_COLOR
{
Border = TRUE ;
Pos = MAP_APPFONT ( 76 , 159 ) ;
Size = MAP_APPFONT ( 60 , 90 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
DDExtraWidth = TRUE ;
};
FixedText FT_END_COLOR
{
Pos = MAP_APPFONT ( 12 , 161 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
Text [ de ] = "E~nde" ;
Text [ en-US ] = "~End" ;
Text [ x-comment ] = " ";
};
Text [ x-comment ] = " ";
};