[Libreoffice-commits] core.git: avmedia/source officecfg/registry sd/source svx/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Sat Sep 27 10:41:01 PDT 2014


 avmedia/source/viewer/mediawindow.src                                |    6 +++---
 officecfg/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(-)

New commits:
commit 1253b909a7bc285efe7f5bf25253bd5fac2d3bb3
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Sat Sep 27 19:39:56 2014 +0200

    Term change: Sound/Movie -> Audio/Video
    
    Change-Id: I389a3db5ca23718035413cbd0252f62eb8c870c3

diff --git a/avmedia/source/viewer/mediawindow.src b/avmedia/source/viewer/mediawindow.src
index 0e66f04..de2c88d 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 fd670db..ce0aed3 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 6cb0564..6250df0 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 23e606a..d63164d 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


More information about the Libreoffice-commits mailing list