Closed Bug 441112 Opened 16 years ago Closed 16 years ago

No localised buttons 'Get me out of here!' and 'Add Exception...' for 'Secure Connection Failed' error page in Serbian

Categories

(Toolkit :: Safe Browsing, defect)

3.0 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 438601

People

(Reporter: urke.kg, Unassigned)

Details

(Keywords: intl)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; sr; rv:1.9) Gecko/2008052912 Firefox/3.0
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; sr; rv:1.9) Gecko/2008052912 Firefox/3.0

In Serbian localisation there is no localised buttons 'Get me out of here!' and 'Add Exception...' for 'Secure Connection Failed' error page.

To fix this problem, on the end in file /chrome/sr.jar/locale/browser/netError.dtd we need to replace line

-------------
<!ENTITY securityOverride.warningText "<p>Немојте додавати изузетке ако користите везу којој не верујете у потпуности, или ако нисте навикли да добијате упозорења о овом серверу.</p>">
-------------

with this multyline:

-------------
<!ENTITY securityOverride.warningText "<p>Немојте додавати изузетке ако користите везу којој не верујете у потпуности, или ако нисте навикли да добијате упозорења о овом серверу.</p>

<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='getMeOutOfHereButton' label='&securityOverride.getMeOutOfHereButton;'/>
<xul:button xmlns:xul='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id='exceptionDialogButton' label='&securityOverride.exceptionButtonLabel;'/>
">
-------------

Then buttons apears.

Reproducible: Always

Steps to Reproduce:
1. Go to SSL page with bad SSL certificate
2. Click on link 'Или додајте изузетак...' (lozalised Or you can add an exception...)
Keywords: intl
Summary: No localised buttons 'Get me out of here!' and 'Add Exception...' for 'Secure Connection Failed' error page → No localised buttons 'Get me out of here!' and 'Add Exception...' for 'Secure Connection Failed' error page in Serbian
Version: unspecified → 3.0 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.