blob: 68c90654f5342f4551b9bcec56ff6b5afd36e0da (
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
|
<!-- 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 "Тази страница е на">
<!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 "с">
<!ENTITY translation.options.preferences.label "Настройки на преводите">
<!ENTITY translation.options.preferences.accesskey "Н">
|