source: extensions/Download_Multi/language/uk_UA/plugin.lang.php @ 13886

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

[Download Multi] Add uk_UA, thanks to : animan

  • Property svn:executable set to *
File size: 3.2 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['dl_archive'] = 'Переглянути архіви';
24$lang['dl_cart'] = 'Кошик';
25$lang['dl_class_zip'] = 'Ви використовуєте :';
26$lang['dl_error_file_size'] = 'Ви повинні вказати розмір архіву';
27$lang['dl_error_group_id'] = 'Ви повинні вказати групу, уповноважену завантажувати зображення';
28$lang['dl_high'] = 'Завантажити зображення високої роздільної здатності';
29$lang['dl_install_ok'] = 'Встановлення пройшло успішно';
30$lang['dl_legend_select'] = 'Виділіть зображення';
31$lang['dl_no_download_high'] = 'недоступний в високої чіткості;';
32$lang['dl_no_download_http'] = 'недоступний для завантаження;';
33$lang['dl_php_version'] = 'Версія PHP нижче 5, установка неможлива';
34$lang['dl_preview'] = 'Переглянути кошик';
35$lang['dl_select'] = 'Додати в кошик';
36$lang['dl_select_all'] = 'Вибрати все';
37$lang['dl_select_dl'] = 'Тип завантаження за замовчуванням';
38$lang['dl_start'] = 'Завантажити Ваш кошик';
39$lang['dl_thumbnail'] = 'Завантажити мініатюри';
40$lang['dl_title_config'] = 'Конфігурація Download Multi';
41$lang['dl_title_information'] = 'Інформація про вашу конфігурацію';
42$lang['dl_trash'] = 'Очистити кошик';
43$lang['dl_uncheck'] = 'Зняти виділення';
44?>
Note: See TracBrowser for help on using the repository browser.