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['You registered with a %s account, please sign in with the same account.'] = 'Ви зареєстровані з облікового запису %s, будь ласка, увійдіть на сайт тим самим обліковим записом.'; |
---|
24 | $lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Сталася помилка, зверніться до власника галереї. <i>Код помилки: %s</i>.'; |
---|
25 | $lang['Authentication canceled'] = 'Автентифікацію скасовано'; |
---|
26 | $lang['Contacting <b>%s</b>. Please wait.'] = 'З’єднання <b>%s</b>. Будь ласка, зачекайте.'; |
---|
27 | $lang['Display sign in buttons in the menubar'] = 'Показати кнопки для входу в меню'; |
---|
28 | $lang['Display sign in buttons on the register page'] = 'Показати кнопки для входу на сторінці Реєстрація'; |
---|
29 | $lang['Icon size in the menubar'] = 'Розмір піктограм у меню'; |
---|
30 | $lang['Icon size on the identification page'] = 'Розмір піктограм на сторінці ідентифікації'; |
---|
31 | $lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: Необхідно розширення PHP Curl'; |
---|
32 | $lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Потрібно налаштувати облікові дані'; |
---|
33 | $lang['Please enter your OpenID URL'] = 'Будь ласка, введіть ваш URL OpenID'; |
---|
34 | $lang['Please enter your username'] = 'Введіть своє ім’я користувача'; |
---|
35 | $lang['%s: invalid keys'] = '%s: непрацездатні ключі'; |
---|
36 | $lang['Logged with'] = 'Зареєстрований як'; |
---|
37 | $lang['Profile URL'] = 'URL профілю'; |
---|
38 | $lang['Disabled'] = 'Вимкнено'; |
---|
39 | $lang['Enabled'] = 'Ввімкнено'; |
---|
40 | $lang['Error...'] = 'Помилка...'; |
---|
41 | $lang['Loading...'] = 'Завантаження...'; |
---|
42 | $lang['Or sign in with'] = 'Або увійдіть через'; |
---|
43 | $lang['Providers'] = 'Провайдери'; |
---|
44 | $lang['Sign in with %s'] = 'Увійдіть через %s'; |
---|
45 | $lang['Sorry, new registrations are blocked on this gallery.'] = 'На жаль, нові реєстрації блокуються на цій галереї.'; |
---|
46 | $lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Користувачі не можуть зареєструватися у вашій галереї. Social Connect не працюватиме коректно.'; |
---|
47 | $lang['Your registration is almost done, please complete the registration form.'] = 'Ваша реєстрація майже закінчена, заповніть реєстраційну форму.'; |
---|
48 | $lang['Allow users to merge existing account with new <i>Social Connect</i> identity'] = 'Дозволити користувачам об’єднати існуючу обліковий запис з новим <i>Social Connect</i>, що ідентифікує користувача'; |
---|
49 | $lang['Associate with an existing account'] = 'Пов’язати з існуючого облікового запису'; |
---|
50 | $lang['Cancel'] = 'Скасувати'; |
---|
51 | $lang['Please enter your user ID'] = 'Будь ласка, введіть свій ідентифікатор користувача (ID)'; |
---|
52 | $lang['For security reason, the main webmaster account can\'t be merged with a remote account, but you can use another webmaster account.'] = 'В цілях безпеки, основний акаунт вебмайстра не може бути об’єднано з віддаленим акаунтом, але ви можете використати інший акаунт вебмайстра.'; |
---|
53 | $lang['Unable to perform login'] = 'Не вдається виконати вхід'; |
---|
54 | $lang['User not found'] = 'Користувача не знайдено'; |
---|
55 | $lang['Close'] = 'Закрити'; |
---|