office-gobmx/sd/source/ui/dlg/inspagob.src
Jens-Heiner Rechtien 594f43e1f0 INTEGRATION: CWS encup (1.27.340); FILE MERGED
2005/04/29 15:55:01 ihi 1.27.340.1: #i40603# German strings now UTF8 encoded
2005-09-23 11:33:42 +00:00

130 lines
3 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: inspagob.src,v $
*
* $Revision: 1.29 $
*
* last change: $Author: hr $ $Date: 2005-09-23 12:33:42 $
*
* 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 [ de ] = "Seiten/Objekte einfügen" ;
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
{
Text [ de ] = "~Verknüpfung" ;
Pos = MAP_APPFONT ( 6 , 100 ) ;
Size = MAP_APPFONT ( 140 , 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Link" ;
Text [ x-comment ] = " ";
};
CheckBox CBX_CHECK_MASTERS
{
Pos = MAP_APPFONT ( 6 , 114 ) ;
Size = MAP_APPFONT ( 140 , 12 ) ;
Text [ de ] = "~Nicht verwendete Hintergrundseiten löschen" ;
TabStop = TRUE ;
Text [ en-US ] = "Delete unused backg~rounds";
};
Text [ x-comment ] = " ";
};