diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-03-16 09:13:37 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-04-14 14:57:47 +0000 |
commit | 54bb5a76aea1eea378d24c7bca5a901b0aa932da (patch) | |
tree | 5e572ac7fcdc83e7e2d269608036eb82c9d80105 | |
parent | ffbe65924d532f5ec35fc32ecd95f9535b478214 (diff) |
tdf#70998 Termchange Graphic/Bitmap -> Image
Bitmap refered to everything that renders into a bitmap internally while
graphic can also be svg/metafile.
As the common user cannot differentiate this, we'll use the term "Image"
for both.
Change-Id: Ibf307f8f286a7974d7967a83b85ce62ebafe4ac9
Reviewed-on: https://gerrit.libreoffice.org/23293
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r-- | svx/source/svdraw/svdstr.src | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src index 6c64f88ee6ca..93d9bbdbacee 100644 --- a/svx/source/svdraw/svdstr.src +++ b/svx/source/svdraw/svdstr.src @@ -337,35 +337,35 @@ String STR_ObjNamePluralOUTLINETEXT String STR_ObjNameSingulGRAF { - Text [ en-US ] = "graphic" ; + Text [ en-US ] = "Image" ; }; String STR_ObjNamePluralGRAF { - Text [ en-US ] = "graphics" ; + Text [ en-US ] = "Images" ; }; String STR_ObjNameSingulGRAFLNK { - Text [ en-US ] = "Linked graphic" ; + Text [ en-US ] = "Linked image" ; }; String STR_ObjNamePluralGRAFLNK { - Text [ en-US ] = "Linked graphics" ; + Text [ en-US ] = "Linked images" ; }; String STR_ObjNameSingulGRAFNONE { - Text [ en-US ] = "Blank graphic object" ; + Text [ en-US ] = "Blank image object" ; }; String STR_ObjNamePluralGRAFNONE { - Text [ en-US ] = "Blank graphic objects" ; + Text [ en-US ] = "Blank image objects" ; }; String STR_ObjNameSingulGRAFNONELNK { - Text [ en-US ] = "Blank linked graphic" ; + Text [ en-US ] = "Blank linked image" ; }; String STR_ObjNamePluralGRAFNONELNK { - Text [ en-US ] = "Blank linked graphics" ; + Text [ en-US ] = "Blank linked images" ; }; String STR_ObjNameSingulGRAFMTF { @@ -385,35 +385,35 @@ String STR_ObjNamePluralGRAFMTFLNK }; String STR_ObjNameSingulGRAFBMP { - Text [ en-US ] = "Bitmap" ; + Text [ en-US ] = "Image" ; }; String STR_ObjNameSingulGRAFBMPTRANS { - Text [ en-US ] = "Bitmap with transparency" ; + Text [ en-US ] = "Image with transparency" ; }; String STR_ObjNameSingulGRAFBMPLNK { - Text [ en-US ] = "Linked Bitmap" ; + Text [ en-US ] = "Linked Image" ; }; String STR_ObjNameSingulGRAFBMPTRANSLNK { - Text [ en-US ] = "Linked bitmap with transparency" ; + Text [ en-US ] = "Linked image with transparency" ; }; String STR_ObjNamePluralGRAFBMP { - Text [ en-US ] = "Bitmaps" ; + Text [ en-US ] = "Images" ; }; String STR_ObjNamePluralGRAFBMPTRANS { - Text [ en-US ] = "Bitmaps with transparency" ; + Text [ en-US ] = "Images with transparency" ; }; String STR_ObjNamePluralGRAFBMPLNK { - Text [ en-US ] = "Linked bitmaps" ; + Text [ en-US ] = "Linked images" ; }; String STR_ObjNamePluralGRAFBMPTRANSLNK { - Text [ en-US ] = "Linked bitmaps with transparency" ; + Text [ en-US ] = "Linked images with transparency" ; }; String STR_ObjNameSingulCUSTOMSHAPE { |