Commit 5078f77d authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! TB 2176: Rebrand Firefox to TorBrowser

TB 43446: Change the branding name for the alpha and nightly releases.
parent 6ac323b6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2,12 +2,16 @@
# that is used by Firefox) to avoid picking up the -brand-short-name values
# that Mozilla includes in the Firefox language packs.

# The shortened application name for Tor Browser. Shared between versions.
-brand-shorter-name = Tor Browser
-brand-short-name = Tor Browser
-brand-full-name = Tor Browser
# The default application name for the "alpha" release.
-brand-short-name = Tor Browser Alpha
# The full application name for the "alpha" release.
-brand-full-name = Tor Browser Alpha
# 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 = Tor Browser
# The name of the Tor Project organisation.
-vendor-short-name = Tor Project
# "Tor" is a trademark names, so should not be translated (not including the quote marks, which can be localized).
# "The Tor Project, Inc." is an organisation name.
+5 −2
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
# 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/.

# The shortened application name for Tor Browser. Shared between versions.
brandShorterName=Tor Browser
brandShortName=Tor Browser
brandFullName=Tor Browser
# The default application name for the "alpha" release.
brandShortName=Tor Browser Alpha
# The full application name for the "alpha" release.
brandFullName=Tor Browser Alpha
+6 −2
Original line number Diff line number Diff line
@@ -2,12 +2,16 @@
# that is used by Firefox) to avoid picking up the -brand-short-name values
# that Mozilla includes in the Firefox language packs.

# The shortened application name for Tor Browser. Shared between versions.
-brand-shorter-name = Tor Browser
-brand-short-name = Tor Browser
-brand-full-name = Tor Browser
# The default application name for the "nightly" release.
-brand-short-name = Tor Browser Nightly
# The full application name for the "nightly" release.
-brand-full-name = Tor Browser Nightly
# 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 = Tor Browser
# The name of the Tor Project organisation.
-vendor-short-name = Tor Project
# "Tor" is a trademark names, so should not be translated (not including the quote marks, which can be localized).
# "The Tor Project, Inc." is an organisation name.
+5 −2
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
# 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/.

# The shortened application name for Tor Browser. Shared between versions.
brandShorterName=Tor Browser
brandShortName=Tor Browser
brandFullName=Tor Browser
# The default application name for the "nightly" release.
brandShortName=Tor Browser Nightly
# The full application name for the "nightly" release.
brandFullName=Tor Browser Nightly
+4 −0
Original line number Diff line number Diff line
@@ -2,12 +2,16 @@
# that is used by Firefox) to avoid picking up the -brand-short-name values
# that Mozilla includes in the Firefox language packs.

# The shortened application name for Tor Browser. Shared between versions.
-brand-shorter-name = Tor Browser
# The default application name for the stable release.
-brand-short-name = Tor Browser
# The full application name for the stable release.
-brand-full-name = Tor Browser
# 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 = Tor Browser
# The name of the Tor Project organisation.
-vendor-short-name = Tor Project
# "Tor" is a trademark names, so should not be translated (not including the quote marks, which can be localized).
# "The Tor Project, Inc." is an organisation name.
Loading