diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2013-10-18 16:53:36 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-10-20 12:22:27 +0000 |
commit | 63f705643ee92421a8bc689fb33190340d8ece6a (patch) | |
tree | e941c102689e66b325d428342c58718240f7bca1 | |
parent | e231c5d9d4c4ccce734a6bec3d9a56060a90f9f4 (diff) |
L10n of SWF export options dialog
Change-Id: I91d29a81389e36ddf34d56760cea588c0a7c12f6
Reviewed-on: https://gerrit.libreoffice.org/6324
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | filter/source/flash/impswfdialog.src | 14 |
1 files 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" ; }; |