xref: /plugin/discussion/lang/ru/lang.php (revision 068d71ced5ceb81d53af66d0a8aa9fc98390e11c)
1<?php
2/**
3 * Russian language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Mike Lykov <lykov.myu@mgsm.ru>
7 * @author     Maxim Maximov <mxmv@@mail.ru>
8 */
9
10// settings must be present and set appropriately for the language
11$lang['encoding']   = 'utf-8';
12$lang['direction']  = 'ltr';
13
14// for admin plugins, the menu prompt to be displayed in the admin menu
15// if set here, the plugin doesn't need to override the getMenuText() method
16$lang['menu']            = '������������� ����������';
17
18$lang['discussion']      = '����������';
19$lang['comment']         = '�����������';
20$lang['comments']        = '������������';
21$lang['nocomments']      = '������������';
22$lang['url']             = '�������';
23$lang['address']         = '�����';
24$lang['date']            = '����';
25$lang['entercomment']    = '������� ��� �����������';
26$lang['wikisyntax']      = 'wiki-��������� ��������';
27$lang['older']           = '����� ������ ����������';
28$lang['newer']           = '����� ����� ����������';
29$lang['btn_reply']       = '��������';
30$lang['btn_hide']        = '������';
31$lang['btn_show']        = '��������';
32$lang['btn_change']      = '��������';
33$lang['statuschanged']   = '������ ���������� �������';
34$lang['wordblock']       = '��� ����������� ������������ ��� ����.';
35$lang['moderation']      = '��� ����������� ��� �������� � ������� �� ���������.';
36$lang['mail_newcomment'] = '����� �������';
37$lang['subscribe']       = '����������� �� ����������';
38
39$lang['status']          = '������';
40$lang['off']             = '���������';
41$lang['open']            = '�������';
42$lang['closed']          = '�������';
43
44$lang['reply']           = '�����';
45$lang['replies']         = '������';
46$lang['newthread']       = '����� �����';
47$lang['threads']         = '�����';
48
49//Setup VIM: ex: et ts=2 enc=utf-8 :
50