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

Last change on this file since 19875 was 19875, checked in by julien1311, 11 years ago

[file_uploader] lots of bug fixes

  • Property svn:executable set to *
File size: 4.8 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 upload 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['file_uploader_pdf2tab_tooltip'] = 'Nyissa meg a fájlt egy új fülön';
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$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'A bővítmény alkalmazásakor a "nem kép" alakú fájlokhoz hozzárendelhet ikont a <a href="http://hu.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> bővítmény használatával is.';
55$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Ellenőrizheti a fájlokat egy új fülön, vagy letöltheti őket a kiterjesztéstől függően.';
56$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Feltöltéskor felülírja a fájlokat ellenőrzés nélkül amennyiben már létezik fájl ugyanazzal a névvel.';
57$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'A beállítások fülön lehetőség nyílik a bővítmény testreszabására,melynek két módja van:';
58?>
Note: See TracBrowser for help on using the repository browser.