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

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

[cumulus_tags_cloud] Update cs_CZ, thanks to : lanius

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.5 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['Animation colors'] = "Barvy Animace";
34$lang['Color 1'] = "Barva 1";
35$lang['Color 2'] = "Barva 2";
36$lang['Mouseover color'] = "Barva po najetí kurzorem";
37$lang['Color 1 updated'] = "Barva 1 nastavena";
38$lang['Color 2 updated'] = "Barva 2 nastavena";
39$lang['Mouseover color updated'] = "barva po najetí kurzorem nastavena";
40$lang['Add tags cloud in main menu'] = 'Přidat štítek mraku do hlavního menu';
41$lang['After'] = 'Po';
42$lang['Animation configuration : size, tags colors, tags size'] = 'Nastavení animace: velikost, barva štítků, velikost štítků';
43$lang['Background color updated'] = 'Barva pozadí aktualizována';
44$lang['Background color'] = 'Barva pozadí';
45$lang['Before'] = 'Před';
46$lang['Check the checkbox to add tags cloud in main menu'] = 'Prověřit checkbox k přidání štítku mraku v hlavním menu';
47$lang['Check the checkbox to use transparent mode for background'] = 'Prověřit checkbox k použití průhledného módu pro pozadí';
48$lang['Current release:'] = 'Současná verze';
49$lang['Dashboard'] = 'Přístrojová deska';
50$lang['Menu'] = 'Menu';
51$lang['Position in main menu has been updated'] = 'Poloha v hlavním menu byla aktualizována';
52$lang['Position'] = 'Pozice';
53$lang['Tags cloud added in main menu'] = 'Štítek mraku přidán do hlavního menu';
54$lang['Tags cloud in main menu?'] = 'Štítek mraku do hlavního menu?';
55$lang['Tags cloud removed from main menu'] = 'Štítek mraku odstraněn z hlavního menu';
56$lang['Tags page'] = 'Stránka štítků';
57$lang['Transparent mode for background'] = 'Průhledný mód pozadí';
58$lang['Transparent mode is not used'] = 'Průhledný mód není použit';
59$lang['Transparent mode is used'] = 'Průhledný mód je použit';
60$lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = 'Můžete zvolit štítek kupovitého mraku k přidání do hlavního menu. Můžete definovat pozici štítků mraku v hlavním menu pomocí výběru jeho polohy vyhledem k jiným blokům. ';
61$lang['block'] = 'blok';
62$lang['cloud'] = 'mrak';
63$lang['cumulus cloud'] = 'kupovitý mrak';
64$lang['show tag cloud'] = 'ukázat štítek mraku';
65?>
Note: See TracBrowser for help on using the repository browser.