diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mail/branding/nightly/locales | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/mail/branding/nightly/locales')
-rwxr-xr-x | comm/mail/branding/nightly/locales/en-US/brand.dtd | 13 | ||||
-rw-r--r-- | comm/mail/branding/nightly/locales/en-US/brand.ftl | 21 | ||||
-rwxr-xr-x | comm/mail/branding/nightly/locales/en-US/brand.properties | 8 | ||||
-rwxr-xr-x | comm/mail/branding/nightly/locales/jar.mn | 14 | ||||
-rw-r--r-- | comm/mail/branding/nightly/locales/moz.build | 8 |
5 files changed, 64 insertions, 0 deletions
diff --git a/comm/mail/branding/nightly/locales/en-US/brand.dtd b/comm/mail/branding/nightly/locales/en-US/brand.dtd new file mode 100755 index 0000000000..2b591a96aa --- /dev/null +++ b/comm/mail/branding/nightly/locales/en-US/brand.dtd @@ -0,0 +1,13 @@ +<!-- 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 "Daily"> +<!ENTITY brandShorterName "Daily"> +<!ENTITY brandFullName "Thunderbird Daily"> +<!-- LOCALIZATION NOTE (brandProductName): + This brand name can be used in messages where the product name needs to + remain unchanged across different versions (Daily, Beta, etc.). --> +<!ENTITY brandProductName "Thunderbird"> +<!ENTITY vendorShortName "mozilla.org"> +<!ENTITY trademarkInfo.part1 " "> diff --git a/comm/mail/branding/nightly/locales/en-US/brand.ftl b/comm/mail/branding/nightly/locales/en-US/brand.ftl new file mode 100644 index 0000000000..e9b631671c --- /dev/null +++ b/comm/mail/branding/nightly/locales/en-US/brand.ftl @@ -0,0 +1,21 @@ +# 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/. + +## Thunderbird Brand +## +## Thunderbird must be treated as a brand, and kept in English. +## It cannot be: +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +-brand-shorter-name = Daily +-brand-short-name = Daily +-brand-full-name = Thunderbird Daily +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Daily, Beta, etc.). +-brand-product-name = Thunderbird +-vendor-short-name = mozilla.org +trademarkInfo = { " " } diff --git a/comm/mail/branding/nightly/locales/en-US/brand.properties b/comm/mail/branding/nightly/locales/en-US/brand.properties new file mode 100755 index 0000000000..2eedac1b0b --- /dev/null +++ b/comm/mail/branding/nightly/locales/en-US/brand.properties @@ -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/. + +brandShortName=Daily +brandShorterName=Daily +brandFullName=Thunderbird Daily +vendorShortName=mozilla.org diff --git a/comm/mail/branding/nightly/locales/jar.mn b/comm/mail/branding/nightly/locales/jar.mn new file mode 100755 index 0000000000..70e1c7cc8a --- /dev/null +++ b/comm/mail/branding/nightly/locales/jar.mn @@ -0,0 +1,14 @@ +#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/ +# Daily 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/comm/mail/branding/nightly/locales/moz.build b/comm/mail/branding/nightly/locales/moz.build new file mode 100644 index 0000000000..3f60fe2f91 --- /dev/null +++ b/comm/mail/branding/nightly/locales/moz.build @@ -0,0 +1,8 @@ +# 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"] + +DEFINES["MOZ_DISTRIBUTION_ID_UNQUOTED"] = CONFIG["MOZ_DISTRIBUTION_ID"] |