source: extensions/GDThumb/language/uk_UA/plugin.lang.php @ 31171

Last change on this file since 31171 was 31171, checked in by TranslationTeam, 9 years ago

Update uk_UA, thanks to m_alien

  • Property svn:executable set to *
File size: 4.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['Margin between thumbnails'] = 'Відступ між мініатюрами';
24$lang['Pre-cache thumbnails'] = 'Попереднє кешування мініатюр';
25$lang['Prevent word wrap'] = 'Запобігати перенесенню слів';
26$lang['Purge thumbnails cache'] = 'Очистити кеш мініатюр';
27$lang['Scale thumbnails'] = 'Масштаб мініатюр';
28$lang['Show thumbnails caption'] = 'Показувати підпис мініатюр';
29$lang['Thumbnails max height'] = 'Максимальна висота мініатюр';
30$lang['Use Description if Set'] = 'Використовувати опис, якщо встановлено';
31$lang['Vertical'] = 'Вертикально';
32$lang['Square'] = 'Квадрат';
33$lang['Stop'] = 'Стоп';
34$lang['Start'] = 'Старт';
35$lang['Pause'] = 'Пауза';
36$lang['Cache Informations'] = 'Інформація кешу';
37$lang['Finds images that have not been cached and creates the cached version.'] = 'Знаходить зображення, яких не має в кеші і створює кешовані версії.';
38$lang['Follow'] = 'Перейти';
39$lang['Double the size of the first thumbnail'] = 'Подвоювати розмір першої мініатюри';
40$lang['Do not Normalize (Default)'] = 'Не нормалізувати (за замовчуванням)';
41$lang['Normalize Photo Title'] = 'Нормалізувати назву зображення';
42$lang['Overlay Ex'] = 'Перекривати  Ex';
43$lang['Overlay Top (Static)'] = 'Перекривати зверху (постійно)';
44$lang['Overlay Top'] = 'Перекривати зверху';
45$lang['Overlay Bottom (Static)'] = 'Перекривати знизу (постійно)';
46$lang['Overlay Bottom'] = 'Перекривати знизу';
47$lang['Overlay'] = 'Перекривати';
48$lang['Animate thumbnail on hover'] = 'Анімація мініатюр при наведенні';
49$lang['Metadata Display Mode'] = 'Режим відображення метаданих';
50$lang['Photo # if FileName Detected'] = 'Фото # якщо им\'я файлу Виявлено';
51$lang['Title Display Mode (Photo)'] = 'Режим Відображення назви (зображення)';
52$lang['Title Display Mode (Album)'] = 'Режим Відображення назви (альбом)';
53$lang['Delete images in GDThumb cache.'] = 'Видалити зображення з кешу GDThumb.';
54$lang['Crop (Default)'] = 'Обрізати (за замовчуванням)';
55$lang['Coffee Fund'] = 'Coffee Fund';
56$lang['Changelog'] = 'Список змін';
57$lang['Cache the big thumbnails (recommended)'] = 'Кешувати великі зображення (рекомендовано)';
58$lang['Cache have been generated'] = 'Кеш сгенеровано';
59$lang['Block for Panoramic Photo Page'] = 'Блок для панорамних зображень';
60$lang['%d files'] = '%d файлів';
61$lang['%d file'] = '%d файл';
62$lang['Masonry Type'] = 'Тип цегляної кладки';
63$lang['Horizontal (Default)'] = 'Горизонтально (за замовчуванням)';
64$lang['Merged with Description'] = 'Об\'єднані з описами';
65$lang['Merged (Default)'] = 'Об\'єднані (за замовчуванням)';
Note: See TracBrowser for help on using the repository browser.