diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-27 19:39:56 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-27 19:39:56 +0200 |
commit | 1253b909a7bc285efe7f5bf25253bd5fac2d3bb3 (patch) | |
tree | 8486f29dfe639846e47db667352d3ff80d7346f3 | |
parent | c22ee0bdd2eae207dbd3cffa51bab4170a53344d (diff) |
Term change: Sound/Movie -> Audio/Video
Change-Id: I389a3db5ca23718035413cbd0252f62eb8c870c3
-rw-r--r-- | avmedia/source/viewer/mediawindow.src | 6 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 | ||||
-rw-r--r-- | sd/source/ui/app/strings.src | 8 | ||||
-rw-r--r-- | svx/source/dialog/sdstring.src | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/avmedia/source/viewer/mediawindow.src b/avmedia/source/viewer/mediawindow.src index 0e66f04252ca..de2c88dd4d15 100644 --- a/avmedia/source/viewer/mediawindow.src +++ b/avmedia/source/viewer/mediawindow.src @@ -21,17 +21,17 @@ String AVMEDIA_STR_INSERTMEDIA_DLG { - Text[en-US] = "Insert Movie and Sound"; + Text[en-US] = "Insert Audio/Video"; }; String AVMEDIA_STR_OPENMEDIA_DLG { - Text[en-US] = "Open Movie and Sound"; + Text[en-US] = "Open Audio/Video Dialog"; }; String AVMEDIA_STR_ALL_MEDIAFILES { - Text[en-US] = "All movie and sound files"; + Text[en-US] = "All audio and video files"; }; String AVMEDIA_STR_ALL_FILES diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index fd670db641b7..ce0aed368d09 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3282,7 +3282,7 @@ </node> <node oor:name=".uno:InsertSound" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Sound...</value> + <value xml:lang="en-US">~Audio...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -5513,7 +5513,7 @@ </node> <node oor:name=".uno:InsertAVMedia" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Mo~vie and Sound...</value> + <value xml:lang="en-US">Audio/~Video...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src index 6cb056443921..6250df090df7 100644 --- a/sd/source/ui/app/strings.src +++ b/sd/source/ui/app/strings.src @@ -349,7 +349,7 @@ String STR_UNDO_CHANGE_TITLE_AND_LAYOUT }; String STR_WAV_FILE { - Text [ en-US ] = "Sound" ; + Text [ en-US ] = "Audio" ; }; String STR_MIDI_FILE { @@ -577,7 +577,7 @@ String STR_CLICK_ACTION_INVISIBLE }; String STR_CLICK_ACTION_SOUND { - Text [ en-US ] = "Play sound" ; + Text [ en-US ] = "Play audio" ; }; String STR_CLICK_ACTION_VERB { @@ -605,7 +605,7 @@ String STR_EFFECTDLG_ACTION }; String STR_EFFECTDLG_SOUND { - Text [ en-US ] = "Sound" ; + Text [ en-US ] = "Audio" ; }; String STR_EFFECTDLG_PAGE_OBJECT { @@ -967,7 +967,7 @@ String STR_UNDO_GRAFFILTER String STR_WARNING_NOSOUNDFILE { - Text [ en-US ] = "The file %\nis not a valid sound file !" ; + Text [ en-US ] = "The file %\nis not a valid audio file !" ; }; String STR_UNDO_CONVERT_TO_METAFILE diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index 23e606a55085..d63164d9d4cc 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -177,7 +177,7 @@ String STR_EXTFILTER_ALL String STR_INSERT_SOUND_TITLE { - Text [ en-US ] = "Insert sound" ; + Text [ en-US ] = "Insert audio" ; }; String STR_INSERT_VIDEO_TITLE |