diff options
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/animations/AnimationSchemesPane.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/animations/AnimationSchemesPane.src b/sd/source/ui/animations/AnimationSchemesPane.src index 97884757ac0a..45f95ac63102 100644 --- a/sd/source/ui/animations/AnimationSchemesPane.src +++ b/sd/source/ui/animations/AnimationSchemesPane.src @@ -4,9 +4,9 @@ * * $RCSfile: AnimationSchemesPane.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:31:55 $ + * last change: $Author: hr $ $Date: 2005-09-23 12:24:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ Control DLG_ANIMATION_SCHEMES_PANE FixedLine FL_APPLY_SCHEME { Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT ); - Text [ de ] = "Fr ausgewhlte Folien bernehmen"; + Text [ de ] = "Für ausgewählte Folien übernehmen"; Text [ en-US ] = "Apply to selected slides "; }; @@ -78,7 +78,7 @@ Control DLG_ANIMATION_SCHEMES_PANE Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT ); TabStop = TRUE ; - Text [ de ] = "Fr alle Folien bernehmen"; + Text [ de ] = "Für alle Folien übernehmen"; Text [ en-US ] = "Apply to All Slides"; }; @@ -99,7 +99,7 @@ Control DLG_ANIMATION_SCHEMES_PANE Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT ); TabStop = TRUE ; - Text [ de ] = "Bildschirmprsentation"; + Text [ de ] = "Bildschirmpräsentation"; Text [ en-US ] = "Slide Show"; }; |