source: extensions/oAuth/language/ru_RU/help.lang.php @ 29931

Last change on this file since 29931 was 29107, checked in by TranslationTeam, 10 years ago

[oauth] Update ru_RU, thanks to : Konve

  • Property svn:executable set to *
File size: 5.3 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['Fill out any required fields such as the application name and description'] = 'Заполните все необходимые поля, такие, как имя и описание приложения';
24$lang['Go to <a href="%s" target="_blank">%s</a> and create a new application'] = 'Перейдите <a href="%s" target="_blank">%s</a> и создайте новое приложение';
25$lang['Once you have registered, copy and past the created application credentials into this setup page'] = 'После регистрации скопируйте и вставьте учетные данные созданных приложений на эту страницу настроек';
26$lang['Based on OpenID'] = 'Основано на OpenID';
27$lang['No registration required'] = 'Регистрация не требуется';
28$lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Установка <b>%1s</b> в <em>%2s</em>';
29$lang['Once the process is finished, click on the newly created project'] = 'После завершения процесса нажмите на вновь созданный проект';
30$lang['Once the application is created, click <b>See application details</b>'] = 'После создания приложения нажмите кнопку <b>Детали приложения</b>';
31$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Перейдите в <b>Параметры -> Дополнительно</b> и установите <b>действительный OAuth перенаправляет URIs<\/b> для <em>%s</em>';
32$lang['Go to <b>API Parameters</b> and set <em>%s</em> for <b>Redirect URL</b>'] = 'Перейдите в <b>Параметры API</b> и установите <em>%s</em> для <b> URL перенаправления</b>';
33$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Перейдите в <b>Параметры -> Основные</b> и заполните контактный адрес электронной почты';
34$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Ввод <em>%1s</em> для <b>%2s</b>';
35$lang['On the <b>APIS & AUTH -> Credentials</b> tab, and click <b>Create new client ID</b>'] = 'На вкладке <b>API и идентификация -> Учетные данные</b> нажмите кнопку <b>Создать новый ID клиента</b>';
36$lang['Select these APIs: <b>Contacts</b> as <em>Read</em> and <b>Social Directory</b> as <em>Read Public</em>'] = 'Выберите эти параметры API: <b>Контакты</b> в режиме <em>Читать</em> и <b>Социальный каталог</b> в качестве <em>Читать всем</em>';
37$lang['Go to <b>Status & Review</b> and set the app public by clicking the big button on top-right'] = 'Перейдите <b>Status & Review</b> и установите общее приложение, нажав на большую кнопку в правом верхнем углу';
38$lang['Put your website domain in the <b>%1s</b> field. It must match with the current hostname: <em>%2s</em>'] = 'Укажите домен Вашего веб-сайта в поле <b>%1s</b>. Он должен совпадать с текущим узлом: <em>%2s</em>';
39$lang['Click on <b>Add Platform</b>, choose <b>Website</b> and set the <b>Site URL</b> to <em>%s</em>'] = 'Кликните <b>Добавить платформу</b>, выберите <b>Вебсайт</b> и установить <b>URL сайта</b> для <em>%s</em>';
40$lang['Go to the <b>Settings</b> tab after creating the app'] = 'Перейдите на вкладку <b>Установки</b> после создания приложения';
Note: See TracBrowser for help on using the repository browser.