Closed
Bug 351925
Opened 18 years ago
Closed 18 years ago
Browser-specific wording in newserver.dtd
Categories
(Core Graveyard :: Security: UI, defect)
Core Graveyard
Security: UI
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 385458
People
(Reporter: marcoos, Assigned: KaiE)
References
()
Details
Attachments
(1 file, 1 obsolete file)
6.62 KB,
patch
|
mscott
:
review+
|
Details | Diff | Splinter Review |
Most of the entities in this dtd talk about "website", "webmasters" and "browser", while this dialog is also displayed in Thunderbird for mail server certificate.
40 <!ENTITY newserver.title "Website Certified by an Unknown Authority">
41 <!ENTITY newserver.reasons "Possible reasons for this error:">
42 <!ENTITY newserver.reason1 "- Your browser does not recognize the Certificate Authority that issued the site's certificate.">
43 <!ENTITY newserver.reason2 "- The site's certificate is incomplete due to a server misconfiguration.">
44 <!ENTITY newserver.notify "Please notify the site's webmaster about this problem.">
Proposed changes:
"Website"/"Web site"/"site" -> "Server"
"Your browser" -> "&brandShortName;"
"site's webmaster" -> "server's administrator"
--
Originally reported as a l10n bug in the Polish l10n team bugzilla:
http://bugs.aviary.pl/show_bug.cgi?id=886
Updated•18 years ago
|
Product: Toolkit → Core
Version: unspecified → Trunk
Updated•18 years ago
|
Assignee: dveditz → kengert
Component: Security → Security: UI
QA Contact: toolkit
Reporter | ||
Comment 1•18 years ago
|
||
As 1.8 l10n is now frozen for Firefox, a temporary solution for the branch me be to use override for this file for Thunderbird, like Firefox does for netError.dtd <http://lxr.mozilla.org/mozilla1.8/source/browser/locales/en-US/chrome/overrides/netError.dtd>
cc'ing Scott.
Reporter | ||
Comment 2•18 years ago
|
||
This does what I explained in the previous comment. The patch is intended for the 1.8 branch.
I think trunk needs the opposite situation (generic newserver.* files in toolkit, and a browser-specific override in Firefox).
Attachment #238854 -
Flags: review?
Reporter | ||
Updated•18 years ago
|
Attachment #238854 -
Flags: review? → review?(mscott)
Reporter | ||
Comment 3•18 years ago
|
||
Changing &brandShortName; to "Your mail client" so that this works properly. ;-)
Attachment #238854 -
Attachment is obsolete: true
Attachment #239689 -
Flags: review?(mscott)
Attachment #238854 -
Flags: review?(mscott)
Comment 4•18 years ago
|
||
Seems like the right thing to do...what do you think, Scott?
Reporter | ||
Comment 5•18 years ago
|
||
David, Scott: any chances for getting this into Tb2?
Reporter | ||
Comment 6•18 years ago
|
||
Unfortunately, as we're in the string freeze, it's way too late to do anything with this for Tb 2...
Comment 7•18 years ago
|
||
Comment on attachment 239689 [details] [diff] [review]
newserver.dtd and newserver.properties overrides for Thunderbird
While we didn't get this in on the branch in time for thunderbird 2, we can still take this on the trunk. Let me know if you need someone to land this for you! Thanks for the patch.
Attachment #239689 -
Flags: review?(mscott) → review+
Reporter | ||
Comment 8•18 years ago
|
||
As I wrote in comment 2, on trunk we need an opposite solution - generic strings in toolkit (which should be good enough for Tb), and browser-specific ones in Firefox.
This wasn't possible on the branch at the time of filing this bug due to Fx2 string freeze, but there's no string freeze on trunk.
Updated•18 years ago
|
QA Contact: ui
Reporter | ||
Comment 9•18 years ago
|
||
I'm marking this bug as duplicate of bug 385458, which aims to do what I described in comment 8.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•