Commit f2667337 authored by Francesco Lodolo (:flod)'s avatar Francesco Lodolo (:flod)
Browse files

Bug 1539620 - Add a brand product string that doesn't change across different channels r=Pike

Differential Revision: https://phabricator.services.mozilla.com/D25193

--HG--
extra : moz-landing-system : lando
parent e752f73e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,5 +5,9 @@
<!ENTITY  brandShorterName      "Firefox">
<!ENTITY  brandShortName        "Firefox Developer Edition">
<!ENTITY  brandFullName         "Firefox Developer Edition">
<!-- 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.). -->
<!ENTITY  brandProductName      "Firefox">
<!ENTITY  vendorShortName       "Mozilla">
<!ENTITY  trademarkInfo.part1   " ">
+5 −2
Original line number Diff line number Diff line
@@ -12,8 +12,11 @@
##
## Reference: https://www.mozilla.org/styleguide/communications/translation/

-brand-shorter-name = Firefox
-brand-short-name = Firefox Developer Edition
-vendor-short-name = Mozilla
-brand-full-name = Firefox Developer Edition
-brand-shorter-name = Firefox
# 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
trademarkInfo = { " " }
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@
brandShorterName=Firefox
brandShortName=Firefox Developer Edition
brandFullName=Firefox Developer Edition
# 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
vendorShortName=Mozilla

syncBrandShortName=Sync
+4 −0
Original line number Diff line number Diff line
@@ -5,5 +5,9 @@
<!ENTITY  brandShorterName      "Nightly">
<!ENTITY  brandShortName        "Nightly">
<!ENTITY  brandFullName         "Firefox Nightly">
<!-- 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.). -->
<!ENTITY  brandProductName      "Firefox">
<!ENTITY  vendorShortName       "Mozilla">
<!ENTITY  trademarkInfo.part1   " ">
+5 −2
Original line number Diff line number Diff line
@@ -12,8 +12,11 @@
##
## Reference: https://www.mozilla.org/styleguide/communications/translation/

-brand-shorter-name = Nightly
-brand-short-name = Nightly
-vendor-short-name = Mozilla
-brand-full-name = Firefox Nightly
-brand-shorter-name = 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 = Firefox
-vendor-short-name = Mozilla
trademarkInfo = { " " }
Loading