source: extensions/oAuth/language/ru_RU/plugin.lang.php @ 21019

Last change on this file since 21019 was 21019, checked in by TranslationTeam, 11 years ago

[oauth] Add ru_RU, thanks to : yuragal

  • Property svn:executable set to *
File size: 4.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['Sign in with %s'] = 'Авторизация с помощью %s';
24$lang['Sorry, new registrations are blocked on this gallery.'] = 'Извините, для этой галереи новые регистрации блокированы';
25$lang['Users are not allowed to register on your gallery. OAuth will not work correctly.'] = 'Пользователям не могут регистрироваться в этой галерее. OAuth не будет работать корректно.';
26$lang['You registered with a %s account, please sign in with the same account.'] = 'Вы зарегистрировались с помощью учетной записи %s. Пожалуйста, авторизуйтесь с той же учетной записью.';
27$lang['Your registration is almost done, please complete the registration form.'] = 'Ваша регистрация почти завершена. Пожалуйста, заполните регистрационную форму полностью.';
28$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Ошибка! Пожалуйста, свяжитесь с владельцем галереи. <i>Код ошибки: %s</i>';
29$lang['Authentication canceled'] = 'Авторизация отменена';
30$lang['Contacting <b>%s</b>. Please wait.'] = 'Связь с <b>%s</b>. Пожалуйста, подождите.';
31$lang['Disabled'] = 'Отключено';
32$lang['Display sign in buttons in the menubar'] = 'Показывать кнопку авторизации в полосе меню';
33$lang['Display sign in buttons on the register page'] = 'Показывать кнопку авторизации на странице регистрации';
34$lang['Enabled'] = 'Включено';
35$lang['Error...'] = 'Ошибка...';
36$lang['Icon size in the menubar'] = 'Размер иконок в полосе меню';
37$lang['Icon size on the identification page'] = 'Размер иконок на странице авторизации';
38$lang['Loading...'] = 'Загрузка...';
39$lang['Logged with'] = 'Вход с помощью';
40$lang['OAuth: PHP Curl extension is needed'] = 'OAuth: расширение PHP Curl не установлено';
41$lang['OAuth: You need to configure the credentials'] = 'OAuth: Необходимо настроить права доступа';
42$lang['OpenID must be enabled in order to use %s authentication'] = 'Необходимо включить OpenID для авторизации с помощью %s';
43$lang['Or sign in with'] = 'Или авторизуйтесь в';
44$lang['Please enter your OpenID URL'] = 'Пожалуйста, введите URL для Вашего OpenID ';
45$lang['Please enter your username'] = 'Пожалуйста, введите имя пользователя';
46$lang['Profile URL'] = 'URL профиля';
47$lang['Providers'] = 'Провайдеры';
48$lang['%s: invalid keys'] = 'неверный ключ: %s';
49?>
Note: See TracBrowser for help on using the repository browser.