source: extensions/pwgCumulus/language/cs_CZ/plugin.lang.php @ 15386

Last change on this file since 15386 was 15386, checked in by ddtddt, 12 years ago

[extensions] - pwgCumulus - add EN for works with Lexiglot

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 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['Cumulus Tags Cloud Plugin'] = "Cumulus Tags Cloud Plugin";
23$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = "Tento plugin zobrazuje tagy za použití flashe, který je otáčí 3D efektem. Funguje jako standardní nepohyblivý tag cloud, ale zábavnější formou.";
24$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Zobrazování lze měnit několika módy v konfiguračním souboru";
25$lang['Animation width and height'] = "Šířka a výška animace";
26$lang['Width'] = "Šířka";
27$lang['Height'] = "Výška";
28$lang['Tags size'] = "Velikost štítků";
29$lang['Coefficient'] = "Koeficient";
30$lang['Width updated'] = "Šířka nastavena";
31$lang['Height updated'] = "Výška nastavena";
32$lang['Coefficient for tags size updated'] = "Koeficient tagů byl nastaven";
33$lang['show tag cloud in cumulus mode'] = "zobraz mračno štítků v Cumulus módu";
34$lang['Animation colors'] = "Barvy Animace";
35$lang['Color 1'] = "Barva 1";
36$lang['Color 2'] = "Barva 2";
37$lang['Mouseover color'] = "Barva po najetí kurzorem";
38$lang['Color 1 updated'] = "Barva 1 nastavena";
39$lang['Color 2 updated'] = "Barva 2 nastavena";
40$lang['Mouseover color updated'] = "barva po najetí kurzorem nastavena";
41?>
Note: See TracBrowser for help on using the repository browser.