diff options
Diffstat (limited to 'browser/branding/unofficial/locales/en-US')
4 files changed, 30 insertions, 0 deletions
diff --git a/browser/branding/unofficial/locales/en-US/brand.dtd b/browser/branding/unofficial/locales/en-US/brand.dtd new file mode 100644 index 000000000..f82c26fed --- /dev/null +++ b/browser/branding/unofficial/locales/en-US/brand.dtd @@ -0,0 +1,8 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY brandShortName "Browser"> +<!ENTITY brandFullName "Browser"> +<!ENTITY vendorShortName "somebody"> +<!ENTITY trademarkInfo.part1 " "> diff --git a/browser/branding/unofficial/locales/en-US/brand.properties b/browser/branding/unofficial/locales/en-US/brand.properties new file mode 100644 index 000000000..d6cdefee6 --- /dev/null +++ b/browser/branding/unofficial/locales/en-US/brand.properties @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +brandShortName=Browser +brandFullName=Browser +vendorShortName=somebody + +syncBrandShortName=Sync diff --git a/browser/branding/unofficial/locales/en-US/browserconfig.properties b/browser/branding/unofficial/locales/en-US/browserconfig.properties new file mode 100644 index 000000000..495079328 --- /dev/null +++ b/browser/branding/unofficial/locales/en-US/browserconfig.properties @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Do NOT localize or otherwise change these values +browser.startup.homepage=about:home +browser.startup.homepage_reset=about:home diff --git a/browser/branding/unofficial/locales/en-US/syncBrand.dtd b/browser/branding/unofficial/locales/en-US/syncBrand.dtd new file mode 100644 index 000000000..5764ea6ff --- /dev/null +++ b/browser/branding/unofficial/locales/en-US/syncBrand.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY syncBrand.shortName.label "Sync"> +<!ENTITY syncBrand.fullName.label "Browser Sync"> |