Add support for setting override home page

This commit is contained in:
mkaply%us.ibm.com 2006-02-21 16:08:22 +00:00
parent 724cb18318
commit 8f65864599
3 changed files with 12 additions and 2 deletions

View File

@ -52,10 +52,14 @@
<!ENTITY orgName.label "Enter Your Company Identifier (up to 10 characters; no spaces):">
<!ENTITY orgName.caption "Company Identifier">
<!ENTITY homePage.caption "Default Home Page">
<!ENTITY homePage.label "Home Page URL:">
<!ENTITY homePage.caption "Home Pages">
<!ENTITY homePage.label "Default Home Page URL:">
<!ENTITY homePage.description "This page is displayed when users first start the Firefox browser, or when they click the Home button.">
<!ENTITY homePageOverride.label "Override Home Page URL:">
<!ENTITY homePageOverride.description "This page is displayed on the very first invocation of Firefox after a new profile is created. It is optional.">
<!ENTITY titleBar.caption "Browser Window's Title Bar Text">
<!ENTITY titleBar.label "Custom Title Bar Text:">
<!ENTITY titleBar.description "The text you enter (for example, your company name) appears after the page title in the title bar. It is recommended that you use the format

View File

@ -185,6 +185,11 @@
<label control="HomePageURL">&homePage.label;</label>
<textbox id="HomePageURL" flex="1"/>
</hbox>
<description>&homePageOverride.description;</description>
<hbox align="center">
<label control="HomePageOverrideURL">&homePageOverride.label;</label>
<textbox id="HomePageOverrideURL" flex="1"/>
</hbox>
</groupbox>
<groupbox>
<caption label="&titleBar.caption;"/>

View File

@ -3,5 +3,6 @@ browser.throbber.url=%browser.throbber.url%
cckhelp.url=%cckhelp.url%
browser.startup.homepage=%browser.startup.homepage%
browser.startup.homepage_reset=%browser.startup.homepage%
startup.homepage_override_url=%startup.homepage_override_url%
PopupAllowedSites=%PopupAllowedSites%
InstallAllowedSites=%InstallAllowedSites%