[Libreoffice-commits] core.git: cui/source cui/uiconfig forms/source scp2/source sc/source sc/uiconfig sd/source sd/uiconfig sfx2/source shell/source svl/source svx/source

Samuel Mehrbrodt s.mehrbrodt at gmail.com
Mon Nov 4 14:50:15 CET 2013


 cui/source/options/optpath.src                     |    2 
 cui/uiconfig/ui/pickgraphicpage.ui                 |    2 
 forms/source/resource/strings.src                  |    6 +-
 sc/source/ui/drawfunc/objdraw.src                  |    4 -
 sc/source/ui/navipi/navipi.src                     |    2 
 sc/source/ui/src/globstr.src                       |    6 +-
 sc/source/ui/src/scstring.src                      |   28 ++++++-------
 sc/uiconfig/scalc/ui/sheetprintpage.ui             |    2 
 sc/uiconfig/scalc/ui/tpviewpage.ui                 |    2 
 scp2/source/graphicfilter/module_graphicfilter.ulf |    7 ---
 scp2/source/writer/folderitem_writer.ulf           |    2 
 scp2/source/writer/module_writer.ulf               |    2 
 sd/source/core/glob.src                            |   18 ++++----
 sd/source/filter/html/pubdlg.src                   |    8 +--
 sd/source/ui/app/res_bmp.src                       |    2 
 sd/source/ui/app/strings.src                       |   44 ++++++++++-----------
 sd/uiconfig/sdraw/ui/drawprtldialog.ui             |    2 
 sd/uiconfig/simpress/ui/templatedialog.ui          |    2 
 sfx2/source/appl/app.src                           |   18 ++++----
 shell/source/win32/shlxthandler/res/shlxthdl.ulf   |    2 
 svl/source/misc/mediatyp.src                       |    8 +--
 svx/source/core/graphichelper.src                  |    2 
 svx/source/tbxctrls/grafctrl.src                   |    2 
 23 files changed, 85 insertions(+), 88 deletions(-)

New commits:
commit a71a562a9958fc58a5fb914bcf7f8056a353f618
Author: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
Date:   Sat Nov 2 14:48:18 2013 +0100

    fdo 70998: Termchange: Graphics->Image
    
    Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38
    Reviewed-on: https://gerrit.libreoffice.org/6524
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/options/optpath.src b/cui/source/options/optpath.src
index b211e2c..60f7dcc 100644
--- a/cui/source/options/optpath.src
+++ b/cui/source/options/optpath.src
@@ -37,7 +37,7 @@ String RID_SVXSTR_KEY_WORK_PATH
 };
 String RID_SVXSTR_KEY_GRAPHICS_PATH
 {
-    Text [ en-US ] = "Graphics" ;
+    Text [ en-US ] = "Images" ;
 };
 String RID_SVXSTR_KEY_BITMAP_PATH
 {
diff --git a/cui/uiconfig/ui/pickgraphicpage.ui b/cui/uiconfig/ui/pickgraphicpage.ui
index 93805b4..89fef78 100644
--- a/cui/uiconfig/ui/pickgraphicpage.ui
+++ b/cui/uiconfig/ui/pickgraphicpage.ui
@@ -42,7 +42,7 @@
               <object class="GtkLabel" id="errorft">
                 <property name="can_focus">False</property>
                 <property name="no_show_all">True</property>
-                <property name="label" translatable="yes">The Gallery theme 'Bullets' is empty (no graphics).</property>
+                <property name="label" translatable="yes">The Gallery theme 'Bullets' is empty (no images).</property>
                 <property name="wrap">True</property>
               </object>
               <packing>
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index b669461..4df1bd7 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -26,7 +26,7 @@ String RID_BASELISTBOX_ERROR_FILLLIST
 
 String RID_STR_IMPORT_GRAPHIC
 {
-    Text [ en-US ] = "Insert graphics" ;
+    Text [ en-US ] = "Insert Image" ;
 };
 
 String RID_STR_CONTROL_SUBSTITUTED_NAME
@@ -86,12 +86,12 @@ String RID_STR_NEED_NON_NULL_OBJECT
 
 String RID_STR_OPEN_GRAPHICS
 {
-    Text [ en-US ] = "Insert graphics from...";
+    Text [ en-US ] = "Insert Image from...";
 };
 
 String RID_STR_CLEAR_GRAPHICS
 {
-    Text [ en-US ] = "Remove graphics";
+    Text [ en-US ] = "Remove Image";
 };
 
 
diff --git a/sc/source/ui/drawfunc/objdraw.src b/sc/source/ui/drawfunc/objdraw.src
index f7477ec..1c6be53 100644
--- a/sc/source/ui/drawfunc/objdraw.src
+++ b/sc/source/ui/drawfunc/objdraw.src
@@ -386,7 +386,7 @@ String RID_TEXT_TOOLBOX
  //
 String RID_GRAPHIC_OBJECTBAR
 {
-    Text [ en-US ] = "Graphics Object Bar";
+    Text [ en-US ] = "Image Object Bar";
 };
  //
  // Popup-Menues ---------------------------------------------------------------------
@@ -627,7 +627,7 @@ Menu RID_POPUP_CHART
         {
             Identifier = SID_EXPORT_AS_GRAPHIC ;
             Command = ".uno:ExportAsGraphic" ;
-            Text [ en-US ] = "Export as graphic.." ;
+            Text [ en-US ] = "Export as Image.." ;
         };
     };
 };
diff --git a/sc/source/ui/navipi/navipi.src b/sc/source/ui/navipi/navipi.src
index f1c9018..54714df 100644
--- a/sc/source/ui/navipi/navipi.src
+++ b/sc/source/ui/navipi/navipi.src
@@ -266,7 +266,7 @@ String SCSTR_CONTENT_DBAREA
 
 String SCSTR_CONTENT_GRAPHIC
 {
-    Text [ en-US ] = "Graphics" ;
+    Text [ en-US ] = "Image" ;
 };
 
 String SCSTR_CONTENT_OLEOBJECT
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 3c57f48..ee46a95 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -183,7 +183,7 @@ Resource RID_GLOBSTR
     };
     String STR_UNDO_GRAFEDIT
     {
-        Text [ en-US ] = "Edit graphics" ;
+        Text [ en-US ] = "Edit Image" ;
     };
     String STR_UNDO_LISTNAMES
     {
@@ -1231,7 +1231,7 @@ Resource RID_GLOBSTR
     };
     String STR_VOBJ_OBJECT
     {
-        Text [ en-US ] = "Objects/graphics" ;
+        Text [ en-US ] = "Objects/Image" ;
     };
     String STR_VOBJ_CHART
     {
@@ -1415,7 +1415,7 @@ Resource RID_GLOBSTR
     };
     String STR_GRAPHICNAME
     {
-        Text [ en-US ] = "Graphics" ;
+        Text [ en-US ] = "Image" ;
     };
     String STR_INVALIDNAME
     {
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index fda6bd8..6a6061c 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -53,32 +53,32 @@ String SCSTR_FORMATSHELL
 
 String SCSTR_DRAWSHELL
 {
-    Text [ en-US ] = "Graphics objects" ;
+    Text [ en-US ] = "Image Objects" ;
 };
 
 String SCSTR_DRAWTEXTSHELL
 {
-    Text [ en-US ] = "Text objects" ;
+    Text [ en-US ] = "Text Objects" ;
 };
 
 String SCSTR_DRAWFORMSHELL
 {
-    Text [ en-US ] = "Form objects";
+    Text [ en-US ] = "Form Objects";
 };
 
 String SCSTR_CHARTSHELL
 {
-    Text [ en-US ] = "Chart objects";
+    Text [ en-US ] = "Chart Objects";
 };
 
 String SCSTR_OLEOBJECTSHELL
 {
-    Text [ en-US ] = "OLE objects";
+    Text [ en-US ] = "OLE Objects";
 };
 
 String SCSTR_GRAPHICSHELL
 {
-    Text [ en-US ] = "Graphics";
+    Text [ en-US ] = "Image";
 };
 
 String SCSTR_PAGEBREAKSHELL
@@ -277,7 +277,7 @@ String SCSTR_RENAMEOBJECT
 
 String STR_INSERTGRAPHIC
 {
-    Text [ en-US ] = "Insert Picture" ;
+    Text [ en-US ] = "Insert Image" ;
 };
 
  //      Attribute
@@ -519,37 +519,37 @@ String SCSTR_FORMULA_AUTOCORRECTION
 
 String SCSTR_GRFILTER_OPENERROR
 {
-    Text [ en-US ] = "Graphics file can not be opened" ;
+    Text [ en-US ] = "Image file can not be opened" ;
 };
 
 String SCSTR_GRFILTER_IOERROR
 {
-    Text [ en-US ] = "Graphics file can not be read" ;
+    Text [ en-US ] = "Image file can not be read" ;
 };
 
 String SCSTR_GRFILTER_FORMATERROR
 {
-    Text [ en-US ] = "Unknown graphic format" ;
+    Text [ en-US ] = "Unknown image format" ;
 };
 
 String SCSTR_GRFILTER_VERSIONERROR
 {
-    Text [ en-US ] = "This graphic file version is not supported" ;
+    Text [ en-US ] = "This image file version is not supported" ;
 };
 
 String SCSTR_GRFILTER_FILTERERROR
 {
-    Text [ en-US ] = "Graphics filter not found" ;
+    Text [ en-US ] = "Image filter not found" ;
 };
 
 String SCSTR_GRFILTER_TOOBIG
 {
-    Text [ en-US ] = "Not enough memory available to insert graphics." ;
+    Text [ en-US ] = "Not enough memory available to insert image." ;
 };
 
 String SCSTR_UNDO_GRAFFILTER
 {
-    Text [ en-US ] = "Graphics Filter" ;
+    Text [ en-US ] = "Image Filter" ;
 };
 
 // #98185#
diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui
index 7d87d59..a652ad2 100644
--- a/sc/uiconfig/scalc/ui/sheetprintpage.ui
+++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui
@@ -254,7 +254,7 @@
                 </child>
                 <child>
                   <object class="GtkCheckButton" id="checkBTN_OBJECTS">
-                    <property name="label" translatable="yes">_Objects/graphics</property>
+                    <property name="label" translatable="yes">_Objects/Image</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
diff --git a/sc/uiconfig/scalc/ui/tpviewpage.ui b/sc/uiconfig/scalc/ui/tpviewpage.ui
index 9e498f7..0f1068d 100644
--- a/sc/uiconfig/scalc/ui/tpviewpage.ui
+++ b/sc/uiconfig/scalc/ui/tpviewpage.ui
@@ -181,7 +181,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="xalign">0</property>
-                            <property name="label" translatable="yes">Ob_jects/Graphics:</property>
+                            <property name="label" translatable="yes">Ob_jects/Image:</property>
                             <property name="use_underline">True</property>
                             <property name="mnemonic_widget">objgrf</property>
                           </object>
diff --git a/scp2/source/graphicfilter/module_graphicfilter.ulf b/scp2/source/graphicfilter/module_graphicfilter.ulf
index 449d74d..0598718 100644
--- a/scp2/source/graphicfilter/module_graphicfilter.ulf
+++ b/scp2/source/graphicfilter/module_graphicfilter.ulf
@@ -17,10 +17,10 @@
  */
 
 [STR_NAME_MODULE_OPTIONAL_GRFFLT]
-en-US = "Graphics Filters"
+en-US = "Image Filters"
 
 [STR_DESC_MODULE_OPTIONAL_GRFFLT]
-en-US = "Additional filters required to read alien graphic formats."
+en-US = "Additional filters required to read alien image formats."
 
 [STR_NAME_MODULE_OPTIONAL_GRFFLT_ADOBE]
 en-US = "Adobe Photoshop Import Filter"
@@ -105,6 +105,3 @@ en-US = "Macromedia Flash (SWF)"
 
 [STR_DESC_MODULE_OPTIONAL_GRFFLT_FLASH]
 en-US = "Macromedia Flash (SWF) Export Filter"
-
-
-
diff --git a/scp2/source/writer/folderitem_writer.ulf b/scp2/source/writer/folderitem_writer.ulf
index 23c4e12..5ccf70ab 100644
--- a/scp2/source/writer/folderitem_writer.ulf
+++ b/scp2/source/writer/folderitem_writer.ulf
@@ -23,4 +23,4 @@ en-US = "HTML Document"
 en-US = "Text Document"
 
 [STR_FI_TOOLTIP_WRITER]
-en-US = "Create and edit text and graphics in letters, reports, documents and Web pages by using Writer."
+en-US = "Create and edit text and images in letters, reports, documents and Web pages by using Writer."
diff --git a/scp2/source/writer/module_writer.ulf b/scp2/source/writer/module_writer.ulf
index 0d7d1c4..9068573 100644
--- a/scp2/source/writer/module_writer.ulf
+++ b/scp2/source/writer/module_writer.ulf
@@ -20,7 +20,7 @@
 en-US = "%PRODUCTNAME Writer"
 
 [STR_DESC_MODULE_PRG_WRT]
-en-US = "Create and edit text and graphics in letters, reports, documents and Web pages by using %PRODUCTNAME Writer."
+en-US = "Create and edit text and images in letters, reports, documents and Web pages by using %PRODUCTNAME Writer."
 
 [STR_NAME_MODULE_PRG_WRT_BIN]
 en-US = "Program Module"
diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src
index 3e3350f..2ad0d58 100644
--- a/sd/source/core/glob.src
+++ b/sd/source/core/glob.src
@@ -117,39 +117,39 @@ String STR_PRESOBJ_MPNOTESTEXT
 };
 String STR_PRESOBJ_TITLE
 {
-    Text [ en-US ] = "Click to add title" ;
+    Text [ en-US ] = "Click to add Title" ;
 };
 String STR_PRESOBJ_OUTLINE
 {
-    Text [ en-US ] = "Click to add text" ;
+    Text [ en-US ] = "Click to add Text" ;
 };
 String STR_PRESOBJ_TEXT
 {
-    Text [ en-US ] = "Click to add text" ;
+    Text [ en-US ] = "Click to add Text" ;
 };
 String STR_PRESOBJ_NOTESTEXT
 {
-    Text [ en-US ] = "Click to add notes" ;
+    Text [ en-US ] = "Click to add Notes" ;
 };
 String STR_PRESOBJ_GRAPHIC
 {
-    Text [ en-US ] = "Double-click to add graphics" ;
+    Text [ en-US ] = "Double-click to add an Image" ;
 };
 String STR_PRESOBJ_OBJECT
 {
-    Text [ en-US ] = "Double-click to add an object" ;
+    Text [ en-US ] = "Double-click to add an Object" ;
 };
 String STR_PRESOBJ_CHART
 {
-    Text [ en-US ] = "Double-click to add a chart" ;
+    Text [ en-US ] = "Double-click to add a Chart" ;
 };
 String STR_PRESOBJ_ORGCHART
 {
-    Text [ en-US ] = "Double-click to add an organization chart" ;
+    Text [ en-US ] = "Double-click to add an Organization Chart" ;
 };
 String STR_PRESOBJ_TABLE
 {
-    Text [ en-US ] = "Double-click to add a spreadsheet" ;
+    Text [ en-US ] = "Double-click to add a Spreadsheet" ;
 };
 String STR_OUTLINEVIEWSHELL
 {
diff --git a/sd/source/filter/html/pubdlg.src b/sd/source/filter/html/pubdlg.src
index 95deef4..d13f62e 100644
--- a/sd/source/filter/html/pubdlg.src
+++ b/sd/source/filter/html/pubdlg.src
@@ -34,7 +34,7 @@ ModalDialog DLG_PUBLISHING
     {
         Pos = MAP_APPFONT ( 6 , 9 ) ;
         Size = MAP_APPFONT ( 258 , 8 ) ;
-        Text [ en-US ] = "Assign design";
+        Text [ en-US ] = "Assign Design";
     };
 
     RadioButton PAGE1_NEW_DESIGN
@@ -42,7 +42,7 @@ ModalDialog DLG_PUBLISHING
         HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE1_NEW_DESIGN";
         Pos = MAP_APPFONT( 12, 21 );
         Size = MAP_APPFONT( 153, 10 );
-        Text [ en-US ] = "New design";
+        Text [ en-US ] = "New Design";
     };
 
     RadioButton PAGE1_OLD_DESIGN
@@ -50,7 +50,7 @@ ModalDialog DLG_PUBLISHING
         HelpID = "sd:RadioButton:DLG_PUBLISHING:PAGE1_OLD_DESIGN";
         Pos = MAP_APPFONT( 12, 34 );
         Size = MAP_APPFONT( 153, 10 );
-        Text [ en-US ] = "Existing design";
+        Text [ en-US ] = "Existing Design";
     };
 
     ListBox PAGE1_DESIGNS
@@ -338,7 +338,7 @@ ModalDialog DLG_PUBLISHING
     {
         Pos = MAP_APPFONT ( 6, 9 ) ;
         Size = MAP_APPFONT ( 124, 8 ) ;
-        Text [ en-US ] = "Save graphics as";
+        Text [ en-US ] = "Save Image as";
     };
 
     RadioButton PAGE3_PNG
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index 7db1d01..cc48996 100644
--- a/sd/source/ui/app/res_bmp.src
+++ b/sd/source/ui/app/res_bmp.src
@@ -240,7 +240,7 @@ Bitmap BMP_GRAPHIC
 };
 
 #define SfxStyleFamiliesRes1\
-    Text [ en-US ] = "Graphics Styles" ;\
+    Text [ en-US ] = "Image Styles" ;\
 
 #define SfxStyleFamiliesRes2\
     Text [ en-US ] = "Presentation Styles" ;\
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index 4c58d73..1a5e2f1 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -26,7 +26,7 @@ String STR_DRAW_TOOLBOX
 };
 String STR_GRAPHIC_TOOLBOX
 {
-    Text [ en-US ] = "Draw toolbar/Graphics" ;
+    Text [ en-US ] = "Draw Toolbar/Image" ;
 };
 String STR_SLIDE_TOOLBOX
 {
@@ -42,7 +42,7 @@ String STR_DRAW_OBJ_TOOLBOX
 };
 String STR_GRAPHIC_OBJ_TOOLBOX
 {
-    Text [ en-US ] = "Draw object bar/Graphics" ;
+    Text [ en-US ] = "Draw Object Bar/Image" ;
 };
 String STR_DRAW_OPTIONS_TOOLBOX
 {
@@ -50,7 +50,7 @@ String STR_DRAW_OPTIONS_TOOLBOX
 };
 String STR_GRAPHIC_OPTIONS_TOOLBOX
 {
-    Text [ en-US ] = "Options bar/Graphics" ;
+    Text [ en-US ] = "Options Bar/Image" ;
 };
 String STR_DRAW_COMMONTASK_TOOLBOX
 {
@@ -62,7 +62,7 @@ String STR_SLIDE_OBJ_TOOLBOX
 };
 String STR_BEZIER_TOOLBOX
 {
-    Text [ en-US ] = "Bézier object bar" ;
+    Text [ en-US ] = "Bézier Object Bar" ;
 };
 String STR_GLUEPOINTS_TOOLBOX
 {
@@ -257,7 +257,7 @@ String STR_AUTOLAYOUT_NOTES
 };
 String STR_TRANSFORM
 {
-    Text [ en-US ] = "transform" ;
+    Text [ en-US ] = "Transform" ;
 };
 String STR_LINEEND
 {
@@ -413,7 +413,7 @@ String STR_SCALE_OBJECTS
 };
 String STR_CREATE_PAGES
 {
-    Text [ en-US ] = "Create slides" ;
+    Text [ en-US ] = "Create Slides" ;
 };
 String STR_UNDO_CHANGE_PAGEFORMAT
 {
@@ -429,7 +429,7 @@ String STR_EDIT_OBJ
 };
 String STR_DELETE_PAGES
 {
-    Text [ en-US ] = "Delete slides" ;
+    Text [ en-US ] = "Delete Slides" ;
 };
 String STR_WARN_PRINTFORMAT_FAILURE
 {
@@ -441,27 +441,27 @@ String STR_REMOVE_LINK
 };
 String STR_IMPORT_GRFILTER_OPENERROR
 {
-    Text [ en-US ] = "Graphics file cannot be opened" ;
+    Text [ en-US ] = "Image file cannot be opened" ;
 };
 String STR_IMPORT_GRFILTER_IOERROR
 {
-    Text [ en-US ] = "Graphics file cannot be read" ;
+    Text [ en-US ] = "Image file cannot be read" ;
 };
 String STR_IMPORT_GRFILTER_FORMATERROR
 {
-    Text [ en-US ] = "Unknown graphics format" ;
+    Text [ en-US ] = "Unknown image format" ;
 };
 String STR_IMPORT_GRFILTER_VERSIONERROR
 {
-    Text [ en-US ] = "This graphics file version is not supported" ;
+    Text [ en-US ] = "This image file version is not supported" ;
 };
 String STR_IMPORT_GRFILTER_FILTERERROR
 {
-    Text [ en-US ] = "Graphics filter not found" ;
+    Text [ en-US ] = "Image filter not found" ;
 };
 String STR_IMPORT_GRFILTER_TOOBIG
 {
-    Text [ en-US ] = "Not enough memory to import graphics" ;
+    Text [ en-US ] = "Not enough memory to import image" ;
 };
 String STR_OBJECTS
 {
@@ -505,7 +505,7 @@ String STR_UNDO_INSERT_FILE
 };
 String STR_SCALE_OBJS_TO_PAGE
 {
-    Text [ en-US ] = "Should the graphics be scaled to the new slide format?" ;
+    Text [ en-US ] = "Should the image be scaled to the new slide format?" ;
 };
 String STR_UNDO_INSERT_SPECCHAR
 {
@@ -658,15 +658,15 @@ String STR_LOAD_PRESENTATION_LAYOUT
 };
 String STR_DRAGTYPE_URL
 {
-    Text [ en-US ] = "Insert as hyperlink" ;
+    Text [ en-US ] = "Insert as Hyperlink" ;
 };
 String STR_DRAGTYPE_EMBEDDED
 {
-    Text [ en-US ] = "Insert as copy" ;
+    Text [ en-US ] = "Insert as Copy" ;
 };
 String STR_DRAGTYPE_LINK
 {
-    Text [ en-US ] = "Insert as link" ;
+    Text [ en-US ] = "Insert as Link" ;
 };
 String STR_GLUE_ESCDIR_SMART
 {
@@ -800,7 +800,7 @@ String STR_FILEFORMAT_NAME
 };
 String STR_RELEASE_GRAPHICLINK
 {
-    Text [ en-US ] = "This graphic is linked to a document. Do you want to unlink the graphic in order to edit it?" ;
+    Text [ en-US ] = "This image is linked to a document. Do you want to unlink the image in order to edit it?" ;
 };
 String STR_NEW_CUSTOMSHOW
 {
@@ -1079,7 +1079,7 @@ String STR_FIELD_PLACEHOLDER_NUMBER
 };
 String STR_FIELD_PLACEHOLDER_COUNT
 {
-    Text [ en-US ]="<count>" ;
+    Text [ en-US ] = "<count>" ;
 };
 
 String STR_PLACEHOLDER_DESCRIPTION_NOTES
@@ -1146,7 +1146,7 @@ String STR_TASKPANEL_LAYOUT_MENU_TITLE
 };
 String STR_GRAPHICS_STYLE_FAMILY
 {
-    Text [ en-US ] = "Graphics Styles";
+    Text [ en-US ] = "Image Styles";
 };
 String STR_CELL_STYLE_FAMILY
 {
@@ -1178,7 +1178,7 @@ String STR_NAVIGATOR_SHAPE_BASE_NAME
 };
 String STR_SET_BACKGROUND_PICTURE
 {
-    Text [ en-US ] = "Set Background Picture for Slide ..." ;
+    Text [ en-US ] = "Set Background Image for Slide ..." ;
 };
 
 String STR_ACC_DIALOG_DESC
@@ -1208,7 +1208,7 @@ String STR_INSERT_CHART
 
 String STR_INSERT_PICTURE
 {
-     Text [ en-US ] = "Insert Picture";
+     Text [ en-US ] = "Insert Image";
 };
 
 String STR_INSERT_MOVIE
diff --git a/sd/uiconfig/sdraw/ui/drawprtldialog.ui b/sd/uiconfig/sdraw/ui/drawprtldialog.ui
index 681092b..b2918e3 100644
--- a/sd/uiconfig/sdraw/ui/drawprtldialog.ui
+++ b/sd/uiconfig/sdraw/ui/drawprtldialog.ui
@@ -233,7 +233,7 @@
               <object class="GtkLabel" id="RID_SVXPAGE_PICK_BMP">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">Graphics</property>
+                <property name="label" translatable="yes">Image</property>
               </object>
               <packing>
                 <property name="position">10</property>
diff --git a/sd/uiconfig/simpress/ui/templatedialog.ui b/sd/uiconfig/simpress/ui/templatedialog.ui
index 9f9d31f..a9183b4 100644
--- a/sd/uiconfig/simpress/ui/templatedialog.ui
+++ b/sd/uiconfig/simpress/ui/templatedialog.ui
@@ -4,7 +4,7 @@
   <object class="GtkDialog" id="TemplateDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes">Graphics Styles</property>
+    <property name="title" translatable="yes">Image Styles</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index d105a70..7559adb 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -151,7 +151,7 @@ String GID_FRAME
 
 String GID_GRAPHIC
 {
-    Text [ en-US ] = "Graphic" ;
+    Text [ en-US ] = "Image" ;
 };
 
 String GID_TABLE
@@ -456,7 +456,7 @@ String STR_NONE
 };
 String RID_SVXSTR_GRAFIKLINK
 {
-    Text [ en-US ] = "Graphic" ;
+    Text [ en-US ] = "Image" ;
 };
 String STR_SFX_FILTERNAME_ALL
 {
@@ -464,7 +464,7 @@ String STR_SFX_FILTERNAME_ALL
 };
 String RID_SVXSTR_EDITGRFLINK
 {
-    Text [ en-US ] = "Link graphics" ;
+    Text [ en-US ] = "Link Image" ;
 };
 // i66948 used in project scripting
 String STR_ERRUNOEVENTBINDUNG
@@ -473,27 +473,27 @@ String STR_ERRUNOEVENTBINDUNG
 };
 String RID_SVXSTR_GRFILTER_OPENERROR
 {
-    Text [ en-US ] = "Graphics file cannot be opened" ;
+    Text [ en-US ] = "Image file cannot be opened" ;
 };
 String RID_SVXSTR_GRFILTER_IOERROR
 {
-    Text [ en-US ] = "Graphics file cannot be read" ;
+    Text [ en-US ] = "Image file cannot be read" ;
 };
 String RID_SVXSTR_GRFILTER_FORMATERROR
 {
-    Text [ en-US ] = "Unknown graphics format" ;
+    Text [ en-US ] = "Unknown image format" ;
 };
 String RID_SVXSTR_GRFILTER_VERSIONERROR
 {
-    Text [ en-US ] = "This version of the graphics file is not supported" ;
+    Text [ en-US ] = "This version of the image file is not supported" ;
 };
 String RID_SVXSTR_GRFILTER_FILTERERROR
 {
-    Text [ en-US ] = "Graphics filter not found" ;
+    Text [ en-US ] = "Image filter not found" ;
 };
 String RID_SVXSTR_GRFILTER_TOOBIG
 {
-    Text [ en-US ] = "Not enough memory to insert graphic" ;
+    Text [ en-US ] = "Not enough memory to insert image" ;
 };
 String RID_SVXSTR_END_REDLINING_WARNING
 {
diff --git a/shell/source/win32/shlxthandler/res/shlxthdl.ulf b/shell/source/win32/shlxthandler/res/shlxthdl.ulf
index eed3dd3..57a2866 100644
--- a/shell/source/win32/shlxthandler/res/shlxthdl.ulf
+++ b/shell/source/win32/shlxthandler/res/shlxthdl.ulf
@@ -35,7 +35,7 @@ en-US = "Pages"
 en-US = "Tables"
 
 [%GRAPHICS%]
-en-US = "Graphics"
+en-US = "Images"
 
 [%OBJECTS%]
 en-US = "Objects"
diff --git a/svl/source/misc/mediatyp.src b/svl/source/misc/mediatyp.src
index f311460..9b82f47 100644
--- a/svl/source/misc/mediatyp.src
+++ b/svl/source/misc/mediatyp.src
@@ -116,17 +116,17 @@ String STR_SVT_MIMETYPE_AUDIO_WEBM
 
 String STR_SVT_MIMETYPE_IMAGE_GIF
 {
-    Text [ en-US ] = "Graphics" ;
+    Text [ en-US ] = "Image" ;
 };
 
 String STR_SVT_MIMETYPE_IMAGE_JPEG
 {
-    Text [ en-US ] = "Graphics" ;
+    Text [ en-US ] = "Image" ;
 };
 
 String STR_SVT_MIMETYPE_IMAGE_PCX
 {
-    Text [ en-US ] = "Graphics" ;
+    Text [ en-US ] = "Image" ;
 };
 
 String STR_SVT_MIMETYPE_IMAGE_BMP
@@ -286,7 +286,7 @@ String STR_SVT_MIMETYPE_APP_TEMPLATE
 
 String STR_SVT_MIMETYPE_IMAGE_GENERIC
 {
-    Text [ en-US ] = "Graphics";
+    Text [ en-US ] = "Image";
 };
 
 String STR_SVT_MIMETYPE_APP_MSEXCEL
diff --git a/svx/source/core/graphichelper.src b/svx/source/core/graphichelper.src
index a5ae21f..7234d08 100644
--- a/svx/source/core/graphichelper.src
+++ b/svx/source/core/graphichelper.src
@@ -21,7 +21,7 @@
 
 String RID_SVXSTR_EXPORT_GRAPHIC_TITLE
 {
-    Text [ en-US ] = "Graphics Export" ;
+    Text [ en-US ] = "Image Export" ;
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/source/tbxctrls/grafctrl.src b/svx/source/tbxctrls/grafctrl.src
index 9d7f76b..0fb164a 100644
--- a/svx/source/tbxctrls/grafctrl.src
+++ b/svx/source/tbxctrls/grafctrl.src
@@ -111,7 +111,7 @@ FloatingWindow RID_SVXTBX_GRFFILTER
 
 String RID_SVXSTR_UNDO_GRAFMODE
 {
-    Text [ en-US ] = "Graphics Mode";
+    Text [ en-US ] = "Image Mode";
 };
 String RID_SVXSTR_UNDO_GRAFRED
 {


More information about the Libreoffice-commits mailing list