[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2023-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

BogdanB  changed:

   What|Removed |Added

 Blocks||103223
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103223
[Bug 103223] [META] Area fill tab bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

--- Comment #10 from Julien Nabet  ---
(In reply to Regina Henschel from comment #9)
> "Image" is not too general. A background fill can be a raster graphic or a
> vector graphic. To me, "picture" means the same as "photo", and that would
> be far too limited for background fill. I would use "image".
You're right I interpret too "picture" as "photo" so "raster image".
I thought we could only use "raster image" but since we can also use "vectorial
image", let's stick to "Image" which corresponds to both types.

Re reading the Powerpoint link, they support only raster images, at least on
some "web support" case:
"PowerPoint for the web supports the following picture formats: .jpg, .jpeg,
.png, .gif, .bmp, .wmf, .emf, .tif, and .tiff."

So indeed we should stick to "Image".


The string is in svx/source/tbxctrls/itemwin.cxx:
544 #define RID_SVXSTR_BITMAP  NC_("RID_SVXSTR_BITMAP", "Bitmap")

See
https://opengrok.libreoffice.org/xref/core/include/svx/strings.hrc?r=ecfb1335#544

I suppose we may just change this but to avoid confusion, it may be relevant to
change RID_SVXSTR_BITMAP into RID_SVXSTR_IMAGE

git grep -n RID_SVXSTR_BITMAP
include/svx/strings.hrc:544:#define RID_SVXSTR_BITMAP  
NC_("RID_SVXSTR_BITMAP", "Bitmap")
svx/source/tbxctrls/itemwin.cxx:181:   
rListBox.append_text(SvxResId(RID_SVXSTR_BITMAP));
svx/source/xoutdev/xattr.cxx:1785:pId = RID_SVXSTR_BITMAP;

last one contains:
   1784 case drawing::FillStyle_BITMAP:
   1785 pId = RID_SVXSTR_BITMAP;

and this "FillStyle_BITMAP" is quite used and related to vars like "XML_BITMAP"
or "CTF_FILLBITMAPNAME" so again "BITMAP" pattern in string name...

Do those vars correspond to any type of image too?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #9 from Regina Henschel  ---
"Image" is not too general. A background fill can be a raster graphic or a
vector graphic. To me, "picture" means the same as "photo", and that would be
far too limited for background fill. I would use "image".

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

Julien Nabet  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=95
   ||394

--- Comment #8 from Julien Nabet  ---
If we pick "Image", we should revert patches for tdf#95394 I suppose.

About "Bitmap", do we consider it became a kind of generic term equivalent to
"raster image"? Just my personal opinion but "Bitmap" is one of a format of
"raster image", so would prefer "raster image". At least people won't believe
they can't use png files.
Of course 2 pbs here:
- it's a bit long
- not sure any casual user knows the signification of "raster"

So I took a look what Microsoft used in Powerpoint and read this link:
https://support.microsoft.com/en-us/office/change-the-background-of-your-slides-in-powerpoint-for-the-web-6927cd06-5a5b-483e-9d98-6e270df45700
It seems they chose "Picture", IHMO a good choice since:
- it's not too long
- everybody understands
- rather implies raster

In brief:
- Image: too generic
- Bitmap: too much related to the format
- Raster image: too long and not understandable for everyone
- Picture: don't see cons here only advantages :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #7 from Jean-Baptiste Faure  ---
Well, indeed there is inconsistency between the dropdown menu which says
"Bitmap" and the tab in the dialog (from the contextual menu) which says
"Image". The problem is not in the French translation, it is in the English. I
think "Image" should be changed (back?) to "Bitmap" with the meaning "raster
image" as said by Heiko.

Best regards.
JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

--- Comment #6 from Heiko Tietze  ---
(In reply to Julien Nabet from comment #3)
> For "Bitmap", I don't know, "Image" is too general.

An image could also be a vector graphic while bitmap refers to all kind of
raster graphics whether bmp or png. So I'd also rather keep it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

Julien Nabet  changed:

   What|Removed |Added

 CC||heiko.tietze@documentfounda
   ||tion.org,
   ||xiscofa...@libreoffice.org

--- Comment #5 from Julien Nabet  ---
(In reply to sophie from comment #4)
> (In reply to Julien Nabet from comment #3)
> > For "Bitmap", I don't know, "Image" is too general.
> And it should be first changed in the source code
Heiko/Xisco: any thoughts here?

> > 
> > About "Hachure", I agree with you
> > (https://translations.documentfoundation.org/languages/fr/libo_ui-master/
> > search/?offset=1=note%3A5y6vj_by=-priority%2Cposition=).
> Agreed
=> ok done on Weblate

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

--- Comment #4 from sophie  ---
(In reply to Julien Nabet from comment #3)
> For "Bitmap", I don't know, "Image" is too general.
And it should be first changed in the source code
> 
> About "Hachure", I agree with you
> (https://translations.documentfoundation.org/languages/fr/libo_ui-master/
> search/?offset=1=note%3A5y6vj_by=-priority%2Cposition=).
Agreed
> 
> About "Use Background", it's been added 1 week ago so it's too recent to
> expect seeing it already translated.
yes, we need a bit of time to do the work ;)
> 
> Sophie/Jean-Baptiste: thought you might be interested in this one since it
> concerns French translation.
Thanks for the head-up Julien and thanks for the report phv!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

Julien Nabet  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org,
   ||serval2...@yahoo.fr,
   ||so...@libreoffice.org

--- Comment #3 from Julien Nabet  ---
For "Bitmap", I don't know, "Image" is too general.

About "Hachure", I agree with you
(https://translations.documentfoundation.org/languages/fr/libo_ui-master/search/?offset=1=note%3A5y6vj_by=-priority%2Cposition=).

About "Use Background", it's been added 1 week ago so it's too recent to expect
seeing it already translated.

Sophie/Jean-Baptiste: thought you might be interested in this one since it
concerns French translation.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

--- Comment #2 from phv  ---
See also Bug #95394 now fixed: Bitmap was changed to Image in some parts of the
UI. It could be useful to check if this change has been applied everywhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149617] French UI: "Area Style / Filling" dropdown list has multiple translation issues

2022-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149617

--- Comment #1 from phv  ---
Created attachment 180827
  --> https://bugs.documentfoundation.org/attachment.cgi?id=180827=edit
Use Backgroung option missing translation

-- 
You are receiving this mail because:
You are the assignee for the bug.