source: extensions/oAuth/language/hu_HU/plugin.lang.php @ 27492

Last change on this file since 27492 was 27492, checked in by TranslationTeam, 10 years ago

[oauth] Update hu_HU, thanks to : samli

  • Property svn:executable set to *
File size: 3.9 KB
RevLine 
[21105]1<?php
2// +-----------------------------------------------------------------------+
[21194]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// +-----------------------------------------------------------------------+
[21105]23$lang['Contacting <b>%s</b>. Please wait.'] = 'Kapcsolódás <b>%s</b>. Kérjük várjon.';
24$lang['You registered with a %s account, please sign in with the same account.'] = 'Regisztrált %s fiókkal, kérjük jelentkezzen be ugyanazzal a fiókkal.';
[26558]25$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'A regisztráció le van tiltva a galériában. Az Social Connect nem fog megfelelően működni.';
[21105]26$lang['Your registration is almost done, please complete the registration form.'] = 'A regisztráció majdnem kész. Kérjük, töltse ki a teljes regisztrációs űrlapot.';
27$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Hiba történt, kérjük lépjen kapcsolatba a galéria tulajdonosával. <i>Hibakód : %s</i>';
28$lang['Authentication canceled'] = 'Hitelesítési megszakítva';
29$lang['Display sign in buttons in the menubar'] = 'Bejelentkező gombok megjelenítése a menüsorban';
30$lang['Display sign in buttons on the register page'] = 'Bejelentkező gombok megjelenítése a regisztrációs oldalon';
31$lang['Icon size on the identification page'] = 'Ikon mérete az azonosítás oldalon';
32$lang['Icon size in the menubar'] = 'Ikon mérete a menüsorban';
[26558]33$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl kiterjesztés szükséges';
34$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Be kell állítani a hitelesítő adatokat';
[21105]35$lang['Or sign in with'] = 'Vagy jelentkezzen be';
36$lang['Please enter your OpenID URL'] = 'Kérjük, adja meg az OpenID URL-jét';
37$lang['Please enter your username'] = 'Kérjük, adja meg a felhasználónevét';
38$lang['Providers'] = 'Szolgáltatók';
39$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sajnáljuk, a regisztráció tiltva van ebben a galériában.';
40$lang['%s: invalid keys'] = '%s: érvénytelen kulcs';
41$lang['Disabled'] = 'Kikapcsolva';
42$lang['Enabled'] = 'Bekapcsolva';
43$lang['Error...'] = 'Hiba...';
44$lang['Loading...'] = 'Betöltés...';
45$lang['Profile URL'] = 'Profil URL';
[21194]46$lang['Logged with'] = 'Bejelentkezve';
47$lang['Sign in with %s'] = 'Jelentkezzen be %s';
[27492]48$lang['Associate with an existing account'] = 'Meglévő fiók társítása';
49$lang['Cancel'] = 'Mégse';
50$lang['Please enter your user ID'] = 'Kérem írja be a felhasználó ID-t';
[21105]51?>
Note: See TracBrowser for help on using the repository browser.