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['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.'] = 'Tento plugin zobrazuje fotky jako flash film co rotuje s 3D efektem. Funfuje jako normální kategorie, ale trochu zajímavìji a zábavnìjší formou.'; |
---|
23 | $lang['You can choose that mode for displaying one, severals or all categories'] = 'Mùžete vybrat režim pro zobrazení jedné, nìkolika nebo všechny kategorie'; |
---|
24 | $lang['Main configuration'] = 'Hlavní konfigurace'; |
---|
25 | $lang['All categories'] = 'Všechny kategorie'; |
---|
26 | $lang['Applicable categorie(s)'] = 'Použitelné kategorie'; |
---|
27 | $lang['Animation size'] = 'Velikost animace'; |
---|
28 | $lang['Animation background color'] = 'Barva pozadí animace'; |
---|
29 | $lang['Color'] = 'Barva'; |
---|
30 | $lang['You choose that mode for'] = 'Zvolit režim pro'; |
---|
31 | $lang['one category'] = 'jedna kategorie'; |
---|
32 | $lang['severals categories'] = 'nìkolik kategorií'; |
---|
33 | $lang['Width has been updated'] = 'Šíøka byla zmìnìna'; |
---|
34 | $lang['Height has been updated'] = 'Výška byla zmìnìna'; |
---|
35 | $lang['Background color of animation has been updated'] = 'Barva pozadí animace byla aktualizována'; |
---|
36 | $lang['This widget requires Flash Player 9 or better'] = 'Tento widget potøebuje Flash Player 9 a novìjší'; |
---|
37 | $lang['Height'] = 'Výška'; |
---|
38 | $lang['No'] = 'Ne'; |
---|
39 | $lang['Photo Widget Plugin'] = 'Modul Photo widget'; |
---|
40 | $lang['Submit'] = 'Odeslat'; |
---|
41 | $lang['Width'] = 'Šířka'; |
---|
42 | $lang['Yes'] = 'Ano'; |
---|
43 | $lang['You must choose at least one category'] = 'Musíte vybrat alespoň jednu kategorii'; |
---|