зеркало из https://github.com/mozilla/gecko-dev.git
bug 403800 - Refactor netError.dtd to simplify per-application overrides, r=bz a=dsicore
This commit is contained in:
Родитель
2b3d1a6889
Коммит
e894c32dea
|
@ -80,8 +80,8 @@
|
|||
<p>These types of web forgeries are used in scams known as phishing attacks, in which fraudulent web pages and emails are used to imitate sources you may trust.</p>
|
||||
">
|
||||
|
||||
<!ENTITY securityOverride.linkText "Or you can add an exception…">
|
||||
<!ENTITY securityOverride.warningText "
|
||||
<p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p>
|
||||
<p>If you still wish to add an exception for this site, you can do so in your advanced encryption settings.</p>
|
||||
">
|
||||
<!-- Include app-specific error messages - do not change this in localization!
|
||||
Some applications might override netErrorApp.dtd with their specific version,
|
||||
this inclusion needs to be intact for that approach to work correctly. -->
|
||||
<!ENTITY % netErrorAppDTD SYSTEM "chrome://global/locale/netErrorApp.dtd">
|
||||
%netErrorAppDTD;
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<!-- Error messages that are likely to be overridden by applications go in this
|
||||
file, all messages that likely don't need to tie into app-specific UI
|
||||
should go into netError.dtd -->
|
||||
|
||||
<!ENTITY securityOverride.linkText "Or you can add an exception…">
|
||||
<!ENTITY securityOverride.warningText "
|
||||
<p>You should not add an exception if you are using an internet connection that you do not trust completely or if you are not used to seeing a warning for this server.</p>
|
||||
<p>If you still wish to add an exception for this site, you can do so in your advanced encryption settings.</p>
|
||||
">
|
|
@ -7,6 +7,7 @@
|
|||
locale/@AB_CD@/global/printing.properties (%chrome/layout/printing.properties)
|
||||
locale/@AB_CD@/global/layout_errors.properties (%chrome/layout/layout_errors.properties)
|
||||
locale/@AB_CD@/global/netError.dtd (%chrome/netError.dtd)
|
||||
locale/@AB_CD@/global/netErrorApp.dtd (%chrome/netErrorApp.dtd)
|
||||
locale/@AB_CD@/global/global.dtd (%chrome/global.dtd)
|
||||
locale/@AB_CD@/global/appstrings.properties (%chrome/appstrings.properties)
|
||||
locale/@AB_CD@/global/charsetTitles.properties (%chrome/charsetTitles.properties)
|
||||
|
|
Загрузка…
Ссылка в новой задаче