source: extensions/netinstall/trunk/language/uk_UA/loader.lang.txt @ 30031

Last change on this file since 30031 was 30031, checked in by ddtddt, 10 years ago

[netinstall] 5 -> 5.2

File size: 6.4 KB
Line 
1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['direction'] = "ltr";
24$lang['code'] = "ua";
25
26$lang['Piwigo NetInstall'] = 'NetInstall Piwigo';
27$lang['Welcome to NetInstall!'] = 'Ласкаво просимо до NetInstall!';
28$lang['Language'] = 'Мова';
29$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Цей інструмент призначений для отримання останнього архів Piwigo і розпакувати його в домашню сторінку.';
30$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Відразу після, ви будете перенаправлені для майстра установки Piwigo.';
31
32$lang['Write access is needed'] = 'Необхідний доступ на запис';
33$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'Схоже, що NetInstall не зможете написати в поточному каталозі, і це необхідно дотримуватися.';
34$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Будь ласка , постарайтеся змінити права доступу, щоб доступ на запис, а потім перезавантажте сторінку натиснувши кнопку Оновити.';
35$lang['Refresh'] = 'Оновити';
36
37$lang['PHP 5 is required'] = 'Потрібен PHP 5.2';
38$lang['It appears your webhost is currently running PHP %s.'] = 'Схоже, ваш хостинг в даний час працює з PHP %s.';
39$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetInstall може спробувати переключити конфігурацію PHP 5.2 шляхом створення або зміни .htaccess файла.';
40$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = 'Зверніть увагу, ви можете змінити конфігурацію собі і перезавантажити NetInstall після цього.';
41$lang['Try to configure PHP 5'] = 'Спробуйте налаштувати PHP 5.2';
42
43$lang['Retrieve and unzip Piwigo'] = 'Завантажити і розпакувати Piwigo';
44$lang['Destination:'] = 'Призначення:';
45
46$lang['Sorry!'] = 'Вибачте!';
47$lang['NetInstall was not able to configure PHP 5.'] = 'NetInstall не вдалося налаштувати PHP 5.2';
48$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Ви повинні зв\'язатися з вашим хостинг-провайдером, щоб дізнатися, як налаштувати PHP 5.2';
49$lang['Hope to see you back soon.'] = 'Сподіваюся побачити вас найближчим часом.';
50
51$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Схоже, що попередня установка Piwigo ще знаходиться в цьому просторі.';
52$lang['You need to rename or remove it before we can go further...'] = 'Ви повинні перейменувати або видалити його, перш ніж ми можемо піти далі...';
53$lang['Needed files are not present.'] = 'Необхідні файли відсутні.';
54$lang['Invalid zip file.'] = 'Неправильний zip-файл.';
55$lang['It seems that the zip file was not extracted.'] = 'Здається, що поштовий файл не було витягнуто.';
56
57$lang['Congratulations!'] = 'Вітаємо!';
58$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Все йшло добре. Ви тепер готові почати процедуру встановлення.';
59$lang['Install Piwigo now'] = 'Встановіть Piwigo зараз';
60$lang['An error occurred while grabbing the necessary files to go on.'] = 'Сталася помилка під час захоплення необхідних файлів для продовження.';
61$lang['Something went wrong...'] = 'Щось пішло не так...';
62$lang['What are you doing here that way ?!'] = 'Що ви робите тут, цей шлях ?!';
63
64$lang['This loader was initialy coded for <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Thanks!'] = 'Цей завантажувач спочатку кодували для <a href="http://www.dotclear.net" title="Dotclear">Dotclear</a>. Дякую!';
65
66$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Потрібна допомога? Задайте питання на <a href="%s">Дошці оголошень Piwigo </a>.';
Note: See TracBrowser for help on using the repository browser.