From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../branding/unofficial/locales/en-US/brand.dtd | 13 +++++++++++++ .../branding/unofficial/locales/en-US/brand.ftl | 20 ++++++++++++++++++++ .../unofficial/locales/en-US/brand.properties | 10 ++++++++++ mobile/android/branding/unofficial/locales/jar.mn | 13 +++++++++++++ mobile/android/branding/unofficial/locales/moz.build | 7 +++++++ 5 files changed, 63 insertions(+) create mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.dtd create mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.ftl create mode 100644 mobile/android/branding/unofficial/locales/en-US/brand.properties create mode 100644 mobile/android/branding/unofficial/locales/jar.mn create mode 100644 mobile/android/branding/unofficial/locales/moz.build (limited to 'mobile/android/branding/unofficial/locales') diff --git a/mobile/android/branding/unofficial/locales/en-US/brand.dtd b/mobile/android/branding/unofficial/locales/en-US/brand.dtd new file mode 100644 index 0000000000..662997250b --- /dev/null +++ b/mobile/android/branding/unofficial/locales/en-US/brand.dtd @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/mobile/android/branding/unofficial/locales/en-US/brand.ftl b/mobile/android/branding/unofficial/locales/en-US/brand.ftl new file mode 100644 index 0000000000..f69d87c050 --- /dev/null +++ b/mobile/android/branding/unofficial/locales/en-US/brand.ftl @@ -0,0 +1,20 @@ +# 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-short-name = Fennec +-brand-full-name = Mozilla Fennec +# 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 = Firefox +-vendor-short-name = Mozilla diff --git a/mobile/android/branding/unofficial/locales/en-US/brand.properties b/mobile/android/branding/unofficial/locales/en-US/brand.properties new file mode 100644 index 0000000000..2829dffbe3 --- /dev/null +++ b/mobile/android/branding/unofficial/locales/en-US/brand.properties @@ -0,0 +1,10 @@ +# 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=Fennec +brandFullName=Mozilla Fennec +# 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=Firefox diff --git a/mobile/android/branding/unofficial/locales/jar.mn b/mobile/android/branding/unofficial/locales/jar.mn new file mode 100644 index 0000000000..38599a0de0 --- /dev/null +++ b/mobile/android/branding/unofficial/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/ +# Nightly 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/mobile/android/branding/unofficial/locales/moz.build b/mobile/android/branding/unofficial/locales/moz.build new file mode 100644 index 0000000000..d988c0ff9b --- /dev/null +++ b/mobile/android/branding/unofficial/locales/moz.build @@ -0,0 +1,7 @@ +# -*- 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/. + +JAR_MANIFESTS += ["jar.mn"] -- cgit v1.2.3