source: extensions/photoWidget/language/uk_UA/plugin.lang.php @ 26116

Last change on this file since 26116 was 26116, checked in by nikrou, 10 years ago

Make plugin compatible with plugin 2.6

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2013 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by the Free Software Foundation                             |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22$lang['All categories'] = 'Всі альбоми';
23$lang['severals categories'] = 'декілька ольбомів';
24$lang['Color'] = 'Колір';
25$lang['Height'] = 'Висота';
26$lang['Height has been updated'] = 'Висота оновлена';
27$lang['Main configuration'] = 'Основна конфігурація';
28$lang['No'] = 'Ні';
29$lang['Width'] = 'Ширина';
30$lang['Width has been updated'] = 'Ширина оновлена';
31$lang['Yes'] = 'Так';
32$lang['You must choose at least one category'] = 'Ви повинні вибрати хоча б один альбом';
33$lang['one category'] = 'один альбом';
34$lang['Photo Widget Plugin'] = 'Плаґін PhotoWidget';
35$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Цей плагін відображає зображення за допомогою флеш-фільму, який обертає їх в 3D. Він працює як постійні альбоми, але більш дивно і захоплююче.';
36$lang['Animation background color'] = 'Колір фону анімації';
37$lang['Animation size'] = 'Розмір анімації';
38$lang['Applicable categorie(s)'] = 'Застосовується альбом(и)';
39$lang['Background color of animation has been updated'] = 'Колір фону анімації був оновлений';
40$lang['Submit'] = 'Надіслати';
41$lang['This widget requires Flash Player 9 or better'] = 'Цей віджет вимагає Flash Player 9 або вище';
42$lang['You can choose that mode for displaying one, severals or all categories'] = 'Ви можете вибрати цей режим для відображення одного, декількох або всі альбоми';
43$lang['You choose that mode for'] = 'Вибрати цей режим для';
Note: See TracBrowser for help on using the repository browser.