source: extensions/lmt/language/uk_UA/plugin.lang.php @ 17399

Last change on this file since 17399 was 17399, checked in by TranslationTeam, 12 years ago

[lmt] Update uk_UA, thanks to : animan

  • Property svn:executable set to *
File size: 4.0 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['lmt_apply_do_nothing'] = 'Застосувати ліцензію і не змінювати кошик';
24$lang['lmt_caddie_not_updated'] = 'Кошик не може бути оновлений';
25$lang['lmt_caddie_updated'] = 'Кошик був оновлений';
26$lang['lmt_cancel'] = 'Відмінити';
27$lang['lmt_cannot_add_author'] = 'Не вдається додати автора';
28$lang['lmt_cannot_delete_author'] = 'Не вдалося видалити автора';
29$lang['lmt_cannot_modify_author'] = 'Не вдалося змінити автора';
30$lang['lmt_category'] = 'Категорія';
31$lang['lmt_cc-all'] = 'Всі ліцензії';
32$lang['lmt_cfg_licence_default'] = 'Вибір ліцензії, застосовується за замовчуванням';
33$lang['lmt_cfg_licence_default_author'] = 'Вибір автора на отримання ліцензії за замовчуванням';
34$lang['lmt_cfg_list_maxheight'] = 'Максимальна висота списку';
35$lang['lmt_cc_url'] = 'http://wiki.creativecommons.org/Ukraine';
36$lang['lmt_cfg_licence_activated'] = 'Включення управління ліцензіями';
37$lang['lmt_author'] = 'Автор';
38$lang['lmt_author_added'] = 'Автор був доданий';
39$lang['lmt_author_deleted'] = 'Автор був видалений';
40$lang['lmt_author_modified'] = 'Автор був змінений';
41$lang['lmt_author_one_image_updated'] = 'Оновлено зображення, вкладене до цього автора';
42$lang['lmt_author_title'] = 'Список авторів';
43$lang['lmt_author_txt1'] = 'Текст 1';
44$lang['lmt_author_txt2'] = 'Текст 2';
45$lang['lmt_authoradd_title'] = 'Додати автора';
46$lang['lmt_authormodify_title'] = 'Редагувати автора';
47$lang['lmt_bydefault'] = 'Застосувати ліцензію за замовчуванням';
48$lang['lmt_caddie_items'] = 'Елементи в кошику';
49$lang['example'] = 'Показати приклад';
50$lang['lmt_action'] = 'Дії';
51$lang['lmt_add'] = 'Додати';
52$lang['lmt_add_author'] = 'Додати автора';
53$lang['lmt_add_licence_ok'] = 'Ліцензія була застосована до вибраних елементів';
54$lang['lmt_add_licence_type'] = 'Додати тип ліцензії';
55$lang['lmt_add_to_caddie'] = 'Додати елементи в кошик';
56$lang['lmt_apply'] = 'Застосувати';
57?>
Note: See TracBrowser for help on using the repository browser.