office-gobmx/sd/source/ui/dlg/present.src
2010-04-13 12:10:03 +02:00

277 lines
7.2 KiB
Text

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org 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 version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#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 [ 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 [ en-US ] = "Range" ;
};
RadioButton RBT_ALL
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 80 , 12 ) ;
Text [ en-US ] = "All ~slides" ;
TabStop = TRUE ;
};
RadioButton RBT_AT_DIA
{
Pos = MAP_APPFONT ( 12 , 26 ) ;
Size = MAP_APPFONT ( 60 , 12 ) ;
Text [ en-US ] = "~From:" ;
TabStop = TRUE ;
};
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 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Custom Slide Show" ;
};
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 [ en-US ] = "Type" ;
};
RadioButton RBT_STANDARD
{
Pos = MAP_APPFONT ( 12, 84 ) ;
Size = MAP_APPFONT ( 81, 12 ) ;
Text [ en-US ] = "~Default" ;
TabStop = TRUE ;
};
RadioButton RBT_WINDOW
{
Pos = MAP_APPFONT ( 12 , 96 ) ;
Size = MAP_APPFONT ( 81 , 12 ) ;
Text [ en-US ] = "~Window" ;
TabStop = TRUE ;
};
RadioButton RBT_AUTO
{
Pos = MAP_APPFONT ( 12 , 108 ) ;
Size = MAP_APPFONT ( 81 , 12 ) ;
Text [ en-US ] = "A~uto" ;
TabStop = TRUE ;
};
/*
FixedText FT_PAUSE
{
Pos = MAP_APPFONT ( 32, 124 ) ;
Size = MAP_APPFONT ( 25, 12 ) ;
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 [ en-US ] = "Duration of pause" ;
};
CheckBox CBX_AUTOLOGO
{
Pos = MAP_APPFONT ( 32 , 138 ) ;
Size = MAP_APPFONT ( 61 , 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Show ~logo" ;
};
FixedLine GRP_OPTIONS
{
Pos = MAP_APPFONT ( 102 , 73 ) ;
Size = MAP_APPFONT ( 148, 8 );
Text [ en-US ] = "Options" ;
};
CheckBox CBX_MANUEL
{
Pos = MAP_APPFONT ( 108 , 84 ) ;
Size = MAP_APPFONT ( 139 , 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Change slides ~manually" ;
};
CheckBox CBX_MOUSEPOINTER
{
Pos = MAP_APPFONT ( 108, 96 ) ;
Size = MAP_APPFONT ( 139, 12 ) ;
Text [ en-US ] = "Mouse pointer ~visible" ;
TabStop = TRUE ;
};
CheckBox CBX_PEN
{
Pos = MAP_APPFONT ( 108, 108 ) ;
Size = MAP_APPFONT ( 139, 12 ) ;
Text [ en-US ] = "Mouse pointer as ~pen" ;
TabStop = TRUE ;
};
CheckBox CBX_NAVIGATOR
{
Pos = MAP_APPFONT ( 108, 120 ) ;
Size = MAP_APPFONT ( 139, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Navigator visible" ;
};
CheckBox CBX_ANIMATION_ALLOWED
{
Pos = MAP_APPFONT ( 108, 132 ) ;
Size = MAP_APPFONT ( 139, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Animations allowed" ;
};
CheckBox CBX_CHANGE_PAGE
{
Pos = MAP_APPFONT ( 108, 144 ) ;
Size = MAP_APPFONT ( 139, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Change slides by clic~king on background" ;
};
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 */
TabStop = TRUE ;
Text [ en-US ] = "Presentation always ~on top" ;
};
FixedLine GRP_MONITOR
{
Pos = MAP_APPFONT ( 6, 174 ) ;
Size = MAP_APPFONT ( 244, 8 );
Hide = TRUE;
Text [ en-US ] = "Multiple displays" ;
};
FixedText FT_MONITOR
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 185 + 2 ) ;
Size = MAP_APPFONT( 70, 8 );
Hide = TRUE;
Text [ en-US ] = "P~resentation display" ;
};
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 [ en-US ] = "Display %1 (primary)";
};
String STR_MONITOR
{
Text [ en-US ] = "Display %1";
};
String STR_ALL_MONITORS
{
Text [ en-US ] = "All displays";
};
};