diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /l10n-hu/browser/branding | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-hu/browser/branding')
-rw-r--r-- | l10n-hu/browser/branding/official/brand.ftl | 60 | ||||
-rw-r--r-- | l10n-hu/browser/branding/official/brand.properties | 8 |
2 files changed, 68 insertions, 0 deletions
diff --git a/l10n-hu/browser/branding/official/brand.ftl b/l10n-hu/browser/branding/official/brand.ftl new file mode 100644 index 0000000000..244a4d194f --- /dev/null +++ b/l10n-hu/browser/branding/official/brand.ftl @@ -0,0 +1,60 @@ +# 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/. + + +## Firefox and Mozilla Brand +## +## Firefox and Mozilla must be treated as a brand. +## +## They cannot be: +## - Transliterated. +## - Translated. +## +## Declension should be avoided where possible, leaving the original +## brand unaltered in prominent UI positions. +## +## For further details, consult: +## https://mozilla-l10n.github.io/styleguides/mozilla_general/#brands-copyright-and-trademark + +-brand-shorter-name = + { $case -> + *[nominative] Firefox + [accusative] Firefoxot + [instrumental] Firefoxszal + } +-brand-short-name = + { $case -> + *[nominative] Firefox + [accusative] Firefoxot + [instrumental] Firefoxszal + } +-brand-shortcut-name = + { $case -> + *[nominative] Firefox + [accusative] Firefoxot + [instrumental] Firefoxszal + } +-brand-full-name = Mozilla 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 = + { $case -> + *[nominative] Firefox + [accusative] Firefoxot + [instrumental] Firefoxszal + } +-vendor-short-name = + { $ending -> + *[normal] + { $case -> + *[upper] Mozilla + [lower] mozilla + } + [accented] + { $case -> + *[upper] Mozillá + [lower] mozillá + } + } +trademarkInfo = A Firefox és a Firefox logó a Mozilla Foundation védjegye. diff --git a/l10n-hu/browser/branding/official/brand.properties b/l10n-hu/browser/branding/official/brand.properties new file mode 100644 index 0000000000..9d6a612125 --- /dev/null +++ b/l10n-hu/browser/branding/official/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/. + +brandShorterName=Firefox +brandShortName=Firefox +brandFullName=Mozilla Firefox + |