2006/09/20 07:35:50 cl 1.45.238.8: #i12719# added support for multi monitors 2006/09/18 12:02:39 cl 1.45.238.7: #i12719# updated code to latest spec for multi display 2006/09/06 09:23:11 cl 1.45.238.6: #i12719# resized display listbox 2006/09/01 11:50:00 cl 1.45.238.5: #i12719# added support for span displays 2006/08/28 12:25:04 cl 1.45.238.4: RESYNC: (1.45-1.46); FILE MERGED 2006/07/20 13:23:39 cl 1.45.238.3: #i12719# added support for multi monitors 2006/07/19 15:44:38 cl 1.45.238.2: #i12719# added support for multi monitors 2006/07/18 07:58:04 cl 1.45.238.1: #i12719# added support for multi monitors
333 lines
9.4 KiB
Plaintext
333 lines
9.4 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: present.src,v $
|
|
*
|
|
* $Revision: 1.47 $
|
|
*
|
|
* last change: $Author: kz $ $Date: 2006-10-06 09:52:11 $
|
|
*
|
|
* 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 <svx/svxids.hrc>
|
|
#include "present.hrc"
|
|
|
|
#define DISTANCE 23
|
|
#define DISTANCE2 ((DISTANCE) + 81)
|
|
|
|
ModalDialog DLG_START_PRESENTATION
|
|
{
|
|
HelpID = SID_PRESENTATION ;
|
|
OutputSize = TRUE ;
|
|
SVLook = TRUE ;
|
|
Size = MAP_APPFONT ( 256, 205 ) ;
|
|
/* ### ACHTUNG: Neuer Text in Resource? Bildschirmpräsentation : Bildschirmprõsentation */
|
|
Text [ de ] = "Bildschirmpräsentation" ;
|
|
Text [ en-US ] = "Slide Show" ;
|
|
Moveable = TRUE ;
|
|
|
|
OKButton BTN_OK
|
|
{
|
|
Pos = MAP_APPFONT ( 200, 6 ) ;
|
|
Size = MAP_APPFONT ( 50, 14 ) ;
|
|
TabStop = TRUE ;
|
|
DefButton = TRUE ;
|
|
};
|
|
CancelButton BTN_CANCEL
|
|
{
|
|
Pos = MAP_APPFONT ( 200, 23 ) ;
|
|
Size = MAP_APPFONT ( 50, 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
HelpButton BTN_HELP
|
|
{
|
|
Pos = MAP_APPFONT ( 200, 43 ) ;
|
|
Size = MAP_APPFONT ( 50, 14 ) ;
|
|
TabStop = TRUE ;
|
|
};
|
|
|
|
FixedLine GRP_RANGE
|
|
{
|
|
Pos = MAP_APPFONT ( 6 , 3 ) ;
|
|
Size = MAP_APPFONT ( 187, 8 ) ;
|
|
Text [ de ] = "Umfang" ;
|
|
Text [ en-US ] = "Range" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
RadioButton RBT_ALL
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 14 ) ;
|
|
Size = MAP_APPFONT ( 80 , 12 ) ;
|
|
Text [ de ] = "~Alle Folien" ;
|
|
Text [ en-US ] = "All ~slides" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
RadioButton RBT_AT_DIA
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 26 ) ;
|
|
Size = MAP_APPFONT ( 60 , 12 ) ;
|
|
Text [ de ] = "Ab ~Folie" ;
|
|
Text [ en-US ] = "~From:" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
ListBox LB_DIAS
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 82, 24 ) ;
|
|
Size = MAP_APPFONT ( 111, 80 ) ;
|
|
TabStop = TRUE ;
|
|
DropDown = TRUE ;
|
|
//DDExtraWidth = TRUE;
|
|
};
|
|
RadioButton RBT_CUSTOMSHOW
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 38 ) ;
|
|
Size = MAP_APPFONT ( 130 , 12 ) ;
|
|
Text [ de ] = "~Individuelle Bildschirmpräsentation" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Custom Slide Show" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
ListBox LB_CUSTOMSHOW
|
|
{
|
|
Border = TRUE ;
|
|
Pos = MAP_APPFONT ( 32, 53 ) ;
|
|
Size = MAP_APPFONT ( 161, 80 ) ;
|
|
TabStop = TRUE ;
|
|
DropDown = TRUE ;
|
|
};
|
|
|
|
FixedLine GRP_KIND
|
|
{
|
|
Pos = MAP_APPFONT ( 6, 73 ) ;
|
|
Size = MAP_APPFONT ( 90, 8 );
|
|
Text [ de ] = "Art" ;
|
|
Text [ en-US ] = "Type" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
RadioButton RBT_STANDARD
|
|
{
|
|
Pos = MAP_APPFONT ( 12, 84 ) ;
|
|
Size = MAP_APPFONT ( 81, 12 ) ;
|
|
Text [ de ] = "S~tandard" ;
|
|
Text [ en-US ] = "~Default" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
RadioButton RBT_WINDOW
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 96 ) ;
|
|
Size = MAP_APPFONT ( 81 , 12 ) ;
|
|
Text [ de ] = "~Fenster" ;
|
|
Text [ en-US ] = "~Window" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
RadioButton RBT_AUTO
|
|
{
|
|
Pos = MAP_APPFONT ( 12 , 108 ) ;
|
|
Size = MAP_APPFONT ( 81 , 12 ) ;
|
|
Text [ de ] = "A~uto" ;
|
|
Text [ en-US ] = "A~uto" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
/*
|
|
FixedText FT_PAUSE
|
|
{
|
|
Pos = MAP_APPFONT ( 32, 124 ) ;
|
|
Size = MAP_APPFONT ( 25, 12 ) ;
|
|
Text [ de ] = "Pause:" ;
|
|
Text [ en-US ] = "Pause:" ;
|
|
};
|
|
*/
|
|
TimeField TMF_PAUSE
|
|
{
|
|
Pos = MAP_APPFONT ( 32, 120 ) ;
|
|
Size = MAP_APPFONT ( 50, 12 ) ;
|
|
Border = TRUE ;
|
|
TabStop = TRUE ;
|
|
Repeat = TRUE ;
|
|
Spin = TRUE ;
|
|
Duration = TRUE ;
|
|
StrictFormat = TRUE ;
|
|
Maximum = Time
|
|
{
|
|
Hour = 23 ;
|
|
Minute = 59 ;
|
|
Second = 59 ;
|
|
};
|
|
Last = Time
|
|
{
|
|
Hour = 23 ;
|
|
Minute = 59 ;
|
|
Second = 59 ;
|
|
};
|
|
QuickHelpText [ de ] = "Pausendauer" ;
|
|
QuickHelpText [ en-US ] = "Duration of pause" ;
|
|
QuickHelpText [ x-comment ] = " ";
|
|
QuickHelpText [ x-comment ] = " ";
|
|
QuickHelpText [ x-comment ] = " ";
|
|
};
|
|
CheckBox CBX_AUTOLOGO
|
|
{
|
|
Pos = MAP_APPFONT ( 32 , 138 ) ;
|
|
Size = MAP_APPFONT ( 61 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ de ] = "~Logo einblenden" ;
|
|
Text [ en-US ] = "Show ~logo" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
FixedLine GRP_OPTIONS
|
|
{
|
|
Pos = MAP_APPFONT ( 102 , 73 ) ;
|
|
Size = MAP_APPFONT ( 148, 8 );
|
|
Text [ de ] = "Optionen" ;
|
|
Text [ en-US ] = "Options" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
CheckBox CBX_MANUEL
|
|
{
|
|
Pos = MAP_APPFONT ( 108 , 84 ) ;
|
|
Size = MAP_APPFONT ( 139 , 12 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ de ] = "Folienwechsel ~manuell" ;
|
|
Text [ en-US ] = "Change slides ~manually" ;
|
|
};
|
|
CheckBox CBX_MOUSEPOINTER
|
|
{
|
|
Pos = MAP_APPFONT ( 108, 96 ) ;
|
|
Size = MAP_APPFONT ( 139, 12 ) ;
|
|
Text [ de ] = "Maus~zeiger sichtbar" ;
|
|
Text [ en-US ] = "Mouse pointer ~visible" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
CheckBox CBX_PEN
|
|
{
|
|
Pos = MAP_APPFONT ( 108, 108 ) ;
|
|
Size = MAP_APPFONT ( 139, 12 ) ;
|
|
Text [ de ] = "Mauszeiger als ~Stift" ;
|
|
Text [ en-US ] = "Mouse pointer as ~pen" ;
|
|
TabStop = TRUE ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
CheckBox CBX_NAVIGATOR
|
|
{
|
|
Pos = MAP_APPFONT ( 108, 120 ) ;
|
|
Size = MAP_APPFONT ( 139, 12 ) ;
|
|
Text [ de ] = "~Navigator sichtbar" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "~Navigator visible" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
CheckBox CBX_ANIMATION_ALLOWED
|
|
{
|
|
Pos = MAP_APPFONT ( 108, 132 ) ;
|
|
Size = MAP_APPFONT ( 139, 12 ) ;
|
|
TabStop = TRUE ;
|
|
Text [ de ] = "Animati~onen zulassen" ;
|
|
Text [ en-US ] = "~Animations allowed" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
CheckBox CBX_CHANGE_PAGE
|
|
{
|
|
Pos = MAP_APPFONT ( 108, 144 ) ;
|
|
Size = MAP_APPFONT ( 139, 12 ) ;
|
|
Text [ de ] = "Folienwechsel bei ~Klick auf Hintergrund" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Change slides by clic~king on background" ;
|
|
Text [ x-comment ] = "; RB: bitte auf die Länge des Textes achten. Der Text soll nicht die Länge des deutschen Textes überschreiten.";
|
|
};
|
|
CheckBox CBX_ALWAYS_ON_TOP
|
|
{
|
|
Pos = MAP_APPFONT ( 108, 156 ) ;
|
|
Size = MAP_APPFONT ( 145, 12 ) ;
|
|
/* ### ACHTUNG: Neuer Text in Resource? Präsentation immer im ~Vordergrund : Prõsentation immer im ~Vordergrund */
|
|
Text [ de ] = "Bildschirmpräsentation immer im ~Vordergrund" ;
|
|
TabStop = TRUE ;
|
|
Text [ en-US ] = "Presentation always ~on top" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
FixedLine GRP_MONITOR
|
|
{
|
|
Pos = MAP_APPFONT ( 6, 174 ) ;
|
|
Size = MAP_APPFONT ( 244, 8 );
|
|
Hide = TRUE;
|
|
Text [ de ] = "Mehrere Bildschirme" ;
|
|
Text [ en-US ] = "Multiple monitors" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
FixedText FT_MONITOR
|
|
{
|
|
OutputSize = TRUE;
|
|
Pos = MAP_APPFONT ( 12 , 185 + 2 ) ;
|
|
Size = MAP_APPFONT( 70, 8 );
|
|
Hide = TRUE;
|
|
Text [ de ] = "~Präsentationsbildschirm" ;
|
|
Text [ en-US ] = "P~resentation monitor" ;
|
|
Text [ x-comment ] = " ";
|
|
};
|
|
|
|
ListBox LB_MONITOR
|
|
{
|
|
Pos = MAP_APPFONT ( 82 , 185 ) ;
|
|
Size = MAP_APPFONT ( 111, 100 );
|
|
HelpId = HID_SD_SLIDESHOW_DISPLAY;
|
|
Hide = TRUE;
|
|
TabStop = TRUE ;
|
|
Border = TRUE ;
|
|
DropDown = TRUE ;
|
|
ClipChildren = TRUE;
|
|
};
|
|
|
|
String STR_PRIMARY_MONITOR
|
|
{
|
|
Text [ de ] = "Bildschirm %N (primär)";
|
|
Text [ en-US ] = "Monitor %N (primary)";
|
|
};
|
|
|
|
String STR_MONITOR
|
|
{
|
|
Text [ de ] = "Bildschirm %N";
|
|
Text [ en-US ] = "Monitor %N";
|
|
};
|
|
|
|
String STR_ALL_MONITORS
|
|
{
|
|
Text [ de ] = "Alle Bildschirme";
|
|
Text [ en-US ] = "All monitors";
|
|
};
|
|
|
|
Text [ x-comment ] = " ";
|
|
};
|