mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Add support for setting override home page
This commit is contained in:
parent
724cb18318
commit
8f65864599
@ -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
|
||||
|
@ -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;"/>
|
||||
|
@ -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%
|
||||
|
Loading…
x
Reference in New Issue
Block a user