From d16a5b29e81bb6e0e58af2a97484defccacf355c Mon Sep 17 00:00:00 2001 From: BeatLink Date: Fri, 16 Aug 2019 20:00:38 -0500 Subject: Move branding and settings to seperate repos and move browser to top level --- .../branding/librewolf/locales/en-US/brand.dtd | 13 +++++++++++++ .../branding/librewolf/locales/en-US/brand.ftl | 22 ++++++++++++++++++++++ .../librewolf/locales/en-US/brand.properties | 14 ++++++++++++++ .../browser/branding/librewolf/locales/jar.mn | 13 +++++++++++++ .../browser/branding/librewolf/locales/moz.build | 9 +++++++++ 5 files changed, 71 insertions(+) create mode 100644 common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd create mode 100644 common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl create mode 100644 common/source_files/browser/branding/librewolf/locales/en-US/brand.properties create mode 100644 common/source_files/browser/branding/librewolf/locales/jar.mn create mode 100644 common/source_files/browser/branding/librewolf/locales/moz.build (limited to 'common/source_files/browser/branding/librewolf/locales') diff --git a/common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd b/common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd new file mode 100644 index 0000000..8375aaa --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/en-US/brand.dtd @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl b/common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl new file mode 100644 index 0000000..9627fd6 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/en-US/brand.ftl @@ -0,0 +1,22 @@ +# 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/. + +## Firefox Brand +## +## Firefox must be treated as a brand, and kept in English. +## It cannot be: +## - Declined to adapt to grammatical case. +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +-brand-shorter-name = LibreWolf +-brand-short-name = LibreWolf +-brand-full-name = LibreWolf +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +-brand-product-name = LibreWolf +-vendor-short-name = LibreWolf +trademarkInfo = { " " } diff --git a/common/source_files/browser/branding/librewolf/locales/en-US/brand.properties b/common/source_files/browser/branding/librewolf/locales/en-US/brand.properties new file mode 100644 index 0000000..40c64c4 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/en-US/brand.properties @@ -0,0 +1,14 @@ +# 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/. + +brandShorterName=LibreWolf +brandShortName=LibreWolf +brandFullName=LibreWolf +# LOCALIZATION NOTE(brandProductName): +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +brandProductName=LibreWolf +vendorShortName=LibreWolf + +syncBrandShortName=LibreWolf Sync diff --git a/common/source_files/browser/branding/librewolf/locales/jar.mn b/common/source_files/browser/branding/librewolf/locales/jar.mn new file mode 100644 index 0000000..d007b20 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/jar.mn @@ -0,0 +1,13 @@ +#filter substitution +# 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/. + +[localization] @AB_CD@.jar: + branding (en-US/**/*.ftl) + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/branding/ +# Unofficial branding only exists in en-US + locale/branding/brand.dtd (en-US/brand.dtd) + locale/branding/brand.properties (en-US/brand.properties) diff --git a/common/source_files/browser/branding/librewolf/locales/moz.build b/common/source_files/browser/branding/librewolf/locales/moz.build new file mode 100644 index 0000000..8bad131 --- /dev/null +++ b/common/source_files/browser/branding/librewolf/locales/moz.build @@ -0,0 +1,9 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# 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/. + +DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file -- cgit