1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2012 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['One picture is not displayed because already existing in the database.'] = 'Egy kép nem látható, mert már létezik az adatbázisban.'; |
---|
24 | $lang['Logued as'] = 'Bejelentkzeve, mint'; |
---|
25 | $lang['Logued out'] = 'Kijelentkezve'; |
---|
26 | $lang['No download method available'] = 'Nincs használható letöltési módszer'; |
---|
27 | $lang['Open Flickr page in a new tab'] = 'Flickr oldal megnyitása egy új fülben'; |
---|
28 | $lang['Photo "%s" imported'] = '"%s" fotó importálva'; |
---|
29 | $lang['Pictures without album'] = 'Album nélküli képek'; |
---|
30 | $lang['Please fill your API keys on the configuration tab'] = 'Kérünk, add meg az API kulcsod a konfiguráció-fülön'; |
---|
31 | $lang['Processing...'] = 'Feldolgozás folyamatban...'; |
---|
32 | $lang['Reproduce flickr albums'] = 'Flickr albumok lemásolása'; |
---|
33 | $lang['Successfully logued to you Flickr account'] = 'Sikeresen bejelentkezve a Flickr fiókodba'; |
---|
34 | $lang['Callback URL'] = 'Visszahívási URL'; |
---|
35 | $lang['Fill these fields from Flickr datas'] = 'Ezeket a mezőket a Flickr adatokkal töltsd fel'; |
---|
36 | $lang['Flickr logins'] = 'Flickr bejelentkezések'; |
---|
37 | $lang['How do I get my Flickr API key?'] = 'Hogy kapom meg a Flickr API kulcsomat?'; |
---|
38 | $lang['Import'] = 'Importálás'; |
---|
39 | $lang['Import all my pictures'] = 'Az összes képem importálása'; |
---|
40 | $lang['Import all photos in this album'] = 'Importáljuk az összes fotót ebből az albumból'; |
---|
41 | $lang['Import options'] = 'Az importálás beállításai'; |
---|
42 | $lang['List my albums'] = 'Az albumjaim listázása'; |
---|
43 | $lang['List pictures of this album'] = 'Ezen album képeinek listázása'; |
---|
44 | $lang['%d albums'] = '%d albumok'; |
---|
45 | $lang['%d elements ready for importation'] = '%d tétel készen áll az importálásra'; |
---|
46 | $lang['%d pictures are not displayed because already existing in the database.'] = '%d kép nem látható, mert már léteznek az adatbázisban.'; |
---|
47 | $lang['%d pictures imported'] = '%d kép importálva'; |
---|
48 | $lang['(%d photos)'] = '(%d fénykép)'; |
---|
49 | $lang['API key'] = 'API kulcs'; |
---|
50 | $lang['API not authenticated'] = 'API nincs hitelesítve'; |
---|
51 | $lang['API secret'] = 'API titkos'; |
---|
52 | $lang['Begin transfer'] = 'Átvitel indítása'; |
---|
53 | ?> |
---|