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

Last change on this file since 26558 was 26558, checked in by mistic100, 10 years ago

rename OAuth into Social Connect

  • Property svn:executable set to *
File size: 3.9 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['Contacting <b>%s</b>. Please wait.'] = 'Kapcsolódás <b>%s</b>. Kérjük várjon.';
24$lang['OpenID must be enabled in order to use %s authentication'] = '%S-hitelesítés használatához engedélyezni kell az OpenID-t';
25$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.';
26$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.';
27$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.';
28$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>';
29$lang['Authentication canceled'] = 'Hitelesítési megszakítva';
30$lang['Display sign in buttons in the menubar'] = 'Bejelentkező gombok megjelenítése a menüsorban';
31$lang['Display sign in buttons on the register page'] = 'Bejelentkező gombok megjelenítése a regisztrációs oldalon';
32$lang['Icon size on the identification page'] = 'Ikon mérete az azonosítás oldalon';
33$lang['Icon size in the menubar'] = 'Ikon mérete a menüsorban';
34$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl kiterjesztés szükséges';
35$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Be kell állítani a hitelesítő adatokat';
36$lang['Or sign in with'] = 'Vagy jelentkezzen be';
37$lang['Please enter your OpenID URL'] = 'Kérjük, adja meg az OpenID URL-jét';
38$lang['Please enter your username'] = 'Kérjük, adja meg a felhasználónevét';
39$lang['Providers'] = 'Szolgáltatók';
40$lang['Sorry, new registrations are blocked on this gallery.'] = 'Sajnáljuk, a regisztráció tiltva van ebben a galériában.';
41$lang['%s: invalid keys'] = '%s: érvénytelen kulcs';
42$lang['Disabled'] = 'Kikapcsolva';
43$lang['Enabled'] = 'Bekapcsolva';
44$lang['Error...'] = 'Hiba...';
45$lang['Loading...'] = 'Betöltés...';
46$lang['Profile URL'] = 'Profil URL';
47$lang['Logged with'] = 'Bejelentkezve';
48$lang['Sign in with %s'] = 'Jelentkezzen be %s';
49?>
Note: See TracBrowser for help on using the repository browser.