summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2013-10-30 09:43:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-11-01 04:02:36 -0500
commit90ef8ac1b5d94c24ff0d5a26a8ca6b6769f225c1 (patch)
treef6d79a148547dc56e649031b5878ca8a1f94246f
parent7fb2aa82f69329e73434c7e6a3ce3a1d3d99f2cb (diff)
fdo#70998 Termchange: Graphics->Image
Change-Id: I73458ad8c4f6017bd9fdc36a40b67684d36adbad Reviewed-on: https://gerrit.libreoffice.org/6483 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/core/undo/undo.src4
-rw-r--r--sw/source/ui/app/app.src4
-rw-r--r--sw/source/ui/app/error.src6
-rw-r--r--sw/source/ui/dochdl/dochdl.src2
-rw-r--r--sw/source/ui/docvw/docvw.src10
-rw-r--r--sw/source/ui/fldui/fldui.src4
-rw-r--r--sw/source/ui/inc/toolbox.hrc2
-rw-r--r--sw/source/ui/misc/numberingtypelistbox.src2
-rw-r--r--sw/source/ui/shells/shells.src22
-rw-r--r--sw/source/ui/utlui/utlui.src12
-rw-r--r--sw/source/ui/web/web.src2
-rw-r--r--sw/uiconfig/swriter/ui/bulletsandnumbering.ui2
-rw-r--r--sw/uiconfig/swriter/ui/statisticsinfopage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/templatedialog16.ui2
14 files changed, 38 insertions, 38 deletions
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src
index fd667705519f..8db59db1a5c9 100644
--- a/sw/source/core/undo/undo.src
+++ b/sw/source/core/undo/undo.src
@@ -293,11 +293,11 @@ String STR_DRAWDELETE
};
String STR_REREAD
{
- Text [ en-US ] = "Replace graphics" ;
+ Text [ en-US ] = "Replace Image" ;
};
String STR_DELGRF
{
- Text [ en-US ] = "Delete graphics" ;
+ Text [ en-US ] = "Delete Image" ;
};
String STR_DELOLE
{
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index a8a503c2d03d..e5c6ac6cdef7 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -320,7 +320,7 @@ String STR_STATSTR_AUTOFORMAT
String STR_STATSTR_IMPGRF
{
- Text [ en-US ] = "Importing graphics..." ;
+ Text [ en-US ] = "Importing Images..." ;
};
String STR_STATSTR_SEARCH
@@ -403,7 +403,7 @@ String STR_TABLE_DEFNAME
String STR_GRAPHIC_DEFNAME
{
- Text[ en-US ] = "graphics" ;
+ Text[ en-US ] = "Image" ;
};
String STR_OBJECT_DEFNAME
diff --git a/sw/source/ui/app/error.src b/sw/source/ui/app/error.src
index 49836ac4d553..5fe85a102c25 100644
--- a/sw/source/ui/app/error.src
+++ b/sw/source/ui/app/error.src
@@ -30,7 +30,7 @@ String STR_COMCORE_READERROR
};
String STR_COMCORE_CANT_SHOW
{
- Text [ en-US ] = "Graphic cannot be displayed." ;
+ Text [ en-US ] = "Image cannot be displayed." ;
};
InfoBox ERR_CLPBRD_READ
@@ -155,11 +155,11 @@ Resource RID_SW_ERRHDL
};
String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_OLE )
{
- Text [ en-US ] = "Some OLE objects could only be loaded as graphics." ;
+ Text [ en-US ] = "Some OLE objects could only be loaded as Images." ;
};
String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_OLE )
{
- Text [ en-US ] = "Some OLE objects could only be saved as graphics." ;
+ Text [ en-US ] = "Some OLE objects could only be saved as Images." ;
};
String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_POOR_LOAD )
{
diff --git a/sw/source/ui/dochdl/dochdl.src b/sw/source/ui/dochdl/dochdl.src
index a24976c5a721..4d3ac7674a47 100644
--- a/sw/source/ui/dochdl/dochdl.src
+++ b/sw/source/ui/dochdl/dochdl.src
@@ -48,7 +48,7 @@ String STR_PRIVATETEXT
};
String STR_PRIVATEGRAPHIC
{
- Text [ en-US ] = "Graphics [%PRODUCTNAME Writer]" ;
+ Text [ en-US ] = "Image [%PRODUCTNAME Writer]" ;
};
String STR_PRIVATEOLE
{
diff --git a/sw/source/ui/docvw/docvw.src b/sw/source/ui/docvw/docvw.src
index 0451ad1443fc..ff10f368a012 100644
--- a/sw/source/ui/docvw/docvw.src
+++ b/sw/source/ui/docvw/docvw.src
@@ -85,7 +85,7 @@ Menu MN_READONLY_POPUP
{
Identifier = MN_READONLY_SAVEGRAPHIC ;
HelpID = HID_MN_READONLY_SAVEGRAPHIC ;
- Text [ en-US ] = "Save Graphics..." ;
+ Text [ en-US ] = "Save Image..." ;
};
MenuItem
{
@@ -110,7 +110,7 @@ Menu MN_READONLY_POPUP
SEPARATOR
};
};
- Text [ en-US ] = "Add Graphics" ;
+ Text [ en-US ] = "Add Image" ;
};
MenuItem
{
@@ -154,20 +154,20 @@ Menu MN_READONLY_POPUP
{
Identifier = MN_READONLY_COPYGRAPHIC ;
HelpID = HID_MN_READONLY_COPYGRAPHIC ;
- Text [ en-US ] = "Copy ~Graphics" ;
+ Text [ en-US ] = "Copy ~Image" ;
};
SEPARATOR
MenuItem
{
Identifier = MN_READONLY_LOADGRAPHIC ;
HelpID = HID_MN_READONLY_LOADGRAPHIC ;
- Text [ en-US ] = "Load Graphics" ;
+ Text [ en-US ] = "Load Image" ;
};
MenuItem
{
Identifier = MN_READONLY_GRAPHICOFF ;
HelpID = HID_MN_READONLY_GRAPHICOFF ;
- Text [ en-US ] = "Graphics Off" ;
+ Text [ en-US ] = "Image Off" ;
};
MenuItem
{
diff --git a/sw/source/ui/fldui/fldui.src b/sw/source/ui/fldui/fldui.src
index 788a018e28f6..0660727f15d8 100644
--- a/sw/source/ui/fldui/fldui.src
+++ b/sw/source/ui/fldui/fldui.src
@@ -246,7 +246,7 @@ String FLD_STAT_PARA
};
String FLD_STAT_GRF
{
- Text [ en-US ] = "Graphics" ;
+ Text [ en-US ] = "Image" ;
};
String FLD_STAT_OBJ
{
@@ -552,7 +552,7 @@ String FMT_MARK_FRAME
};
String FMT_MARK_GRAFIC
{
- Text [ en-US ] = "Graphics" ;
+ Text [ en-US ] = "Image" ;
};
String FMT_MARK_OLE
{
diff --git a/sw/source/ui/inc/toolbox.hrc b/sw/source/ui/inc/toolbox.hrc
index adac7e73d1c6..e65caf2bbcb3 100644
--- a/sw/source/ui/inc/toolbox.hrc
+++ b/sw/source/ui/inc/toolbox.hrc
@@ -510,7 +510,7 @@
{\
Identifier = FN_FORMAT_FRAME_DLG;\
HelpID = FN_FORMAT_GRAFIC_DLG;\
- Text [ en-US ] = "Graphics Properties";\
+ Text [ en-US ] = "Image Properties";\
};
diff --git a/sw/source/ui/misc/numberingtypelistbox.src b/sw/source/ui/misc/numberingtypelistbox.src
index a30d885a6595..a06c7a93ebac 100644
--- a/sw/source/ui/misc/numberingtypelistbox.src
+++ b/sw/source/ui/misc/numberingtypelistbox.src
@@ -34,7 +34,7 @@ Resource STRRES_NUMTYPES
< "A, .., AA, .., AAA, ..." ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ;
< "a, .., aa, .., aaa, ..." ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ;
< "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ;
- < "Graphics" ; 8/*SVX_NUM_BITMAP */; > ;
+ < "Image" ; 8/*SVX_NUM_BITMAP */; > ;
< "None" ; 5/*SVX_NUM_NUMBER_NONE */; > ;
< "Native Numbering" ; 12 /*NATIVE_NUMBERING */; > ;
< "А, Б, .., Аа, Аб, ... (Bulgarian)" ; 38 /*CHARS_CYRILLIC_UPPER_LETTER_BG */; > ;
diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src
index ddba7bd56dc8..bc31e2ae4250 100644
--- a/sw/source/ui/shells/shells.src
+++ b/sw/source/ui/shells/shells.src
@@ -22,31 +22,31 @@
#include "helpid.h"
String STR_GRFILTER_OPENERROR
{
- Text [ en-US ] = "Graphics file cannot be opened" ;
+ Text [ en-US ] = "Image file cannot be opened" ;
};
String STR_GRFILTER_IOERROR
{
- Text [ en-US ] = "Graphics file cannot be read" ;
+ Text [ en-US ] = "Image file cannot be read" ;
};
String STR_GRFILTER_FORMATERROR
{
- Text [ en-US ] = "Unknown graphic format" ;
+ Text [ en-US ] = "Unknown Image format" ;
};
String STR_GRFILTER_VERSIONERROR
{
- Text [ en-US ] = "This graphic file version is not supported" ;
+ Text [ en-US ] = "This Image file version is not supported" ;
};
String STR_GRFILTER_FILTERERROR
{
- Text [ en-US ] = "Graphics filter not found" ;
+ Text [ en-US ] = "Image filter not found" ;
};
String STR_GRFILTER_TOOBIG
{
- Text [ en-US ] = "Not enough memory to insert the picture." ;
+ Text [ en-US ] = "Not enough memory to insert the Image." ;
};
String STR_INSERT_GRAPHIC
{
- Text [ en-US ] = "Insert picture" ;
+ Text [ en-US ] = "Insert Image" ;
};
String STR_NO_ADDRESSBOOK
{
@@ -118,7 +118,7 @@ String RID_FRAME_TOOLBOX
};
String RID_GRAFIK_TOOLBOX
{
- Text [ en-US ] = "Graphics Object Bar" ;
+ Text [ en-US ] = "Images Object Bar" ;
};
String RID_OLE_TOOLBOX
{
@@ -134,7 +134,7 @@ String RID_BEZIER_TOOLBOX
};
String RID_DRAW_TEXT_TOOLBOX
{
- Text [ en-US ] = "Text Object Bar/Graphics" ;
+ Text [ en-US ] = "Text Object Bar/Images" ;
};
String RID_NUM_TOOLBOX
{
@@ -154,7 +154,7 @@ String STR_SHELLNAME_FRAME
};
String STR_SHELLNAME_GRAPHIC
{
- Text [ en-US ] = "Graphics" ;
+ Text [ en-US ] = "Image" ;
};
String STR_SHELLNAME_OBJECT
{
@@ -195,7 +195,7 @@ String STR_SWBG_PARAGRAPH
};
String STR_SWBG_GRAPHIC
{
- Text [ en-US ] = "Graphics" ;
+ Text [ en-US ] = "Image" ;
};
String STR_SWBG_OLE
{
diff --git a/sw/source/ui/utlui/utlui.src b/sw/source/ui/utlui/utlui.src
index 5c06bcbc1132..5be5a028309f 100644
--- a/sw/source/ui/utlui/utlui.src
+++ b/sw/source/ui/utlui/utlui.src
@@ -146,15 +146,15 @@ String STR_EVENT_MOUSEOUT_OBJECT
};
String STR_EVENT_IMAGE_LOAD
{
- Text [ en-US ] = "Graphics load successful" ;
+ Text [ en-US ] = "Image loaded successfully" ;
};
String STR_EVENT_IMAGE_ABORT
{
- Text [ en-US ] = "Graphics load terminated" ;
+ Text [ en-US ] = "Image loading terminated" ;
};
String STR_EVENT_IMAGE_ERROR
{
- Text [ en-US ] = "Graphics load faulty" ;
+ Text [ en-US ] = "Could not load Image" ;
};
String STR_EVENT_FRM_KEYINPUT_A
{
@@ -186,7 +186,7 @@ String STR_CONTENT_TYPE_FRAME
};
String STR_CONTENT_TYPE_GRAPHIC
{
- Text [ en-US ] = "Graphics" ;
+ Text [ en-US ] = "Image" ;
};
String STR_CONTENT_TYPE_OLE
{
@@ -250,7 +250,7 @@ String STR_IDXEXAMPLE_IDXTXT_TABLE1
};
String STR_IDXEXAMPLE_IDXTXT_IMAGE1
{
- Text [ en-US ] = "Image 1: This is image 1" ;
+ Text [ en-US ] = "Image 1: This is Image 1" ;
};
String STR_CONTENT_TYPE_SINGLE_OUTLINE
{
@@ -266,7 +266,7 @@ String STR_CONTENT_TYPE_SINGLE_FRAME
};
String STR_CONTENT_TYPE_SINGLE_GRAPHIC
{
- Text [ en-US ] = "Graphics" ;
+ Text [ en-US ] = "Image" ;
};
String STR_CONTENT_TYPE_SINGLE_OLE
{
diff --git a/sw/source/ui/web/web.src b/sw/source/ui/web/web.src
index 4d9b402c9c7f..3c6d1811538a 100644
--- a/sw/source/ui/web/web.src
+++ b/sw/source/ui/web/web.src
@@ -65,7 +65,7 @@ String RID_WEBFRAME_TOOLBOX
};
String RID_WEBGRAPHIC_TOOLBOX
{
- Text [ en-US ] = "Graphics Object Bar/Web" ;
+ Text [ en-US ] = "Image Object Bar/Web" ;
};
String RID_WEBOLE_TOOLBOX
{
diff --git a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
index d54039dbeade..565f0b14a18f 100644
--- a/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
+++ b/sw/uiconfig/swriter/ui/bulletsandnumbering.ui
@@ -149,7 +149,7 @@
<object class="GtkLabel" id="graphics">
<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">3</property>
diff --git a/sw/uiconfig/swriter/ui/statisticsinfopage.ui b/sw/uiconfig/swriter/ui/statisticsinfopage.ui
index 7034eae7fd8e..462e5990c347 100644
--- a/sw/uiconfig/swriter/ui/statisticsinfopage.ui
+++ b/sw/uiconfig/swriter/ui/statisticsinfopage.ui
@@ -44,7 +44,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Number of Graphics:</property>
+ <property name="label" translatable="yes">Number of Images:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">nogrfs</property>
</object>
diff --git a/sw/uiconfig/swriter/ui/templatedialog16.ui b/sw/uiconfig/swriter/ui/templatedialog16.ui
index 0c6739ba74ac..317878c1713c 100644
--- a/sw/uiconfig/swriter/ui/templatedialog16.ui
+++ b/sw/uiconfig/swriter/ui/templatedialog16.ui
@@ -165,7 +165,7 @@
<object class="GtkLabel" id="graphics">
<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">4</property>