source: trunk/language/ru_RU/install.lang.php @ 12103

Last change on this file since 12103 was 12103, checked in by plg, 13 years ago

feature 2431: only keep MySQL on installation form

File size: 7.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 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
24$lang['Installation'] = 'Установка';
25$lang['Basic configuration'] = 'Базовая настройка';
26$lang['Default gallery language'] = 'Язык по умолчанию';
27$lang['Database configuration'] = 'Настройка базы данных';
28$lang['Admin configuration'] = 'Настройка администрирования';
29$lang['Start Install'] = 'Начать установку';
30$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'адрес электронной почты должен быть похож на xxx@yyy.eee (например: jack@altern.org)';
31$lang['Webmaster login'] = 'Логин вебмастера';
32$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Он будет показан посетителям. Необходим для администрирования сайта';
33$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Успешно соединились с сервером, но невозможно подключиться к базе данных';
34$lang['Can\'t connect to server'] = 'Невозможно соединиться с сервером';
35$lang['Host'] = 'Хост MySQL';
36$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
37$lang['User'] = 'Пользователь';
38$lang['user login given by your host provider'] = 'логин, который выдал провайдер';
39$lang['Password'] = 'Пароль';
40$lang['user password given by your host provider'] = 'пароль, который выдал провайдер';
41$lang['Database name'] = 'Имя базы данных';
42$lang['also given by your host provider'] = 'также выдается провайдером. Часто совпадает с логином';
43$lang['Database table prefix'] = 'Префикс таблиц в базе данных';
44$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'названия таблиц в базе данных будут начинаться с этого (что упростит их обслуживание)';
45$lang['enter a login for webmaster'] = 'нужно ввести логин для вебмастера';
46$lang['webmaster login can\'t contain characters \' or "'] = 'логин вебмастера не должен содержать символы  \' или "';
47$lang['please enter your password again'] = 'еще раз пароль';
48$lang['Webmaster password'] = 'Пароль вебмастера';
49$lang['Keep it confidential, it enables you to access administration panel'] = 'Не сообщайте его никому, он необходим для доступа к панели администрирования';
50$lang['Password [confirm]'] = 'Повторите пароль';
51$lang['verification'] = 'еще раз для исключения опечатки';
52$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Нужна помощь? Задайте свои вопросы на <a href="%s">Форуме Piwigo</a>.';
53$lang['Webmaster mail address'] = 'Электронная почта вебмастера';
54$lang['Visitors will be able to contact site administrator with this mail'] = 'Будет использоваться для контакта посетителей с администратором';
55$lang['PHP 5 is required'] = 'Требуется PHP 5';
56$lang['It appears your webhost is currently running PHP %s.'] = 'Кажется, что Ваш хостинг в настоящее время под управлением  PHP %s.';
57$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo может попытаться переключить Вашу конфигурацию на PHP 5, создавая или изменяя .htaccess файл.';
58$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Отметьте, что Вы можете изменить конфигурацию самостоятельно и перезапустите Piwigo после этого.';
59$lang['Try to configure PHP 5'] = 'Попытаться переконфигурировать PHP 5';
60$lang['Sorry!'] = 'Извините!';
61$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo не в состоянии переконфигурировать PHP 5.';
62$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Вы должны обратиться к своему провайдеру за поддержой и разъяснениями  как Вы можете переключиться на PHP 5.';
63$lang['Hope to see you back soon.'] = 'Надеемся скоро увидеть Вас вновь.';
64$lang['Congratulations, Piwigo installation is completed'] = 'Поздравляем, установка Piwigo полностью завершена';
65$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Альтернативное решение состоит в том, чтобы скопировать текст в блоке выше и вставить это в файл "local/config/database.inc.php"   (Предупреждение: database.inc.php должен только содержать то, что находится в textarea, без линий возврата строки или пробелов)';
66$lang['Creation of config file local/config/database.inc.php failed.'] = 'Создать файл конфигурации local/config/database.inc.php не удалось.';
67$lang['Download the config file'] = 'Загрузить файл конфигурации';
68$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Вы можете загрузить файл конфигурации и передать его в local/config directory.';
69$lang['Learn more'] = 'Узнать больше';
70?>
Note: See TracBrowser for help on using the repository browser.