source: extensions/ContactForm/language/uk_UA/plugin.lang.php @ 19197

Last change on this file since 19197 was 19197, checked in by TranslationTeam, 11 years ago

[contactform] Update uk_UA, thanks to : animan

File size: 4.9 KB
Line 
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
24$lang['Your name'] = 'Ваше ім\'я';
25$lang['Your e-mail'] = 'Ваш емейл';
26$lang['Subject'] = 'Тема';
27$lang['Message'] = 'Повідомлення';
28$lang['General configuration'] = 'Загальна конфігурація';
29$lang['Add link in menu'] = 'Додати посилання в меню';
30$lang['Allow guests to see the form'] = 'Дозвольте гостям бачити форму';
31$lang['E-mail address is mandatory'] = 'Конфігурації електронної пошти';
32$lang['Name is mandatory'] = 'Ім\'я є обов\'язковим';
33$lang['E-mail configuration'] = 'Адреса електронної пошти є обов\'язковою';
34$lang['Text before the contact form'] = 'Текст перед контактною формою';
35$lang['Text after the contact form'] = 'Текст після контактної форми';
36$lang['E-mail sent successfully'] = 'Повідомлення успішно надіслано';
37$lang['Please enter a name'] = 'Будь ласка, введіть ім\'я';
38$lang['Please enter a subject'] = 'Будь ласка, ведіть тему';
39$lang['Please enter a message'] = 'Будь ласка, введіть повідомлення';
40$lang['Error while sending e-mail'] = 'Помилка при відправленні по електронній пошті';
41$lang['%s must not be less than %d characters long'] = '%s повинно бути не коротше %d символів';
42$lang['%s must not be more than %d characters long'] = '%s повинно бути не довше %d символів';
43$lang['+ Add an email'] = '+ Додати e-mail';
44$lang['Active'] = 'Активний';
45$lang['Default e-mail subject'] = 'Текст пошти за умовчанням';
46$lang['E-mail format :'] = 'Формат e-mail';
47$lang['No active email address'] = 'Немає активних адрес';
48$lang['Plain text'] = 'Простий текст';
49$lang['Please enter an e-mail'] = 'Будь ласка, введіть e-mail';
50$lang['Prefix of the sent e-mail subject'] = 'Префікс теми відправлених e-mail';
51$lang['you can use "%gallery_title%"'] = 'можна використовувати "%gallery_title%"';
52$lang['+ Add a category'] = '+ Додати категорію';
53$lang['Category'] = 'Категорія';
54$lang['Please choose a category'] = 'Будь ласка, виберіть категорію';
55$lang['can be translated with LocalFiles Editor plugin'] = 'може бути переведені з плаґіна LocalFiles Editor';
56$lang['Redirect after sending email (optional)'] = 'Перенаправити після надсилання електронної пошти (обов\'язково)';
57$lang['Tip'] = 'Порада';
58$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'У кожній категорії відображається у вигляді різних "Сервісу" на контактну форму (Наприклад : "Технічні", "Комерційні", "Загальні питання"). Використання категорій не є обов\'язковим.';
59$lang['Send'] = 'Надіслати';
60$lang['Send copy to my email'] = 'Відправити копію на мій емейл';
61?>
Note: See TracBrowser for help on using the repository browser.