source: extensions/SmartAlbums/language/uk_UA/plugin.lang.php @ 13263

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

[SmartAlbums] Update uk_UA, thanks to : animan

File size: 4.4 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['%d photo'] = '%d фотографія';
24$lang['%d photos'] = '%d фотографій';
25$lang['%d photos associated to album %s'] = '%s фотографії, пов\'язані з альбомом %s';
26$lang['(can cause slowdowns on admin pages)'] = '(може привести до уповільнення роботи на сторінках адміністратора)';
27$lang['Add a SmartAlbum'] = 'Додати смарт-альбом';
28$lang['Add filters here'] = 'Додати фільтр тут';
29$lang['Added after'] = 'Додано після';
30$lang['Added before'] = 'Додано до';
31$lang['Added on'] = 'Додано';
32$lang['All SmartAlbums'] = 'Всі смарт-альбоми';
33$lang['All these tags'] = 'Всі ці теґи';
34$lang['Count'] = 'Перерахувати';
35$lang['Created after'] = 'Створено після';
36$lang['Created before'] = 'Створено до';
37$lang['Created on'] = 'Створено';
38$lang['date filter'] = 'фільтр дати';
39$lang['Date string is malformed'] = 'Невірний порядок дати';
40$lang['Don\'t show this message again'] = 'Не показувати це повідомлення знову';
41$lang['limit filter'] = 'обмежити кількість фільтром';
42$lang['Limit must be an integer'] = 'Кількість має бути цілим числом';
43$lang['No filter selected'] = 'Вибрані без фільтру';
44$lang['No tag selected'] = 'Немає обраних теґів';
45$lang['None of these tags'] = 'Жоден з цих теґів';
46$lang['One of these tags'] = 'Один з цих теґів';
47$lang['Only SmartAlbums are displayed on this page'] = 'Тільки смарт-альбоми відображаються на цій сторінці';
48$lang['Only these tags'] = 'Тільки ці теґи';
49$lang['Regenerate photos list of all SmartAlbums'] = 'Відновіть фотографії список всіх смарт-альбомів';
50$lang['Regenerate photos list of this SmartAlbum'] = 'Відновити фотографії списку ціього смарт-альбому';
51$lang['SmartAlbum added'] = 'Смарт-альбом додано';
52$lang['SmartAlbum deleted'] = 'Смарт-альбом видалено';
53$lang['tags filter'] = 'фільтр теґв';
54$lang['This album is a SmartAlbum'] = 'Цей альбом є смарт-альбомом';
55$lang['To order albums please go the main albums management page'] = 'Щоб упорядкувати основні альбоми перейдіть на <a href="admin.php?page=cat_list">сторінку управління</a>';
56$lang['Update albums on file upload'] = 'Оновлення альбомів на завантаження файлів';
57$lang['You can\'t use more than one limit'] = 'Ви не можете використовувати більше одного';
58?>
Note: See TracBrowser for help on using the repository browser.