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. Social Connect will not work correctly.'] = 'Пользователям не могут регистрироваться в этой галерее. Social Connect не будет работать корректно.'; |
---|
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['Social Connect: PHP Curl extension is needed'] = 'Social Connect: расширение PHP Curl не установлено'; |
---|
41 | $lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Необходимо настроить права доступа'; |
---|
42 | $lang['Or sign in with'] = 'Или авторизуйтесь в'; |
---|
43 | $lang['Please enter your OpenID URL'] = 'Пожалуйста, введите URL для Вашего OpenID '; |
---|
44 | $lang['Please enter your username'] = 'Пожалуйста, введите имя пользователя'; |
---|
45 | $lang['Profile URL'] = 'URL профиля'; |
---|
46 | $lang['Providers'] = 'Провайдеры'; |
---|
47 | $lang['%s: invalid keys'] = 'неверный ключ: %s'; |
---|
48 | $lang['Cancel'] = 'Отмена'; |
---|
49 | $lang['Please enter your user ID'] = 'Пожалуйста, укажите Ваш ID пользователя'; |
---|
50 | ?> |
---|