source: extensions/pwgCumulus/language/hu_HU/plugin.lang.php @ 19038

Last change on this file since 19038 was 19038, checked in by TranslationTeam, 11 years ago

[cumulus_tags_cloud] Update hu_HU, thanks to : samli

File size: 3.2 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 Címkefelhő Flash bővítmény";
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.'] = "Ez a bővítmény 3D-ben forgatja a címkéket flash használatával. Címkefelhőként működik, izgalmas vizuális effekt.";
24$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Kiválaszthatja a címkék alapértelmezett megjelenési módját a konfigurációs fájl módosításával";
25$lang['Animation width and height'] = "Animációs ablak méretei";
26$lang['Width'] = "Magasság";
27$lang['Height'] = "Szélesség";
28$lang['Tags size'] = "Címkék méretaránya";
29$lang['Coefficient'] = "Betűarány";
30$lang['Width updated'] = "Magasság módosítva";
31$lang['Height updated'] = "Szélesség módosítva";
32$lang['Coefficient for tags size updated'] = "Címke betüaránya módosítva";
33$lang['Animation colors'] = "Animáció színei";
34$lang['Color 1'] = "Szín 1";
35$lang['Color 2'] = "Szín 2";
36$lang['Mouseover color'] = "Lebegő címke színe";
37$lang['Color 1 updated'] = "Szín 1 módosítva";
38$lang['Color 2 updated'] = "Szín 2 módosítva";
39$lang['Mouseover color updated'] = "Lebegő címke színe módosítva";
40$lang['Animation configuration : size, tags colors, tags size'] = 'Animáció beállításai: méret, címkék, szinek, címke méretek';
41$lang['Background color updated'] = 'Háttérszín frissítve';
42$lang['Background color'] = 'Háttérszín';
43$lang['Current release:'] = 'Aktuális verzió:';
44$lang['Menu'] = 'Menü';
45$lang['Position'] = 'Pozició';
46$lang['cloud'] = 'felhő';
47$lang['cumulus cloud'] = 'gomolyfelhő';
48$lang['After'] = 'Után';
49$lang['Before'] = 'Előtt';
50?>
Note: See TracBrowser for help on using the repository browser.