office-gobmx/sd/source/ui/animations/CustomAnimationDialog.src
Jens-Heiner Rechtien a835960a44 INTEGRATION: CWS encup (1.4.110); FILE MERGED
2005/04/29 15:54:51 ihi 1.4.110.1: #i40603# German strings now UTF8 encoded
2005-09-23 11:25:35 +00:00

724 lines
18 KiB
Text

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: CustomAnimationDialog.src,v $
*
* $Revision: 1.6 $
*
* last change: $Author: hr $ $Date: 2005-09-23 12:25:35 $
*
* 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 "CustomAnimationDialog.hrc"
#include "CustomAnimation.hrc"
TabDialog DLG_CUSTOMANIMATION
{
Size = MAP_APPFONT ( 239 , 200 ) ;
OutputSize = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Closeable = TRUE ;
Text [ de ] = "Effektoptionen" ;
Text [ en-US ] = "Effect Options";
TabControl 1
{
OutputSize = TRUE ;
Pos = MAP_APPFONT ( 3 , 3 ) ;
Size = MAP_APPFONT ( 180 , 159 ) ;
PageList =
{
PageItem
{
PageResID = RID_TP_CUSTOMANIMATION_EFFECT ;
Identifier = RID_TP_CUSTOMANIMATION_EFFECT ;
Text [ de ] = "Effekte" ;
Text [ en-US ] = "Effect" ;
};
PageItem
{
PageResID = RID_TP_CUSTOMANIMATION_DURATION;
Identifier = RID_TP_CUSTOMANIMATION_DURATION;
Text [ de ] = "Anzeigedauer";
Text [ en-US ] = "Timing";
};
PageItem
{
PageResID = RID_TP_CUSTOMANIMATION_TEXT;
Identifier = RID_TP_CUSTOMANIMATION_TEXT;
Text [ de ] = "Textanimation";
Text [ en-US ] = "Text Animation";
};
};
};
OKButton 1
{
Pos = MAP_APPFONT ( 10 , 175 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
CancelButton 1
{
Pos = MAP_APPFONT ( 64 , 175 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
HelpButton 1
{
Pos = MAP_APPFONT ( 119 , 175 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
TabStop = TRUE ;
};
};
TabPage RID_TP_CUSTOMANIMATION_EFFECT
{
Hide = TRUE;
Size = MAP_APPFONT ( 180 , 159 );
Text [ de ] = "Effekte" ;
Text [ en-US ] = "Effect";
FixedLine FL_SETTINGS
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT( 244, 8 );
Hide = TRUE;
Text [ de ] = "Einstellungen";
Text [ en-US ] = "Settings";
};
FixedText FT_PROPERTY_1
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT( 42, 8 );
Hide = TRUE;
};
ListBox LB_PROPERTY_1
{
Pos = MAP_APPFONT ( 57 , 14 ) ;
Size = MAP_APPFONT ( 80, 100 );
Hide = TRUE;
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
ClipChildren = TRUE;
};
FixedText FT_PROPERTY_2
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT( 42, 8 );
Hide = TRUE;
};
ListBox LB_PROPERTY_2
{
Pos = MAP_APPFONT ( 57 , 14 ) ;
Size = MAP_APPFONT ( 80, 100 );
Hide = TRUE;
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
};
CheckBox CB_SMOOTH_START
{
Pos = MAP_APPFONT( 12, 14 );
Size = MAP_APPFONT ( 81 , 10 ) ;
Hide = TRUE;
Text [ de ] = "Beschleunigter Start";
Text [ en-US ] = "Accelerated start";
};
CheckBox CB_SMOOTH_END
{
Pos = MAP_APPFONT( 96, 14 );
Size = MAP_APPFONT ( 81 , 10 ) ;
Hide = TRUE;
Text [ de ] = "Verlangsamtes Ende";
Text [ en-US ] = "Decelerated end";
};
CheckBox CB_AUTORESTART
{
Pos = MAP_APPFONT( 12, 14 );
Size = MAP_APPFONT ( 165 , 10 ) ;
Hide = TRUE;
Text [ de ] = "Automatisch umkehren";
Text [ en-US ] = "Reverse automatically";
};
//
// controls for playback command
//
/*
FixedLine FL_PLAY
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT( 244, 8 );
Hide = TRUE;
Text [ de ] = "Wiedergabe starten";
Text [ en-US ] = "Play";
};
RadioButton RB_FROM_START
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 16 ) ;
Size = MAP_APPFONT( 232, 10 );
TabStop = TRUE ;
Hide = TRUE;
Text [ de ] = "Von Beginn an";
Text [ en-US ] = "From start";
};
RadioButton RB_FROM_LAST
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 29 ) ;
Size = MAP_APPFONT( 232, 10 );
TabStop = TRUE ;
Hide = TRUE;
Text [ de ] = "Von letzter Position";
Text [en-US ] = "From last";
};
RadioButton RB_FROM_TIME
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 42 ) ;
Size = MAP_APPFONT( 232, 10 );
TabStop = TRUE ;
Hide = TRUE;
Text [ de ] = "Ab Zeit:";
Text [ en-US ] = "From time:";
};
MetricField MF_START_TIME
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 55 ) ;
Size = MAP_APPFONT ( 42, 12 );
OutputSize = TRUE;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 9999 ;
DecimalDigits = 1 ;
Unit = FUNIT_CUSTOM ;
CustomUnitText [ de ] = "Sek" ;
CustomUnitText [ en-US ] = "sec";
SpinSize = 5 ;
Hide = TRUE;
};
FixedLine FL_STOP
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 70 ) ;
Size = MAP_APPFONT( 244, 8 );
Hide = TRUE;
Text [ de ] = "Wiedergabe beenden";
Text [ en-US ] = "Stop playback";
};
RadioButton RB_STOP_ON_CLICK
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 81 ) ;
Size = MAP_APPFONT( 232, 10 );
TabStop = TRUE ;
Hide = TRUE;
Text [ de ] = "Beim Klicken";
Text [ en-US ] = "On click";
};
RadioButton RB_STOP_ON_NEXT_SLIDE
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 94 ) ;
Size = MAP_APPFONT( 232, 10 );
TabStop = TRUE ;
Hide = TRUE;
Text [ de ] = "Nach aktueller Folie";
Text [ en-US ] = "After current slide";
};
RadioButton RB_STOP_AFTER_N_SLIDES
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 107 ) ;
Size = MAP_APPFONT( 232, 10 );
TabStop = TRUE ;
Hide = TRUE;
Text [ de ] = "Nach";
Text [ en-US ] = "After";
};
MetricField MF_STOP_AFTER_SLIDES
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 12 , 55 ) ;
Size = MAP_APPFONT ( 42, 12 );
OutputSize = TRUE;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 9999 ;
DecimalDigits = 0 ;
Unit = FUNIT_CUSTOM ;
CustomUnitText [ de ] = "Folien" ;
CustomUnitText [ en-US ] = "Slides";
SpinSize = 1 ;
Hide = TRUE;
};
*/
//
// common settings
//
FixedLine FL_ENHANCEMENTS
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT( 244, 8 );
Hide = TRUE;
Text [ de ] = "Erweiterungen";
Text [ en-US ] = "Enhancement";
};
FixedText FT_SOUND
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 5 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Klang";
Text [ en-US ] = "Sound";
};
ListBox LB_SOUND
{
Pos = MAP_APPFONT ( 51 , 3 ) ;
Size = MAP_APPFONT ( 80, 100 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
};
PushButton PB_SOUND_PREVIEW
{
Pos = MAP_APPFONT ( 134 , 2 ) ;
Size = MAP_APPFONT( 16, 14 );
OutputSize = TRUE;
TabStop = TRUE;
};
FixedText FT_AFTER_EFFECT
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 20 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Nach der Animation";
Text [ en-US ] = "After animation ";
};
ListBox LB_AFTER_EFFECT
{
Pos = MAP_APPFONT ( 51 , 18 ) ;
Size = MAP_APPFONT ( 80, 100 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Nicht abblenden" ; > ;
< "Mit Farbe abblenden" ; > ;
< "Nach Animation ausblenden" ; > ;
< "Mit nächster Animation ausblenden" ; > ;
};
StringList [ en-US ] =
{
< "Don't dim" ; > ;
< "Dim with color" ; > ;
< "Hide after animation" ; > ;
< "Hide on next animation" ; > ;
};
};
FixedText FT_DIMCOLOR
{
Pos = MAP_APPFONT( 6, 35 );
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Abblendfarbe" ;
Text [ en-US ] = "Dim Color";
};
ListBox CLB_DIMCOLOR
{
Pos = MAP_APPFONT( 51, 33 );
Size = MAP_APPFONT ( 80, 100 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
};
FixedText FT_TEXT_ANIM
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 50 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Text animieren";
Text [ en-US ] = "Text animation";
};
ListBox LB_TEXT_ANIM
{
Pos = MAP_APPFONT ( 51 , 48 ) ;
Size = MAP_APPFONT ( 80, 100 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Alle gleichzeitig" ; > ;
< "Wortweise" ; > ;
< "Zeichenweise" ; > ;
};
StringList [ en-US ] =
{
< "All at once" ; > ;
< "Word by word" ; > ;
< "Letter by letter" ; > ;
};
};
FixedText FT_TEXT_DELAY
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 51 + 42 + 3, 66 ) ;
Size = MAP_APPFONT( 120, 8 );
Text [ de ] = "verzögerung zwischen Buchstaben";
Text [ en-US ] = "delay between characters";
};
MetricField MF_TEXT_DELAY
{
Pos = MAP_APPFONT ( 51, 64 ) ;
Size = MAP_APPFONT ( 42, 12 );
TabStop = TRUE ;
Border = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 1024 ;
DecimalDigits = 1 ;
Unit = FUNIT_CUSTOM ;
CustomUnitText [ de ] = "%" ;
CustomUnitText [ en-US ] = "%";
SpinSize = 1 ;
};
};
TabPage RID_TP_CUSTOMANIMATION_DURATION
{
Hide = TRUE;
Size = MAP_APPFONT ( 180 , 159 );
Text [ de ] = "Anzeigedauer" ;
Text [ en-US ] = "Timing";
FixedText FT_START
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 5 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Starten";
Text [ en-US ] = "Start";
};
ListBox LB_START
{
Pos = MAP_APPFONT ( 51 , 3 ) ;
Size = MAP_APPFONT ( 80, 48 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ]=
{
< "Beim Klicken" ; > ;
< "Mit Vorheriger" ; > ;
< "Nach Vorheriger" ; > ;
};
StringList [ en-US ] =
{
< "On click" ; > ;
< "With previous" ; > ;
< "After previous" ; > ;
};
};
FixedText FT_START_DELAY
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 20 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Verzögerung";
Text [ en-US ] = "Delay";
};
MetricField MF_START_DELAY
{
Pos = MAP_APPFONT ( 51 , 18 ) ;
Size = MAP_APPFONT ( 42, 12 );
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 9999 ;
DecimalDigits = 1 ;
Unit = FUNIT_CUSTOM ;
CustomUnitText [ de ] = "Sek" ;
CustomUnitText [ en-US ] = "sec";
SpinSize = 5 ;
};
FixedText FT_DURATION
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 35 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Geschwindigkeit";
Text [ en-US ] = "Speed";
};
ComboBox CB_DURATION
{
Pos = MAP_APPFONT ( 51 , 33 ) ;
Size = MAP_APPFONT ( 80, 48 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
};
FixedText FT_REPEAT
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 50 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Wiederholen";
Text [ en-US ] = "Repeat";
};
ComboBox CB_REPEAT
{
Pos = MAP_APPFONT ( 51 , 48 ) ;
Size = MAP_APPFONT ( 80, 48 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
};
CheckBox CBX_REWIND
{
Pos = MAP_APPFONT ( 6 , 66 ) ;
Size = MAP_APPFONT ( 168 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Nach der Wiedergabe zurückspulen" ;
Text [ en-US ] = "Rewind when done playing" ;
};
FixedLine FL_TRIGGER
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 79 ) ;
Size = MAP_APPFONT( 168, 8 );
Text [ de ] = "Auslösen";
Text [ en-US ] = "Trigger";
};
RadioButton RB_CLICKSEQUENCE
{
Pos = MAP_APPFONT ( 12, 92 ) ;
Size = MAP_APPFONT ( 162 , 10 ) ;
Text [ de ] = "Animation als Teil der Klickreihenfolge" ;
Text [ en-US ] = "Animate as part of click sequence" ;
TabStop = TRUE ;
};
RadioButton RB_INTERACTIVE
{
Pos = MAP_APPFONT ( 12, 105 ) ;
Size = MAP_APPFONT ( 162 , 10 ) ;
Text [ de ] = "Effect starten beim Klicken auf" ;
Text [ en-US ] = "Start effect on click of" ;
TabStop = TRUE ;
};
ListBox LB_TRIGGER
{
Pos = MAP_APPFONT ( 24 , 118 );
Size = MAP_APPFONT ( 80, 80 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
};
};
TabPage RID_TP_CUSTOMANIMATION_TEXT
{
Hide = TRUE;
Size = MAP_APPFONT ( 180 , 159 );
Text [ de ] = "Textanimation" ;
Text [ en-US ] = "Text Animation";
FixedText FT_GROUP_TEXT
{
OutputSize = TRUE;
Pos = MAP_APPFONT ( 6 , 5 ) ;
Size = MAP_APPFONT( 42, 8 );
Text [ de ] = "Texte gruppieren";
Text [ en-US ] = "Group text";
};
ListBox LB_GROUP_TEXT
{
Pos = MAP_APPFONT ( 45 , 3 ) ;
Size = MAP_APPFONT ( 80, 48 );
TabStop = TRUE ;
Border = TRUE ;
DropDown = TRUE ;
StringList [ de ] =
{
< "Als einzelnes Objekt" ; > ;
< "Alle Absätze auf einmal" ; > ;
< "Nach 1. Abschnittsebene" ; > ;
< "Nach 2. Abschnittsebene" ; > ;
< "Nach 3. Abschnittsebene" ; > ;
< "Nach 4. Abschnittsebene" ; > ;
< "Nach 5. Abschnittsebene" ; > ;
};
StringList [ en-US ] =
{
< "As one object" ; > ;
< "All paragraphs at once" ; > ;
< "By 1st level paragraphs" ; > ;
< "By 2nd level paragraphs" ; > ;
< "By 3rd level paragraphs" ; > ;
< "By 4th level paragraphs" ; > ;
< "By 5th level paragraphs" ; > ;
};
};
Checkbox CBX_GROUP_AUTO
{
Pos = MAP_APPFONT ( 6 , 20 ) ;
Size = MAP_APPFONT ( 60 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Automatisch nach" ;
Text [ en-US ] = "Automatically after" ;
};
MetricField MF_GROUP_AUTO
{
Pos = MAP_APPFONT ( 69 , 18 ) ;
Size = MAP_APPFONT ( 42, 12 );
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 0 ;
Maximum = 9999 ;
DecimalDigits = 1 ;
Unit = FUNIT_CUSTOM ;
CustomUnitText [ de ] = "Sek" ;
CustomUnitText [ en-US ] = "sec";
SpinSize = 5 ;
};
Checkbox CBX_ANIMATE_FORM
{
Pos = MAP_APPFONT ( 6 , 33 ) ;
Size = MAP_APPFONT ( 168 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "Angefügte Form animieren" ;
Text [ en-US ] = "Animate attached shape" ;
};
Checkbox CBX_REVERSE
{
Pos = MAP_APPFONT ( 6 , 46 ) ;
Size = MAP_APPFONT ( 168 , 10 ) ;
TabStop = TRUE ;
Text [ de ] = "In umgekehrter Reihenfolge" ;
Text [ en-US ] = "In reverse order" ;
};
};