Closed Bug 1544489 Opened 5 years ago Closed 5 years ago

xpinstallPromptMessage cannot be properly translated in some cases

Categories

(Toolkit :: Add-ons Manager, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla68
Tracking Status
firefox68 --- fixed

People

(Reporter: mixedpuppy, Assigned: mixedpuppy)

References

Details

Attachments

(1 file)

From :piotrdrag

This is not translatable to my language. “an unknown site” needs different translations in xpinstallPromptMessage.header and xpinstallPromptMessage.message. Preferably, the versions for an unknown site would be separate strings. Do I need to reopen this bug, or file a new one?

https://searchfox.org/mozilla-central/rev/0376cbf447efa16922c550da3bfd783b916e35d3/browser/locales/en-US/chrome/browser/browser.properties#23-31

We probably need a couple strings to support localization better:

xpinstallPromptMessage.header=Allow %S to install an add-on?
xpinstallPromptMessage.message=You are attempting to install an add-on from %S. Make sure you trust this site before continuing.

xpinstallPromptMessage.header.unknown=an unknown site
xpinstallPromptMessage.message.unknown=an unknown site

An alternate option that should always work would be:

xpinstallPromptMessage.header.unknown=Allow an unknown site to install an add-on?
xpinstallPromptMessage.message.unknown=You are attempting to install an add-on from an unknown site. Make sure you trust this site before continuing.

However in that case we loose the bold style for "an unknown site".

:flod Is there any way for me to know whether the first option above is still going to present translation issues?

Flags: needinfo?(francesco.lodolo)

(In reply to Shane Caraveo (:mixedpuppy) from comment #1)

:flod Is there any way for me to know whether the first option above is still going to present translation issues?

This is not the request from Piotr (and I got the same from Michal for Czech).

It should be completely different strings, e.g.

xpinstallPromptMessageDomain.header=Allow %S to install an add-on?
xpinstallPromptMessageDomain.message=You are attempting to install an add-on from %S. Make sure you trust this site before continuing.

xpinstallPromptMessageUnknown.header=Allow add-on installation from unknown source?
xpinstallPromptMessageUnknown.message=You are attempting to install an add-on from an unknown source. Make sure you trust this file before continuing.

Flags: needinfo?(francesco.lodolo)
Assignee: nobody → mixedpuppy

Is there anything holding this patch from landing?

Flags: needinfo?(mixedpuppy)
Pushed by scaraveo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d7f798e98a75
use separate strings to localize install prompt for unknown sites. r=flod,aswan
Flags: needinfo?(mixedpuppy)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: