From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- l10n-fi/browser/branding/official/brand.ftl | 81 ++++++++++++++++++++++ l10n-fi/browser/branding/official/brand.properties | 8 +++ 2 files changed, 89 insertions(+) create mode 100644 l10n-fi/browser/branding/official/brand.ftl create mode 100644 l10n-fi/browser/branding/official/brand.properties (limited to 'l10n-fi/browser/branding') diff --git a/l10n-fi/browser/branding/official/brand.ftl b/l10n-fi/browser/branding/official/brand.ftl new file mode 100644 index 0000000000..da39916728 --- /dev/null +++ b/l10n-fi/browser/branding/official/brand.ftl @@ -0,0 +1,81 @@ +# 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 + [ablative] Firefoxilta + [elative] Firefoxista + [genitive] Firefoxin + [illative] Firefoxiin + [inessive] Firefoxissa + } + .case-status = with-cases +-brand-short-name = + { $case -> + *[nominative] Firefox + [ablative] Firefoxilta + [elative] Firefoxista + [genitive] Firefoxin + [illative] Firefoxiin + [inessive] Firefoxissa + } + .case-status = with-cases +-brand-shortcut-name = + { $case -> + *[nominative] Firefox + [ablative] Firefoxilta + [elative] Firefoxista + [genitive] Firefoxin + [illative] Firefoxiin + [inessive] Firefoxissa + } + .case-status = with-cases +-brand-full-name = + { $case -> + *[nominative] Mozilla Firefox + [ablative] Mozilla Firefoxilta + [elative] Mozilla Firefoxista + [genitive] Mozilla Firefoxin + [illative] Mozilla Firefoxiin + [inessive] Mozilla Firefoxissa + } + .case-status = with-cases +# 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 + [ablative] Firefoxilta + [elative] Firefoxista + [genitive] Firefoxin + [illative] Firefoxiin + [inessive] Firefoxissa + } + .case-status = with-cases +-vendor-short-name = + { $case -> + *[nominative] Mozilla + [ablative] Mozillalta + [allative] Mozillalle + [elative] Mozillasta + [genitive] Mozillan + } + .case-status = with-cases +trademarkInfo = Firefox ja Firefoxin logo ovat Mozilla-säätiön tavaramerkkejä. diff --git a/l10n-fi/browser/branding/official/brand.properties b/l10n-fi/browser/branding/official/brand.properties new file mode 100644 index 0000000000..9d6a612125 --- /dev/null +++ b/l10n-fi/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 + -- cgit v1.2.3