summaryrefslogtreecommitdiff
path: root/plugins/markasjunk2/localization/ru_RU.inc
blob: e91f6a4541d7f2c08cea5f7b98350f1c722d0af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/* Author: Peter Zotov */

$labels = array();
$labels['buttonjunk'] = 'Пометить как спам';
$labels['markasjunk'] = 'Как спам';
$labels['buttonnotjunk'] = 'Это сообщение не спам';
$labels['markasnotjunk'] = 'Не спам';
$labels['notjunk'] = 'Не спам';

$messages = array();
$messages['reportedasjunk'] = 'Помечено как спам';
$messages['reportedasnotjunk'] = 'Сообщение перемещено во Входящие';

?>