diff options
Diffstat (limited to 'l10n-pl/mail/branding/thunderbird')
-rw-r--r-- | l10n-pl/mail/branding/thunderbird/brand.dtd | 12 | ||||
-rw-r--r-- | l10n-pl/mail/branding/thunderbird/brand.ftl | 62 | ||||
-rw-r--r-- | l10n-pl/mail/branding/thunderbird/brand.properties | 8 |
3 files changed, 82 insertions, 0 deletions
diff --git a/l10n-pl/mail/branding/thunderbird/brand.dtd b/l10n-pl/mail/branding/thunderbird/brand.dtd new file mode 100644 index 0000000000..4614c929c6 --- /dev/null +++ b/l10n-pl/mail/branding/thunderbird/brand.dtd @@ -0,0 +1,12 @@ +<!-- 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/. --> +<!ENTITY brandShortName "Thunderbird"> +<!ENTITY brandShorterName "Thunderbird"> +<!ENTITY brandFullName "Mozilla Thunderbird"> +<!-- LOCALIZATION NOTE (brandProductName): + This brand name can be used in messages where the product name needs to + remain unchanged across different versions (Daily, Beta, etc.). --> +<!ENTITY brandProductName "Thunderbird"> +<!ENTITY vendorShortName "Mozilla"> +<!ENTITY trademarkInfo.part1 "Mozilla Thunderbird oraz logotyp Thunderbird są znakami towarowymi Mozilla Foundation."> diff --git a/l10n-pl/mail/branding/thunderbird/brand.ftl b/l10n-pl/mail/branding/thunderbird/brand.ftl new file mode 100644 index 0000000000..d7b510bf68 --- /dev/null +++ b/l10n-pl/mail/branding/thunderbird/brand.ftl @@ -0,0 +1,62 @@ +# 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/. + + +## Thunderbird Brand +## +## Thunderbird must be treated as a brand, and kept in English. +## It cannot be: +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +-brand-shorter-name = + { $case -> + *[nom] Thunderbird + [gen] Thunderbirda + [dat] Thunderbirdowi + [acc] Thunderbirda + [ins] Thunderbirdem + [loc] Thunderbirdzie + } +-brand-short-name = + { $case -> + *[nom] Thunderbird + [gen] Thunderbirda + [dat] Thunderbirdowi + [acc] Thunderbirda + [ins] Thunderbirdem + [loc] Thunderbirdzie + } +-brand-full-name = + { $case -> + *[nom] Mozilla Thunderbird + [gen] Mozilli Thunderbird + [dat] Mozilli Thunderbird + [acc] Mozillę Thunderbird + [ins] Mozillą Thunderbird + [loc] Mozilli Thunderbird + } +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Daily, Beta, etc.). +-brand-product-name = + { $case -> + *[nom] Thunderbird + [gen] Thunderbirda + [dat] Thunderbirdowi + [acc] Thunderbirda + [ins] Thunderbirdem + [loc] Thunderbirdzie + } +-vendor-short-name = + { $case -> + *[nom] Mozilla + [gen] Mozilli + [dat] Mozilli + [acc] Mozillę + [ins] Mozillą + [loc] Mozilli + } +trademarkInfo = Mozilla Thunderbird oraz logotyp Thunderbird to znaki towarowe Mozilla Foundation. diff --git a/l10n-pl/mail/branding/thunderbird/brand.properties b/l10n-pl/mail/branding/thunderbird/brand.properties new file mode 100644 index 0000000000..0837ee16eb --- /dev/null +++ b/l10n-pl/mail/branding/thunderbird/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/. + +brandShortName=Thunderbird +brandShorterName=Thunderbird +brandFullName=Mozilla Thunderbird +vendorShortName=Mozilla |