diff options
Diffstat (limited to 'l10n-hi-IN/browser/chrome/browser/translation.dtd')
-rw-r--r-- | l10n-hi-IN/browser/chrome/browser/translation.dtd | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/l10n-hi-IN/browser/chrome/browser/translation.dtd b/l10n-hi-IN/browser/chrome/browser/translation.dtd new file mode 100644 index 0000000000..3cb193f571 --- /dev/null +++ b/l10n-hi-IN/browser/chrome/browser/translation.dtd @@ -0,0 +1,76 @@ +<!-- 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/. --> +<!-- LOCALIZATION NOTE (translation.thisPageIsIn.label, + - translation.translateThisPage.label): + - These 2 strings are used to construct a sentence that contains a dropdown + - showing the detected language of the current web page. + - In en-US it looks like this: + - This page is in [detected language] Translate this page? + - "detected language" here is a language name coming from the + - global/languageNames.properties file; for some locales it may not be in + - the correct grammar case to keep the same structure of the original + - sentence. --> + +<!-- This file is only used by the Firefox Translations extension, + - and should be removed once possible. + - See: https://bugzilla.mozilla.org/show_bug.cgi?id=1788595 --> + +<!ENTITY translation.thisPageIsIn.label "यह पृष्ठ इसमें है"> +<!ENTITY translation.translateThisPage.label "इस पृष्ठ को अनुवाद करें?"> +<!ENTITY translation.translate.button "अनुवाद"> +<!ENTITY translation.notNow.button "अभी नहीं"> + +<!ENTITY translation.translatingContent.label "पृष्ठ अंतर्वस्तु का अनुवाद कर रहा है…"> +<!-- LOCALIZATION NOTE (translation.translatedFrom.label, + - translation.translatedTo.label, + - translation.translatedToSuffix.label): + - These 3 strings are used to construct a sentence that contains 2 dropdowns + - showing the source and target language of a translated web page. + - In en-US it looks like this: + - This page has been translated from [from language] to [to language] + - "from language" and "to language" here are language names coming from the + - global/languageNames.properties file; for some locales they may not be in + - the correct grammar case to keep the same structure of the original + - sentence. + - + - translation.translatedToSuffix.label (empty in en-US) is for locales that + - need to display some text after the second drop down for the sentence to + - be grammatically correct. --> + +<!ENTITY translation.translatedFrom.label "इस पृष्ठ को इससे अनुवाद किया गया है"> +<!ENTITY translation.translatedTo.label "प्रति"> +<!ENTITY translation.translatedToSuffix.label ""> + +<!ENTITY translation.showOriginal.button "मूल दिखाएँ"> +<!ENTITY translation.showTranslation.button "अनुवाद दिखाएँ"> + +<!ENTITY translation.errorTranslating.label "इस पृष्ठ के अनुवाद में कोई त्रुटि था."> +<!ENTITY translation.tryAgain.button "फिर कोशिश करें"> + +<!ENTITY translation.serviceUnavailable.label "इस क्षण पर अनुवाद उपलब्ध नहीं है. कृपया फिर कोशिश करें."> + +<!ENTITY translation.options.menu "विकल्प"> +<!-- LOCALIZATION NOTE (translation.options.neverForSite.accesskey, + - translation.options.preferences.accesskey): + - The accesskey values used here should not clash with the value used for + - translation.options.neverForLanguage.accesskey in translation.properties + --> +<!ENTITY translation.options.neverForSite.label "इस साइट को मत अनुवाद करें"> +<!ENTITY translation.options.neverForSite.accesskey "e"> +<!ENTITY translation.options.preferences.label "अनुवाद वरीयता"> +<!ENTITY translation.options.preferences.accesskey "T"> +<!-- LOCALIZATION NOTE (translation.options.attribution.beforeLogo, + - translation.options.attribution.afterLogo): + - These 2 strings are displayed before and after a 'Microsoft Translator' + - logo. + --> + +<!-- LOCALIZATION NOTE (translation.options.attribution.poweredByYandex, + translation.options.attribution.beforeLogo, + - translation.options.attribution.afterLogo): + - translation.options.attribution.poweredByYandex is displayed instead of + - the other two strings when yandex translation engine is preferred by the + - user. + --> + |