source: extensions/Fotorama/language/uk_UA/plugin.lang.php @ 30858

Last change on this file since 30858 was 30455, checked in by TranslationTeam, 10 years ago

[fotorama] Update uk_UA, thanks to m_alien

  • Property svn:executable set to *
File size: 3.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['Use crossfade transition on click'] = 'Використовувати перехід crossfade при кліку мищі';
24$lang['What transition to use'] = 'Який перехід використовувати';
25$lang['except an administrator'] = 'крім адміністратора';
26$lang['Thumbnail is a square (when present)'] = 'Квадратні мініатюри (за їх наявності)';
27$lang['Thumbnail height (when present)'] = 'Висота мініатюр (за їх наявності)';
28$lang['Stops slideshow at any user action with the fotorama'] = 'Зупинити слайдшоу за будь-якої дії користувача fotorama';
29$lang['Show caption with image title'] = 'Показувати заголовок з назвою зображення';
30$lang['Resize to fit window'] = 'Змінити розмір до розміру вікна';
31$lang['Navigation style'] = 'Навігаційний стиль';
32$lang['How to fit an image'] = 'Як приладжувати зображення';
33$lang['Fullscreen navigation style'] = 'Повноекраний стиль навігації';
34$lang['milliseconds'] = 'мілісекунд';
35$lang['stop the slideshow'] = 'вимкнути слайдшоу';
36$lang['Waiting time before loading a new image'] = 'Час очікування до завантаження нового зображення';
37$lang['Only fullscreen mode'] = 'Тільки повноекранний режим';
38$lang['Enables shadows'] = 'Активує тіні';
39$lang['Enables loop'] = 'Активує цикллічне відтворення';
40$lang['Enables autoplay'] = 'Активує автозапуск';
41$lang['Allows fullscreen'] = 'Дозволяє повний екран';
42$lang['Add image info button'] = 'Додати кнопку інформації зображення';
43$lang['Add close button'] = 'Додати кнопку закриття';
44$lang['Replace picture page'] = 'Замінити сторінку з зображеннями';
Note: See TracBrowser for help on using the repository browser.