source: extensions/File_Uploader/language/hu_HU/plugin.lang.php @ 19705

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

[file_uploader] Add hu_HU, thanks to : samli

  • 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-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['Open files in a new tab'] = 'Fájlok megnyitása új fülön';
24$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'A fájl meghaladja a php.ini-ben megadott upload_max_filesize értéket';
25$lang['File was only partially uploaded'] = 'A fájl csak részben került feltöltésre';
26$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'A Piwigo egy free szoftver (opensource szoftver), melyet ingyenesen használhat és ez nem fog változni. Az adományok a Piwigo Foundation (non profit szervezet) projekt költségeinek fedezetére fordítódnak.';
27$lang['Unable to create folder '] = 'Nem sikerült létrehozni a mappát';
28$lang['Can\'t copy file to galleries directory'] = 'Nem lehet a fájlt a galéria könyvtárba másolni';
29$lang['Overwrite files without notice'] = 'Fájlok felülírása figyelmeztetés nélkül';
30$lang['Specify a file to upload'] = 'Adja meg a feltöltendő fájlt';
31$lang['Specify a thumbnail for your file'] = 'Adja meg a bélyegkép fájlt';
32$lang['Type of file not supported'] = 'A fájltípus nem támogatott';
33$lang['Open the file in a new tab'] = 'Nyissa meg a fájlt egy új lapon';
34$lang['There have been errors. See below'] = 'Hibák történtek. Lásd alább';
35$lang['File upload stopped by extension'] = 'A fájl feltöltést leállította a bővítmény';
36$lang['Missing a temporary folder'] = 'Hiányzik az ideiglenes mappa';
37$lang['Thumbnail to upload:'] = 'Bélyegkép feltöltése';
38$lang['create a new album'] = 'új album létrehozása';
39$lang['Title:'] = 'Cím:';
40$lang['Upload'] = 'Feltöltés';
41$lang['Upload error'] = 'Feltöltés hiba';
42$lang['Properties'] = 'Tulajdonságok';
43$lang['... or '] = '... vagy ';
44$lang['Album:'] = 'Album:';
45$lang['Choose a file'] = 'Fájl kiválasztása';
46$lang['Choose a thumbnail'] = 'Bélyegkép kiválasztása';
47$lang['Configuration'] = 'Beállítások';
48$lang['Donate'] = 'Adomány';
49$lang['File Uploader Plugin'] = 'Fájl feltöltő bővítmény';
50$lang['File to upload:'] = 'Fájl feltöltése:';
51$lang['File uploaded and synchronized'] = 'Fájl feltöltve és szinkronizálva';
52$lang['Help'] = 'Súgó';
53$lang['Invalid file name'] = 'Érvénytelen fájlnév';
54?>
Note: See TracBrowser for help on using the repository browser.