diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-11-02 14:48:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-04 07:49:45 -0600 |
commit | a71a562a9958fc58a5fb914bcf7f8056a353f618 (patch) | |
tree | 836c3126820c44bfade42b70f3009d0ad9441c31 /sfx2 | |
parent | a210df8e50d94f557ceaa21e5f4943db97777812 (diff) |
fdo 70998: Termchange: Graphics->Image
Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38
Reviewed-on: https://gerrit.libreoffice.org/6524
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/app.src | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index d105a709da99..7559adb1a159 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 { |