1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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['Admin configuration'] = 'Конфігурація адміністратора'; |
---|
24 | $lang['also given by your host provider'] = 'також дізнайтесь у Вашого хостинг-провайдера'; |
---|
25 | $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Альтернативним рішенням є копіювання тексту в поле вище і вставте його в файл "local/config/database.inc.php" (Попередження: database.inc.php повинен містити тільки те, що в текстовому полі, без зворотної лінії або пропусків)'; |
---|
26 | $lang['Basic configuration'] = 'Базова конфігурація'; |
---|
27 | $lang['Can\'t connect to server'] = 'Не вдається підключитися до сервера'; |
---|
28 | $lang['Congratulations, Piwigo installation is completed'] = 'Вітаємо, Piwigo завершив встановлення'; |
---|
29 | $lang['Connection to server succeed, but it was impossible to connect to database'] = 'З\'єднання з сервером успішно, але з\'єднання з базою даних неможлива'; |
---|
30 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'Створення файлу конфігурації local/config/database.inc.php не вдалося.'; |
---|
31 | $lang['Database configuration'] = 'Конфігурація бази даних'; |
---|
32 | $lang['Database name'] = 'Ім\'я бази даних'; |
---|
33 | $lang['Database table prefix'] = 'Префікс таблиць бази даних'; |
---|
34 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'таблиці бази даних імена, яких будуть починатися з префіксами (дозволяє управляти таблицями краще)'; |
---|
35 | $lang['Default gallery language'] = 'Типова мова галереї'; |
---|
36 | $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Не соромтеся проконсультуватися на форумі першим з будь-яким питанням: %s'; |
---|
37 | $lang['Download the config file'] = 'Завантажити файл конфігурації'; |
---|
38 | $lang['enter a login for webmaster'] = 'введіть лоґін веб-майстра'; |
---|
39 | $lang['Hope to see you back soon.'] = 'Сподіваюся побачити вас найближчим часом.'; |
---|
40 | $lang['Host'] = 'Хост'; |
---|
41 | $lang['Installation'] = 'Встановлення'; |
---|
42 | $lang['It appears your webhost is currently running PHP %s.'] = 'Схоже, ваш хостинг в даний час працює з PHP %s.'; |
---|
43 | $lang['It will be shown to the visitors. It is necessary for website administration'] = 'Він буде показаний відвідувачам. Це необхідно для адміністрації сайту'; |
---|
44 | $lang['Just another Piwigo gallery'] = 'Ще одна галерея Piwigo'; |
---|
45 | $lang['Keep it confidential, it enables you to access administration panel'] = 'Тримайте його конфіденційність, він дозволяє отримати доступ до адміністративної панелі'; |
---|
46 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.hosting.com.ua, toto.1gb.ua'; |
---|
47 | $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'пошта повинна бути xxx@yyy.eee (наприклад: animan@pixobox.org)'; |
---|
48 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Потрібна допомога? Задайте питання на <a href="%s">Дошці оголошень Piwigo </a>.'; |
---|
49 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Зверніть увагу, ви можете змінити свою конфігурацію і перезавантажити собі Piwigo після цього.'; |
---|
50 | $lang['Password'] = 'Пароль'; |
---|
51 | $lang['Password [confirm]'] = 'Пароль [підтвердження]'; |
---|
52 | $lang['PHP 5 is required'] = 'Потрібен PHP 5'; |
---|
53 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo можуть спробувати перемкнути конфігурацію PHP 5 шляхом створення або зміни .htaccess файлу.'; |
---|
54 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo не зміг налаштувати PHP 5.'; |
---|
55 | $lang['please enter your password again'] = 'введіть пароль ще раз'; |
---|
56 | $lang['Sorry!'] = 'Вибачте!'; |
---|
57 | $lang['Start Install'] = 'Початок встановлення'; |
---|
58 | $lang['Try to configure PHP 5'] = 'Спробуйте налаштувати PHP 5'; |
---|
59 | $lang['user login given by your host provider'] = 'лоґін користувача дізнайтесь у вашого хостинг-провайдера'; |
---|
60 | $lang['user password given by your host provider'] = 'лоґін користувача дізнайтесь у Вашого хостинг-провайдера'; |
---|
61 | $lang['verification'] = 'перевірка'; |
---|
62 | $lang['Visitors will be able to contact site administrator with this mail'] = 'Відвідувачі зможуть використовувати цю пошту, щоб зв\'язатися з адміністратором сайту'; |
---|
63 | $lang['Webmaster login'] = 'Лоґін веб-майстра'; |
---|
64 | $lang['webmaster login can\'t contain characters \' or "'] = 'лоґін веб-майстера не може містити символів \' або "'; |
---|
65 | $lang['Webmaster mail address'] = 'Адреса електронної пошти веб-майстра'; |
---|
66 | $lang['Webmaster password'] = 'Пароль веб-майстра'; |
---|
67 | $lang['Welcome to my photo gallery'] = 'Ласкаво просимо в фотогалерею'; |
---|
68 | $lang['Welcome to your new installation of Piwigo!'] = 'Ласкаво просимо у ваш новий встановлений Piwigo!'; |
---|
69 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Ви можете завантажити конфігураційний файл і завантажити його до local/config каталогу встановлення.'; |
---|
70 | $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Ви повинні звернутися в службу підтримки вашого хостинг-провайдера і подивитися, як ви можете переключитися на PHP 5 самостійно.'; |
---|
71 | $lang['User'] = 'Користувач'; |
---|
72 | ?> |
---|