summaryrefslogtreecommitdiffstats
path: root/comm/mail/branding/nightly/locales
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/branding/nightly/locales')
-rwxr-xr-xcomm/mail/branding/nightly/locales/en-US/brand.dtd13
-rw-r--r--comm/mail/branding/nightly/locales/en-US/brand.ftl21
-rwxr-xr-xcomm/mail/branding/nightly/locales/en-US/brand.properties8
-rwxr-xr-xcomm/mail/branding/nightly/locales/jar.mn14
-rw-r--r--comm/mail/branding/nightly/locales/moz.build8
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"]