blob: bd022d20027d8a25567e2e77614d68700bce9a29 (
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
|
# 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/.
## Header lists
message-header-to-list-name = Кому
message-header-from-list-name = От
message-header-sender-list-name = Отправитель
message-header-reply-to-list-name = Обратный адрес
message-header-cc-list-name = Копия
message-header-bcc-list-name = Скрытая копия
message-header-newsgroups-list-name = Группы новостей
message-header-tags-list-name = Метки
## Other message headers.
## The field-separator is for screen readers to separate the field name from the field value.
message-header-author-field = Автор<span data-l10n-name="field-separator">:</span>
message-header-organization-field = Организация<span data-l10n-name="field-separator">:</span>
message-header-subject-field = Тема<span data-l10n-name="field-separator">:</span>
message-header-followup-to-field = Дополнение к<span data-l10n-name="field-separator">:</span>
message-header-date-field = Дата<span data-l10n-name="field-separator">:</span>
message-header-user-agent-field = Пользовательский агент<span data-l10n-name="field-separator">:</span>
message-header-references-field = Ссылки<span data-l10n-name="field-separator">:</span>
message-header-message-id-field = Идентификатор сообщения<span data-l10n-name="field-separator">:</span>
message-header-in-reply-to-field = В ответ на<span data-l10n-name="field-separator">:</span>
message-header-website-field = Веб-сайт<span data-l10n-name="field-separator">:</span>
# An additional email header field that the user has chosen to display. Unlike
# the other headers, the name of this header is not expected to be localised
# because it is generated from the raw field name found in the email header.
# $fieldName (String) - The field name.
message-header-custom-field = { $fieldName }<span data-l10n-name="field-separator">:</span>
##
message-header-address-in-address-book-icon2 =
.alt = В адресной книге
message-header-address-not-in-address-book-icon2 =
.alt = Нет в адресной книге
message-header-address-not-in-address-book-button =
.title = Сохранить этот адрес в адресной книге
message-header-address-in-address-book-button =
.title = Изменение контакта
message-header-field-show-more = Больше
.title = Показать всех получателей
message-ids-field-show-all = Показать все
|