source: extensions/Back2Front/language/hu_HU/plugin.lang.php @ 21867

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

[back2front] Add hu_HU, thanks to : miky

  • Property svn:executable set to *
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Mouseover'] = 'Mouseover (egés föléhúzás)';
24$lang['...of the picture n°'] = '...az alábbi képnek: n°';
25$lang['Toolbar'] = 'Eszköztár';
26$lang['This picture is no longer a backside'] = 'Ez a kép mostantól nem hátoldal';
27$lang['This picture is now the backside of the picture n°%s'] = 'Ez a kép mostantól a hátoldala az alábbi képnek: n°%s';
28$lang['Top'] = 'Felső rész';
29$lang['Transition'] = 'Átmenet';
30$lang['Unknown id %d for frontside picture'] = 'Ismeretlen azonosító (%d) elülső képnek';
31$lang['Backside and frontside can\'t be the same picture'] = 'Az elülső oldal és a hátoldal nem lehet ugyanaz a kép';
32$lang['Backside management'] = 'Hátoldal kezelés';
33$lang['Bottom'] = 'Alsó rész';
34$lang['Click'] = 'Kattintás';
35$lang['Display a mark on thumbnails list'] = 'Jel megjelenítése a bélyegképek listában';
36$lang['Fade'] = 'Halványítás';
37$lang['Link name'] = 'Gomb neve';
38$lang['Link position'] = 'Gomb helye';
39$lang['Modify backside information'] = 'Hátoldali információ módosítása';
40$lang['Move backside to private album'] = 'Hátoldal mozgatása privát albumba';
41$lang['See back'] = 'Hátoldal megtekintése';
42$lang['See front'] = 'Elülső oldal megtekintése';
43$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'A két címkét válaszd el a | jellel. Hagy üresen az alapértelmezett fordításhoz';
44$lang['Switch mode'] = 'Mód váltás';
45$lang['The picture n°%d has already a backside : %s'] = 'A képnek (n°%d) már van hátoldala: %s';
46$lang['The picture n°%s is already a backside'] = 'A kép (n°%s) már egy hátoldal';
47$lang['This picture has a backside :'] = 'Ennek a képnek van egy hátoldala';
48$lang['This picture is a backside...'] = 'Ez a kép egy hátoldal';
49?>
Note: See TracBrowser for help on using the repository browser.