f0b201f4f2
2007/03/20 14:38:21 ihi 1.29.360.1: #i72301# Remove German
125 lines
2.8 KiB
Text
125 lines
2.8 KiB
Text
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: inspagob.src,v $
|
|
*
|
|
* $Revision: 1.30 $
|
|
*
|
|
* last change: $Author: ihi $ $Date: 2007-04-19 12:26:36 $
|
|
*
|
|
* 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 "helpids.h"
|
|
#include "inspagob.hrc"
|
|
|
|
ModalDialog DLG_INSERT_PAGES_OBJS
|
|
{
|
|
HelpID = DLG_INSERT_PAGES_OBJS ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 200 , 128 ) ;
|
|
/* ### ACHTUNG: Neuer Text in Resource? Seiten/Objekte einfügen : Seiten/Objekte einf³gen */
|
|
Moveable = TRUE ;
|
|
Text [ en-US ] = "Insert Slides/Objects" ;
|
|
OKButton BTN_OK
|
|
{
|
|
Pos = MAP_APPFONT ( 144 , 6 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton BTN_CANCEL
|
|
{
|
|
Pos = MAP_APPFONT ( 144 , 23 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
HelpButton BTN_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 144 , 46 ) ;
|
|
Size = MAP_APPFONT ( 50 , 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
Control LB_TREE
|
|
{
|
|
HelpId = HID_SD_PAGEOBJSTLB;
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 6 , 6 ) ;
|
|
Size = MAP_APPFONT ( 132 , 88 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
CheckBox CBX_LINK
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 100 ) ;
|
|
Size = MAP_APPFONT ( 140 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Link" ;
|
|
};
|
|
CheckBox CBX_CHECK_MASTERS
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 114 ) ;
|
|
Size = MAP_APPFONT ( 140 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Delete unused backg~rounds";
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|