File: D:/web/itpartnership.net (cms)/admin/lang/ext/hu_HU/admin.inc.php
<?php
$lang['admin']['info_deletepages'] = 'Megjegyzés: jogosultsági korlátozás miatt a törlésre jelölt oldalak esetleg nem mind vannak itt felsorolva.';
$lang['admin']['info_pagealias'] = 'Adj meg egyedi alias-t ehhez az oldalhoz.';
$lang['admin']['info_autoalias'] = 'Ha ez a mező üres, akkor automatikusan generálunk alias-t.';
$lang['admin']['invalidparent'] = 'Kötelezően ki kell választanod egy szülő oldalt (szólj az adminisztrátornak, ha nincs rá lehetőséged).';
$lang['admin']['forgotpwprompt'] = 'Add meg az admin felhasználói nevedet. E-mail értesítést kapsz a felhasználóhoz tartozó e-mail címre az új login adatokkal.';
$lang['admin']['info_basic_attributes'] = 'Ebben a mezőben megadhatod, hogy mely tartalmi tulajdonságokat szerkeszthetik azok a felhasználók, akik nem rendelkeznek a "Modify Page Structure" jogosultsággal.';
$lang['admin']['basic_attributes'] = 'Alapvető tulajdonságok';
$lang['admin']['no_permission'] = 'Nincs jogosultságod végrehajtani ezt a műveletet.';
$lang['admin']['bulk_success'] = 'A tömeges műveletet sikeresen elvégeztük.';
$lang['admin']['no_bulk_performed'] = 'Nem történt tömeges módosítás.';
$lang['admin']['info_preview_notice'] = 'Figyelem: ez a panel majdnem olyan, mint egy böngésző ablak, amelyik megengedi, hogy elnavigálj az eredetileg megtekintett előnézeti tartalomtól. De ha tényleg ezt teszed, néha egészen fura dolgokat tapasztalhatsz. Ha elnavigálsz az előnézetről, majd visszatérsz az előnézeti oldalra, akkor esetleg nem látod majd a még el nem mentett módosításokat. Szóval ilyenkor újból meg kell változtatnod valamit a tartalomban, majd frissíteni ez a panelt.';
$lang['admin']['sitedownexcludes'] = 'Az alábbi címek kihagyása a site karbantartási üzenet alól';
$lang['admin']['info_sitedownexcludes'] = 'This parameter allows listing a comma separated list of ip addresses or networks that should not be subject to the sitedown mechanism. This allows administrators to work on a site whilst anonymous visitors receive a sitedown message.<br/><br/>Addresses can be specified in the following formats:<br/>
1. xxx.xxx.xxx.xxx -- (exact IP address)<br/>
2. xxx.xxx.xxx.[yyy-zzz] -- (IP address range)<br/>
3. xxx.xxx.xxx.xxx/nn -- (nnn = number of bits, cisco style. i.e: 192.168.0.100/24 = entire 192.168.0 class C subnet)';
$lang['admin']['setup'] = 'Haladó beállítások';
$lang['admin']['handle_404'] = 'Saját 404-es hibakezelés';
$lang['admin']['sitedown_settings'] = 'Site karbantartási beállítások';
$lang['admin']['general_settings'] = 'Általános beállítások';
$lang['admin']['help_function_page_attr'] = '<h3>What does this do?</h3>
<p>This tag can be used to return the value of the attributes of a certain page.</p>
<h3>How do I use it?</h3>
<p>Insert the tag into the template like: <code>{page_attr key="extra1"}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><strong>key [required]</strong> The key to return the attribute of.</li>
</ul>';
$lang['admin']['forge'] = 'Kovácsműhely (forge)';
$lang['admin']['disable_wysiwyg'] = 'WYSIWYG szerkesztő letiltása ezen az oldalon (függetlenül a sablontól és a felhasználó saját beállításaitól)';
$lang['admin']['help_function_page_image'] = '<h3>What does this do?</h3>
<p>This tag can be used to return the value of the image or thumbnail fields of a certain page.</p>
<h3>How do I use it?</h3>
<p>Insert the tag into the template like: <code>{page_image}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>thumbnail - Optionally display the value of the thumbnail property instead of the image property.</li>
</ul>';
$lang['admin']['pagelink_circular'] = 'Oldal link nem mutathat másik oldal linkre.';
$lang['admin']['destinationnotfound'] = 'A megadott oldal nem található vagy érvénytelen.';
$lang['admin']['help_function_dump'] = '<h3>What does this do?</h3>
<p>This tag can be used to dump the contents of any smarty variable in a more readable format. This is useful for debugging, and editing templates, to know the format and types of data available.</p>
<h3>How do I use it?</h3>
<p>Insert the tag in the template like <code>{dump item='the_smarty_variable_to_dump'}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><strong>item (required)</strong> - The smarty variable to dump the contents of.</li>
<li>maxlevel - The maximum number of levels to recurse (applicable only if recurse is also supplied. The default value for this parameter is 3</li>
<li>nomethods - Skip output of methods from objects.</li>
<li>novars - Skip output of object members.</li>
<li>recurse - Recurse a maximum number of levels through the objects providing verbose output for each item until the maximum number of levels is reached.</li>
</ul>';
$lang['admin']['sqlerror'] = 'SQL hiba az alábbi kifejezésben: %s';
$lang['admin']['image'] = 'Kép';
$lang['admin']['thumbnail'] = 'Miniatűr';
$lang['admin']['searchable'] = 'Ez az oldal kereshető';
$lang['admin']['help_function_content_image'] = '<h3>What does this do?</h3>
<p>This plugin allows template designers to prompt users to select an image file when editing the content of a page. It behaves similarly to the content plugin, for additional content blocks.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your page template like: <code>{content_image block='image1'}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><strong>(required)</strong> block - The name for this additional content block.
<p>Example:</p>
<pre>{content_image block='image1'}</pre><br/>
</li>
<li><em>(optional)</em> label - A label or prompt for this content block in the edit content page. If not specified, the block name will be used.</li>
<li><em>(optional)</em> dir - The name of a directory (relative to the uploads directory, from which to select image files. If not specified, the uploads directory will be used.
<p>Example: use images from the uploads/image directory.</p>
<pre>{content_image block='image1' dir='images'}</pre><br/>
</li>
<li><em>(optional)</em> class - The css class name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> id - The id name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> name - The tag name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> width - The desired width of the image.</li>
<li><em>(optional)</em> height - The desired height of the image.</li>
<li><em>(optional)</em> alt - Alternative text if the image cannot be found.</li>
</ul>';
$lang['admin']['error_udt_name_chars'] = 'Egy érvényes UDT-név betűvel vagy aláhúzással kezdődik, amit tetszőleges számú betű, szám vagy aláhúzás követ.';
$lang['admin']['errorupdatetemplateallpages'] = 'A sablon nem aktív';
$lang['admin']['hidefrommenu'] = 'Elrejtés a menüből';
$lang['admin']['settemplate'] = 'Sablon beállítása';
$lang['admin']['text_settemplate'] = 'A kiválaszott lapok átállítása másik sablonra';
$lang['admin']['cachable'] = 'Cache-elhető';
$lang['admin']['noncachable'] = 'Nem cahce-elhető';
$lang['admin']['copy_from'] = 'Másolás innen';
$lang['admin']['copy_to'] = 'Msáolás ide';
$lang['admin']['copycontent'] = 'Tartalmi elem másolása';
$lang['admin']['md5_function'] = 'md5 függvény';
$lang['admin']['tempnam_function'] = 'tempnam függvény';
$lang['admin']['register_globals'] = 'PHP 'register_globals'';
$lang['admin']['output_buffering'] = 'PHP 'output_buffering'';
$lang['admin']['disable_functions'] = 'disable_functions a PHP-ban';
$lang['admin']['xml_function'] = 'Alap XML (expat) támogatás';
$lang['admin']['magic_quotes_gpc'] = '"Magic quotes" a Get/Post/Cookie-hoz';
$lang['admin']['magic_quotes_gpc_on'] = 'Az egyszeres idézőjel (aposztróf), a dupla idézőjel és a backslash (visszaper) karakterek automatikusan escape-eltek. Emiatt furcsaságok tapasztalhatók a sablonok mentésekor.';
$lang['admin']['magic_quotes_runtime'] = '"Magic quotes" futási időben';
$lang['admin']['magic_quotes_runtime_on'] = 'A legtöbb olyan függvény, ami adatot ad vissza, escape-eli az idézőjeleket backslash-sel. Emiatt furcsaságokat tapasztalhatsz.';
$lang['admin']['file_get_contents'] = 'file_get_contents teszt';
$lang['admin']['check_ini_set'] = 'ini_set teszt';
$lang['admin']['check_ini_set_off'] = 'Ezen funkcionalitás nélkül nehézségekbe ütközhetsz. Ez a teszt hibát adhat, ha a safe_mode be van kapcsolva';
$lang['admin']['file_uploads'] = 'Fájl feltöltés';
$lang['admin']['test_remote_url'] = 'Távoli URL tesztje';
$lang['admin']['test_remote_url_failed'] = 'Lehet, hogy nem fogsz tudni fájlt megnyitni távoli webszerverről.';
$lang['admin']['test_allow_url_fopen_failed'] = 'Amikor az url fopen tiltva van, akkor nem fogsz tudni elérni ftp és http alapú objektumokat.';
$lang['admin']['connection_error'] = 'Úgy tűnik, a kimenő http kapcsolat nem működik! Van valami tűzfal szabály, ami az ilyesmit tiltja?. Csak mert emiatt a Modul manager és esetleg egyéb más modulok is működésképtelenné válhatnak.';
$lang['admin']['remote_connection_timeout'] = 'Kapcsolat időtúllépési hiba!';
$lang['admin']['search_string_find'] = 'A kapcsolat jól működik.';
$lang['admin']['connection_failed'] = 'A kapcsolódás sikertelen!';
$lang['admin']['remote_response_ok'] = 'Távoli válasz: ok!';
$lang['admin']['remote_response_404'] = 'Távoli válasz: nem található!';
$lang['admin']['remote_response_error'] = 'Távoli válast: hiba!';
$lang['admin']['notifications_to_handle'] = 'Összesen <b>%d</b> darab nem kezelt értesítésed van';
$lang['admin']['notification_to_handle'] = 'Összesen <b>%d</b> darab értesítésed van';
$lang['admin']['notifications'] = 'Értesítések';
$lang['admin']['dashboard'] = 'Ugrás az Irányítópulthoz';
$lang['admin']['ignorenotificationsfrommodules'] = 'Az ezekből a modulokból érkező értesítéseket hagyjuk figyelmen kívül';
$lang['admin']['admin_enablenotifications'] = 'A felhasználól láthassák az értesítéseket<br/><em>(minden admin lapon megjelennek majd)</em>';
$lang['admin']['enablenotifications'] = 'Felhasználói értesítések engedélyezése az admin szekcióban';
$lang['admin']['test_check_open_basedir_failed'] = 'Open basedir szigorítások vannak érvényben. Emiatt nehézségekbe ütközhetsz bizonyos hozzáadott funkcionalitások használata közben';
$lang['admin']['config_writable'] = 'A config.php írható. Biztonságosabb lenne, ha beállítanád csak olvashatóra.';
$lang['admin']['caution'] = 'Vigyázat';
$lang['admin']['create_dir_and_file'] = 'Lellenőrizzük, hogy a httpd processz tud-e fájlt létrehozni az általa létrehozott könyvtárban (trükkös umask...)';
$lang['admin']['os_session_save_path'] = 'Nincs ellenőrzés az OS path miatt';
$lang['admin']['unlimited'] = 'Korlátlan';
$lang['admin']['open_basedir'] = 'PHP 'Open Basedir'';
$lang['admin']['open_basedir_active'] = 'Nincs ellenőrzés, mert az open basedir aktív';
$lang['admin']['invalid'] = 'Érénytelen';
$lang['admin']['checksum_passed'] = 'Minden ellenőrző összeg megegyezik a feltöltött fájlban levővel';
$lang['admin']['error_retrieving_file_list'] = 'Fájl lista lekérési hiba';
$lang['admin']['files_checksum_failed'] = 'A fájlokra nem sikerült ellenőrző összeget generálni';
$lang['admin']['failure'] = 'Hiba';
$lang['admin']['help_function_process_pagedata'] = '<h3>What does this do?</h3>
<p>This plugin will process the data in the "pagedata" block of content pages through smarty. It allows you to specify page specific data to smarty without changing the template for each page.</p>
<h3>How do I use it?</h3>
<ol>
<li>Insert smarty assign variables and other smarty logic into the pagedata field of some of your content pages.</li>
<li>Insert the <code>{process_pagedata}</code> tag into the very top of your page template.</li>
</ol>
<br/>
<h3>What parameters does it take?</h3>
<p>None at this time</p>';
$lang['admin']['page_metadata'] = 'Oldal specifikus meta adat';
$lang['admin']['pagedata_codeblock'] = 'Smarty-adat vagy -kód, ami erre az oldalra specifikus';
$lang['admin']['error_uploadproblem'] = 'Hiba történt feltöltés közben';
$lang['admin']['error_nofileuploaded'] = 'Nem lett fájl feltöltve';
$lang['admin']['files_failed'] = 'A fájlok elbultak az md5 összeg ellenőrzésen';
$lang['admin']['files_not_found'] = 'Nem találhatók fájlok';
$lang['admin']['info_generate_cksum_file'] = 'Ez a függvény lehetővé teszi, hogy ellenőrző összeget generálj a site-hoz és elmentsd a gépedre (ez később jól jöhet). Ezt érdemes elvégezni site élesítés előtt, illetve frissítések, nagyobb módosítások előtt / után.';
$lang['admin']['info_validation'] = 'Ez a függvény leellenőrzi, hogy a megadott fájlban levő ellenőrző összegeket az aktuális installációra kalkulált ellenőrző összeggel. Ez segítséget nyújthat a hibás feltöltések feltárásában, de olyankor is, ha a site-otad meghack-elték. A CMSMS 1.4 óta minden release-hez alapból generálódik ellenőrző összeg.';
$lang['admin']['download_cksum_file'] = 'Ellenőrző összeget tartalmazó fájl letöltése';
$lang['admin']['perform_validation'] = 'Érvényesség vizsgálat elvégzése';
$lang['admin']['upload_cksum_file'] = 'Ellenőrző összeget tartalmazó fájl feltöltése';
$lang['admin']['checksumdescription'] = 'A CMS fájlok integritás vizsgálata ismert ellenőrző összegek alapján';
$lang['admin']['system_verification'] = 'Rendszer ellenőrzés';
$lang['admin']['extra1'] = 'Extra oldal-attribútum 1';
$lang['admin']['extra2'] = 'Extra oldal-attribútum 2';
$lang['admin']['extra3'] = 'Extra oldal-attribútum 3';
$lang['admin']['start_upgrade_process'] = 'Frissítési folyamat indítása';
$lang['admin']['warning_upgrade'] = '<em><strong>Figyelem:</strong></em> A CMSMS rendszer frissítésre szorul.';
$lang['admin']['warning_upgrade_info1'] = 'Jelenleg az adatbázis séma verziója: %s. A frissítéssel erre a verzióra fog változni: %s';
$lang['admin']['warning_upgrade_info2'] = 'Kérlek kattints az alábbi linkre: %s.';
$lang['admin']['warning_mail_settings'] = 'Az email beállítások még nincsenek készen. Emiatt esetleg az oldalad nem lesz képes mail-eket kiküldeni. Be kéne lépned a <a href="%s">Kiterjesztések >> CMSMailer</a> menübe és beállítani a megfelelő értékeket a futtató szervernek megfelelően.';
$lang['admin']['view_page'] = 'Az oldal megtekintése új ablakban';
$lang['admin']['off'] = 'Ki';
$lang['admin']['on'] = 'Be';
$lang['admin']['invalid_test'] = 'Érvénytelen teszt paraméter érték!';
$lang['admin']['copy_paste_forum'] = 'Szöveges üzenet megtekintése <em>(fórum témákba való beillesztéskor jól jöhet)</em>';
$lang['admin']['permission_information'] = 'Jogosultság információ';
$lang['admin']['server_os'] = 'Szerver operációs rendszer';
$lang['admin']['server_api'] = 'Szerver API';
$lang['admin']['server_software'] = 'Server szoftver';
$lang['admin']['server_information'] = 'Szerver iInformáció';
$lang['admin']['session_save_path'] = 'Session mentési útvonal';
$lang['admin']['max_execution_time'] = 'Maximális végrehajtási idő';
$lang['admin']['gd_version'] = 'GD verzió';
$lang['admin']['upload_max_filesize'] = 'Maximális feltöltési méret';
$lang['admin']['post_max_size'] = 'Maximális POST méret';
$lang['admin']['memory_limit'] = 'PHP Effektív memória limit';
$lang['admin']['server_db_type'] = 'Szerver adatbázis';
$lang['admin']['server_db_version'] = 'Szerver adatbázis verzió';
$lang['admin']['phpversion'] = 'Aktuális PHP verzió';
$lang['admin']['safe_mode'] = 'PHP 'Safe Mode'';
$lang['admin']['php_information'] = 'PHP Információ';
$lang['admin']['cms_install_information'] = 'CMS install információ';
$lang['admin']['cms_version'] = 'CMS verzió';
$lang['admin']['installed_modules'] = 'Telepített modulok';
$lang['admin']['config_information'] = 'Config információ';
$lang['admin']['systeminfo_copy_paste'] = 'Kérlek másold a kijelölt szöveget a fórumbejegyzésedhez';
$lang['admin']['help_systeminformation'] = 'Az alant látható információk a rendszer legkülönfélébb helyeiről lettek összegyűjtve és összegezve itt azért, hogy minél könnyebben megtaláld hibakereséskor a szüskéges dolgokat, de abban is segíthet, hogy hatékonyabban tudj segítséget kérni a CMSMS installációval kapcsolatban';
$lang['admin']['systeminfo'] = 'Rendszer információ';
$lang['admin']['systeminfodescription'] = 'Különböző információk a rendszerről, amik segíthetnek hibafelderítés közben';
$lang['admin']['welcome_user'] = 'Üdvözlet';
$lang['admin']['itsbeensincelogin'] = '%s jelentkeztél be utóljára';
$lang['admin']['days'] = 'napja';
$lang['admin']['day'] = 'napja';
$lang['admin']['hours'] = 'órája';
$lang['admin']['hour'] = 'órája';
$lang['admin']['minutes'] = 'perce';
$lang['admin']['minute'] = 'perce';
$lang['admin']['help_css_max_age'] = 'Ez a paraméter legyen viszonylag magas érték a statikus oldalakhoz, és legyen 0 fejlesztés közben';
$lang['admin']['css_max_age'] = 'A maximális idő (másodpercekben), amíg egy stíluslap cache-elhető a böngészőben';
$lang['admin']['error'] = 'Hiba';
$lang['admin']['clear_version_check_cache'] = 'Küldéskor minden cache-elt verzióinformáció törlése';
$lang['admin']['new_version_available'] = '<em>Emlékeztető:</em> Új CMSMS verzió érhető el. Értesítsd az adminisztrátort.';
$lang['admin']['info_urlcheckversion'] = 'Ha az url értéke a "none" szó, akkor nem lesz ellenőrzés.<br/>Üres string esetén az alapértelmezett url-t fogja használni a rendszer.';
$lang['admin']['urlcheckversion'] = 'Új CMSMS verziók keresése ezzel az URL-lel';
$lang['admin']['master_admintheme'] = 'Alapértelmezett admin téma (a bejelentkező oldalhoz és új felhasználói fiókokhoz)';
$lang['admin']['contenttype_separator'] = 'Elválasztó';
$lang['admin']['contenttype_sectionheader'] = 'Szekció fejléc';
$lang['admin']['contenttype_link'] = 'Külső link';
$lang['admin']['contenttype_content'] = 'Tartalom';
$lang['admin']['contenttype_pagelink'] = 'Belső oldal link';
$lang['admin']['nogcbwysiwyg'] = 'WYSIWYG szerkesztők tiltása a Globális Tartalmi Blokkokon';
$lang['admin']['destination_page'] = 'Céloldal';
$lang['admin']['additional_params'] = 'Egyéb paraméterek';
$lang['admin']['help_function_current_date'] = ' <h3>What does this do?</h3>
<p>Prints the current date and time. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{current_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
<li><em>(optional)</em>ucword - If true return uppercase the first character of each word.</li>
</ul>
</p>';
$lang['admin']['help_function_valid_xhtml'] = '<h3>What does this do?</h3>
<p>Returns a link to the w3c HTML validator.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{valid_xhtml}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> url (string) - The URL used for validation, if none is given http://validator.w3.org/check/referer is used.</li>
<li><em>(optional)</em> class (string) - If set, this will be used as class attribute for the link (a) element</li>
<li><em>(optional)</em> target (string) - If set, this will be used as target attribute for the link (a) element</li>
<li><em>(optional)</em> image (true/false) - If set to false, a text link will be used instead of an image/icon.</li>
<li><em>(optional)</em> text (string) - If set, this will be used for the link text or alternate text for the image. Default is 'valid XHTML 1.0 Transitional'.<br /> When an image is used, the given string will also be used for the image alt attribute (by default, this can be overridden by using the 'alt' parameter).</li>
<li><em>(optional)</em> image_class (string) - Only if 'image' is not set to false. If set, this will be used as class attribute for the image (img) element</li>
<li><em>(optional)</em> src (string) - Only if 'image' is not set to false. The icon to show. Default is http://www.w3.org/Icons/valid-xhtml10</li>
<li><em>(optional)</em> width (string) - Only if 'image' is not set to false. The image width. Default is 88 (width of http://www.w3.org/Icons/valid-xhtml10)</li>
<li><em>(optional)</em> height (string) - Only if 'image' is not set to false. The image height. Default is 31 (height of http://www.w3.org/Icons/valid-xhtml10)</li>
<li><em>(optional)</em> alt (string) - Only if 'image' is not set to false. The alternate text ('alt' attribute) for the image (element). If none is given the link text will be used.</li>
</ul>
</p>';
$lang['admin']['help_function_valid_css'] = '<h3>What does this do?</h3>
<p>Returns a link to the w3c CSS validator.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{valid_css}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> url (string) - The URL used for validation, if none is given http://jigsaw.w3.org/css-validator/check/referer is used.</li>
<li><em>(optional)</em> class (string) - If set, this will be used as class attribute for the link (a) element</li>
<li><em>(optional)</em> target (string) - If set, this will be used as target attribute for the link (a) element</li>
<li><em>(optional)</em> image (true/false) - If set to false, a text link will be used instead of an image/icon.</li>
<li><em>(optional)</em> text (string) - If set, this will be used for the link text or alternate text for the image. Default is 'Valid CSS 2.1'.<br /> When an image is used, the given string will also be used for the image alt attribute (by default, this can be overridden by using the 'alt' parameter).</li>
<li><em>(optional)</em> image_class (string) - Only if 'image' is not set to false. If set, this will be used as class attribute for the image (img) element</li>
<li><em>(optional)</em> src (string) - Only if 'image' is not set to false. The icon to show. Default is http://jigsaw.w3.org/css-validator/images/vcss</li>
<li><em>(optional)</em> width (string) - Only if 'image' is not set to false. The image width. Default is 88 (width of http://jigsaw.w3.org/css-validator/images/vcss)</li>
<li><em>(optional)</em> height (string) - Only if 'image' is not set to false. The image height. Default is 31 (height of http://jigsaw.w3.org/css-validator/images/vcss)</li>
<li><em>(optional)</em> alt (string) - Only if 'image' is not set to false. The alternate text ('alt' attribute) for the image (element). If none is given the link text will be used.</li>
</ul>
</p>';
$lang['admin']['help_function_title'] = ' <h3>What does this do?</h3>
<p>Prints the title of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{title}</code></p>
<h3>What parameters does it take?</h3>
<p><em>(optional)</em> assign (string) - Assign the results to a smarty variable with that name.</p>';
$lang['admin']['help_function_stylesheet'] = ' <h3>What does this do?</h3>
<p>Gets stylesheet information from the system. By default, it grabs all of the stylesheets attached to the current template.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page's head section like: <code>{stylesheet}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>name - Instead of getting all stylesheets for the given page, it will only get one spefically named one, whether it's attached to the current template or not.</li>
<li><em>(optional)</em>media - If name is defined, this allows you set a different media type for that stylesheet.</li>
</ul>
</p>';
$lang['admin']['help_function_stopexpandcollapse'] = ' <h3>What does this do?</h3>
<p>Enables content to be expandable and collapsable. Like the following:<br />
<a href="#expand1" onClick="expandcontent('expand1')" style="cursor:hand; cursor:pointer">Click here for more info</a><span id="expand1" class="expand"><a name="help"></a> - Here is all the info you will ever need...</a></span></p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like:<br />
<br />
<code>{startExpandCollapse id="name" title="Click Here"}<br />
This is all the content the user will see when they click the title "Click Here" above. It will display all the content that is between the {startExpandCollapse} and {stopExpandCollapse} when clicked.<br />
{stopExpandCollapse}
</code>
<br />
<br />
Note: If you intend to use this multiple times on a single page each startExpandCollapse tag must have a unique id.</p>
<h3>What if I want to change the look of the title?</h3>
<p>The look of the title can be changed via css. The title is wrapped in a div with the id you specify.</p>
<h3>What parameters does it take?</h3>
<p>
<i>startExpandCollapse takes the following parameters</i><br />
id - A unique id for the expand/collapse section.<br />
title - The text that will be displayed to expand/collapse the content.<br />
<i>stopExpandCollapse takes no parameters</i><br />
</p>';
$lang['admin']['help_function_startexpandcollapse'] = ' <h3>What does this do?</h3>
<p>Enables content to be expandable and collapsable. Like the following:<br />
<a href="#expand1" onClick="expandcontent('expand1')" style="cursor:hand; cursor:pointer">Click here for more info</a><span id="expand1" class="expand"><a name="help"></a> - Here is all the info you will ever need...</a></span></p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{startExpandCollapse id="name" title="Click Here"}</code>. Also, you must use the {stopExpandCollapse} at the end of the collapseable content. Here is an example:<br />
<br />
<code>{startExpandCollapse id="name" title="Click Here"}<br />
This is all the content the user will see when they click the title "Click Here" above. It will display all the content that is between the {startExpandCollapse} and {stopExpandCollapse} when clicked.<br />
{stopExpandCollapse}
</code>
<br />
<br />
Note: If you intend to use this multiple times on a single page each startExpandCollapse tag must have a unique id.</p>
<h3>What if I want to change the look of the title?</h3>
<p>The look of the title can be changed via css. The title is wrapped in a div with the id you specify.</p>
<h3>What parameters does it take?</h3>
<p>
<i>startExpandCollapse takes the following parameters</i><br />
id - A unique id for the expand/collapse section.<br />
title - The text that will be displayed to expand/collapse the content.<br />
<i>stopExpandCollapse takes no parameters</i><br />
</p>';
$lang['admin']['help_function_sitemap'] = ' <h3>Notice</h3>
<p>This plugin is deprecated. Users should now see the <code>{site_mapper}</code> plugin.</p>
<h3>What does this do?</h3>
<p>Prints out a sitemap.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{sitemap}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>class</tt> - A css_class for the ul-tag which includes the complete sitemap.</li>
<li><em>(optional)</em> <tt>start_element</tt> - The hierarchy of your element (ie : 1.2 or 3.5.1 for example). This parameter sets the root of the menu. You can use the page alias instead of hierarchy.</li>
<li><em>(optional)</em> <tt>number_of_levels</tt> - An integer, the number of levels you want to show in your menu. Should be set to 2 using a delimiter.</li>
<li><em>(optional)</em> <tt>delimiter</tt> - Text to separate entries not on depth 1 of the sitemap (i.e. 1.1, 1.2). This is helpful for showing entries on depth 2 beside each other (using css display:inline).</li>
<li><em>(optional)</em> <tt>initial 1/0</tt> - If set to 1, begin also the first entries not on depth 1 with a delimiter (i.e. 1.1, 2.1).</li>
<li><em>(optional)</em> <tt>relative 1/0</tt> - We are not going to show current page (with the sitemap) - we'll show only his childs.</li>
<li><em>(optional)</em> <tt>showall 1/0</tt> - We are going to show all pages if showall is enabled, else we'll only show pages with active menu entries.</li>
<li><em>(optional)</em> <tt>add_elements</tt> - A comma separated list of alias names which will be added to the shown pages with active menu entries (showall not enabled).</li>
</ul>
</p>';
$lang['admin']['help_function_adsense'] = ' <h3>What does this do?</h3>
<p>Google adsense is a popular advertising program for websites. This tag will take the basic parameters that would be provided by the adsense program and puts them in a easy to use tag that makes your templates look much cleaner. See <a href="http://www.google.com/adsense" target="_blank">here</a> for more details on adsense.</p>
<h3>How do I use it?</h3>
<p>First, sign up for a google adsense account and get the parameters for your ad. Then just use the tag in your page/template like so: <code>{adsense ad_client="pub-random#" ad_width="120" ad_height="600" ad_format="120x600_as"}</code>
<h3>What parameters does it take?</h3>
<p>All parameters are optional, though skipping one might not necessarily made the ad work right. Options are:
<ul>
<li>ad_client - This would be the pub_random# id that would represent your adsense account number</li>
<li>ad_width - width of the ad</li>
<li>ad_height - height of the ad</li>
<li>ad_format - "format" of the ad <em>e.g. 120x600_as</em></li>
<li>ad_channel - channels are an advanced feature of adsense. Put it here if you use it.</li>
<li>ad_type - possible options are text, image or text_image.</li>
<li>color_border - the color of the border. Use HEX color or type the color name (Ex. Red)</li>
<li>color_link - the color of the linktext. Use HEX color or type the color name (Ex. Red)</li>
<li>color_url - the color of the URL. Use HEX color or type the color name (Ex. Red)</li>
<li>color_text - the color of the text. Use HEX color or type the color name (Ex. Red)</li>
</ul>
</p>';
$lang['admin']['help_function_sitename'] = ' <h3>What does this do?</h3>
<p>Shows the name of the site. This is defined during install and can be modified in the Global Settings section of the admin panel.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{sitename}</code></p>
<h3>What parameters does it take?</h3>
<p><em>(optional)</em> assign (string) - Assign the results to a smarty variable with that name.</p>';
$lang['admin']['help_function_search'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=Search">Search module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='Search'}</code> you can now just use <code>{search}</code> to insert the module in a template.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{search}</code> in a template where you want the search input box to appear. For help about the Search module, please refer to the <a href="listmodules.php?action=showmodulehelp&module=Search">Search module help</a>.';
$lang['admin']['help_function_root_url'] = ' <h3>What does this do?</h3>
<p>Prints the root url location for the site.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{root_url}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_repeat'] = ' <h3>What does this do?</h3>
<p>Repeats a specified sequence of characters, a specified number of times</p>
<h3>How do I use it?</h3>
<p>Insert a tag similar to the following into your template/page, like this: <code>{repeat string='repeat this ' times='3'}</code>
<h3>What parameters does it take?</h3>
<ul>
<li>string='text' - The string to repeat</li>
<li>times='num' - The number of times to repeat it.</li>
</ul>';
$lang['admin']['help_function_recently_updated'] = ' <h3>What does this do?</h3>
<p>Outputs a list of recently updated pages.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{recently_updated}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><p><em>(optional)</em> number='10' - Number of updated pages to show.</p><p>Example: <pre>{recently_updated number='15'}</pre></p></li>
<li><p><em>(optional)</em> leadin='Last changed' - Text to show left of the modified date.</p><p>Example: <pre>{recently_updated leadin='Last Changed'}</pre></p></li>
<li><p><em>(optional)</em> showtitle='true' - Shows the titleattribute if it exists as well (true|false).</p><p>Example: <pre>{recently_updated showtitle='true'}</pre></p></li>
<li><p><em>(optional)</em> css_class='some_name' - Warp a div tag with this class around the list.</p><p>Example: <pre>{recently_updated css_class='some_name'}</pre></p></li>
<li><p><em>(optional)</em> dateformat='d.m.y h:m' - default is d.m.y h:m , use the format you whish (php -date- format)</p><p>Example: <pre>{recently_updated dateformat='D M j G:i:s T Y'}</pre></p></li>
</ul>
<p>or combined:</p>
<pre>{recently_updated number='15' showtitle='false' leadin='Last Change: ' css_class='my_changes' dateformat='D M j G:i:s T Y'}</pre>';
$lang['admin']['help_function_print'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=Printing">Printing module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='Printing'}</code> you can now just use <code>{print}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{print}</code> on a page or in a template. For help about the Printing module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=Printing">Printing module help</a>.';
$lang['admin']['help_function_oldprint'] = ' <h3>What does this do?</h3>
<p>Creates a link to only the content of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{oldprint}</code><br></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> goback - Set to "true" to show a "Go Back" link on the page to print.</li>
<li><em>(optional)</em> popup - Set to "true" and page for printing will by opened in new window.</li>
<li><em>(optional)</em> script - Set to "true" and in print page will by used java script for run print of page.</li>
<li><em>(optional)</em> showbutton - Set to "true" and will show a printer graphic instead of a text link.</li>
<li><em>(optional)</em> class - class for the link, defaults to "noprint".</li>
<li><em>(optional)</em> text - Text to use instead of "Print This Page" for the print link.
<li><em>(optional)</em> title - Text to show for title attribute. If blank show text parameter.</li>
<li><em>(optional)</em> more - Place additional options inside the <a> link.</li>
<li><em>(optional)</em> src_img - Show this image file. Default images/cms/printbutton.gif.</li>
<li><em>(optional)</em> class_img - Class of <img> tag if showbutton is sets.</li>
<p>Example:</p>
<pre>{oldprint text="Printable Page"}</pre>
</li>
</ul>';
$lang['admin']['login_info_title'] = 'Információ';
$lang['admin']['login_info'] = 'Hogy az admin konzol helyesen működjön';
$lang['admin']['login_info_params'] = '<ol>
<li>Cookies must be enabled in your browser</li>
<li>Javascript must be enabled in your browser</li>
<li>Popup windows must be allowed for the following address:</li>
</ol>';
$lang['admin']['help_function_news'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=News">News module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='News'}</code> you can now just use <code>{news}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{news}</code> on a page or in a template. For help about the News module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=News">News module help</a>.';
$lang['admin']['help_function_modified_date'] = ' <h3>What does this do?</h3>
<p>Prints the date and time the page was last modified. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{modified_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
</ul>';
$lang['admin']['help_function_metadata'] = ' <h3>What does this do?</h3>
<p>Displays the metadata for this page. Both global metdata from the global settings page and metadata for each page will be shown.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template like: <code>{metadata}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>showbase (true/false) - If set to false, the base tag will not be sent to the browser. Defaults to true if use_hierarchy is set to true in config.php.</li>
</ul>';
$lang['admin']['help_function_menu_text'] = ' <h3>What does this do?</h3>
<p>Prints the menu text of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{menu_text}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_menu'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='MenuManager'}</code> you can now just use <code>{menu}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{menu}</code> on a page or in a template. For help about the Menu Manager module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module help</a>.';
$lang['admin']['help_function_last_modified_by'] = ' <h3>What does this do?</h3>
<p>Prints last person that edited this page. If no format is given, it will default to a ID number of user .</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{last_modified_by format="fullname"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - id, username, fullname</li>
</ul>';
$lang['admin']['help_function_image'] = ' <h3>What does this do?</h3>
<p>Creates an image tag to an image stored within your images directory</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{image src="something.jpg"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(required)</em> <tt>src</tt> - Image filename within your images directory.</li>
<li><em>(optional)</em> <tt>width</tt> - Width of the image within the page. Defaults to true size.</li>
<li><em>(optional)</em> <tt>height</tt> - Height of the image within the page. Defaults to true size.</li>
<li><em>(optional)</em> <tt>alt</tt> - Alt text for the image -- needed for xhtml compliance. Defaults to filename.</li>
<li><em>(optional)</em> <tt>class</tt> - CSS class for the image.</li>
<li><em>(optional)</em> <tt>title</tt> - Mouse over text for the image. Defaults to Alt text.</li>
<li><em>(optional)</em> <tt>addtext</tt> - Additional text to put into the tag</li>
</ul>';
$lang['admin']['help_function_imagegallery'] = ' <h3>What does this do?</h3>
<p>Creates a gallery out of a folder of images (.gif, .jpg or .png).
You can click on a thumbnail image to view the bigger image. It can use
captions which are based on the image name, minus the file extension. It
follows web standards and uses CSS for formatting. There are classes
for various elements and for the surrounding 'div'. Check out the CSS below for
more information.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template or page like: </p>
<code>{ImageGallery picFolder="uploads/images/yourfolder/"}</code>
<p>Where picFolder is the folder where your images are stored.</p>
<h3>What parameters does it take?</h3>
<p>It can take quite a few parameters, but the example above is probably
good for most people :) </p>
<ol>
<li><strong>picFolder e.g. picFolder="uploads/images/yourfolder/"</strong><br/>
Is the path to the gallery (yourfolder) ending in'/'. So you can have
lots of directories and lots of galleries.</li>
<li><strong>type e.g. type="click" or type="popup"</strong><br/>
For the "popup" function to work you need to include the popup javascript into
the head of your template e.g. "<head></head>". The javascript is at
the bottom of this page! <em>The default is 'click'.</em></li>
<li><strong>divID e.g. divID ="imagegallery"</strong><br/>
Sets the wrapping 'div id' around your gallery so that you can have
different CSS for each gallery. <em>The default is 'imagegallery'.</em></li>
<li><strong>sortBy e.g. sortBy = "name" or sortBy = "date"</strong><br/>
Sort images by 'name' OR 'date'. <em>No default.</em></li>
<li><strong>sortByOrder e.g. sortByOrder = "asc" or sortByOrder = "desc"</strong><br/>
<em>No default.</em>.</li>
<li>This sets caption above the big (clicked on) image<br/>
<strong>bigPicCaption = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicCaption = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicCaption = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>bigPicCaption = "none" </strong>(No caption)<br/>
<em>The Default is "name". </em></li>
<li>This sets the caption below the small thumbnail<br/>
<strong>thumbPicCaption = "name"</strong> (filename excluding extension)<em> or </em><br/>
<strong>thumbPicCaption = "file"</strong> (filename including extension)<em> or </em><br/>
<strong>thumbPicCaption = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>thumbPicCaption = "none" </strong>(No caption)<br/>
<em>The Default is "name".</em></li>
<li>Sets the 'alt' tag for the big image - compulsory.<br/>
<strong>bigPicAltTag = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicAltTag = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicAltTag = "number" </strong>(a number sequence)<br/>
<em>The Default is "name".</em></li>
<li> Sets the 'title' tag for the big image. <br/>
<strong>bigPicTitleTag = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicTitleTag = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicTitleTag = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>bigPicTitleTag = "none" </strong>(No title)<br/>
<em>The Default is "name".</em></li>
<li><strong>thumbPicAltTag</strong><br/>
<em>Is the same as bigPicAltTag, but for the small thumbnail images.<em></li>
<li><strong>thumbPicTitleTag *</strong><br/>
<em>Is the same as bigPicTitleTag but for the small thumbnail images.<br/>
<strong>*Except that after the options you have '... click for a bigger image'
or if you do not set this option then you get the default of
'Click for a bigger image...'</em></strong></li>
</ol>
<p>A More Complex Example</p>
<p>'div id' is 'cdcovers', no Caption on big images, thumbs have default caption.
'alt' tags for the big image are set to the name of the image file without the extension
and the big image 'title' tag is set to the same but with an extension.
The thumbs have the default 'alt' and 'title' tags. The default being the name
of the image file without the extension for 'alt' and 'Click for a bigger image...' for the 'title',
would be:</p>
<code>{ImageGallery picFolder="uploads/images/cdcovers/" divID="cdcovers" bigPicCaption="none" bigPicAltTag="name" bigPicTitleTag="file"}</code>
<br/>
<p>It's got lots of options but I wanted to keep it very flexible and you don't have to set them, the defaults are sensible.</p>
<br/>
<h4>Example CSS</h4>
<pre>
/* Image Gallery - Small Thumbnail Images */
.thumb {
margin: 1em 1em 1.6em 0; /* Space between images */
padding: 0;
float: left;
text-decoration: none;
line-height: normal;
text-align: left;
}
.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
width: 100px; /* Image width*/
height: 100px; /* Image height*/
display: inline;
padding: 12px; /* Image padding to form photo frame */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: white; /*Background of photo */
border-top: 1px solid #eee; /* Borders of photo frame */
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left: 1px solid #eee;
text-decoration: none;
}
.thumb a:visited img {
background-color: #eee; /*Background of photo on hover - sort of a light grey */
}
.thumb a:hover img {
background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
}
.thumbPicCaption {
text-align: center;
font-size: smaller;
margin: 0 1px 0 0;
padding: 0;
width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none; if you do not want to display this text */
}
/* Image Gallery - Big Images */
.bigPic {
margin: 10px 0 5px 0;
padding: 0;
line-height: normal;
}
.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
text-align: center;
font-weight: bold;
font-variant: small-caps;
font-weight: bold;
margin: 0 1px 0 0;
padding: 0;
width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none; if you do not want to display this text */
}
.bigPic img{ /* Big Image settings */
width: 350px; /* Width of Big Image */
height: auto;
display: inline;
padding: 18px; /* Image padding to form photo frame. */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: white; /* Background of photo */
border-top: 1px solid #eee; /* Borders of photo frame */
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left: 1px solid #eee;
text-decoration: none;
text-align: left;
}
.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
margin: 0;
width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
padding: 0;
color: #000;
font-size: smaller;
line-height: normal;
text-align: center;
/* display: none; if you do not want to display this text. Why? You Lose Navigation! */
}
</pre>
<br/>
<h4>The popup javascript is now included in plugin code and will be generated automatically if you still have javascript in your template please remove it.</h4>';
$lang['admin']['help_function_html_blob'] = ' <h3>What does this do?</h3>
<p>See the help for global_content for a description.</p>';
$lang['admin']['help_function_googlepr'] = ' <h3>What does this do?</h3>
<p>Display's a number that represents your google pagerank.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{googlepr}</code><br>
<br>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> domain - The website to display the pagerank for.</li>
</ul>
</p>';
$lang['admin']['help_function_google_search'] = ' <h3>What does this do?</h3>
<p>Search's your website using Google's search engine.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{google_search}</code><br>
<br>
Note: Google needs to have your website indexed for this to work. You can submit your website to google <a href="http://www.google.com/addurl.html">here</a>.</p>
<h3>What if I want to change the look of the textbox or button?</h3>
<p>The look of the textbox and button can be changed via css. The textbox is given an id of textSearch and the button is given an id of buttonSearch.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> domain - This tells google the website domain to search. This script tries to determine this automatically.</li>
<li><em>(optional)</em> buttonText - The text you want to display on the search button. The default is "Search Site".</li>
</ul>
</p>';
$lang['admin']['help_function_global_content'] = ' <h3>What does this do?</h3>
<p>Inserts a global content block into your template or page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{global_content name='myblob'}</code>, where name is the name given to the block when it was created.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>name - The name of the global content block to display.</li>
<li><em>(optional)</em> assign - The name of a smarty variable that the global content block should be assigned to.</li>
</ul>';
$lang['admin']['help_function_get_template_vars'] = ' <h3>What does this do?</h3>
<p>Dumps all the known smarty variables into your page</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{get_template_vars}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time</p>';
$lang['admin']['help_function_embed'] = ' <h3>What does this do?</h3>
<p>Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum.
This implementation is using IFRAMES so older browsers can have problems. Sorry bu this is the only known way
that works without modifing the embeded application.</p>
<h3>How do I use it?</h3>
<ul>
<li>a) Add <code>{embed header=true}</code> into the head section of your page template, or into the metadata section in the options tab of a content page. This will ensure that the required javascript gets included. If you insert this tag into the metadata section in the options tab of a content page you must ensure that <code>{metadata}</code> is in your page template.</li>
<li>b) Add <code>{embed url="http://www.google.com"}</code> into your page content or in the body of your page template.</li>
</ul>
<br/>
<h4>Example to make the iframe larger</h4>
<p>Add the following to your style sheet:</p>
<pre>#myframe { height: 600px; }</pre>
<br/>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(required)</em>url - the url to be included
<li><em>(required)</em>header=true - this will generate the header code for good resizing of the IFRAME.</li>
<li>(optional)name - an optional name to use for the iframe (instead of myframe).<p>If this option is used, it must be used identically in both calls, i.e: {embed header=true name=foo} and {embed name=foo url=http://www.google.com} calls.</p>
</ul>';
$lang['admin']['help_function_edit'] = ' <h3>What does this do?</h3>
<p>Creates a link to edit the page</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{edit}</code><br></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>showbutton - Set to "true" and will show a edit graphic instead of a text link.</li>
</ul>';
$lang['admin']['help_function_description'] = ' <h3>What does this do?</h3>
<p>Prints the description (title attribute) of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{description}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_created_date'] = ' <h3>What does this do?</h3>
<p>Prints the date and time the page was created. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{created_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
</ul>';
$lang['admin']['help_function_content'] = ' <h3>What does this do?</h3>
<p>This is where the content for your page will be displayed. It's inserted into the template and changed based on the current page being displayed.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template like: <code>{content}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>block - Allows you to have more than one content block per page. When multiple content tags are put on a template, that number of edit boxes will be displayed when the page is edited.
<p>Example:</p>
<pre>{content block="Second Content Block"}</pre>
<p>Now, when you edit a page there will a textarea called "Second Content Block".</li>
<li><em>(optional)</em>wysiwyg (true/false) - If set to false, then a wysiwyg will never be used while editing this block. If true, then it acts as normal. Only works when block parameter is used.</li>
<li><em>(optional)</em>oneline (true/false) - If set to true, then only one edit line will be shown while editing this block. If false, then it acts as normal. Only works when block parameter is used.</li>
<li><em>(optional)</em>default - Allows you to specify default content content for this content blocks (additional content blocks only).</li>
<li><em>(optional)</em>assign - Assigns the content to a smarty parameter, which you can then use in other areas of the page, or use to test whether content exists in it or not.
<p>Example of passing page content to a User Defined Tag as a parameter:</p>
<pre>
{content assign=pagecontent}
{table_of_contents thepagecontent="$pagecontent"}
</pre>
</li>
</ul>';
$lang['admin']['help_function_contact_form'] = ' <h2>NOTE: This plugin is deprecated</h2>
<h3>This plugin has been removed as of CMS made simple version 1.5</h3>';
$lang['admin']['help_function_cms_versionname'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert the current version name of CMS into your template or page. It doesn't display any extra besides the version name.</p>
<h3>How do I use it?</h3>
<p>This is just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_versionname}</code>
<h3>What parameters does it take?</h3>
<p>It takes no parameters.</p>';
$lang['admin']['help_function_cms_version'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert the current version number of CMS into your template or page. It doesn't display any extra besides the version number.</p>
<h3>How do I use it?</h3>
<p>This is just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_version}</code>
<h3>What parameters does it take?</h3>
<p>It takes no parameters.</p>';
$lang['admin']['about_function_cms_selflink'] = ' <p>Author: Ted Kulp <tedkulp@users.sf.net></p>
<p>Version: 1.1</p>
<p>Modified: Martin B. Vestergaard <mbv@nospam.dk></p>
<p>Version: 1.41</p>
<p>Modified: Russ Baldwin</p>
<p>Version: 1.42</p>
<p>Modified: Marcus Bointon <coolbru@users.sf.net></p>
<p>Version: 1.43</p>
<p>Modified: Tatu Wikman <tsw@backspace.fi></p>
<p>Version: 1.44</p>
<p>Modified: Hans Mogren <http://hans.bymarken.net/></p>
<p>Version: 1.45</p>
<p>
Change History:<br/>
1.46 - Fixes a problem with too many queries when using the dir=start option.<br/>
1.45 - Added a new option for "dir", "up", for links to the parent page e.g. dir="up" (Hans Mogren).<br />
1.44 - Added new parameters "ext" and "ext_info" to allow external links with class="external" and info text after the link, ugly hack but works thinking about rewriting this(Tatu Wikman)<br />
1.43 - Added new parameters "image" and "imageonly" to allow attachment of images to be used for page links, either instead of or in addition to text links. (Marcus Bointon)<br />
1.42 - Added new parameter "anchorlink" and a new option for "dir" namely, "anchor", for internal page links. e.g. dir="anchor" anchorlink="internal_link". (Russ)<br />
1.41 - added new parameter "href" (LeisureLarry)<br />
1.4 - fixed bug next/prev linking to non-content pages. (Thanks Teemu Koistinen for this fix)<br />
1.3 - added option "more"<br />
1.2 - by Martin B. Vestergaard
<ul>
<li>changed default text to Page Name (was Page Alias)</li>
<li>added option dir=next/prev to display next or previous item in the hirachy - thanks to 100rk</li>
<li>added option class to add a class= statement to the a-tag.</li>
<li>added option menu to display menu-text in sted of Page Name</li>
<li>added option lang to display link-labels in different languages</li>
</ul>
1.1 - Changed to new content system<br />
1.0 - Initial release
</p>';
$lang['admin']['help_function_cms_selflink'] = ' <h3>What does this do?</h3>
<p>Creates a link to another CMSMS content page inside your template or content. Can also be used for external links with the ext parameter.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{cms_selflink page="1"}</code> or <code>{cms_selflink page="alias"}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>page</tt> - Page ID or alias to link to.</li>
<li><em>(optional)</em> <tt>dir anchor (internal links)</tt> - New option for an internal page link. If this is used then <tt>anchorlink</tt> should be set to your link. </li> <!-- Russ - 25-04-2006 -->
<li><em>(optional)</em> <tt>anchorlink</tt> - New paramater for an internal page link. If this is used then <tt>dir ="anchor"</tt> should also be set. No need to add the #, because it is added automatically.</li> <!-- Russ - 25-04-2006 -->
<li><em>(optional)</em> <tt>urlparam</tt> - Specify additional parameters to the URL. <strong>Do not use this in conjunction with the <em>anchorlink</em> parameter</em></strong>
<li><em>(optional)</em> <tt>tabindex ="a value"</tt> - Set a tabindex for the link.</li> <!-- Russ - 22-06-2005 -->
<li><em>(optional)</em> <tt>dir start/next/prev/up (previous)</tt> - Links to the default start page or the next or previous page, or the parent page (up). If this is used <tt>page</tt> should not be set.</li> <!-- mbv - 21-06-2005 -->
<B>Note!</B> Only one of the above may be used in the same cms_selflink statement!!
<li><em>(optional)</em> <tt>text</tt> - Text to show for the link. If not given, the Page Name is used instead.</li>
<li><em>(optional)</em> <tt>menu 1/0</tt> - If 1 the Menu Text is used for the link text instead of the Page Name</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>target</tt> - Optional target for the a link to point to. Useful for frame and javascript situations.</li>
<li><em>(optional)</em> <tt>class</tt> - Class for the <a> link. Useful for styling the link.</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>lang</tt> - Display link-labels ("Next Page"/"Previous Page") in different languages (0 for no label.) Danish (dk), English (en) or French (fr), for now.</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>id</tt> - Optional css_id for the <a> link.</li> <!-- mbv - 29-06-2005 -->
<li><em>(optional)</em> <tt>more</tt> - place additional options inside the <a> link.</li> <!-- mbv - 29-06-2005 -->
<li><em>(optional)</em> <tt>label</tt> - Label to use in with the link if applicable.</li>
<li><em>(optional)</em> <tt>label_side left/right</tt> - Side of link to place the label (defaults to "left").</li>
<li><em>(optional)</em> <tt>title</tt> - Text to use in the title attribute. If none is given, then the title of the page will be used for the title.</li>
<li><em>(optional)</em> <tt>rellink 1/0</tt> - Make a relational link for accessible navigation. Only works if the dir parameter is set and should only go in the head section of a template.</li>
<li><em>(optional)</em> <tt>href</tt> - If href is used only the href value is generated (no other parameters possible). <strong>Example:</strong> <a href="{cms_selflink href="alias"}"><img src=""></a></li>
<li><em>(optional)</em> <tt>image</tt> - A url of an image to use in the link. <strong>Example:</strong> {cms_selflink dir="next" image="next.png" text="Next"}</li>
<li><em>(optional)</em> <tt>alt</tt> - Alternative text to be used with image (alt="" will be used if no alt parameter is given).</li>
<li><em>(optional)</em> <tt>imageonly</tt> - If using an image, whether to suppress display of text links. If you want no text in the link at all, also set lang=0 to suppress the label. <B>Example:</B> {cms_selflink dir="next" image="next.png" text="Next" imageonly=1}</li>
<li><em>(optional)</em> <tt>ext</tt> - For external links, will add class="external and info text. <strong>warning:</strong> only text, target and title parameters are compatible with this parameter</li>
<li><em>(optional)</em> <tt>ext_info</tt> - Used together with "ext" defaults to (external link)</li>
</ul>
</p>';
$lang['admin']['about_function_cms_module'] = ' <p>Author: Ted Kulp<tedkulp@users.sf.net></p>
<p>Version: 1.0</p>
<p>
Change History:<br/>
None
</p>';
$lang['admin']['help_function_cms_module'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert modules into your templates and pages. If a module is created to be used as a tag plugin (check it's help for details), then you should be able to insert it with this tag.</p>
<h3>How do I use it?</h3>
<p>It's just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_module module="somemodulename"}</code>
<h3>What parameters does it take?</h3>
<p>There is only one required parameter. All other parameters are passed on to the module.
<ul>
<li>module - Name of the module to insert. This is not case sensitive.</li>
</ul>
</p>';
$lang['admin']['about_function_breadcrumbs'] = '<p>Author: Marcus Deglos <<a href="mailto:md@zioncore.com">md@zioncore.com</a>></p>
<p>Version: 1.7</p>
<p>
Change History:<br/>
1.1 - Modified to use new content rewrite (wishy)<br />
1.2 - Added parameters: delimiter, initial, and root (arl)<br />
1.3 - Added parameter: classid (tdh / perl4ever)<br />
1.4 - Added parameter currentclassid and fixed some bugs (arl)<br />
1.5 - Modified to use new hierarchy manager<br />
1.6 - Modified to skip any parents that are marked to be "not shown in menu" except for root<br />
1.7 - Added root_url parameter (elijahlofgren)<br />
</p>';
$lang['admin']['help_function_breadcrumbs'] = '<h3>What does this do?</h3>
<p>Prints a breadcrumb trail .</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{breadcrumbs}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>delimiter</tt> - Text to seperate entries in the list (default ">>").</li>
<li><em>(optional)</em> <tt>initial</tt> - 1/0 If set to 1 start the breadcrumbs with a delimiter (default 0).</li>
<li><em>(optional)</em> <tt>root</tt> - Page alias of a page you want to always appear as the first page in
the list. Can be used to make a page (e.g. the front page) appear to be the root of everything even though it is not.</li>
<li><em>(optional)</em> <tt>root_url</tt> - Override the URL of the root page. Useful for making link be to '/' instead of '/home/'. This requires that the root page be set as the default page.</li>
<li><em>(optional)</em> <tt>classid</tt> - The CSS class for the non current page names, i.e. the first n-1 pages in the list. If the name is a link it is added to the <a href> tags, otherwise it is added to the <span> tags.</li>
<li><em>(optional)</em> <tt>currentclassid</tt> - The CSS class for the <span> tag surrounding the current page name.</li>
<li><em>(optional)</em> <tt>starttext</tt> - Text to append to the front of the breadcrumbs list, something like "You are here".</li>
</ul>
</p>';
$lang['admin']['about_function_anchor'] = ' <p>Author: Ted Kulp<tedkulp@users.sf.net></p>
<p>Version: 1.1</p>
<p>
Change History:<br/>
<strong>Update to version 1.1 from 1.0</strong> <em>2006/07/19</em><br/>
Russ added the means to insert a title, a tabindex and a class for the anchor link. Westis added accesskey and changed parameter names to not include 'anchorlink'.<br/>
</hr>
</p>';
$lang['admin']['help_function_anchor'] = ' <h3>What does this do?</h3>
<p>Makes a proper anchor link.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{anchor anchor='here' text='Scroll Down'}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><tt>anchor</tt> - Where we are linking to. The part after the #.</li>
<li><tt>text</tt> - The text to display in the link.</li>
<li><tt>class</tt> - The class for the link, if any</li>
<li><tt>title</tt> - The title to display for the link, if any.</li>
<li><tt>tabindex</tt> - The numeric tabindex for the link, if any.</li>
<li><tt>accesskey</tt> - The accesskey for the link, if any.</li>
<li><em>(optional)</em> <tt>onlyhref</tt> - Only display the href and not the entire link. No other options will work</li>
</ul>
</p>';
$lang['admin']['help_function_site_mapper'] = '<h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module</a> to make the tag syntax easier, and to simplify creating a sitemap.</p>
<h3>How do I use it?</h3>
<p>Just put <code>{site_mapper}</code> on a page or in a template. For help about the Menu Manager module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module help</a>.</p>
<p>By default, if no template option is specified the minimal_menu.tpl file will be used.</p>
<p>Any parameters used in the tag are available in the menumanager template as <code>{$menuparams.paramname}</code></p>';
$lang['admin']['help_function_redirect_url'] = '<h3>What does this do?</h3>
<p>This plugin allows you to easily redirect to a specified url. It is handy inside of smarty conditional logic (for example, redirect to a splash page if the site is not live yet).</p>
<h3>How do I use it?</h3>
<p>Simply insert this tage into your page or template: <code>{redirect_url urle='www.cmsmadesimple.org'}</code></p>';
$lang['admin']['help_function_redirect_page'] = '<h3>What does this do?</h3>
<p>This plugin allows you to easily redirect to another page. It is handy inside of smarty conditional logic (for example, redirect to a login page if the user is not logged in.)</p>
<h3>How do I use it?</h3>
<p>Simply insert this tage into your page or template: <code>{redirect_page page='some-page-alias'}</code></p>';
$lang['admin']['of'] = '-ból/ből';
$lang['admin']['first'] = 'Első';
$lang['admin']['last'] = 'Utolsó';
$lang['admin']['adminspecialgroup'] = 'Figyelem: ennek a csoportnak a tagjai automatikusan rendelkeznek minden privilégiummal';
$lang['admin']['disablesafemodewarning'] = 'Az admin safe mód figyelmeztetés letiltása';
$lang['admin']['allowparamcheckwarnings'] = 'Paraméter ellenőrzések engedélyezése a figyelmeztető üzenetekhez';
$lang['admin']['date_format_string'] = 'Dátum formátum string';
$lang['admin']['date_format_string_help'] = '<em>strftime</em> formázott dátum formátum leíró string';
$lang['admin']['last_modified_at'] = 'Utolsó módosítás';
$lang['admin']['last_modified_by'] = 'Utóljára módosította';
$lang['admin']['read'] = 'Olvasás';
$lang['admin']['write'] = 'Írás';
$lang['admin']['execute'] = 'Végrehajtás';
$lang['admin']['group'] = 'Csoport';
$lang['admin']['other'] = 'Más';
$lang['admin']['event_desc_moduleupgraded'] = 'Modul frissítése után küldjük';
$lang['admin']['event_desc_moduleinstalled'] = 'Modul telepítése után küldjük';
$lang['admin']['event_desc_moduleuninstalled'] = 'Modul eltávolítása után küldjük';
$lang['admin']['event_desc_edituserdefinedtagpost'] = 'Felhasználó által definiált tag frissítése után küldjük';
$lang['admin']['event_desc_edituserdefinedtagpre'] = 'Felhasználó által definiált tag frissítése előtt küldjük';
$lang['admin']['event_desc_deleteuserdefinedtagpre'] = 'Felhasználó által definiált tag törlése előtt küldjük';
$lang['admin']['event_desc_deleteuserdefinedtagpost'] = 'Felhasználó által definiált tag törlése után küldjük';
$lang['admin']['event_desc_adduserdefinedtagpost'] = 'Felhasználó által definiált tag beszúrása után küldjük';
$lang['admin']['event_desc_adduserdefinedtagpre'] = 'Felhasználó által definiált tag beszúrása előtt küldjük';
$lang['admin']['global_umask'] = 'File létrehozási maszk (umask)';
$lang['admin']['errorcantcreatefile'] = 'Nem sikerült file-t létrehozni (jogosultsági probléma?)';
$lang['admin']['errormoduleversionincompatible'] = 'Ez a modul nem kompatibilis a CMSMS ezen verziójával';
$lang['admin']['errormodulenotloaded'] = 'Belső hiba, a modult nem példányosítottuk';
$lang['admin']['errormodulenotfound'] = 'Belső hiba, a modul példány nem található';
$lang['admin']['errorinstallfailed'] = 'A modul installálása sikertelen';
$lang['admin']['errormodulewontload'] = 'Hiba történt egy elérhető modul példányosításakor';
$lang['admin']['frontendlang'] = 'A felület alapértelmezett nyelve';
$lang['admin']['info_edituser_password'] = 'Változtasd meg ezt a mezőt a felhasználó jelszavának módosításához';
$lang['admin']['info_edituser_passwordagain'] = 'Változtasd meg ezt a mezőt a felhasználó jelszavának módosításához';
$lang['admin']['originator'] = 'Létrehozó';
$lang['admin']['module_name'] = 'Modul neve';
$lang['admin']['event_name'] = 'Esemény neve';
$lang['admin']['event_description'] = 'Esemény leírása';
$lang['admin']['error_delete_default_parent'] = 'Az alapértelmezett lap szülője nem törölhető.';
$lang['admin']['jsdisabled'] = 'Elnézést, de ez a funkció JavaScript engedélyezését követeli meg.';
$lang['admin']['order'] = 'Sorrend';
$lang['admin']['reorderpages'] = 'Oldalak átrendezése';
$lang['admin']['reorder'] = 'Átrendezés';
$lang['admin']['page_reordered'] = 'Az oldalt sikersen átrendeztük';
$lang['admin']['pages_reordered'] = 'Az oldalakat sikeresen átrendeztük';
$lang['admin']['sibling_duplicate_order'] = 'Testvéroldalak sorszáma nem lehet azonos. Az oldalak nem lettek újrarendezve';
$lang['admin']['no_orders_changed'] = 'Az oldalak újrarendezésétt választottad, de nem változtattál semmit a sorrendjükön, ezért az oldalak nem lettek újrarendezve.';
$lang['admin']['order_too_small'] = 'Az oldal sorszám nem lehet nulla. Az oldalak nem lettek újrarendezve.';
$lang['admin']['order_too_large'] = 'Az oldal sorszáma nem lehet nagyobb, mint az adott szinten levő lapok száma. Az oldalak nem lettek újrarendezve.';
$lang['admin']['user_tag'] = 'Felhasználói Tag';
$lang['admin']['add'] = 'Hozzáadás';
$lang['admin']['CSS'] = 'CSS ';
$lang['admin']['about'] = 'Névjegy';
$lang['admin']['action'] = 'Akció';
$lang['admin']['actionstatus'] = 'Művelet/Állapot';
$lang['admin']['active'] = 'Aktív';
$lang['admin']['addcontent'] = 'Új tartalom';
$lang['admin']['cantremove'] = 'Nem lehet eltávolítani';
$lang['admin']['changepermissions'] = 'Jogosultságok megváltoztatása';
$lang['admin']['changepermissionsconfirm'] = 'KÖRÜLTEKINTÉSSEL HASZNÁLATOS\n\nEz a művelet megkísérel megbizonyosodni arról, hogy a webszerver írhatja-e a modul file-jait.\nBiztosan folytatod?';
$lang['admin']['contentadded'] = 'A tartalmat sikeresen betöltöttük az adatbázisba.';
$lang['admin']['contentupdated'] = 'A tartalmat sikeresen frissítettük.';
$lang['admin']['contentdeleted'] = 'A tartalmat sikeresen eltávolítottuk az adatbázisból.';
$lang['admin']['success'] = 'Siker';
$lang['admin']['addcss'] = 'Új CSS';
$lang['admin']['addgroup'] = 'Új csoport';
$lang['admin']['additionaleditors'] = 'Más szerkesztők';
$lang['admin']['addtemplate'] = 'Új sablon';
$lang['admin']['adduser'] = 'Új felhasználó';
$lang['admin']['addusertag'] = 'Új felhasználó által definiált tag';
$lang['admin']['adminaccess'] = 'Elérés adminisztrátori bejelentkezéshez';
$lang['admin']['adminlog'] = 'Admin napló';
$lang['admin']['adminlogcleared'] = 'Az Admin naplót sikeresen töröltük';
$lang['admin']['adminlogempty'] = 'Az Admin napló üres';
$lang['admin']['adminsystemtitle'] = 'CMS Admin Rendszer';
$lang['admin']['adminpaneltitle'] = 'CMS Admin Panel';
$lang['admin']['advanced'] = 'Haladó';
$lang['admin']['aliasalreadyused'] = 'Ezt az alias-t már egy másik lap használja.';
$lang['admin']['aliasmustbelettersandnumbers'] = 'Egy alias csak betűkből és számokból állhat';
$lang['admin']['aliasnotaninteger'] = 'Egy alias nem lehet egy szám';
$lang['admin']['allpagesmodified'] = 'Minden lap változott';
$lang['admin']['assignments'] = 'Felhasználók hozzárendelése';
$lang['admin']['associationexists'] = 'Ez a hozzárendelés már létezik';
$lang['admin']['autoinstallupgrade'] = 'Automatikus telepítés vagy frissítés';
$lang['admin']['back'] = 'Vissza a menühöz';
$lang['admin']['backtoplugins'] = 'Vissza a plugin-ek listájához';
$lang['admin']['cancel'] = 'Mégsem';
$lang['admin']['cantchmodfiles'] = 'Bizonyos file-ok jogosultságát nem sikerült változtatni.';
$lang['admin']['cantremovefiles'] = 'Hiba történt a file-ok eltávolítása közben (jogosultság?)';
$lang['admin']['confirmcancel'] = 'Biztosan figyelmen kívül hagyod a változásokat? Kattints az OK-ra minden változás eldobásához, a Mégsem-re a szerksztés folytatásához.';
$lang['admin']['canceldescription'] = 'Változások figyelmen kívül hagyása';
$lang['admin']['clearadminlog'] = 'Admin napló törlése';
$lang['admin']['code'] = 'Kód';
$lang['admin']['confirmdefault'] = 'Biztosan átállítod a site alapoldalát?';
$lang['admin']['confirmdeletedir'] = 'Biztosan törölni akarod a könyvtárat a tartalmával együtt?';
$lang['admin']['content'] = 'Tartalom';
$lang['admin']['contentmanagement'] = 'Tartalomkezelés';
$lang['admin']['contenttype'] = 'Tartalom típusa';
$lang['admin']['copy'] = 'Másol';
$lang['admin']['copytemplate'] = 'Sablont másol';
$lang['admin']['create'] = 'Létrehoz';
$lang['admin']['createnewfolder'] = 'Új mappa létrehozása';
$lang['admin']['cssalreadyused'] = 'Ez a CSS név már foglalt';
$lang['admin']['cssmanagement'] = 'CSS kezelés';
$lang['admin']['currentassociations'] = 'Aktuális összerendelések';
$lang['admin']['currentdirectory'] = 'Aktuális könyvtár';
$lang['admin']['currentgroups'] = 'Aktuális csoportok';
$lang['admin']['currentpages'] = 'Aktuális oldalak';
$lang['admin']['currenttemplates'] = 'Aktuális sablonok';
$lang['admin']['currentusers'] = 'Aktuális felhasználók';
$lang['admin']['custom404'] = 'Saját 404-es hibaüzenet';
$lang['admin']['database'] = 'Adatbázis';
$lang['admin']['databaseprefix'] = 'Adatbázis előtag';
$lang['admin']['databasetype'] = 'Adatbázis típus';
$lang['admin']['date'] = 'Dátum';
$lang['admin']['default'] = 'Alapértelmezett';
$lang['admin']['delete'] = 'Törlés';
$lang['admin']['deleteconfirm'] = 'Biztosan törölni akarod?';
$lang['admin']['deleteassociationconfirm'] = 'Biztosan törlöd az alábbi összerendelést - %s - ?';
$lang['admin']['deletecss'] = 'CSS törlése';
$lang['admin']['dependencies'] = 'Függőségek';
$lang['admin']['description'] = 'Leírás';
$lang['admin']['directoryexists'] = 'Ez a könyvtár már létezik.';
$lang['admin']['down'] = 'Le';
$lang['admin']['edit'] = 'Szerkeszt';
$lang['admin']['editconfiguration'] = 'Beállítások szerkesztése';
$lang['admin']['editcontent'] = 'Tartalom szerkesztése';
$lang['admin']['editcss'] = 'Stíluslap szerkesztése';
$lang['admin']['editcsssuccess'] = 'A stíluslapot frissítettük';
$lang['admin']['editgroup'] = 'Csoport szerkesztése';
$lang['admin']['editpage'] = 'Oldal szerkesztése';
$lang['admin']['edittemplate'] = 'Sablon szerkesztése';
$lang['admin']['edittemplatesuccess'] = 'A sablont frissítettük';
$lang['admin']['edituser'] = 'Felhasználó szerkesztése';
$lang['admin']['editusertag'] = 'Saját definiálású tag szerkesztése';
$lang['admin']['usertagadded'] = 'A Felhasználó Által Definiált Tag-et sikeresen hozzáadtuk.';
$lang['admin']['usertagupdated'] = 'A Felhasználó Által Definiált Tag-et sikeresen frissítettük.';
$lang['admin']['usertagdeleted'] = 'A Felhasználó Által Definiált Tag-et sikeresen eltávolítottuk.';
$lang['admin']['email'] = 'Email cím';
$lang['admin']['errorattempteddowngrade'] = 'Ezen modul installálása verzió csökkenéshez vezetne. A művelet megszakítva';
$lang['admin']['errorchildcontent'] = 'Ez a tartalombejegyzés gyermekbejegyzéseket is tartalmaz. Előbb ezeket kell törölni.';
$lang['admin']['errorcopyingtemplate'] = 'Hiba a sablon másolásakor';
$lang['admin']['errorcouldnotparsexml'] = 'Hiba történt az XML file feldolgozása közben. Kérlek ellenőrizd, hogy .xml file-t töltesz-e fel és nem .tar.gz-t vagy .zip-et.';
$lang['admin']['errorcreatingassociation'] = 'Hiba az összerendelés létrehozásakor';
$lang['admin']['errorcssinuse'] = 'Ezt a stíluslapot még használják oldalak és/vagy sablonok. Előbb ezeket az összerendeléseket kell megszüntetni.';
$lang['admin']['errordefaultpage'] = 'Nem lehet az aktuális alapoldalt törölni. Előbb állíts be egy másikat.';
$lang['admin']['errordeletingassociation'] = 'Hiba az összerendelés törlésekor';
$lang['admin']['errordeletingcss'] = 'Hiba a css törlésekor';
$lang['admin']['errordeletingdirectory'] = 'Nem sikerült a könyvtár törlése. Jogosultsági hiba?';
$lang['admin']['errordeletingfile'] = 'Nem sikerült a file törlése. Jogosultsági hiba?';
$lang['admin']['errordirectorynotwritable'] = 'Nincs jogosultság a könyvtárba történő írásra';
$lang['admin']['errordtdmismatch'] = 'DTD verzió hiányzik vagy nem kompatibilis az XML-lel';
$lang['admin']['errorgettingcssname'] = 'Nem sikerült a stíluslap nevének lekérdezése';
$lang['admin']['errorgettingtemplatename'] = 'Nem sikerült a sablon nevének lekérdezése';
$lang['admin']['errorincompletexml'] = 'Az XML file nem teljes vagy nem érvényes';
$lang['admin']['uploadxmlfile'] = 'Modul installálása XML file segítségével';
$lang['admin']['cachenotwritable'] = 'A cache mappa nem írható. A cache ürítése emiatt nem fog sikerülni. Kérlek állítsd a tmp/cache mappa jogosultságát teljeskörűen olvashatóra és módosíthatóra (chmod 777)';
$lang['admin']['modulesnotwritable'] = 'Ez a modul mappa nem írható. Ha XML file feltöltésével szeretnél modult installálni, kérlek állítsd a modul mappa jogosultságát teljeskörűen olvashatóra és módosíthatóra (chmod 777)';
$lang['admin']['noxmlfileuploaded'] = 'Nem volt feltöltött file. Egy modul XML file-lal való installálásához először fel kell töltened a megfelelő .xml file-t a saját számítógépedről.';
$lang['admin']['errorinsertingcss'] = 'Hiba a stíluslap beszúrásakor';
$lang['admin']['errorinsertinggroup'] = 'Hiba a csoport beszúrásakor';
$lang['admin']['errorinsertingtag'] = 'Hiba a felhasználói tag beszúrásakor';
$lang['admin']['errorinsertingtemplate'] = 'Hiba a sablon beszúrásakor';
$lang['admin']['errorinsertinguser'] = 'Hiba a felhasználó beszúrásakor';
$lang['admin']['errornofilesexported'] = 'A file-ok XML-be való exportálásakor hiba lépett fel';
$lang['admin']['errorretrievingcss'] = 'Hiba a stíluslap lekérésekor';
$lang['admin']['errorretrievingtemplate'] = 'Hiba a sablon lekérésekor';
$lang['admin']['errortemplateinuse'] = 'A sablont még legalább egy oldal használja. Előszőr azt kell törölni.';
$lang['admin']['errorupdatingcss'] = 'Hiba a stíluslap frissítésekor';
$lang['admin']['errorupdatinggroup'] = 'Hiba a csoport frissítésekor';
$lang['admin']['errorupdatingpages'] = 'Hiba az oldalak frissítésekor';
$lang['admin']['errorupdatingtemplate'] = 'Hiba a sablon frissítésekor';
$lang['admin']['errorupdatinguser'] = 'Hiba a felhasználó frissítésekor';
$lang['admin']['errorupdatingusertag'] = 'Hiba a felhasználói tag frissítésekor';
$lang['admin']['erroruserinuse'] = 'A felhasználó birtokában még vannak oldalak. Törlés előtt ezek tulajdonosát meg kell változtatni.';
$lang['admin']['eventhandlers'] = 'Események';
$lang['admin']['editeventhandler'] = 'Eseményekezlő szerkesztése';
$lang['admin']['eventhandlerdescription'] = 'Felhasználói tag-ek összerendelése eseményekkel';
$lang['admin']['export'] = 'Exportálás';
$lang['admin']['event'] = 'Esemény';
$lang['admin']['false'] = 'Hamis';
$lang['admin']['settrue'] = '\'Igaz\'-ra állítás';
$lang['admin']['filecreatedirnodoubledot'] = 'A könyvtár nem tartalmazhat ilyeneket: \'..\'.';
$lang['admin']['filecreatedirnoname'] = 'Üres nevű könyvtárat nem lehet létrehozni.';
$lang['admin']['filecreatedirnoslash'] = 'A könyvtár nem tartalmazhat ilyeneket: \'/\' vagy \'\'.';
$lang['admin']['filemanagement'] = 'File kezelés';
$lang['admin']['filename'] = 'Filenév';
$lang['admin']['filenotuploaded'] = 'A file-t nem sikerült feltölteni. Jogosultsági hiba?';
$lang['admin']['filesize'] = 'Fileméret';
$lang['admin']['firstname'] = 'Keresztnév';
$lang['admin']['groupmanagement'] = 'Csoport kezelés';
$lang['admin']['grouppermissions'] = 'Csoport jogosultságok';
$lang['admin']['handler'] = 'Kezelő (felhasználó által definiált tag)';
$lang['admin']['headtags'] = 'Head tag-ek';
$lang['admin']['help'] = 'Súgó';
$lang['admin']['new_window'] = 'új ablak';
$lang['admin']['helpwithsection'] = '%s Súgó';
$lang['admin']['helpaddtemplate'] = '<p>Egy sablon határozza meg a site-od alapvető hangulatát, küllemét.</p><p>Itt lehet létrehozni az oldalszerkezetet, a stíluslapot alkotó CSS-ek pedig a Stíluslap szekcióban rendelhetők az egyes elemekhez.</p>';
$lang['admin']['helplisttemplate'] = '<p>Ez a lap lehetőséget ad az oldalsablonok szerkesztésére, törlésére és létrehozására.</p><p>Sablon létrehozásához kattints a <u>Sablon létrehozása</u> gombra.</p><p>Ha minden oldalt azonos sablonnal akarsz megfelelteni, akkor kattints a <u>Minden tartalom beállítása erre</u> link-re.</p><p>Ha egy sablont meg akarsz duplikálni, válaszd a <u>Másolás</u> ikont és add meg a leendő duplikátum sablon nevét.</p>';
$lang['admin']['home'] = 'Alap';
$lang['admin']['homepage'] = 'Alapoldal';
$lang['admin']['hostname'] = 'Host név';
$lang['admin']['idnotvalid'] = 'A megadott azonosító nem érvényes';
$lang['admin']['imagemanagement'] = 'Kép kezelő';
$lang['admin']['informationmissing'] = 'Hiányzó adat';
$lang['admin']['install'] = 'Telepít';
$lang['admin']['invalidcode'] = 'Helytelen kódot adtál meg.';
$lang['admin']['illegalcharacters'] = 'Érvénytelen karakterek vannak ebben a mezőben: %s.';
$lang['admin']['invalidcode_brace_missing'] = 'Páratlan számú zárójel';
$lang['admin']['invalidtemplate'] = 'Helytelen sablont adtál meg';
$lang['admin']['itemid'] = 'Elem azonosító';
$lang['admin']['itemname'] = 'Elem neve';
$lang['admin']['language'] = 'Nyelv';
$lang['admin']['lastname'] = 'Vezetéknév';
$lang['admin']['logout'] = 'Kilépés';
$lang['admin']['loginprompt'] = 'Adj meg azonosító/jelszó párt az Admin Panel eléréshez.';
$lang['admin']['logintitle'] = 'CMS adminisztrátor belépés';
$lang['admin']['menutext'] = 'Menu szövege';
$lang['admin']['missingparams'] = 'Bizonyos paraméterek hiányoztak vagy érvénytelenek voltak';
$lang['admin']['modifygroupassignments'] = 'Csoport összrendelések módosítása';
$lang['admin']['moduleabout'] = 'A(z) %s modulról';
$lang['admin']['modulehelp'] = 'Segítség a(z) %s modulhoz';
$lang['admin']['msg_defaultcontent'] = 'Olyan kódot adj meg ide, amit szeretnél az újonnan létrehozott oldalak alapértelmezett tartalmául';
$lang['admin']['msg_defaultmetadata'] = 'Olyan kódot adj meg ide, amit szeretnél az újonnan létrehozott oldalak metaadat szekció alapértelmezett tartalmául';
$lang['admin']['wikihelp'] = 'Közösségi súgó';
$lang['admin']['moduleinstalled'] = 'A modul már telepítve van';
$lang['admin']['moduleinterface'] = '%s Interfész';
$lang['admin']['modules'] = 'Modulok';
$lang['admin']['move'] = 'Mozgat';
$lang['admin']['name'] = 'Név';
$lang['admin']['needpermissionto'] = 'A(z) \'%s\' jogosultság szükséges ehhez a művelethez.';
$lang['admin']['needupgrade'] = 'Frissítés szükséges';
$lang['admin']['newtemplatename'] = 'Új sablon neve';
$lang['admin']['next'] = 'Következő';
$lang['admin']['noaccessto'] = '%s nem elérhető';
$lang['admin']['nocss'] = 'Nincs stíluslap';
$lang['admin']['noentries'] = 'Nincsenek bejegyzések';
$lang['admin']['nofieldgiven'] = '%s nincs megadva!';
$lang['admin']['nofiles'] = 'Nincsenek file-ok';
$lang['admin']['nopasswordmatch'] = 'A jelszavak nem egyeznek';
$lang['admin']['norealdirectory'] = 'Nem valós könyvtárt adtál meg';
$lang['admin']['norealfile'] = 'Nem valós file-t adtál meg';
$lang['admin']['notinstalled'] = 'Nincs telepíve';
$lang['admin']['overwritemodule'] = 'Meglevő modulok felülírása';
$lang['admin']['owner'] = 'Tulajdonos';
$lang['admin']['pagealias'] = 'Oldal alias';
$lang['admin']['pagedefaults'] = 'Oldal alapértelmezett értékei';
$lang['admin']['pagedefaultsdescription'] = 'Oldal alapértelmezett értékeinek beállítása';
$lang['admin']['parent'] = 'Szülő';
$lang['admin']['password'] = 'Jelszó';
$lang['admin']['passwordagain'] = 'Jelszó (ismét)';
$lang['admin']['permission'] = 'Jogosultság';
$lang['admin']['permissions'] = 'Jogosultságok';
$lang['admin']['permissionschanged'] = 'A jogosultságokat aktualizáltuk.';
$lang['admin']['pluginabout'] = 'A %s tag-ről';
$lang['admin']['pluginhelp'] = 'Segítség a(z) %s tag-hoz';
$lang['admin']['pluginmanagement'] = 'Plugin kezelés';
$lang['admin']['prefsupdated'] = 'A preferenciákat frissítettük.';
$lang['admin']['preview'] = 'Előnézet';
$lang['admin']['previewdescription'] = 'Előnézet változás';
$lang['admin']['previous'] = 'Előző';
$lang['admin']['remove'] = 'Eltávolítás';
$lang['admin']['removeconfirm'] = 'Ezzel véglegesen eltávolítod a modult alkotó file-okat.\nBiztos, hogy ezt akarod?';
$lang['admin']['removecssassociation'] = 'Stíluslap társítás megszüntetése';
$lang['admin']['saveconfig'] = 'Beállítások mentése';
$lang['admin']['send'] = 'Küldés';
$lang['admin']['setallcontent'] = 'Összes oldal beállítása';
$lang['admin']['setallcontentconfirm'] = 'Biztosan azt akarod, hogy minden oldal ezt a sablont használja?';
$lang['admin']['showinmenu'] = 'Mutassuk a menüben';
$lang['admin']['showsite'] = 'Site megtekintése';
$lang['admin']['sitedownmessage'] = 'Site karbantartási üzenet';
$lang['admin']['siteprefs'] = 'Globális beállítások';
$lang['admin']['status'] = 'Státusz';
$lang['admin']['stylesheet'] = 'Stíluslap';
$lang['admin']['submit'] = 'Elküld';
$lang['admin']['submitdescription'] = 'Változások mentése';
$lang['admin']['tags'] = 'Tag-ek';
$lang['admin']['template'] = 'Sablon';
$lang['admin']['templateexists'] = 'A sablonnév már létezik';
$lang['admin']['templatemanagement'] = 'Sablon kezelés';
$lang['admin']['title'] = 'Cím';
$lang['admin']['tools'] = 'Eszközök';
$lang['admin']['true'] = 'Igaz';
$lang['admin']['setfalse'] = '\'Hamis\'-ra állítás';
$lang['admin']['type'] = 'Típus';
$lang['admin']['typenotvalid'] = 'A típus nem érvényes';
$lang['admin']['uninstall'] = 'Eltávolít';
$lang['admin']['uninstallconfirm'] = 'Biztosan el akarod távolítani ezt az elemet?';
$lang['admin']['up'] = 'Fel';
$lang['admin']['upgrade'] = 'Frissítés';
$lang['admin']['upgradeconfirm'] = 'Biztosan frissíteni akarod ezt az elemet?';
$lang['admin']['uploadfile'] = 'File feltöltés';
$lang['admin']['url'] = 'URL ';
$lang['admin']['useadvancedcss'] = 'Használd a haladó stíluslap kezelőt';
$lang['admin']['user'] = 'Felhasználó';
$lang['admin']['userdefinedtags'] = 'Felhasználó által definiált tag-ek';
$lang['admin']['usermanagement'] = 'Felhasználó kezelés';
$lang['admin']['username'] = 'Felhasználó név';
$lang['admin']['usernameincorrect'] = 'A felhasználó név vagy a jelszó nem megfelelő';
$lang['admin']['userprefs'] = 'Felhasználói preferenciák';
$lang['admin']['usersassignedtogroup'] = 'A %s csoporthoz tartozó felhasználók';
$lang['admin']['usertagexists'] = 'Ilyen nevű tag már létezik. Válassz légy szíves másikat';
$lang['admin']['usewysiwyg'] = 'WYSIWYG szerkesztő használata a tartalom szerkesztéséhez';
$lang['admin']['version'] = 'Verzió';
$lang['admin']['view'] = 'Nézet';
$lang['admin']['welcomemsg'] = 'Üdvözöljük, %s';
$lang['admin']['directoryabove'] = 'eggyel feljebbi szintű könyvtár';
$lang['admin']['nodefault'] = 'Nincs kiválasztva alapértelmezett';
$lang['admin']['blobexists'] = 'Ez a Html Blob név már létezik';
$lang['admin']['blobmanagement'] = 'HTML Blob kezelés';
$lang['admin']['errorinsertingblob'] = 'Hiba történt a Html Blob bejegyzésekor';
$lang['admin']['addhtmlblob'] = 'Html Blob hozzáadása';
$lang['admin']['edithtmlblob'] = 'Html Blob szerkesztése';
$lang['admin']['edithtmlblobsuccess'] = 'A globális tartalmi blokkot frissítettük';
$lang['admin']['tagtousegcb'] = 'Ehhez a blokkhoz használatos tag';
$lang['admin']['gcb_wysiwyg'] = 'GCB WYSIWYG engedélyezése';
$lang['admin']['gcb_wysiwyg_help'] = 'A WYSIWYG szerkesztő engedélyezése Globális Tartalmi Blokkok szerkesztésekor';
$lang['admin']['filemanager'] = 'File kezelő';
$lang['admin']['imagemanager'] = 'Képkezelő';
$lang['admin']['encoding'] = 'Kódolás';
$lang['admin']['clearcache'] = 'Cache törlése';
$lang['admin']['clear'] = 'Tisztítás';
$lang['admin']['cachecleared'] = 'Cache törölve';
$lang['admin']['apply'] = 'Alkalmaz';
$lang['admin']['applydescription'] = 'Változások mentése és a szerkesztés folytatása';
$lang['admin']['none'] = 'Nincs';
$lang['admin']['wysiwygtouse'] = 'Válaszd ki, hogy melyik WYSIWYG-et használjuk';
$lang['admin']['syntaxhighlightertouse'] = 'Válaszd ki a lexikális kiemelőt (syntax highlighter-t)';
$lang['admin']['hasdependents'] = 'Vannak függőségei';
$lang['admin']['missingdependency'] = 'Hiányzó függőség';
$lang['admin']['minimumversion'] = 'Minimum verzió';
$lang['admin']['minimumversionrequired'] = 'Minimálisan szükséges CMSMS verzió';
$lang['admin']['maximumversion'] = 'Legmagasabb verzió';
$lang['admin']['maximumversionsupported'] = 'Legmagasabb támogatott CMSMS verzió';
$lang['admin']['depsformodule'] = 'A %s modul függőségei';
$lang['admin']['installed'] = 'Telepítve';
$lang['admin']['author'] = 'Szerző';
$lang['admin']['changehistory'] = 'Változások naplója';
$lang['admin']['moduleerrormessage'] = 'Hiba üzenet a(z) %s modulból';
$lang['admin']['moduleupgradeerror'] = 'A modul frissítése közben probléma lépett fel.';
$lang['admin']['moduleinstallmessage'] = 'A(z) %s modul telepítő üzenete';
$lang['admin']['moduleuninstallmessage'] = 'A(z) %s modul eltávolító üzenete';
$lang['admin']['admintheme'] = 'Admin téma';
$lang['admin']['addstylesheet'] = 'Stíluslap hozzáadása';
$lang['admin']['editstylesheet'] = 'Stíluslap szerkesztése';
$lang['admin']['addcssassociation'] = 'Stíluslap összerendelés hozzáadása';
$lang['admin']['attachstylesheet'] = 'Csatoljuk ezt a stíluslapot';
$lang['admin']['attachtemplate'] = 'Csatoljuk ehhez a sablonhoz';
$lang['admin']['main'] = 'Főmenü';
$lang['admin']['pages'] = 'Oldalak';
$lang['admin']['page'] = 'Oldal';
$lang['admin']['files'] = 'File-ok';
$lang['admin']['layout'] = 'Szerkezet';
$lang['admin']['usersgroups'] = 'Felhasználók & csoportok';
$lang['admin']['extensions'] = 'Kiterjesztések';
$lang['admin']['preferences'] = 'Preferenciák';
$lang['admin']['admin'] = 'Site Adminisztráció';
$lang['admin']['viewsite'] = 'Site megtekintése';
$lang['admin']['templatecss'] = 'Sablonok és stíluslapok összerendelése';
$lang['admin']['plugins'] = 'Plugin-ek';
$lang['admin']['movecontent'] = 'Oldalak mozgatása';
$lang['admin']['module'] = 'Modul';
$lang['admin']['usertags'] = 'Felhasználó Által Definiált Tag-ek';
$lang['admin']['htmlblobs'] = 'HTML Blob-ok';
$lang['admin']['adminhome'] = 'Admin alapoldal';
$lang['admin']['liststylesheets'] = 'Stíluslapok listája';
$lang['admin']['preferencesdescription'] = 'Itt állítható be számos, az egész oldalt befolyásoló jellemző.';
$lang['admin']['adminlogdescription'] = 'Megmutatja, hogy ki és mit csinált az admin rendszerben.';
$lang['admin']['mainmenu'] = 'Alap menü';
$lang['admin']['users'] = 'Felhasználók';
$lang['admin']['usersdescription'] = 'Itt lehet a felhasználókat kezelni.';
$lang['admin']['groups'] = 'Csoportok';
$lang['admin']['groupsdescription'] = 'Itt lehet a csoportokat kezelni.';
$lang['admin']['groupassignments'] = 'Csoport összerendelések';
$lang['admin']['groupassignmentdescription'] = 'Itt lehet a felhasználókat különböző csoportokba rendelni.';
$lang['admin']['groupperms'] = 'Csoport jogosultságok';
$lang['admin']['grouppermsdescription'] = 'Csoport jogosultságok és elérési szintek beállítása';
$lang['admin']['pagesdescription'] = 'Itt lehet az oldalakat hozzáadni és szerkeszteni.';
$lang['admin']['htmlblobdescription'] = 'A HTML Blob-ok olyan tartalom darabkák, amik az oldalakhoz és a sablonokhoz is rendelhetők.';
$lang['admin']['templates'] = 'Sablonok';
$lang['admin']['templatesdescription'] = 'Itt lehet sablonokat felvinni és módosítani. A sablonok adják meg az oldal kinézetét.';
$lang['admin']['stylesheets'] = 'Stíluslapok';
$lang['admin']['stylesheetsdescription'] = 'A stíluslap kezelő egy haladó lehetőség arra, hogy a CSS-eket a sablonoktól függetlenül kezeld.';
$lang['admin']['filemanagerdescription'] = 'File-ok feltöltése és kezelése.';
$lang['admin']['imagemanagerdescription'] = 'Képek feltöltése/szerkesztése és törlése.';
$lang['admin']['moduledescription'] = 'A modulok a CMS rendszer funkcióinak saját lehetőségekkel való kibővítésére szolgálnak.';
$lang['admin']['tagdescription'] = 'A tag-ek kicsiny függvénydarabkák, amiket a tartalomhoz és/vagy a sablonokhoz lehet rendelni.';
$lang['admin']['usertagdescription'] = 'Saját létrehozású tag-ek speciális célokra, amiket magad módosíthatsz közvetlenül a böngésződből.';
$lang['admin']['installdirwarning'] = '<em><strong>Figyelem:</strong></em> az install könyvtár még léteztik. Töröld le mindenestül, légy szíves.';
$lang['admin']['subitems'] = 'Elemek';
$lang['admin']['extensionsdescription'] = 'Modulok, tag-ek, és sok más finomság.';
$lang['admin']['usersgroupsdescription'] = 'Felhasználókkal és csoportokkal kapcsolatos elemek.';
$lang['admin']['layoutdescription'] = 'Site layout opciók.';
$lang['admin']['admindescription'] = 'Site admin funkciók.';
$lang['admin']['contentdescription'] = 'Itt adjuk hozzá és szerkesztjük a tartalmi részeket.';
$lang['admin']['enablecustom404'] = 'Saját 404-es hibaüzenet engedélyezése';
$lang['admin']['enablesitedown'] = 'Site karbnatartási üzenet engedályezése';
$lang['admin']['bookmarks'] = 'Könyvjelzők';
$lang['admin']['user_created'] = 'Felhasználó által létrehozott';
$lang['admin']['forums'] = 'Fórumok';
$lang['admin']['wiki'] = 'Wiki ';
$lang['admin']['irc'] = 'IRC ';
$lang['admin']['module_help'] = 'Modul Súgó';
$lang['admin']['managebookmarks'] = 'Könyvjelzők kezelése';
$lang['admin']['editbookmark'] = 'Könyvjelzők szerkesztése';
$lang['admin']['addbookmark'] = 'Könyvjelző hozzáadása';
$lang['admin']['recentpages'] = 'Aktuális oldalak';
$lang['admin']['groupname'] = 'Csoport neve';
$lang['admin']['selectgroup'] = 'Csoport kiválasztása';
$lang['admin']['updateperm'] = 'Jogosultságok frissítése';
$lang['admin']['admincallout'] = 'Adminisztratív rövidítések';
$lang['admin']['showbookmarks'] = 'Admin könyvjelzők mutatása';
$lang['admin']['hide_help_links'] = 'Súgó linkek elrejtése';
$lang['admin']['hide_help_links_help'] = 'Állítsa aktívra ezt a checkbox-ot a wiki és modul súgó linkek fejlécbeli letiltásához';
$lang['admin']['showrecent'] = 'Mostanában használt oldalak mutatása';
$lang['admin']['attachtotemplate'] = 'Stíluslap hozzárendelése sablonhoz';
$lang['admin']['attachstylesheets'] = 'Stíluslapok csatolása';
$lang['admin']['indent'] = 'Oldallista behúzása a hierarchia hangsúlyozásához';
$lang['admin']['adminindent'] = 'Tartalom megjelenítése';
$lang['admin']['contract'] = 'Szekció becsukása';
$lang['admin']['expand'] = 'Szekció kibontása';
$lang['admin']['expandall'] = 'Minden szekció kibontása';
$lang['admin']['contractall'] = 'Minden szekció becsukása';
$lang['admin']['menu_bookmarks'] = '[+] ';
$lang['admin']['globalconfig'] = 'Globális beállítások';
$lang['admin']['adminpaging'] = 'Oldalanként egyszerre megmutatható tartalmi elemek száma';
$lang['admin']['nopaging'] = 'Minden elem mutatása';
$lang['admin']['myprefs'] = 'Saját preferenciák';
$lang['admin']['myprefsdescription'] = 'Itt lehet testreszabni az adminisztrációs rendszert.';
$lang['admin']['myaccount'] = 'Saját hozzáférés';
$lang['admin']['myaccountdescription'] = 'Itt állítható a saját hozzáférés minden részlete.';
$lang['admin']['adminprefs'] = 'Felhasználói preferenciák';
$lang['admin']['adminprefsdescription'] = 'Itt állíthatók a site adminisztrálásával kapcsolatos preferenciák.';
$lang['admin']['managebookmarksdescription'] = 'Itt állíthatók az adminisztrációs könyvjelzők.';
$lang['admin']['options'] = 'Opciók';
$lang['admin']['langparam'] = 'Ez a paraméter adja meg, hogy milyen nyelv legyen használatos a frontend megjelenítéséhez. Nem minden modul kezeli/követeli meg ezen paraméter meglétét.';
$lang['admin']['parameters'] = 'Paraméterek';
$lang['admin']['mediatype'] = 'Média típusa';
$lang['admin']['mediatype_'] = 'Egyik sem : minden típust érint';
$lang['admin']['mediatype_all'] = 'all : Minden eszközhöz megfelelő.';
$lang['admin']['mediatype_aural'] = 'aural : Beszéd szintetizálás céljára.';
$lang['admin']['mediatype_braille'] = 'braille : Braille olvasó eszközök számára.';
$lang['admin']['mediatype_embossed'] = 'embossed : Braille nyomtatókhoz.';
$lang['admin']['mediatype_handheld'] = 'handheld : Tenyérgépekhez megfelelő (PDA, stb.)';
$lang['admin']['mediatype_print'] = 'print : Lapozható, átlátszó anyagokhoz és a képernyőn megjelenő nyomtatási előnézethez.';
$lang['admin']['mediatype_projection'] = 'projection : Vetíthető előadásokhoz.';
$lang['admin']['mediatype_screen'] = 'screen : Elsősorban színes számítógép képernyőhöz.';
$lang['admin']['mediatype_tty'] = 'tty : Fix szélességű karakteres kijelzőkhöz (terminálok, stb.).';
$lang['admin']['mediatype_tv'] = 'tv : Televízió típusú eszközökhöz.';
$lang['admin']['assignmentchanged'] = 'A csoport összrendeléseket frissítettük.';
$lang['admin']['stylesheetexists'] = 'A stíluslap már létezik';
$lang['admin']['errorcopyingstylesheet'] = 'Hiba történt a stíluslap másolásakor';
$lang['admin']['copystylesheet'] = 'A stíluslap másolása';
$lang['admin']['newstylesheetname'] = 'Új stíluslap név';
$lang['admin']['target'] = 'Cél';
$lang['admin']['xml'] = 'XML ';
$lang['admin']['xmlmodulerepository'] = 'A Modul gyűjtemény soap kiszolgáló URL-je';
$lang['admin']['metadata'] = 'Meta adat';
$lang['admin']['globalmetadata'] = 'Globális meta adat';
$lang['admin']['titleattribute'] = 'Cím attribútum';
$lang['admin']['tabindex'] = 'Tab sorrend';
$lang['admin']['accesskey'] = 'Elérési kulcs';
$lang['admin']['sitedownwarning'] = '<strong>Figyelem:</strong> Az oldal pillanatnyilag \"Karbantartás miatt nem elérhető\" üzenetet ad. Távolítsd el a(z) %s file-t, ha már nincs rá szükséged.';
$lang['admin']['deletecontent'] = 'Tartalom törlése';
$lang['admin']['deletepages'] = 'Töröljük ezeket az oldalakat?';
$lang['admin']['selectall'] = 'Minden kijelölése';
$lang['admin']['selecteditems'] = 'Kiválasztott elemek';
$lang['admin']['inactive'] = 'Inaktív';
$lang['admin']['deletetemplates'] = 'Sablonok törlése';
$lang['admin']['templatestodelete'] = 'Ezeket a sablonokat törölni fogjuk';
$lang['admin']['wontdeletetemplateinuse'] = 'Ezek a sablonook használatban vannak, most nem törölhetők';
$lang['admin']['deletetemplate'] = 'Stíluslapok törlése';
$lang['admin']['stylesheetstodelete'] = 'Ezek a stíluslapok törölve lesznek';
$lang['admin']['sitename'] = 'Site neve';
$lang['admin']['siteadmin'] = 'Site Adminisztráció';
$lang['admin']['images'] = 'Képkezelő';
$lang['admin']['blobs'] = 'Globális Tartalmi Blokkok';
$lang['admin']['groupmembers'] = 'Csoport megfeleltetések';
$lang['admin']['troubleshooting'] = '(Hibajavítás)';
$lang['admin']['event_desc_loginpost'] = 'Akkor küldjük, amikor egy felhasználó az admin panelre bejelentkezik';
$lang['admin']['event_desc_logoutpost'] = 'Akkor küldjük, amikor egy felhasználó kijelentkezik az admin panelről';
$lang['admin']['event_desc_adduserpre'] = 'Új felhasználó létrehozása előtt küldjük';
$lang['admin']['event_desc_adduserpost'] = 'Új felhasználó létrehozása után küldjük';
$lang['admin']['event_desc_edituserpre'] = 'Felhasználó módosítása előtt küldjük';
$lang['admin']['event_desc_edituserpost'] = 'Felhasználó módosítása után küldjük';
$lang['admin']['event_desc_deleteuserpre'] = 'Felhasználó törlése előtt küldjük';
$lang['admin']['event_desc_deleteuserpost'] = 'Felhasználó törlése után küldjük';
$lang['admin']['event_desc_addgrouppre'] = 'Csoport létrehozása előtt küldjük';
$lang['admin']['event_desc_addgrouppost'] = 'Csoport létrehozása után küldjük';
$lang['admin']['event_desc_changegroupassignpre'] = 'Csoport hozzárendelés előtt küldjük';
$lang['admin']['event_desc_changegroupassignpost'] = 'Csoport hozzárendelés után küldjük';
$lang['admin']['event_desc_editgrouppre'] = 'Csoport módosítása előtt küldjük';
$lang['admin']['event_desc_editgrouppost'] = 'Csoport módosítása után küldjük';
$lang['admin']['event_desc_deletegrouppre'] = 'Csoport törlése előtt küldjük';
$lang['admin']['event_desc_deletegrouppost'] = 'Csoport törlése után küldjük';
$lang['admin']['event_desc_addstylesheetpre'] = 'Stíluslap létrehozása előtt küldjük';
$lang['admin']['event_desc_addstylesheetpost'] = 'Stíluslap létrehozása után küldjük';
$lang['admin']['event_desc_editstylesheetpre'] = 'Stíluslap módosítása előtt küldjük';
$lang['admin']['event_desc_editstylesheetpost'] = 'Stíluslap módosítása után küldjük';
$lang['admin']['event_desc_deletestylesheetpre'] = 'Stíluslap törlése előtt küldjük';
$lang['admin']['event_desc_deletestylesheetpost'] = 'Stíluslap törlése után küldjük';
$lang['admin']['event_desc_addtemplatepre'] = 'Sablon létrehozása előtt küldjük';
$lang['admin']['event_desc_addtemplatepost'] = 'Sablon létrehozása után küldjük';
$lang['admin']['event_desc_edittemplatepre'] = 'Sablon módosítása előtt küldjük';
$lang['admin']['event_desc_edittemplatepost'] = 'Sablon módosítása után küldjük';
$lang['admin']['event_desc_deletetemplatepre'] = 'Sablon törlése előtt küldjük';
$lang['admin']['event_desc_deletetemplatepost'] = 'Sablon törlése után küldjük';
$lang['admin']['event_desc_templateprecompile'] = 'Sablon smarty-oldali feldolgozása előtt küldjük';
$lang['admin']['event_desc_templatepostcompile'] = 'Sablon smarty-oldali feldolgozása után küldjük';
$lang['admin']['event_desc_addglobalcontentpre'] = 'Globális tartalmi blokk létrehozása előtt küldjük';
$lang['admin']['event_desc_addglobalcontentpost'] = 'Globális tartalmi blokk létrehozása után küldjük';
$lang['admin']['event_desc_editglobalcontentpre'] = 'Globális tartalmi blokk módosítása előtt küldjük';
$lang['admin']['event_desc_editglobalcontentpost'] = 'Globális tartalmi blokk módosítása után küldjük';
$lang['admin']['event_desc_deleteglobalcontentpre'] = 'Globális tartalmi blokk törlése előtt küldjük';
$lang['admin']['event_desc_deleteglobalcontentpost'] = 'Globális tartalmi blokk törlése után küldjük';
$lang['admin']['event_desc_globalcontentprecompile'] = 'Globális tartalmi blokk smarty-oldali feldolgozása előtt küldjük';
$lang['admin']['event_desc_globalcontentpostcompile'] = 'Globális tartalmi blokk smarty-oldali feldolgozása után küldjük';
$lang['admin']['event_desc_contenteditpre'] = 'Tartalmi módosítás előtt küldjük';
$lang['admin']['event_desc_contenteditpost'] = 'Tartalmi módosítás után küldjük';
$lang['admin']['event_desc_contentdeletepre'] = 'Tartalom törlése előtt küldjük';
$lang['admin']['event_desc_contentdeletepost'] = 'Tartalom törlése után küldjük';
$lang['admin']['event_desc_contentstylesheet'] = 'Azelőtt küldjük, hogy a stíluslapot elküldenénk a böngészőnek';
$lang['admin']['event_desc_contentprecompile'] = 'Tartalom smarty-oldali feldolgozása előtt küldjük';
$lang['admin']['event_desc_contentpostcompile'] = 'Tartalom smarty-oldali feldolgozása után küldjük';
$lang['admin']['event_desc_contentpostrender'] = 'Azelőtt küldjük, hogy a kombinált html-t elküldenénk a böngészőnek';
$lang['admin']['event_desc_smartyprecompile'] = 'Azelőtt küldjük mielőtt bármely smarty-képes tartalmat feldolgoztatnánk';
$lang['admin']['event_desc_smartypostcompile'] = 'Azután küldjük, hogy minden smarty-képes tartalmat feldolgoztattunk';
$lang['admin']['event_help_loginpost'] = '<p>Azután küldjük, hogy egy felhasználó bejelentkezett az admin panelre.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_logoutpost'] = '<p>Azután küldjük, hogy egy felhasználó kijelentkezett az admin panelről.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_adduserpre'] = '<p>Új felhasználó létrehozása előtt küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_adduserpost'] = '<p>Új felhasználó létrehozása után küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_edituserpre'] = '<p>Felhasználó módosítása előtt küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_edituserpost'] = '<p>Felhasználó módosítása után küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_deleteuserpre'] = '<p>Felhasználó törlése előtt küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_deleteuserpost'] = '<p>Felhasználó törlése után küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'user\' - A kérdéses felhasználó objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_addgrouppre'] = '<p>Csoport létrehozása előtt küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'group\' - A kérdéses csoport objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_addgrouppost'] = '<p>Csoport létrehozása után küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'group\' - A kérdéses csoport objektumra vonatkozó referencia.</li>
</ul>';
$lang['admin']['event_help_changegroupassignpre'] = '<p>Sent before group assignments are saved.</p>
<h4>Parameters></h4>
<ul>
<li>\'group\' - Reference to the group object.</li>
<li>\'users\' - Array of references to user objects belonging to the group.</li>
';
$lang['admin']['event_help_changegroupassignpost'] = '<p>Sent after group assignments are saved.</p>
<h4>Parameters></h4>
<ul>
<li>\'group\' - Reference to the affected group object.</li>
<li>\'users\' - Array of references to user objects now belonging to the affected group.</li>
';
$lang['admin']['event_help_editgrouppre'] = '<p>Csoport módosítása előtt küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'group\' - A kérdéses csoport objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_editgrouppost'] = '<p>Csoport módosítása után küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'group\' - A kérdéses csoport objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_deletegrouppre'] = '<p>Csoport törlése előtt küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'group\' - A kérdéses csoport objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_deletegrouppost'] = '<p>Csoport törlése után küldjük.</p>
<h4>Paraméterek</h4>
<ul>
<li>\'group\' - A kérdéses csoport objektumra vonatkozó referencia.</li>
</ul>
';
$lang['admin']['event_help_addstylesheetpre'] = '<p>Sent before a new stylesheet is created.</p>
<h4>Parameters</h4>
<ul>
<li>\'stylesheet\' - Reference to the affected stylesheet object.</li>
</ul>
';
$lang['admin']['event_help_addstylesheetpost'] = '<p>Sent after a new stylesheet is created.</p>
<h4>Parameters</h4>
<ul>
<li>\'stylesheet\' - Reference to the affected stylesheet object.</li>
</ul>
';
$lang['admin']['event_help_editstylesheetpre'] = '<p>Sent before edits to a stylesheet are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'stylesheet\' - Reference to the affected stylesheet object.</li>
</ul>
';
$lang['admin']['event_help_editstylesheetpost'] = '<p>Sent after edits to a stylesheet are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'stylesheet\' - Reference to the affected stylesheet object.</li>
</ul>
';
$lang['admin']['event_help_deletestylesheetpre'] = '<p>Sent before a stylesheet is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'stylesheet\' - Reference to the affected stylesheet object.</li>
</ul>
';
$lang['admin']['event_help_deletestylesheetpost'] = '<p>Sent after a stylesheet is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'stylesheet\' - Reference to the affected stylesheet object.</li>
</ul>
';
$lang['admin']['event_help_addtemplatepre'] = '<p>Sent before a new template is created.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template object.</li>
</ul>
';
$lang['admin']['event_help_addtemplatepost'] = '<p>Sent after a new template is created.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template object.</li>
</ul>
';
$lang['admin']['event_help_edittemplatepre'] = '<p>Sent before edits to a template are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template object.</li>
</ul>
';
$lang['admin']['event_help_edittemplatepost'] = '<p>Sent after edits to a template are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template object.</li>
</ul>
';
$lang['admin']['event_help_deletetemplatepre'] = '<p>Sent before a template is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template object.</li>
</ul>
';
$lang['admin']['event_help_deletetemplatepost'] = '<p>Sent after a template is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template object.</li>
</ul>
';
$lang['admin']['event_help_templateprecompile'] = '<p>Sent before a template is sent to smarty for processing.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template text.</li>
</ul>
';
$lang['admin']['event_help_templatepostcompile'] = '<p>Sent after a template has been processed by smarty.</p>
<h4>Parameters</h4>
<ul>
<li>\'template\' - Reference to the affected template text.</li>
</ul>
';
$lang['admin']['event_help_addglobalcontentpre'] = '<p>Sent before a new global content block is created.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block object.</li>
</ul>
';
$lang['admin']['event_help_addglobalcontentpost'] = '<p>Sent after a new global content block is created.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block object.</li>
</ul>
';
$lang['admin']['event_help_editglobalcontentpre'] = '<p>Sent before edits to a global content block are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block object.</li>
</ul>
';
$lang['admin']['event_help_editglobalcontentpost'] = '<p>Sent after edits to a global content block are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block object.</li>
</ul>
';
$lang['admin']['event_help_deleteglobalcontentpre'] = '<p>Sent before a global content block is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block object.</li>
</ul>
';
$lang['admin']['event_help_deleteglobalcontentpost'] = '<p>Sent after a global content block is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block object.</li>
</ul>
';
$lang['admin']['event_help_globalcontentprecompile'] = '<p>Sent before a global content block is sent to smarty for processing.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block text.</li>
</ul>
';
$lang['admin']['event_help_globalcontentpostcompile'] = '<p>Sent after a global content block has been processed by smarty.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected global content block text.</li>
</ul>
';
$lang['admin']['event_help_contenteditpre'] = '<p>Sent before edits to content are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'global_content\' - Reference to the affected content object.</li>
</ul>
';
$lang['admin']['event_help_contenteditpost'] = '<p>Sent after edits to content are saved.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected content object.</li>
</ul>
';
$lang['admin']['event_help_contentdeletepre'] = '<p>Sent before content is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected content object.</li>
</ul>
';
$lang['admin']['event_help_contentdeletepost'] = '<p>Sent after content is deleted from the system.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected content object.</li>
</ul>
';
$lang['admin']['event_help_contentstylesheet'] = '<p>Sent before the sytlesheet is sent to the browser.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected stylesheet text.</li>
</ul>
';
$lang['admin']['event_help_contentprecompile'] = '<p>Sent before content is sent to smarty for processing.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected content text.</li>
</ul>
';
$lang['admin']['event_help_contentpostcompile'] = '<p>Sent after content has been processed by smarty.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected content text.</li>
</ul>
';
$lang['admin']['event_help_contentpostrender'] = '<p>Sent before the combined html is sent to the browser.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the html text.</li>
</ul>
';
$lang['admin']['event_help_smartyprecompile'] = '<p>Sent before any content destined for smarty is sent to for processing.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected text.</li>
</ul>
';
$lang['admin']['event_help_smartypostcompile'] = '<p>Sent after any content destined for smarty has been processed.</p>
<h4>Parameters</h4>
<ul>
<li>\'content\' - Reference to the affected text.</li>
</ul>
';
$lang['admin']['filterbymodule'] = 'Modulok szerinti szűrés';
$lang['admin']['showall'] = 'Minden mutatása';
$lang['admin']['core'] = 'Alap';
$lang['admin']['defaultpagecontent'] = 'Alapértelmezett oldal tartalom';
$lang['admin']['file_url'] = 'File-hoz rendelés (URL helyett)';
$lang['admin']['no_file_url'] = 'Semelyik (a fentebbi URL használata)';
$lang['admin']['defaultparentpage'] = 'Alapértelemzett szülő oldal';
$lang['admin']['error_udt_name_whitespace'] = 'Hiba: a Felhasználó Által Definiált Tag-ek nevében nem szerepelhet szóköz.';
$lang['admin']['warning_safe_mode'] = '<strong><em>FIGYELEM:</em></strong> A PHP Safe mód be van kapcsolva. Ez komplikációt okozhat a böngészővel feltöltött file-ok (képek, téma és modul xml-ek) esetében. Érdemes lenne kapcsolatba lépni a site adminisztrátorával a safe mód törlésével kapcsolatban.';
$lang['admin']['test'] = 'Teszt';
$lang['admin']['results'] = 'Eredmények';
$lang['admin']['untested'] = 'Nincs tesztelve';
$lang['admin']['unknown'] = 'Ismeretlen';
$lang['admin']['download'] = 'Letöltés';
$lang['admin']['frontendwysiwygtouse'] = 'Frontend szerkesztő';
$lang['admin']['all_groups'] = 'Minden csoport';
$lang['admin']['error_type'] = 'Hiba típus';
$lang['admin']['contenttype_errorpage'] = 'Hiba oldal';
$lang['admin']['errorpagealreadyinuse'] = 'A hibakód már használatban van';
$lang['admin']['404description'] = 'Az oldal nem található';
$lang['admin']['usernotfound'] = 'A felhasználó nem található.';
$lang['admin']['passwordchange'] = 'Kérlek, add meg az új jelszót';
$lang['admin']['recoveryemailsent'] = 'Az e-mail kiment a megadott címre. Nézz rá a bejövő postádra további információkért.';
$lang['admin']['errorsendingemail'] = 'Valami hiba volt az e-mail kiküldése közben. Szólj az adminisztrátornak, légy szíves.';
$lang['admin']['passwordchangedlogin'] = 'A jelszót megváltoztattuk. Kérlek jelentkezz be az új jelszó használatával.';
$lang['admin']['nopasswordforrecovery'] = 'Ennek a felhasználónak nincs beállítva az e-mail címe, emiatt nem tudjuk visszaállítani a jelszavát. Szólj az adminisztrátornak, légy szíves.';
$lang['admin']['lostpw'] = 'Elfelejtetted a jelszót?';
$lang['admin']['lostpwemailsubject'] = '[%s] Jelszó visszaállítás';
$lang['admin']['lostpwemail'] = 'Ezt az e-mail-t azért kaptad, mert érkezett egy kérés, hogy megváltoztassuk az aktuális jelszót (%s), ami a ehhez a felhasználóhóz tartozik: %s. Ha tényleg reset-elni akarod a jelszót, akkor kattints az alábbi linkre, vagy ragaszd be a kedvenc böngésződ címsorába:
%s
Ha úgy gondolod, hogy ez az egész egy tévedés, akkor egyszerűen hagyd figyelmen kívül ezt az e-mail-t, és nem esik bántódása a jelszavadnak.
';
$lang['admin']['utma'] = '156861353.1533605959.1224742544.1241190545.1241207148.21';
$lang['admin']['utmz'] = '156861353.1239430985.12.4.utmcsr=themes.cmsmadesimple.org|utmccn=(referral)|utmcmd=referral|utmcct=/index.php';
$lang['admin']['utmb'] = '156861353';
$lang['admin']['utmc'] = '156861353';
?>