From 1253b909a7bc285efe7f5bf25253bd5fac2d3bb3 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Sat, 27 Sep 2014 19:39:56 +0200 Subject: Term change: Sound/Movie -> Audio/Video Change-Id: I389a3db5ca23718035413cbd0252f62eb8c870c3 --- avmedia/source/viewer/mediawindow.src | 6 +++--- .../registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 ++-- sd/source/ui/app/strings.src | 8 ++++---- 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 @@ - ~Sound... + ~Audio... 1 @@ -5513,7 +5513,7 @@ - Mo~vie and Sound... + Audio/~Video... 1 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 -- cgit