1<?php
2    // Перевод на русский язык: Айзятуллен Рамиль, http://www.arg.su, argo-uln@yandex.ru
3    /*
4     * $Id$
5     *
6     * MAIA MAILGUARD LICENSE v.1.0
7     *
8     * Copyright 2004 by Robert LeBlanc <rjl@renaissoft.com>
9     * All rights reserved.
10     *
11     * PREAMBLE
12     *
13     * This License is designed for users of Maia Mailguard
14     * ("the Software") who wish to support the Maia Mailguard project by
15     * leaving "Maia Mailguard" branding information in the HTML output
16     * of the pages generated by the Software, and providing links back
17     * to the Maia Mailguard home page.  Users who wish to remove this
18     * branding information should contact the copyright owner to obtain
19     * a Rebranding License.
20     *
21     * DEFINITION OF TERMS
22     *
23     * The "Software" refers to Maia Mailguard, including all of the
24     * associated PHP, Perl, and SQL scripts, documentation files, graphic
25     * icons and logo images.
26     *
27     * GRANT OF LICENSE
28     *
29     * Redistribution and use in source and binary forms, with or without
30     * modification, are permitted provided that the following conditions
31     * are met:
32     *
33     * 1. Redistributions of source code must retain the above copyright
34     *    notice, this list of conditions and the following disclaimer.
35     *
36     * 2. Redistributions in binary form must reproduce the above copyright
37     *    notice, this list of conditions and the following disclaimer in the
38     *    documentation and/or other materials provided with the distribution.
39     *
40     * 3. The end-user documentation included with the redistribution, if
41     *    any, must include the following acknowledgment:
42     *
43     *    "This product includes software developed by Robert LeBlanc
44     *    <rjl@renaissoft.com>."
45     *
46     *    Alternately, this acknowledgment may appear in the software itself,
47     *    if and wherever such third-party acknowledgments normally appear.
48     *
49     * 4. At least one of the following branding conventions must be used:
50     *
51     *    a. The Maia Mailguard logo appears in the page-top banner of
52     *       all HTML output pages in an unmodified form, and links
53     *       directly to the Maia Mailguard home page; or
54     *
55     *    b. The "Powered by Maia Mailguard" graphic appears in the HTML
56     *       output of all gateway pages that lead to this software,
57     *       linking directly to the Maia Mailguard home page; or
58     *
59     *    c. A separate Rebranding License is obtained from the copyright
60     *       owner, exempting the Licensee from 4(a) and 4(b), subject to
61     *       the additional conditions laid out in that license document.
62     *
63     * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS
64     * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
65     * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
66     * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
67     * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
68     * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
69     * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
70     * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
71     * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
72     * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
73     * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
74     *
75     */
76
77    // Page subtitle
78    $lang['banner_subtitle'] =  "Карантин";
79
80    // Table headers
81    $lang['header_spam'] =  "Подозрение на спам";
82    $lang['header_viruses'] =  "Вирусы";
83    $lang['header_banned_files'] =  "Запрещенные типы вложений";
84    $lang['header_bad_headers'] =  "Некорректные почтовые заголовки";
85    $lang['header_quarantine_contents'] =  "Сообщения в карантине";
86
87    // Text labels
88    $lang['text_item'] =  "Сообщение";
89    $lang['text_items'] =  "Сообщения";
90    $lang['text_score'] =  "Баллы";
91    $lang['text_received'] =  "Получено";
92    $lang['text_from'] =  "От";
93    $lang['text_to'] =  "Кому";
94    $lang['text_ham'] =  "Не спам?";
95    $lang['text_spam'] =  "Спам?";
96    $lang['text_rescue'] =  "Не спам!";
97    $lang['text_delete'] =  "Удалить";
98    $lang['text_subject'] =  "Тема";
99    $lang['text_virus'] =  "Вирус";
100    $lang['text_file_name'] =  "Имя файла";
101    $lang['text_no_subject'] =  "без темы";
102    $lang['text_empty'] =  "Ваш карантин пуст.";
103    $lang['text_updated'] =  "Ваш карантин обновлен.";
104    $lang['text_of'] =  "отключить";
105    $lang['text_spam_confirmed'] =  "%d подозрение на спам подтверждено";
106    $lang['text_spam_rescued'] =  "%d подозрение на спам не подтверждено, сообщение восстановлено";
107    $lang['text_spam_deleted'] =  "%d подозреваемые на спам сообщения удалены";
108    $lang['text_viruses_rescued'] =  "%d вирусное сообщение восстановлено";
109    $lang['text_viruses_deleted'] =  "%d вирусное сообщение удалено";
110    $lang['text_attachments_rescued'] =  "%d файл с запрещенным вложением восстановлен";
111    $lang['text_attachments_deleted'] =  "%d файл с запрещенным вложением удален";
112    $lang['text_headers_rescued'] =  "%d поврежденное письмо восстановлено";
113    $lang['text_headers_deleted'] =  "%d поврежденное письмо удалено";
114    $lang['text_suspected_spam_item'] =  "Сообщение подозреваемое на спам";
115    $lang['text_suspected_spam_items'] =  "Сообщения подозреваемые на спам";
116    $lang['text_virus_item'] =  "Сообщение с вирусом";
117    $lang['text_virus_items'] =  "Сообщения с вирусом";
118    $lang['text_banned_file_item'] =  "Файл с запрещенным вложением";
119    $lang['text_banned_file_items'] =  "Файлы с запрещенными вложениями";
120    $lang['text_bad_header_item'] =  "Поврежденное письмо";
121    $lang['text_bad_header_items'] =  "Повлежденные письма";
122    $lang['text_rescue_error'] = "Не могу восстановить письмо: ";
123
124    // Button text
125    $lang['button_confirm_spam'] =  "ВСЕ сообщения в этом списке спам";
126    $lang['button_delete_viruses'] =  "Удалить ВСЕ вирусы";
127    $lang['button_delete_attachments'] =  "Удалить ВСЕ файлы";
128    $lang['button_delete_headers'] =  "Удалить все поврежденные письма";
129    $lang['button_confirm'] =  "Подтвердить статус этих писем";
130    $lang['button_delete_all_items'] =  "Удалить ВСЕ письма в карантине";
131
132    // Link text
133    $lang['link_prev'] =  "Предыдущий";
134    $lang['link_next'] =  "Следующий";
135    $lang['link_quarantine'] =  "Назад в меню карантина";
136    $lang['link_welcome']  = "НАзад в добро пожаловать";
137
138?>
139