source: extensions/header_manager/language/uk_UA/plugin.lang.php @ 16996

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

[header_manager] Update uk_UA, thanks to : Rata

  • Property svn:executable set to *
File size: 4.3 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['Add a banner'] = 'Додати банер';
24$lang['Banner added'] = 'Банер додано';
25$lang['Banner deleted'] = 'Банер видалено';
26$lang['Banner'] = 'Банер';
27$lang['Choose an image from your computer'] = 'Оберіть файл із зображенням';
28$lang['Choose the part of the image you want to use as your header.'] = 'Оберіть область зображення, яку Ви бажаєте використати у якості заголовка.';
29$lang['Crop banner image'] = 'Обрізати зображення банера';
30$lang['Default banner size'] = 'Розмір банера за умовчанням';
31$lang['Default banner'] = 'Стандартный баннер';
32$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Рекомендований розмір для тем оформлення MontBlancXL та BlancMontXL 900&times;190.';
33$lang['Gallery title above image'] = 'Назва галереї над зображенням';
34$lang['Image only'] = 'Тільки зображення';
35$lang['Incorrect file type,'] = 'Невірний тип файлу,';
36$lang['No banner added yet'] = 'Банер не додано';
37$lang['Picture id.'] = 'Ідентифікатор зображення';
38$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Додайте тег <b>% header_manager% </ b> у тому місці, де має виводитися зображення.';
39$lang['Random'] = 'Випадково';
40$lang['Select an image'] = 'Оберіть зображення';
41$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Цифровий ідентифікатор зображення знаходиться на сторінці редагування біля мініатюри';
42$lang['Unknown picture id'] = 'Невідомий ідентифікатор зображення';
43$lang['Use'] = 'Використовувати';
44$lang['With text'] = 'З текстом';
45$lang['You can customize the display by adding CSS rules to'] = 'Ви можете налаштувати відображення за допомогою стилів CSS';
46$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Ви можете завантажити зображення користувача або вибрати картинку з галереї. На наступній сторінці Ви зможете обрізати вибране зображення.';
47$lang['or choose a picture from the gallery'] = 'або обрати зображення з галереї';
48?>
Note: See TracBrowser for help on using the repository browser.