diff options
Diffstat (limited to 'comm/suite/branding/seamonkey/locales/en-US')
-rw-r--r-- | comm/suite/branding/seamonkey/locales/en-US/brand.dtd | 8 | ||||
-rw-r--r-- | comm/suite/branding/seamonkey/locales/en-US/brand.properties | 31 |
2 files changed, 39 insertions, 0 deletions
diff --git a/comm/suite/branding/seamonkey/locales/en-US/brand.dtd b/comm/suite/branding/seamonkey/locales/en-US/brand.dtd new file mode 100644 index 0000000000..6b88ad7200 --- /dev/null +++ b/comm/suite/branding/seamonkey/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 brandFullName "SeaMonkey"> +<!ENTITY brandShortName "SeaMonkey"> +<!ENTITY brandShorterName "SeaMonkey"> +<!ENTITY vendorShortName "SeaMonkey e.V."> diff --git a/comm/suite/branding/seamonkey/locales/en-US/brand.properties b/comm/suite/branding/seamonkey/locales/en-US/brand.properties new file mode 100644 index 0000000000..94acf7da68 --- /dev/null +++ b/comm/suite/branding/seamonkey/locales/en-US/brand.properties @@ -0,0 +1,31 @@ +# 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/. + +brandFullName=SeaMonkey +brandShortName=SeaMonkey +brandShorterName=SeaMonkey +vendorShortName=SeaMonkey e.V. + +# Only change these links if you are providing a localized website including +# release notes. +# LOCALIZATION NOTE (app.releaseNotesURL): Only translate this string if +# providing a localized version of the release notes. +app.releaseNotesURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/ +# LOCALIZATION NOTE (app.troubleshootingURL): Only translate this string if +# providing a localized version of the release notes. +app.troubleshootingURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/#troubleshooting +# LOCALIZATION NOTE (app.vendorURL): Only translate this string if +# providing a localized version of the SeaMonkey website. +app.vendorURL=https://www.seamonkey-project.org/ +# LOCALIZATION NOTE (app.support.baseURL): Only translate this string if +# providing a localized version of the SeaMonkey documentation. +app.support.baseURL=https://www.seamonkey-project.org/doc/ +# LOCALIZATION NOTE (app.update.url.details): Only translate this string if +# providing a localized version of the release notes. More information about +# this update link available in the update wizard. +app.update.url.details=https://www.seamonkey-project.org/releases/ +# LOCALIZATION NOTE (app.update.url.manual): Only translate this string if +# providing a localized version of the SeaMonkey website. Available if for some +# reason all update installation attempts fail. +app.update.url.manual=https://www.seamonkey-project.org/ |