[Libreoffice-commits] core.git: svx/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Thu Apr 14 14:58:08 UTC 2016
svx/source/svdraw/svdstr.src | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
New commits:
commit 54bb5a76aea1eea378d24c7bca5a901b0aa932da
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Wed Mar 16 09:13:37 2016 +0000
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 at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src
index 6c64f88..93d9bbd 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
{
More information about the Libreoffice-commits
mailing list