From: Mike Hommey Date: Tue, 11 Feb 2020 21:50:33 +0000 (+0000) Subject: Import firefox-esr_68.5.0esr.orig-l10n-hi-IN.tar.bz2 X-Git-Tag: archive/raspbian/68.5.0esr-1_deb10u1+rpi1^2~32^41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8fc246b3d178d7b9af06ca012f7f37bb7a561103;p=firefox-esr.git Import firefox-esr_68.5.0esr.orig-l10n-hi-IN.tar.bz2 [dgit import orig firefox-esr_68.5.0esr.orig-l10n-hi-IN.tar.bz2] --- 8fc246b3d178d7b9af06ca012f7f37bb7a561103 diff --git a/browser/branding/official/brand.dtd b/browser/branding/official/brand.dtd new file mode 100644 index 00000000000..54b4e52d9b1 --- /dev/null +++ b/browser/branding/official/brand.dtd @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/browser/branding/official/brand.ftl b/browser/branding/official/brand.ftl new file mode 100644 index 00000000000..4f94c4e20af --- /dev/null +++ b/browser/branding/official/brand.ftl @@ -0,0 +1,23 @@ +# 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 Brand +## +## Firefox must be treated as a brand, and kept in English. +## It cannot be: +## - Declined to adapt to grammatical case. +## - Transliterated. +## - Translated. +## +## Reference: https://www.mozilla.org/styleguide/communications/translation/ + +-brand-shorter-name = Firefox +-brand-short-name = Firefox +-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 = Firefox +-vendor-short-name = Mozilla +trademarkInfo = Firefox और Firefox के लोगो Mozilla फाउंडेशन के ट्रेडमार्क हैं. diff --git a/browser/branding/official/brand.properties b/browser/branding/official/brand.properties new file mode 100644 index 00000000000..1ec968fd984 --- /dev/null +++ b/browser/branding/official/brand.properties @@ -0,0 +1,14 @@ +# 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 +# LOCALIZATION NOTE(brandProductName): +# This brand name can be used in messages where the product name needs to +# remain unchanged across different versions (Nightly, Beta, etc.). +brandProductName=Firefox +vendorShortName=Mozilla + +syncBrandShortName=सिंक diff --git a/browser/browser/aboutCertError.ftl b/browser/browser/aboutCertError.ftl new file mode 100644 index 00000000000..e7e59ff9579 --- /dev/null +++ b/browser/browser/aboutCertError.ftl @@ -0,0 +1,16 @@ +# 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/. + +# Variables: +# $hostname (String) - Hostname of the website with cert error. +cert-error-intro = { $hostname } किसी अवैध सुरक्षा प्रमाणपत्र का प्रयोग करता है. +cert-error-trust-cert-invalid = प्रमाणपत्र भरोसेमंद नहीं है क्योंकि इसे किसी अवैध CA प्रमाणपत्र के द्वारा निर्गत किया गया था. +cert-error-trust-untrusted-issuer = प्रमाणपत्र भरोसेमंद नहीं है क्योंकि निर्गतकर्ता प्रमाणपत्र भरोसेमंद नहीं है. +cert-error-trust-signature-algorithm-disabled = यह प्रमाणपत्र भरोसेमंद नहीं है क्योंकि यह हस्ताक्षर अलगोरिथम के उपयोग से हस्ताक्षरित किया गया है जो निष्क्रिय किया गया क्योंकि अलगोरिथम सुरक्षित नहीं है. +cert-error-trust-expired-issuer = प्रमाणपत्र भरोसेमंद नहीं है क्योंकि निर्गतकर्ता प्रमाणपत्र खत्म हो गया है. +cert-error-trust-self-signed = प्रमाणपत्र भरोसेमंद नहीं है क्योंकि यह स्वहस्ताक्षरित है. +cert-error-untrusted-default = प्रमाणपत्र किसी भरोसेमद स्रोत से नहीं आया है. +# Variables: +# $error (String) - NSS error code string that specifies type of cert error. e.g. unknown issuer, invalid cert, etc. +cert-error-code-prefix-link = त्रुटि कोड: { $error } diff --git a/browser/browser/aboutConfig.ftl b/browser/browser/aboutConfig.ftl new file mode 100644 index 00000000000..6cc06980b4a --- /dev/null +++ b/browser/browser/aboutConfig.ftl @@ -0,0 +1,17 @@ +# 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/. + +# An old map warning, see https://en.wikipedia.org/wiki/Here_be_dragons +about-config-warning-title = खतरनाक इलाके! + +## Labels for the type selection radio buttons shown when adding preferences. + + +## Preferences with a non-default value are differentiated visually, and at the +## same time the state is made accessible to screen readers using an aria-label +## that won't be visible or copied to the clipboard. +## +## Variables: +## $value (String): The full value of the preference. + diff --git a/browser/browser/aboutDialog.ftl b/browser/browser/aboutDialog.ftl new file mode 100644 index 00000000000..02dff37399c --- /dev/null +++ b/browser/browser/aboutDialog.ftl @@ -0,0 +1,34 @@ +# 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/. + +aboutDialog-title = + .title = { -brand-full-name } का परिचय| +releaseNotes-link = क्या नया है? +update-checkForUpdatesButton = + .label = अद्यतन के लिए जाँच करे + .accesskey = C +update-updateButton = + .label = { -brand-shorter-name } का अद्यतन करने के लिए पुन: प्रारंभ करें + .accesskey = R +update-checkingForUpdates = अपडेट के लिए जाँचा जा रहा है… +update-downloading = अद्यतन डाउनलोड कर रहा है —