blob: e1a9417cdae7b50bde54840dcc2932b4277d6943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
<!-- 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. -->
<!ENTITY translation.thisPageIsIn.label "Bu səhifə">
<!ENTITY translation.translateThisPage.label "dilindədir. Səhifə tərcümə edilsin?">
<!ENTITY translation.translate.button "Tərcümə et">
<!ENTITY translation.notNow.button "İndi Yox">
<!ENTITY translation.translatingContent.label "Səhifənin məzmununu tərcümə et">
<!-- 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 "Bu səhifə">
<!ENTITY translation.translatedTo.label "dilindən">
<!ENTITY translation.translatedToSuffix.label "dilinə tərcümə edilib">
<!ENTITY translation.showOriginal.button "Əslini Göstər">
<!ENTITY translation.showTranslation.button "Tərcüməsini Göstər">
<!ENTITY translation.errorTranslating.label "Bu səhifəni tərcümə edərkən xəta oldu.">
<!ENTITY translation.tryAgain.button "Təkrar Yoxla">
<!ENTITY translation.serviceUnavailable.label "Tərcümə hal-hazırda əlçatan deyil. Zəhmət olmasa, daha sonra bir daha yoxlayın.">
<!ENTITY translation.options.menu "Nizamlar">
<!-- 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 "Heç vaxt bu saytı tərcümə etmə">
<!ENTITY translation.options.neverForSite.accesskey "ç">
<!ENTITY translation.options.preferences.label "Tərcümə nizamlamaları">
<!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.
-->
|