source: extensions/akBookStyle/trunk/language/hu_HU/plugin.lang.php @ 22976

Last change on this file since 22976 was 10975, checked in by nikrou, 13 years ago

Update to make plugin compatible with piwigo 2.2

File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
20// | MA 02110-1301 USA                                                     |
21// +-----------------------------------------------------------------------+
22
23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Ez a bővítmény egy változó bemutatót nyújt a galériáknak. Egész oldalon történő kép és bélyegkép bemutatás lehetőségét adja.";
24$lang['Main configuration'] = "Fő konfiguráció";
25$lang['Number of thumbnails per page'] = "Bélyegképek száma az oldalon";
26$lang['Thumbnails per page have been updated'] = "Bélyegképek száma az oldalon frissítve.";
27$lang['Number of column'] = "Oszlopok száma";
28$lang['Thumbnail size has been updated'] = "Bélyegkép mérete frissítve.";
29$lang['Thumbnail size'] = "Bélyegkép mérete";
30$lang['Click'] = "kattintásra";
31$lang['Mouseover'] = "kurzor a képen";
32$lang['Event to show medium picture.'] = "Közepes kép mutatása.";
33$lang['Event to show medium picture has been updated.'] = "Közepes kép megjelenítés módja frissítve.";
34$lang['Thumbnails location'] = "Bélyegkép helye";
35$lang['Thumbnails location has been changed'] = "Bélyegképek helye megváltozott.";
36$lang['Top'] = "Fent";
37$lang['Left'] = "Lent";
38$lang['Bottom'] = "Bal";
39$lang['Right'] = "Jobb";
40$lang['or number of lines for Top/Bottom'] = "vagy a sorok száma ha Fent/Lent";
41?>
Note: See TracBrowser for help on using the repository browser.