From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-hr/browser/branding/official/brand.ftl | 82 ++++++++++++++++++++++ l10n-hr/browser/branding/official/brand.properties | 8 +++ 2 files changed, 90 insertions(+) create mode 100644 l10n-hr/browser/branding/official/brand.ftl create mode 100644 l10n-hr/browser/branding/official/brand.properties (limited to 'l10n-hr/browser/branding/official') diff --git a/l10n-hr/browser/branding/official/brand.ftl b/l10n-hr/browser/branding/official/brand.ftl new file mode 100644 index 0000000000..c3da87ba4d --- /dev/null +++ b/l10n-hr/browser/branding/official/brand.ftl @@ -0,0 +1,82 @@ +# 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 -> + *[nom] Firefox + [gen] Firefoxa + [dat] Firefoxu + [acc] Firefox + [loc] Firefoxu + [ins] Firefoxom + } + .gender = masculine +-brand-short-name = + { $case -> + *[nom] Firefox + [gen] Firefoxa + [dat] Firefoxu + [acc] Firefox + [loc] Firefoxu + [ins] Firefoxom + } + .gender = masculine +-brand-shortcut-name = + { $case -> + *[nom] Firefox + [gen] Firefoxa + [dat] Firefoxu + [acc] Firefox + [loc] Firefoxu + [ins] Firefoxom + } + .gender = masculine +-brand-full-name = + { $case -> + *[nom] Mozilla Firefox + [gen] Mozilla Firefoxa + [dat] Mozilla Firefoxu + [acc] Mozilla Firefox + [loc] Mozilla Firefoxu + [ins] Mozilla Firefoxom + } + .gender = masculine +# 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 -> + *[nom] Firefox + [gen] Firefoxa + [dat] Firefoxu + [acc] Firefox + [loc] Firefoxu + [ins] Firefoxom + } + .gender = masculine +-vendor-short-name = + { $case -> + *[nom] Mozilla + [gen] Mozille + [dat] Mozilli + [acc] Mozillu + [loc] Mozilli + [ins] Mozillom + } + .gender = feminine +trademarkInfo = Firefox i Firefox logotipi zaštitni su znakovi zaklade Mozilla. diff --git a/l10n-hr/browser/branding/official/brand.properties b/l10n-hr/browser/branding/official/brand.properties new file mode 100644 index 0000000000..9d6a612125 --- /dev/null +++ b/l10n-hr/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