From 54fce2dce23e4ece6b4cc12b9312bd6c38d24edc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 23 Sep 2005 11:25:10 +0000 Subject: INTEGRATION: CWS encup (1.2.170); FILE MERGED 2005/04/29 15:54:50 ihi 1.2.170.1: #i40603# German strings now UTF8 encoded --- sd/source/ui/animations/CustomAnimation.src | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sd/source/ui/animations') diff --git a/sd/source/ui/animations/CustomAnimation.src b/sd/source/ui/animations/CustomAnimation.src index 413d8dadbc35..c7d4f5f2b48c 100644 --- a/sd/source/ui/animations/CustomAnimation.src +++ b/sd/source/ui/animations/CustomAnimation.src @@ -4,9 +4,9 @@ * * $RCSfile: CustomAnimation.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:32:22 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:25:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -101,13 +101,13 @@ Menu RID_CUSTOMANIMATION_FONTSIZE_POPUP MenuItem { Identifier = CM_SIZE_150 ; - Text [ de ] = "Größer" ; + Text [ de ] = "Größer" ; Text [ en-US ] = "Larger" ; }; MenuItem { Identifier = CM_SIZE_400 ; - Text [ de ] = "Riesengroß" ; + Text [ de ] = "Riesengroß" ; Text [ en-US ] = "Extra large" ; }; }; @@ -132,13 +132,13 @@ Menu RID_CUSTOMANIMATION_SCALE_POPUP MenuItem { Identifier = CM_SIZE_150 ; - Text [ de ] = "Größer" ; + Text [ de ] = "Größer" ; Text [ en-US ] = "Larger" ; }; MenuItem { Identifier = CM_SIZE_400 ; - Text [ de ] = "Riesengroß" ; + Text [ de ] = "Riesengroß" ; Text [ en-US ] = "Extra large" ; }; MenuItem @@ -279,7 +279,7 @@ String STR_CUSTOMANIMATION_REPEAT_NONE String STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK { - Text [ de ] = "Bis zum nächsten Klick"; + Text [ de ] = "Bis zum nächsten Klick"; Text [ en-US ] = "Until next click"; }; @@ -321,7 +321,7 @@ String STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY String STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY { - Text [ de ] = "Füllfarbe"; + Text [ de ] = "Füllfarbe"; Text [ en-US ] = "Fill color"; }; @@ -369,7 +369,7 @@ String STR_CUSTOMANIMATION_SIZE_PROPERTY String STR_CUSTOMANIMATION_SCALE_PROPERTY { - Text [ de ] = "Größe"; + Text [ de ] = "Größe"; Text [ en-US ] = "Size"; }; @@ -453,13 +453,13 @@ String STR_CUSTOMANIMATION_GRADUAL String STR_CUSTOMANIMATION_TRIGGER { - Text [ de ] = "Auslöser"; + Text [ de ] = "Auslöser"; Text [ en-US ] = "Trigger"; }; String STR_CUSTOMANIMATION_LIST_HELPTEXT { - Text [ de ] = "Erst ein Element auf dieser Folie auswählen und dann auf 'Hinzufügen...' klicken, um die Animation hinzuzufügen."; + Text [ de ] = "Erst ein Element auf dieser Folie auswählen und dann auf 'Hinzufügen...' klicken, um die Animation hinzuzufügen."; Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect."; }; -- cgit