source: extensions/pwgCumulus/language/sk_SK/plugin.lang.php @ 7228

Last change on this file since 7228 was 7228, checked in by ddtddt, 13 years ago

[extension] pwgCumulus thanks to dodo / add SK

  • 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-2010 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
23$lang['Cumulus Tags Cloud Plugin'] = "Kumulus mragový doplnok";
24$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 doplnok zobrazuje fotografie vo flash filme, ktoré rotujú v 3D. Pracuje to ako mrak, ale úžasnejšie a vzrušujúcejšie.";
25$lang['Vous can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Môžete si vybrať tento mód ako predvolené zobrazovanie pri pridaní (alebo zmenení) konfiguračného súboru.";
26$lang['Animation width and height'] = "Šírka a výška animácie";
27$lang['Width'] = "Šírka";
28$lang['Height'] = "Výška";
29$lang['Tags size'] = "Veľkosť fotografií";
30$lang['Coefficient'] = "Koeficient";
31$lang['Width updated'] = "Šírka aktualizovaná";
32$lang['Height updated'] = "Výška aktualizovaná";
33$lang['Coefficient for tags size updated'] = "Koeficient pre aktualizáciu zmeny veľkosti fotografie";
34$lang['Show tag cloud in cumulus mode'] = "Zobraziť mrak v kumulus móde";
35$lang['Color 1'] = "Farba 1";
36$lang['Color 2'] = "Farba 2";
37$lang['Mouseover color'] = "Vznášajúca sa farba";
38$lang['Color 1 updated'] = "Farba 1 aktualizovaná";
39$lang['Color 2 updated'] = "Farba 2 aktualizovaná";
40$lang['Mouseover color updated'] = "Vznášajúca sa farba aktualizovaná";
41?>
Note: See TracBrowser for help on using the repository browser.