/etc/dspam/templates/ru/strings.pl is in dspam-webfrontend 3.10.1+dfsg-4ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
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 73 74 75 76 77 78 79 80 81 82 83 | #!/usr/bin/perl
# $Id: strings.pl,v 1.01 2011/06/28 00:13:48 sbajic Exp $
# DSPAM
# COPYRIGHT (C) 2002-2011 DSPAM PROJECT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
$LANG{'empty'} = "Пусто";
$LANG{'admin_suite'} = "Администрирование";
$LANG{'alert_name'} = "Название предупреждения";
$LANG{'remove_alert'} = "Удалить";
$LANG{'user_form'} = "Статистический спам-фильтр для";
$LANG{'user_form_submit'} = "Изменить";
$LANG{'option_disable_filtering'} = "Отключить фильтр";
$LANG{'option_enable_filtering'} = "Включить фильтр";
$LANG{'quarantine_rating'} = "Рейтинг";
$LANG{'quarantine_date'} = "Дата";
$LANG{'quarantine_from'} = "Отправитель";
$LANG{'quarantine_subject'} = "Тема";
$LANG{'history_show'} = "Показать";
$LANG{'history_show_all'} = "все";
$LANG{'history_show_spam'} = "спам";
$LANG{'history_show_innocent'} = "хорошие";
$LANG{'history_show_whitelisted'} = "в белом списке";
$LANG{'history_retrain_as_spam'} = "спам";
$LANG{'history_retrain_as_innocent'} = "хорошее";
$LANG{'history_retrain_as'} = "Как";
$LANG{'history_retrain_undo'} = "Отмена";
$LANG{'history_retrained'} = "Переучено";
$LANG{'history_label_resend'} = "Повторно";
$LANG{'history_label_whitelist'} = "В белом списке";
$LANG{'history_label_spam'} = "Спам";
$LANG{'history_label_innocent'} = "Хорошее";
$LANG{'history_label_miss'} = "Пропущено";
$LANG{'history_label_virus'} = "Вирус";
$LANG{'history_label_RBL'} = "RBL";
$LANG{'history_label_block'} = "Заблокировано";
$LANG{'history_label_corpus'} = "Подборка";
$LANG{'history_label_unknown'} = "НЕИЗВ";
$LANG{'history_label_error'} = "Ошибка";
$LANG{'error_no_historic'} = "Нет данных по истории писем.";
$LANG{'error_cannot_open_log'} = "Невозможно открыть журнальный файл";
$LANG{'error_no_identity'} = "Системная ошибка. Невозможно определить пользователя.";
$LANG{'error_invalid_command'} = "Неправильная команда";
$LANG{'error_cannot_write_prefs'} = "Невозможно записать настройки";
$LANG{'error_no_sigid'} = "Не указан ID письма";
$LANG{'error_no_alert_specified'} = "Не указано предупреждения.";
$LANG{'error_message_part1'} = "При обработке Вашего запроса возникла следующая ошибка:";
$LANG{'error_message_part2'} = "Если проблема сохраняется, обратитесь, пожалуйста, к администратору";
$LANG{'error_filesystem_scale'} = "Невозможно определить масштабирование файловой системы";
$LANG{'error_load_default_prefs'} = "Невозможно загрузить настройки по умолчанию";
$LANG{'error_access_denied'} = "Доступ закрыт";
$LANG{'graph_legend_nb_messages'} = "Количество писем";
$LANG{'graph_legend_spam'} = "Спам";
$LANG{'graph_legend_good'} = "Хорошие";
$LANG{'graph_legend_inoculations'} = "Инъекции";
$LANG{'graph_legend_corpusfeds'} = "Подборки";
$LANG{'graph_legend_virus'} = "Вирус";
$LANG{'graph_legend_RBL'} = "В черном списке (RBL)";
$LANG{'graph_legend_blocklisted'} = "Заблокировано";
$LANG{'graph_legend_whitelisted'} = "В белом списке";
$LANG{'graph_legend_nonspam'} = "Не спам";
$LANG{'graph_legend_spam_misses'} = "Пропущено спама";
$LANG{'graph_legend_falsepositives'} = "Ложные срабатывания";
1;
|