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

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

[oauth] Update ru_RU, thanks to : Konve

  • Property svn:executable set to *
File size: 3.7 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
29';
30$lang['Set <b>%1s</b> to <em>%2s</em>'] = 'Установить <b>%1s</b> в <em>%2s</em>';
31$lang['Once the process is finished, click on the newly created project'] = 'После завершения процесса нажмите на вновь созданный проект';
32$lang['Once the application is created, click <b>See application details</b>'] = 'После создания приложения, нажмите кнопку <b>Смотреть детали </b>';
33$lang['Go to <b>Settings -> Advanced</b> and set <b>Valid OAuth redirect URIs</b> to <em>%s</em>'] = 'Перейти в <b>Установки -> Расширенные</b> и установить <b>проверку идентификации перенаправления URIs</b> для <em>%s</em>';
34$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>';
35$lang['Go to <b>Settings -> Basic</b> and fill the contact email'] = 'Перейти в <b>Установки -> Основные</b> и ввести контактный емайл';
36$lang['Enter <em>%1s</em> for <b>%2s</b>'] = 'Ввод <em>%1s</em> для <b>%2s</b>';
Note: See TracBrowser for help on using the repository browser.