source: extensions/BanIP/language/ru_RU/plugin.lang.php @ 31427

Last change on this file since 31427 was 31427, checked in by TranslationTeam, 8 years ago

Add ru_RU, thanks to Konve

  • Property svn:executable set to *
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Range IP address banned'] = 'Диапазон забаненных IP-адресов';
24$lang['Range IP already banned'] = 'Этот диапазон IP-адресов ужЕ забанен';
25$lang['Range IP ban insert'] = 'Добавление в бан диапазона IP-адресов';
26$lang['IP is in a banned range'] = 'Этот IP входит в ранее забаненный диапазон';
27$lang['IP'] = 'IP-адрес';
28$lang['IP already banned'] = 'Этот IP ужЕ забанен';
29$lang['Ban IP'] = 'Бан IP-адреса';
30$lang['Edit IP banned'] = 'Редактировать забаненный IP-адрес';
31$lang['Ban new IP address'] = 'Забанить новый IP-адрес';
32$lang['Delete all banned IP addresses'] = 'Удаление всех забаненных IP-адресов';
33$lang['IP ban'] = 'Бан по IP-адресу';
34$lang['IP ban insert'] = 'Забаненный IP добавлен';
35$lang['IP ban deleted'] = 'Забаненный IP удален';
36$lang['IP ban update'] = 'Забаненный IP обновлен';
37$lang['List IP banned'] = 'Список забаненных IP';
38$lang['This isn\'t an IP'] = 'Это не IP-адрес';
39$lang['Update'] = 'Обновить';
Note: See TracBrowser for help on using the repository browser.