From 63f705643ee92421a8bc689fb33190340d8ece6a Mon Sep 17 00:00:00 2001 From: Laurent Balland-Poirier Date: Fri, 18 Oct 2013 16:53:36 +0200 Subject: [PATCH] L10n of SWF export options dialog Change-Id: I91d29a81389e36ddf34d56760cea588c0a7c12f6 Reviewed-on: https://gerrit.libreoffice.org/6324 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- filter/source/flash/impswfdialog.src | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/filter/source/flash/impswfdialog.src b/filter/source/flash/impswfdialog.src index 4664023d7945..196f6407e46d 100644 --- a/filter/source/flash/impswfdialog.src +++ b/filter/source/flash/impswfdialog.src @@ -60,7 +60,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 25 , 65 ) ; Size = MAP_APPFONT ( 150 , 16 ) ; - Text = "Export All Slides (Uncheck exports current slide)" ; + Text [ en-US ] = "Export All Slides (Uncheck exports current slide)" ; }; CheckBox BOOL_EXPORT_MULTIPLE_FILES { @@ -73,7 +73,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 25 , 80 ) ; Size = MAP_APPFONT ( 150 , 16 ) ; - Text = "Export As Multiple Files" ; + Text [ en-US ] = "Export As Multiple Files" ; }; CheckBox BOOL_EXPORT_BACKGROUNDS { @@ -86,7 +86,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 35 , 95 ) ; Size = MAP_APPFONT ( 100 , 16 ) ; - Text = "Export Backgrounds" ; + Text [ en-US ] = "Export Backgrounds" ; }; CheckBox BOOL_EXPORT_BACKGROUND_OBJECTS { @@ -99,7 +99,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 35 , 107) ; Size = MAP_APPFONT ( 100 , 16 ) ; - Text = "Export Background Objects" ; + Text [ en-US ] = "Export Background Objects" ; }; CheckBox BOOL_EXPORT_SLIDE_CONTENTS { @@ -112,7 +112,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 35 , 119 ) ; Size = MAP_APPFONT ( 100 , 16 ) ; - Text = "Export Slide Contents" ; + Text [ en-US ] = "Export Slide Contents" ; }; CheckBox BOOL_EXPORT_SOUND { @@ -125,7 +125,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 25 , 134 ) ; Size = MAP_APPFONT ( 100 , 16 ) ; - Text = "Export Verilogix Slide Annotations" ; + Text [ en-US ] = "Export Verilogix Slide Annotations" ; }; CheckBox BOOL_EXPORT_OLE_AS_JPEG { @@ -138,7 +138,7 @@ ModalDialog DLG_OPTIONS { Pos = MAP_APPFONT ( 25 , 146 ) ; Size = MAP_APPFONT ( 100 , 16 ) ; - Text = "Export OLE Objects as JPEG images" ; + Text [ en-US ] = "Export OLE Objects as JPEG images" ; };