summaryrefslogtreecommitdiff
path: root/plugins/listcommands/localization/ru_RU.inc
blob: 3565d6cb5a36075b7021524d40796b40ec5bd763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

$labels = array();
$labels['listcommands_mailinglist'] = 'Рассылка';
$labels['listcommands_help'] = 'Помощь';
$labels['listcommands_subscribe'] = 'Подписаться';
$labels['listcommands_unsubscribe'] = 'Отписаться';
$labels['listcommands_post'] = 'Ответить в рассылку';
$labels['listcommands_admin'] = 'Связаться с администратором';
$labels['listcommands_archive'] = 'Просмотреть Архив';

?>