source: extensions/CryptograPHP/language/ru_RU/plugin.lang.php @ 26041

Last change on this file since 26041 was 26041, checked in by mistic100, 10 years ago

update for 2.6

  • Property svn:executable set to *
File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Background color'] = 'Цвет фона';
24$lang['Captcha theme'] = 'Тема Каптчи';
25$lang['Captcha type'] = 'Тип Каптчи';
26$lang['Case sensitive'] = 'Регистрозависимое';
27$lang['Code lenght'] = 'Длина кода';
28$lang['Comments action'] = 'Комментарии действий';
29$lang['Enter code'] = 'Введите код';
30$lang['Font'] = 'Шрифт';
31$lang['Invalid Captcha'] = 'Неверная Каптча';
32$lang['Lines color'] = 'Цвет линий';
33$lang['Lines density'] = 'Плотность линий';
34$lang['Moderate'] = 'Проверить';
35$lang['Noise color'] = 'Цветной шум';
36$lang['Noise level'] = 'Уровень шума';
37$lang['Perturbation'] = 'Пертурбация';
38$lang['Preview'] = 'Предварительный просмотр';
39$lang['Random string'] = 'Случайная строка';
40$lang['Simple equation'] = 'Простое уравнение';
41$lang['Solve equation'] = 'Решите уравнение';
42$lang['Text color'] = 'Цвет текста';
43$lang['Tip: type "random" on a color field to have a random color'] = 'Подсказка: введите "random" в поле цвет, чтобы цвет был случайным';
44$lang['good value:'] = 'хорошее значение:';
45$lang['range:'] = 'диапазон:';
46$lang['random'] = 'случайный';
47$lang['Activate on'] = 'Активировать';
48$lang['Album comments'] = 'Комментарии альбома';
49$lang['Contact form'] = 'Контактная форма';
50$lang['Guestbook'] = 'Гостевая книга';
51$lang['Picture comments'] = 'Комментарии к картинкам';
52$lang['Register form'] = 'Форма регистрации';
53$lang['Button color'] = 'Цвет кнопки';
54$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'Мы обнаружили, что в Вашей галерее также доступен плагин EasyCaptcha. Оба плагина могут быть использованы, но Вы не должны ни при каких обстоятельствах активировать оба этих плагина на одной и той же странице.';
55
56?>
Note: See TracBrowser for help on using the repository browser.