office-gobmx/sd/source/ui/dlg/custsdlg.src
Rüdiger Timm a59fe6fa3a INTEGRATION: CWS ooo19126 (1.26.458); FILE MERGED
2005/09/05 13:21:41 rt 1.26.458.1: #i54170# Change license header: remove SISSL
2005-09-09 02:53:01 +00:00

222 lines
6.4 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: custsdlg.src,v $
*
* $Revision: 1.27 $
*
* last change: $Author: rt $ $Date: 2005-09-09 03:53: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 "custsdlg.hrc"
#include "app.hrc"
#include "helpids.h"
#define DIFF 20
#define DIFF_Y 17
ModalDialog DLG_CUSTOMSHOW
{
HelpID = SID_CUSTOMSHOW_DLG ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 175 + DIFF , 114 + DIFF_Y ) ;
Text [ de ] = "Individuelle Bildschirmpräsentationen" ;
Moveable = TRUE ;
Closeable = TRUE ;
PushButton BTN_NEW
{
Pos = MAP_APPFONT ( 120 + DIFF , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Neu..." ;
TabStop = TRUE ;
Text [ en-US ] = "~New..." ;
Text [ x-comment ] = " ";
};
PushButton BTN_EDIT
{
Pos = MAP_APPFONT ( 120 + DIFF , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Bearbeiten..." ;
TabStop = TRUE ;
Text [ en-US ] = "~Edit..." ;
Text [ x-comment ] = " ";
};
PushButton BTN_REMOVE
{
Pos = MAP_APPFONT ( 120 + DIFF , 40 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Löschen" ;
TabStop = TRUE ;
Text [ en-US ] = "~Delete" ;
Text [ x-comment ] = " ";
};
PushButton BTN_COPY
{
Pos = MAP_APPFONT ( 120 + DIFF , 57 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Kopieren" ;
TabStop = TRUE ;
Text [ en-US ] = "Cop~y" ;
Text [ x-comment ] = " ";
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 120 + DIFF , 74 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
PushButton BTN_STARTSHOW
{
Pos = MAP_APPFONT ( 120 + DIFF , 94 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "S~tarten" ;
TabStop = TRUE ;
Text [ en-US ] = "~Start" ;
Text [ x-comment ] = " ";
};
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 120 + DIFF , 94 + DIFF_Y ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
Text [ de ] = "~Schließen" ;
TabStop = TRUE ;
DefButton = TRUE ;
Text [ en-US ] = "~Close" ;
Text [ x-comment ] = " ";
};
ListBox LB_CUSTOMSHOWS
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 6 ) ;
Size = MAP_APPFONT ( 102 + DIFF , 86 + DIFF_Y ) ;
TabStop = TRUE ;
};
CheckBox CBX_USE_CUSTOMSHOW
{
Pos = MAP_APPFONT ( 6 , 96 + DIFF_Y ) ;
Size = MAP_APPFONT ( 112 + DIFF , 12 ) ;
Text [ de ] = "~Individuelle Bildschirmpräsentation benutzen" ;
TabStop = TRUE ;
Text [ en-US ] = "~Use Custom Slide Show" ;
Text [ x-comment ] = " ";
};
Text [ en-US ] = "Custom Slide Shows" ;
Text [ x-comment ] = " ";
};
ModalDialog DLG_DEFINE_CUSTOMSHOW
{
HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 248 , 117 ) ;
Text [ de ] = "Individuelle Bildschirmpräsentation definieren" ;
Moveable = TRUE ;
Closeable = TRUE ;
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 187 , 6 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BTN_CANCEL
{
Pos = MAP_APPFONT ( 187 , 23 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton BTN_HELP
{
Pos = MAP_APPFONT ( 187 , 43 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
FixedText FT_NAME
{
Pos = MAP_APPFONT ( 6 , 8 ) ;
Size = MAP_APPFONT ( 30 , 10 ) ;
Text [ de ] = "Name" ;
Text [ en-US ] = "Name" ;
Text [ x-comment ] = " ";
};
Edit EDT_NAME
{
Border = TRUE ;
Pos = MAP_APPFONT ( 38 , 6 ) ;
Size = MAP_APPFONT ( 141 , 12 ) ;
TabStop = TRUE ;
};
MultiListBox LB_PAGES
{
Border = TRUE ;
Pos = MAP_APPFONT ( 6 , 35 ) ;
Size = MAP_APPFONT ( 75 , 75 ) ;
TabStop = TRUE ;
SimpleMode = TRUE ;
};
PushButton BTN_ADD
{
Pos = MAP_APPFONT ( 84 , 67 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
Text = "~>>" ;
TabStop = TRUE ;
};
Control LB_CUSTOM_PAGES
{
HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
Border = TRUE ;
Pos = MAP_APPFONT ( 103 , 35 ) ;
Size = MAP_APPFONT ( 75 , 75 ) ;
TabStop = TRUE ;
};
PushButton BTN_REMOVE
{
Pos = MAP_APPFONT ( 84 , 95 ) ;
Size = MAP_APPFONT ( 14 , 14 ) ;
Text = "~<<" ;
TabStop = TRUE ;
};
FixedText FT_PAGES
{
Pos = MAP_APPFONT ( 6 , 24 ) ;
Size = MAP_APPFONT ( 83 , 10 ) ;
Text [ de ] = "Seiten der Präsentation" ;
Text [ en-US ] = "Existing slides" ;
Text [ x-comment ] = " ";
};
FixedText FT_CUSTOM_PAGES
{
Pos = MAP_APPFONT ( 103 , 24 ) ;
Size = MAP_APPFONT ( 80 , 10 ) ;
Text [ de ] = "Individuelle Präsentation" ;
Text [ en-US ] = "Selected slides" ;
Text [ x-comment ] = " ";
};
Text [ en-US ] = "Define Custom Slide Show" ;
Text [ x-comment ] = " ";
};