Remove hardwired "Mozilla" and "Netscape" strings from DTD files. Part of bug 80838. r=rchen, sr=blizzard.

This commit is contained in:
gerv%gerv.net 2001-05-19 15:54:29 +00:00
Родитель 3168baae75
Коммит ff74e11470
17 изменённых файлов: 78 добавлений и 28 удалений

Просмотреть файл

@ -4,7 +4,13 @@
<?xml-stylesheet href="chrome://navigator/skin" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://help/locale/help.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % helpDTD SYSTEM "chrome://help/locale/help.dtd" >
%helpDTD;
]>
<window id="moz__help"
windowtype="mozilla:help"

Просмотреть файл

@ -1,4 +1,4 @@
<!ENTITY helpWin.ttl "Mozilla Help" >
<!ENTITY helpWin.ttl "&brandShortName; Help" >
<!ENTITY backBtn.label "Back" >
<!ENTITY fwdBtn.label "Forward" >
@ -8,9 +8,9 @@
<!ENTITY fwdBtn.tooltip "Forward" >
<!ENTITY homeBtn.tooltip "Home" >
<!ENTITY t1.label "What part of Netscape" >
<!ENTITY t1.label "What part of &brandShortName;" >
<!ENTITY t2.label "do you need help with?" >
<!ENTITY t3.label "Click one:" >
<!ENTITY tab1.label "Contents">
<!ENTITY tab2.label "Index">
<!ENTITY tab2.label "Index">

Просмотреть файл

@ -33,7 +33,12 @@ Rights Reserved.
<?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
<?xul-overlay href="chrome://communicator/content/securityOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/messenger.dtd" >
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
%messengerDTD;
]>
<window id="messengerWindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -28,8 +28,13 @@ Rights Reserved.
<?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
<?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/messenger.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
%messengerDTD;
]>
<window id="messengerWindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"

Просмотреть файл

@ -33,7 +33,12 @@ Rights Reserved.
<?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
<?xul-overlay href="chrome://communicator/content/securityOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/messenger.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
%messengerDTD;
]>
<window id="messengerWindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -24,7 +24,12 @@ Rights Reserved.
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/messenger.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd" >
%messengerDTD;
]>
<window id="printEngineWin"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -19,7 +19,7 @@ Rights Reserved.
-->
<!ENTITY messengerWindow.title "Mail">
<!ENTITY titleModifier.label "Mozilla">
<!ENTITY titleModifier.label "&brandShortName;">
<!ENTITY titleSeperator.label " - ">
<!-- menu items: the . means that the menu item isn't implemented yet -->

Просмотреть файл

@ -27,7 +27,12 @@
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://navigator/locale/pageInfo.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % pageInfoDTD SYSTEM "chrome://navigator/locale/pageInfo.dtd" >
%pageInfoDTD;
]>
<window id="main-window" xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -1,7 +1,5 @@
<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE -->
<!ENTITY mainWindow.title "Mozilla">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifier "Mozilla">
<!ENTITY mainWindow.title "&brandShortName;">
<!ENTITY mainWindow.titlemodifier "&brandShortName;">
<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseperator) : DONT_TRANSLATE -->
<!ENTITY mainWindow.titlemodifierseperator " - ">
<!ENTITY mainWindow.preface "Info for: ">

Просмотреть файл

@ -25,7 +25,12 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-offline.dtd" >
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % offlineDTD SYSTEM "chrome://communicator/locale/pref/pref-offline.dtd" >
%offlineDTD;
]>
<window debug="false" xmlns:html="http://www.w3.org/1999/xhtml" id="offlineWindow"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -2,7 +2,12 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/dialogOverlay.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-policies.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % policiesDTD SYSTEM "chrome://communicator/locale/pref/pref-policies.dtd" >
%policiesDTD;
]>
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -24,7 +24,13 @@
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-proxy-manual.dtd" >
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % proxyDTD SYSTEM "chrome://communicator/locale/pref/pref-proxy-manual.dtd" >
%proxyDTD;
]>
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&window.title;"

Просмотреть файл

@ -4,12 +4,12 @@
<!ENTITY window.title "Offline">
<!ENTITY boxHeader "Offline">
<!ENTITY rHeader "Startup Mode">
<!ENTITY descipt1 "Mozilla can start in either online or offline mode. When online you have full
<!ENTITY descipt1 "&brandShortName; can start in either online or offline mode. When online you have full
access to your network. When offline you can only read messages that you have previously downloaded to your local computer.">
<!ENTITY prevRadio "Remember my previous mode">
<!ENTITY communRemember "Mozilla will remember the state it was in last and start in that mode.">
<!ENTITY communRemember "&brandShortName; will remember the state it was in last and start in that mode.">
<!ENTITY askOfflineRadio "Ask me at startup">
<!ENTITY offlineStartAskEach "Mozilla will ask you each time you start the program.">
<!ENTITY offlineStartAskEach "&brandShortName; will ask you each time you start the program.">
<!ENTITY header2 "When Going Online">
<!ENTITY unsentAskRadio "Ask me if I want to send my unsent messages">
<!ENTITY unsentAutoRadio "Automatically send my unsent messages">

Просмотреть файл

@ -2,7 +2,7 @@
<!ENTITY lHeader "Security Policies">
<!ENTITY rHeader "(text here)">
<!ENTITY zoneIntro.label "Mozilla allows you to create policies that determine what access certain websites have to various functionality, including aspects of scripting and Java.">
<!ENTITY zoneIntro.label "&brandShortName; allows you to create policies that determine what access certain websites have to various functionality, including aspects of scripting and Java.">
<!ENTITY policies.label "Policies:">
<!ENTITY default.label "Default Policy">

Просмотреть файл

@ -1,12 +1,12 @@
<!-- LOCALIZATION NOTE : FILE Proxy management prefs -->
<!ENTITY window.title "View Manual Proxy Configuration">
<!ENTITY intro.label "You may configure a proxy and port number for each of the internet protocols that Netscape supports.">
<!ENTITY intro.label "You may configure a proxy and port number for each of the internet protocols that &brandShortName; supports.">
<!ENTITY ftp.label "FTP Proxy:">
<!ENTITY gopher.label "Gopher Proxy:">
<!ENTITY http.label "HTTP Proxy:">
<!ENTITY wais.label "WAIS Proxy:">
<!ENTITY port.label "Port:">
<!ENTITY direct.label "You may provide a list of domains that Netscape should access directly, rather than via the proxy:">
<!ENTITY direct.label "You may provide a list of domains that &brandShortName; should access directly, rather than via the proxy:">
<!ENTITY noproxy.label "No Proxy for:">
<!ENTITY sockhost.label "SOCKS v5 Host:">

Просмотреть файл

@ -23,7 +23,12 @@ Contributor(s): Michael Lowe <michael.lowe@bigfoot.com> -->
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://global/locale/about.dtd">
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % aboutDTD SYSTEM "chrome://global/locale/about.dtd" >
%aboutDTD;
]>
<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -1,4 +1,4 @@
<!ENTITY title.label "About Mozilla">
<!ENTITY title.label "About &brandShortName;">
<!ENTITY okButton.label "OK">
<!ENTITY aboutTab.label "About Mozilla">
<!ENTITY contributorsTab.label "Contributors">
<!ENTITY aboutTab.label "About &brandShortName;">
<!ENTITY contributorsTab.label "Contributors">