diff options
Diffstat (limited to 'l10n-cs/browser/branding')
-rw-r--r-- | l10n-cs/browser/branding/official/brand.ftl | 94 | ||||
-rw-r--r-- | l10n-cs/browser/branding/official/brand.properties | 8 |
2 files changed, 102 insertions, 0 deletions
diff --git a/l10n-cs/browser/branding/official/brand.ftl b/l10n-cs/browser/branding/official/brand.ftl new file mode 100644 index 0000000000..e5d669350d --- /dev/null +++ b/l10n-cs/browser/branding/official/brand.ftl @@ -0,0 +1,94 @@ +# 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 -> + [gen] Firefoxu + [dat] Firefoxu + [acc] Firefox + [voc] Firefoxe + [loc] Firefoxu + [ins] Firefoxem + *[nom] Firefox + } + .gender = masculine + .case-status = with-cases +-brand-short-name = + { $case -> + [gen] Firefoxu + [dat] Firefoxu + [acc] Firefox + [voc] Firefoxe + [loc] Firefoxu + [ins] Firefoxem + *[nom] Firefox + } + .gender = masculine + .case-status = with-cases +-brand-shortcut-name = + { $case -> + [gen] Firefoxu + [dat] Firefoxu + [acc] Firefox + [voc] Firefoxe + [loc] Firefoxu + [ins] Firefoxem + *[nom] Firefox + } + .gender = masculine + .case-status = with-cases +-brand-full-name = + { $case -> + [gen] Mozilly Firefoxu + [dat] Mozille Firefoxu + [acc] Mozillu Firefox + [voc] Mozillo Firefoxe + [loc] Mozille Firefoxu + [ins] Mozillou Firefoxem + *[nom] Mozilla Firefox + } + .gender = masculine + .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 -> + [gen] Firefoxu + [dat] Firefoxu + [acc] Firefox + [voc] Firefoxe + [loc] Firefoxu + [ins] Firefoxem + *[nom] Firefox + } + .gender = masculine + .case-status = with-cases +-vendor-short-name = + { $case -> + [gen] Mozilly + [dat] Mozille + [acc] Mozillu + [voc] Mozillo + [loc] Mozille + [ins] Mozillou + *[nom] Mozilla + } + .gender = feminine + .case-status = with-cases +trademarkInfo = Firefox a jeho loga jsou ochrannými známkami organizace Mozilla Foundation. diff --git a/l10n-cs/browser/branding/official/brand.properties b/l10n-cs/browser/branding/official/brand.properties new file mode 100644 index 0000000000..9d6a612125 --- /dev/null +++ b/l10n-cs/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 + |