source: extensions/see_photos_by_user/language/uk_UA/plugin.lang.php @ 30516

Last change on this file since 30516 was 30449, checked in by TranslationTeam, 10 years ago

[see_photos_by_user] Update uk_UA, thanks to m_alien

  • Property svn:executable set to *
File size: 4.1 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['link Specials menu'] = 'посилання на меню Спеціальні';
24$lang['select users box'] = 'вікно вибору користувачів';
25$lang['bloc menu users'] = 'блок меню користувачів';
26$lang['cumulus users cloud'] = '"купчаста хмара" користувачів';
27$lang['See photos by user'] = 'Переглянути фотографії від користувача';
28$lang['You must use colorpicker'] = 'Ви повинні використовувати colorpicker';
29$lang['Show home page users'] = 'Показати домашню сторынку користувача';
30$lang['Photos by user'] = 'Photos by user';
31$lang['Users order'] = 'Сортування користувачів';
32$lang['by increasing number of photos'] = 'по збільшенню кількості фотографій';
33$lang['by decreasing number of photos'] = 'по зменшенню кількості фотографій';
34$lang['users by reverse alphabetical order'] = 'користувачі по зворотньому алфавітному порядку';
35$lang['users cloud'] = 'хмара користувачів';
36$lang['Choose a presentation'] = 'Виберіть презентацію';
37$lang['select other user'] = 'вибрати іншого користувача';
38$lang['submit'] = 'підтвердити';
39$lang['horizontal ring'] = 'горизонтальне коло';
40$lang['horizontal cylinder'] = 'горизонтальний циліндр';
41$lang['Show menu'] = 'Показати меню';
42$lang['Minimal number photos for show users is incorrect !'] = 'Мінімальна кількість фотографій для показу користувачам неправильна!';
43$lang['Minimal number photos for show users'] = 'Мінімальна кількість фотографій для показу користувачам';
44$lang['Maximal number users is incorrect !'] = 'Максимальна кількість користувачів не правильна!';
45$lang['Maximal number users'] = 'Максимальна кількість користувачів';
46$lang['Choose a color'] = 'Виберіть колір';
47$lang['select user'] = 'виберіть користувача';
48$lang['sphere'] = 'сфера';
49$lang['users in alphabetical order'] = 'користувачі у алфавітному порядку';
50$lang['vertical ring'] = 'вертикальне кільце';
51$lang['vertical cylinder'] = 'вертикальний циліндр';
Note: See TracBrowser for help on using the repository browser.