source: extensions/UserCollections/language/uk_UA/plugin.lang.php @ 23833

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

[user_collections] Update uk_UA, thanks to : tb0hdan

  • Property svn:executable set to *
File size: 6.4 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$lang['by %s'] = 'від %s';
24$lang['%d more...'] = '%d більше...';
25$lang['You have %d collection'] = 'Ви маєте %d колекцію';
26$lang['You have %d collections'] = 'Ви маєте %d колекції(й)';
27$lang['You have no collection'] = 'У вас немає колекції';
28$lang['active'] = 'активний';
29$lang['save'] = 'зберегти';
30$lang['set active'] = 'встановити активним';
31$lang['Add to collection'] = 'Додати до колекції';
32$lang['Clear'] = 'Очистити';
33$lang['Collection'] = 'Колекція';
34$lang['Collection name:'] = 'Ім\'я колекції:';
35$lang['Collections'] = 'Колекції';
36$lang['Copied'] = 'Скопійовано';
37$lang['Copy to clipboard'] = 'Копіювати до буфера обміну';
38$lang['Create a new collection'] = 'Створити нову колекцію';
39$lang['Invalid collection'] = 'Невірна колекція';
40$lang['Please give a name'] = 'Будь ласка, дайте назву';
41$lang['Public collection'] = 'Публічна';
42$lang['Remove from collection'] = 'Видалити з колекції';
43$lang['Return to collections list'] = 'Повернутися до списку';
44$lang['Save'] = 'Зберегти';
45$lang['Saved collections'] = 'Збережені колекції';
46$lang['See all my collections'] = 'Переглянути всі мої колекції';
47$lang['This collection is empty'] = 'Ця колекція порожня';
48$lang['Unsaved collections'] = 'Незбережені колекції';
49$lang['Date added to collection, new &rarr; old'] = 'Додано до колекції, нові &rarr; старі';
50$lang['Date added to collection, old &rarr; new'] = 'Додано до колекції, старі &rarr; нові';
51$lang['Delete this collection'] = 'Видалити цю колекцію';
52$lang['Download CSV file'] = 'Завантажити файл CSV';
53$lang['E-mail sent successfully'] = 'Електронну пошту успішно відправлено';
54$lang['Edit this collection'] = 'Редагуйте цю колекцію';
55$lang['Error while sending e-mail'] = 'Помилка при відправці електронної пошти';
56$lang['Export image list'] = 'Експорт списку зображень';
57$lang['Fields'] = 'Поля';
58$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Привіт <b>%s</b>, %s послав вам колекцію зображень від <a href="%s">%s</a>';
59$lang['Inactive'] = 'Неактивний';
60$lang['Message (optional)'] = 'Повідомлення (необов\'язково)';
61$lang['Number of images'] = 'Кількість зображень';
62$lang['Recipient e-mail'] = 'Адреса електронної пошти одержувача';
63$lang['Recipient name'] = 'Ім\'я одержувача';
64$lang['Send this collection my mail'] = 'Надіслати цю колекцію на мою пошту';
65$lang['The collection must be public in order to send it'] = 'Колекція має бути публічним, для того, щоб надіслати її';
66$lang['Your e-mail'] = 'Ваша електронна пошта';
67$lang['Your name'] = 'Ваше ім\'я';
68$lang['Click here to view the complete collection'] = 'Натисніть тут, щоб переглянути повну колекцію';
69$lang['Clear this collection'] = 'Очистьте цю колекцію';
70$lang['Please enter the recipient e-mail'] = 'Будь ласка, введіть адресу електронної пошти одержувача';
71$lang['Please enter the recipient name'] = 'Будь ласка, введіть ім\'я одержувача';
72$lang['Please enter your e-mail'] = 'Будь ласка, введіть свою адресу електронної пошти';
73$lang['Please enter your name'] = 'Будь ласка, введіть ваше ім\'я';
74$lang['Preview'] = 'Попередній перегляд';
75$lang['A photo collection by %s'] = 'Колекція зображень %s';
76$lang['Active'] = 'Активний';
77$lang['Allow users to send their public collections by mail'] = 'Дозволити користувачам надсилати їх публічні колекції поштою';
78$lang['Allow users to set their collections as public'] = 'Дозволити користувачам встановлювати свої колекції, як публічні';
79$lang['(remove)'] = '(видалити)';
80$lang['Name, A &rarr; Z'] = 'Ім\'я, А &rarr; Я';
81$lang['Name, Z &rarr; A'] = 'Ім\'я, Я &rarr; А';
82$lang['Photos number, high &rarr; low'] = 'Кількість фото, більше &rarr; менше';
83$lang['Photos number, low &rarr; high'] = 'Кількість фото, менше  &rarr; більше';
84?>
Note: See TracBrowser for help on using the repository browser.