Files
Piwigo-TranslationTeam 63c834ec8d [social_buttons] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/extensions/SocialButtons@24797 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-07 16:19:28 +00:00

39 lines
3.0 KiB
PHP

<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Bottom'] = 'Внизу';
$lang['Button position on picture page'] = 'Позиція кнопки на сторінці зображення';
$lang['Toolbar'] = 'Панель інструментів';
$lang['Top'] = 'Вгорі';
$lang['Annotation'] = 'Анотація';
$lang['Bubble'] = 'Бульбашка';
$lang['Inline text'] = 'Вбудований текст';
$lang['Right bubble'] = 'Права бульбашка';
$lang['Top bubble'] = 'Верхня бульбашка';
$lang['Button type'] = 'Тип кнопки';
$lang['Display buttons'] = 'Відображати кнопки';
$lang['on photo and album'] = 'на фото та альбомах';
$lang['only on photo'] = 'тільки на фото';
$lang['Community'] = 'Спільнота';
$lang['Light mode'] = 'Режим світла';
$lang['When light mode is activated no external script is loaded, it <b>speeds up the load of the page and disables user tracking</b> but also disables annotations and in-page popups.'] = 'Коли включається режим світла ніякі зовнішні скрипти не завантаженються, він <b>прискорює завантаження сторінок і відключає відстеження користувачів</b>, але і відключає анотації та на сторінці спливаючі вікна.';
?>