File Manager
<?php
$lang['admin']['help_function_cms_init_editor'] = '<h3>What does this do?</h3>
<p>This plugin is used to initialize the selected wysiwyg editor for display when wysiwyg functionalities are required for frontend data submission. This module will find the selected frontend wysiwyg, determine if it has been requested, and if so generate the appropriate html code <em>(usually javascript links)</em> so that the wysiwyg will initialize properly when the page is loaded. If no wysiwyg editors have been requested for the frontend request this plugin will produce no output.</p>
<p><strong>Note:</strong> This plugin will work properly given the default configuration of CMSMS. If you have modified the "process_whole_template" configuration variable from its default value, you may have to adjust the parameters supplied to this plugin.</p>
<h3>How do I use it?</h3>
<p>The first thing you must do is select the frontend WYSIWYG editor to use in the global settings page of the admin console. Next If you use frontend wysiwyg editors on numerous pages, it may be best to place the {cms_init_editor} plugin directly into your page template. If you only require the wysiwyg editor to be enabled on a limited amount of pages you may just place it into the "Page Specific Metadata" field in each page.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)wysiwyg</em> - Specify the name of the wysiwyg editor module to initialize. Use with caution. If you have a different wysiwyg editor selected in the global settings, this will force the specified editor to be initialized.</li>
<li><em>(optional)force=0</em> - Normally this plugin will not initialize the specified (or detected) editor if it has not been marked as "active". This parameter will override that behavior. This parameter may be required of the "process_whole_template" configuration variable is set to a non default value.</li>
<li><em>(optional)assign</em> - Assign the output of the plugin to the named smarty variable.</li>
</ul>';
$lang['admin']['info_pagedefaults'] = 'This form allows specifying various options as to the initial settings when creating new content pages. The items in this page have no effect when editing existing pages';
$lang['admin']['default_contenttype'] = 'Alapértelmezett tartalomtípus';
$lang['admin']['info_default_contenttype'] = 'Applicable when adding new content objects, this control specifies the type that is selected by default. Please ensure that the selected item is not one of the "disallowed types".';
$lang['admin']['error_contenttype'] = 'Ezzel az oldallal társított tartalomtípus érvénytelen vagy nem megengedett';
$lang['admin']['info_disallowed_contenttypes'] = 'Select which content types to remove from the content type dropdown when editing or adding content. Use CTRL+Click to select, unselect items. Having no selected items will indicate that all content types are allowed. <em>(applies to all users)</em>';
$lang['admin']['disallowed_contenttypes'] = 'Meg nem engedett tartaom típusok';
$lang['admin']['search_module'] = 'Keresési modul';
$lang['admin']['info_search_module'] = 'Select the module that should be used to index words for searching, and will provide the site search capabilities';
$lang['admin']['filecreatedirbadchars'] = 'Érvénytelek karakterek vannak a megadott mappanévben';
$lang['admin']['modulehelp_yourlang'] = 'Lásd saját nyelveden';
$lang['admin']['info_umask'] = 'The "umask" is an octal value that is used to specify the default permission for newly created files (this is used for files in the cache directory, and uploaded files. For more information see the appropriate <a href="http://en.wikipedia.org/wiki/Umask">wikipedia article.</a>';
$lang['admin']['general_operation_settings'] = 'Általános működési beállítások';
$lang['admin']['info_checkversion'] = 'Ha be van kapcsolva, a rendszer naponta ellenőrzi a legújabb CMSMS verziót';
$lang['admin']['checkversion'] = 'Engedélyezzük az időszakos ellenőrzést újabb verzióra';
$lang['admin']['actioncontains'] = 'A feladat tartalmazza';
$lang['admin']['filterapplied'] = 'Jelenlegi szűrő';
$lang['admin']['automatedtask_success'] = 'Automatizált feladat elvégezve';
$lang['admin']['siteprefsupdated'] = 'Globális beállítások frissítva';
$lang['admin']['ip_addr'] = 'IP cím';
$lang['admin']['warn_admin_ipandcookies'] = 'Figyelem: az admin aktivitások sütiket (cookie) használnak és nyomon követik az IP címed';
$lang['admin']['event_desc_loginfailed'] = 'Sikertelen bejelentkezés';
$lang['admin']['modulehelp_english'] = 'Lásd angolul';
$lang['admin']['nopluginabout'] = 'Nincs hozzáférhető információ a modulról';
$lang['admin']['nopluginhelp'] = 'Nincs hozzáférhető segítsés a pluginnak';
$lang['admin']['moduleupgraded'] = 'Sikeres frissítés';
$lang['admin']['added_css'] = 'Stíluslap hozzáadva';
$lang['admin']['toggle'] = 'Váltás';
$lang['admin']['added_group'] = 'Csoport hozzáadva';
$lang['admin']['expanded_xml'] = 'Expanded XML file consisting of %s %s';
$lang['admin']['installed_mod'] = '%s verzió telepítve';
$lang['admin']['uninstalled_mod'] = '%s modul eltávolítva';
$lang['admin']['upgraded_mod'] = '%s frissítve a %s verzióról %s verzióra';
$lang['admin']['edited_gcb'] = 'Edited Global Content Block';
$lang['admin']['edited_content'] = 'Módosított tartalom';
$lang['admin']['added_content'] = 'Hozzáadott tartalom';
$lang['admin']['added_css_association'] = 'Társított stíluslap';
$lang['admin']['deleted_group'] = 'Csoportot törölt';
$lang['admin']['deleted_content'] = 'Törölt tartalom';
$lang['admin']['edited_user'] = 'Szerkesztett felhasználó';
$lang['admin']['edited_udt'] = 'Felhasználó Által Meghatározott Címke módosítva';
$lang['admin']['content_copied'] = 'Content Item Copied to %s';
$lang['admin']['deleted_template'] = 'Sablont törölt';
$lang['admin']['added_udt'] = 'Felhasználó Által Meghatározott Címke hozzáadva';
$lang['admin']['deleted_udt'] = 'Felhasználó Által Meghatározott Címke törölve';
$lang['admin']['added_gcb'] = 'Globális Tartalomtömb hozzáadva';
$lang['admin']['edited_group'] = 'Módosított csoport';
$lang['admin']['deleted_css_association'] = 'Törölt stíluslap társítás';
$lang['admin']['user_logout'] = 'Kijelentkezett felhasználó';
$lang['admin']['user_login'] = 'Bejelentkezett felhasználó';
$lang['admin']['login_failed'] = 'Sikertelen bejelentkezés';
$lang['admin']['deleted_css'] = 'Törölt stíluslap';
$lang['admin']['uploaded_file'] = 'Feltöltött fájl';
$lang['admin']['created_directory'] = 'Létrehozott mappa';
$lang['admin']['deleted_file'] = 'Törölt fájl';
$lang['admin']['deleted_directory'] = 'Törölt mappa';
$lang['admin']['edited_template'] = 'Szerkesztett sablon';
$lang['admin']['deleted_user'] = 'Törölt felhsználó';
$lang['admin']['deleted_module'] = '%s véglegesen eltávolítva';
$lang['admin']['deleted_gcb'] = 'Globális Tartalomtömb törölve';
$lang['admin']['added_user'] = 'Felhasználó hozzáadva';
$lang['admin']['edited_user_preferences'] = 'Felhasználó preferenciók szerkesztése';
$lang['admin']['added_template'] = 'Sablon hozzáadva';
$lang['admin']['event_desc_stylesheetpostcompile'] = 'Sent after a stylesheet is compiled through smarty';
$lang['admin']['event_desc_stylesheetprecompile'] = 'Sent before a stylesheet is compiled through smarty';
$lang['admin']['confirm_uploadmodule'] = 'Biztos feltöltöd a kiválasztott XML fájlt? Egy hibásan feltöltött modul elronthat egy működő weboldalt';
$lang['admin']['error_module_mincmsversion'] = 'Ez a modul egy újabb CMS Made Simple verziót igényel';
$lang['admin']['info_browser_cache_expiry'] = 'Add meg a kívánt időt (percben) ameddig a böngésző gyorsítótárazza az oldalt. 0-ra állítva az értéket kikapcsolja ezt a funkciót';
$lang['admin']['browser_cache_expiry'] = 'Böngésző gyorsítótár lejárati ideje <em>(perc(ek))</em>';
$lang['admin']['info_browser_cache'] = 'Csak gyorsítótárazható oldalak esetében érvényes, ez a beállítás mutatja, hogy a böngészőnek engedélyezni kell a gyorsítótárazást a megjelölt ideig. Ha aktiválva van, a visszatérő látogatók esetleg nem azonnal látják a tartalmi változásokat az oldalakon.';
$lang['admin']['allow_browser_cache'] = 'Oldalak gyorsítótárazásának engedélyezése';
$lang['admin']['server_cache_settings'] = 'Szerver gyorsítótár beállítások';
$lang['admin']['browser_cache_settings'] = 'Böngésző gyorsítótár beállítások';
$lang['admin']['help_function_browser_lang'] = '<h3>What does this do?</h3>
<p>This plugin detects and outputs the language that the users browser accepts, and cross references it with a list of allowed languages to determine a language value for the session.</p>
<h3>How do I use it?</h3>
<p>Insert the tag early into your page template <em>(it can go above the <head> section if you want)</em> and provide it the name of the default language, and the accepted languages (only two character language names are accepted), then do something with the result. i.e:</p>
<pre><code>{browser_lang accept=de,fr,en,es default=en assign=tmp}{session_put var=lang val=$tmp}</code></pre>
<p><em>({session_put} is a plugin provided by the CGSimpleSmarty module)</em></p>
<h3>What Parameters does it Take?</h3>
<ul>
<li><strong>accepted <em>(required)</em></strong><br/> - A comma separated list of two character language names that are accepted.</li>
<li>default<br/>- <em>(optional)</em> A default language to output if no accepted language was supported by the browser. en is used if no other value is specified.</li>
<li>assign<br/>- <em>(optional)</em> The name of the smarty variable to assign the results to. If not specified the results of this function are returned.</li>
</ul>';
$lang['admin']['info_target'] = 'Ezt az opciót a Menu Manager használja, hogy jelezze mikor és hogyan kellene bezárni az új frame-et, vagy ablakot(kat). Néhány menu manager sablon elutasíthatja ezt az opciót.';
$lang['admin']['close'] = 'Bezár';
$lang['admin']['revert'] = 'Változások elvetése';
$lang['admin']['autoclearcache2'] = 'A beállított értéknél régebbi gyorsítótár file-ok törlése';
$lang['admin']['root'] = 'Root ';
$lang['admin']['info_content_autocreate_flaturls'] = 'Ha aktiválva van, minden url oldal alias másolatként lesz létrehozva (de nem lesz szinkronizálva az oldal alias-szal)';
$lang['admin']['content_autocreate_flaturls'] = 'Automatically created URL's are flat';
$lang['admin']['content_autocreate_urls'] = 'Automatically create page URL's';
$lang['admin']['content_mandatory_urls'] = 'Oldal URL kötelező';
$lang['admin']['content_imagefield_path'] = 'Kép mező elérési útvonal';
$lang['admin']['info_content_imagefield_path'] = 'Relative to the image uploads path, specify a directory name that contains the paths containing files for the image field';
$lang['admin']['content_thumbnailfield_path'] = 'Bélyegkép mező elérési útvonala';
$lang['admin']['info_content_thumbnailfield_path'] = 'Relative to the image uploads path, specify a directory name that contains the paths containing files for the image field. Usually this will be the same as the path above.';
$lang['admin']['contentimage_path'] = '{content_image} címke elérési útvonala';
$lang['admin']['info_contentimage_path'] = 'Relative to the uploads path, specify a directory name that contains the paths containing files for the {content_image} tag. This value is used as a default for the dir parameter';
$lang['admin']['editcontent_settings'] = 'Tartalom szerkesztés beállításai';
$lang['admin']['help_page_url'] = 'Specify an alternate URL (relative to the root of your website) that can be used to uniquely identify this page. i.e: path/to/mypage. The page url is only useful when pretty urls are enabled.';
$lang['admin']['help_page_alias'] = 'The alias is used as an alternate to the page id to uniquely identify a page. It must be unique across all pages. The alias is also used to assist in building the URL for the page';
$lang['admin']['help_page_searchable'] = 'This setting indicates whether the content of this page should be indexed by the Search module';
$lang['admin']['help_page_cachable'] = 'Performance can be increased by setting as many pages as possible to cachable. However this cannot be used for pages where content may change on a per request basis';
$lang['admin']['sitedownexcludeadmins'] = 'A CMSMS admin felületére bejelentkezett felhasználók figyelmen kívül hagyása';
$lang['admin']['your_ipaddress'] = 'Az IP címed';
$lang['admin']['use_wysiwyg'] = 'WYSIWYG használata';
$lang['admin']['contenttype_redirlink'] = 'Átirányítási link';
$lang['admin']['yes'] = 'Igen';
$lang['admin']['no'] = 'Nem';
$lang['admin']['listcontent_showalias'] = '"Alias" oszlop megjelenítése';
$lang['admin']['listcontent_showurl'] = '"URL" oszlop megjelenítése';
$lang['admin']['listcontent_showtitle'] = 'Oldal címének vagy a Menü szövegének megjelenítése';
$lang['admin']['listcontent_settings'] = 'Tartalom lista beállításai';
$lang['admin']['lctitle_page'] = 'Létező tartalom elemek címe';
$lang['admin']['lctitle_alias'] = 'Létező tartalmak alias neve. Néhány tartalom nem rendelkezik alias névvel';
$lang['admin']['lctitle_url'] = 'A tartalom elemek URL utótagja. Ha be van állítva';
$lang['admin']['lctitle_template'] = 'A tartalom típus számára választott sablon. Néhány tartalom típusnak nincs sablonja';
$lang['admin']['lctitle_owner'] = 'A tartalom tulajdonosa';
$lang['admin']['lctitle_active'] = 'Jelzi, hogy a tartalom aktív-e. Az inaktív tartalmak nem lesznek megjelenítve.';
$lang['admin']['lctitle_default'] = 'Kijelöli az index oldal (root url) tartalom típusát. Csak egy típus lehet alap beállítás';
$lang['admin']['lctitle_move'] = 'Megengedi a tartalmak hierarchiájának átrendezését';
$lang['admin']['lctitle_multiselect'] = 'Mindent kijelöl/Egyiket sem jelöli ki';
$lang['admin']['invalid_url'] = 'A meghatározott URL nem valós. Csak szám és betű karaktereket, vagy - vagy / tartalmazhat. Lehetséges az is, hogy a meghatározott URL már használatban van.';
$lang['admin']['page_url'] = 'Oldal URL';
$lang['admin']['runuserplugin'] = 'User Plugin futtatása';
$lang['admin']['output'] = 'Kimenet';
$lang['admin']['run'] = 'Futtatás';
$lang['admin']['run_udt'] = 'Ennek a Felhasználó Által Meghatározott Címkének a futtatása';
$lang['admin']['stylesheetcopied'] = 'Stíluslap másolva';
$lang['admin']['templatecopied'] = 'Sablon másolva';
$lang['admin']['ecommerce_desc'] = 'E-kereskedelem képességet biztosító modulok';
$lang['admin']['ecommerce'] = 'E-kereskedelem';
$lang['admin']['help_function_content_module'] = '<h3>What does this do?</h3>
<p>This content block type allows interfacing with different modules to create different content block types.</p>
<p>Some modules can define content block types for use in module templates. i.e: The FrontEndUsers module may define a group list content block type. It will then indicate how you can use the content_module tag to utilize that block type within your templates.</p>
<p><strong>Note:</strong> This block type must be used only with compatible modules. You should not use this in any way except for as guided by addon modules.</p>';
$lang['admin']['error_parsing_content_blocks'] = 'Hiba a tartalomtömb feldolgozása során (valószínűleg ismétlődő tömb nevek)';
$lang['admin']['error_no_default_content_block'] = 'Ebben a sablonban nem található alapértelmezett tartalomtömb. Ellenőrizd, hogy az oldal sablonja tartalmaz-e {content} tag-et. ';
$lang['admin']['help_function_cms_stylesheet'] = ' <h3>What does this do?</h3>
<p>A replacement for the {stylesheet} tag, this tag provides caching of css files by generating static files in the tmp/cache directory, and smarty processing of the individual stylesheets.</p>
<p>This plugin retrieves stylesheet information from the system. By default, it grabs all of the stylesheets attached to the current template in the order specified by the designer, and generates stylesheet tags.</p>
<p>Generated stylesheets are uniquely named according to the last modification date in the database, and are only generated if the stylesheet has changed.</p>
<p>This tag is the replacement for the {stylesheet} tag.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page's head section like: <code>{cms_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 specifically named one, whether it's attached to the current template or not.</li>
<li><em>(optional)</em>templateid - If templateid is defined, this will return stylesheets associated with that template instead of the current one.</li>
<li><em>(optional)</em>media - When used in conjunction with the name parameter this parameter will allow you to override the media type for that stylesheet. When used in conjunction with the templateid parameter, the media parameter will only output stylesheet tags for those stylesheets that are marked as compatible with the specified media type.</li>
</ul>
<h3>Smarty Processing</h3>
<p>When generating css files this system passes the stylesheets retrieved from the database through smarty. The smarty delimiters have been changed from the CMSMS standard { and } to [[ and ]] respectively to ease transition in stylesheets. This allows creating smarty variables i.e.: [[assign var='red' value='#900']] at the top of the stylesheet, and then using these variables later in the stylesheet, i.e:</p>
<pre>
<code>
h3 .error { color: [[$red]]; }<br/>
</code>
</pre>
<p>Because the cached files are generated in the tmp/cache directory of the CMSMS installation, the CSS relative working directory is not the root of the website. Therefore any images, or other tags that require a url should use the [[root_url]] tag to force it to be an absolute url. i.e:</p>
<pre>
<code>
h3 .error { background: url([[root_url]]/uploads/images/error_background.gif); }<br/>
</code>
</pre>
<p><strong>Note:</strong> Due to the caching nature of the plugin, smarty variables should be placed at the top of EACH stylesheet that is attached to a template.</p>';
$lang['admin']['pseudocron_granularity'] = 'Pseudocron Granularity ';
$lang['admin']['info_pseudocron_granularity'] = 'Ez a beállítás jelzi, hogy a rendszer milyen gyakran próbálja meg kezelni a rendszeresen végrehajtandó feladatokat';
$lang['admin']['cron_request'] = 'Minden kérés';
$lang['admin']['cron_15m'] = '15 perc';
$lang['admin']['cron_30m'] = '30 perc';
$lang['admin']['cron_60m'] = '1 óra';
$lang['admin']['cron_120m'] = '2 óra';
$lang['admin']['cron_3h'] = '3 óra';
$lang['admin']['cron_6h'] = '6 óra';
$lang['admin']['cron_12h'] = '12 óra';
$lang['admin']['cron_24h'] = '24 óra';
$lang['admin']['adminlog_1day'] = '1 nap';
$lang['admin']['adminlog_1week'] = '1 hét';
$lang['admin']['adminlog_2weeks'] = '2 hét';
$lang['admin']['adminlog_1month'] = '1 hónap';
$lang['admin']['adminlog_3months'] = '3 hónap';
$lang['admin']['adminlog_6months'] = '6 hónap';
$lang['admin']['adminlog_manual'] = 'Manual deletion';
$lang['admin']['adminlog_lifetime'] = 'Naplóbejegyzések élettartama';
$lang['admin']['info_adminlog_lifetime'] = 'A meghatározott időszaknál öregebb naplóbejegyzések eltávolítása';
$lang['admin']['filteruser'] = 'A felhasználónév';
$lang['admin']['filtername'] = 'Esemény neve tartalmazza';
$lang['admin']['filteraction'] = 'Action contains';
$lang['admin']['filterapply'] = 'Szűrők alkalmazása';
$lang['admin']['filterreset'] = 'Szűrő visszaállítása';
$lang['admin']['filters'] = 'Szűrők';
$lang['admin']['showfilters'] = 'Szűrő szerkesztése';
$lang['admin']['clearcache_taskdescription'] = 'Naponta végrehajtva, ez a feladat kiüríti a globális beállításokban meghatározott kornál idősebb gyorsítótárazott fájlokat';
$lang['admin']['clearcache_taskname'] = 'Gyorsítótár tisztítása';
$lang['admin']['info_autoclearcache'] = 'Adj meg egy egész számot. Írj 0-t, hogy kikapcsold a gyorsítótár automatikus ürítését';
$lang['admin']['autoclearcache'] = 'A gyorsítótár automatikus ürítése N naponként';
$lang['admin']['listtemplates_pagelimit'] = 'Oldalankénti sorok száma amikor sablonokat nézel';
$lang['admin']['liststylesheets_pagelimit'] = 'Oldalankénti sorok száma amikor stíluslapokat nézel';
$lang['admin']['listgcbs_pagelimit'] = 'Oldalankénti sorok száma amikor Globális Tartalomtömböket nézel';
$lang['admin']['insecure'] = 'Nem biztonságos (HTTP)';
$lang['admin']['secure'] = 'Biztonságos (HTTPS)';
$lang['admin']['secure_page'] = 'HTTPS használata az oldal számára';
$lang['admin']['thumbnail_width'] = 'Bélyegkép szélesség';
$lang['admin']['thumbnail_height'] = 'Bélyegkep magasság';
$lang['admin']['E_STRICT'] = 'E_STRICT ki van kapcsolva error_reporting-ban?';
$lang['admin']['test_estrict_failed'] = 'E_STRICT be van kapcsolva az error_reporting-ban.';
$lang['admin']['info_estrict_failed'] = 'Néhány könyvtár, amelyet a CMSMS használ nem működik együtt az E_STRICT-el. Kérlek kapcsold ki mielőtt folytatod.';
$lang['admin']['E_DEPRECATED'] = 'E_DEPRECATED ki van kapcsolva az error_reporting-ban(PHP)?';
$lang['admin']['test_edeprecated_failed'] = 'E_DEPRECATED be van kapcsolva';
$lang['admin']['info_edeprecated_failed'] = 'If E_DEPRECATED is enabled in your error reporting users will see a lot of warning messages that could affect the display and functionality';
$lang['admin']['session_use_cookies'] = 'Session(ök) számára engedélyezett a sütik (cookie) használata';
$lang['admin']['errorgettingcontent'] = 'Nem találtam információt a megadott tartalom elemről';
$lang['admin']['errordeletingcontent'] = 'Hiba a tartalom törlése során (Lehet, hogy ez az oldal szülő, vagy esetleg default tartalom)';
$lang['admin']['invalidemail'] = 'A beírt email cím nem valós';
$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 alább 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 utoljá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']['new_version_available'] = '<em>Emlékeztető:</em> Új CMSMS verzió érhető el. Értesítsd az adminisztrátort.';
$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_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_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']['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_html_blob'] = ' <h3>What does this do?</h3>
<p>See the help for global_content for a description.</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_uploads_url'] = ' <h3>What does this do?</h3>
<p>Prints the uploads url location for the site.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{uploads_url}</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_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_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 to='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']['help_function_cms_jquery'] = '<h3>What does this do?</h3>
<p>This plugin allows you output the javascript libraries and plugins used from the admin.</p>
<h3>How do I use it?</h3>
<p>Simply insert this tag into your page or template: <code>{cms_jquery}</code></p>
<h3>Sample</h3>
<pre><code>{cms_jquery cdn='true' exclude='jquery.ui.nestedSortable-1.3.4.js' append='uploads/NCleanBlue/js/ie6fix.js'}</code></pre>
<h4><em>Outputs</em></h4>
<pre><code><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://localhost/1.10.x/lib/jquery/js/jquery.json-2.2.js"></script>
<script type="text/javascript" src="uploads/NCleanBlue/js/ie6fix.js"></script>
</code></pre>
<h3><em>Included Defaults</em></h3>
<ul>
<li><tt>jQuery</tt><em>(1.6.2)</em> - jquery-1.6.2.min.js</li>
<li><tt>jQuery UI</tt><em>(1.8.14)</em> - jquery-ui-1.8.14.custom.min.js</li>
<li><tt>nestedSortable</tt>(1.3.4) - jquery/js/jquery.ui.nestedSortable-1.3.4.js</li>
<li><tt>jQuery json</tt><em>(2.2)</em> - jquery/js/jquery.json-2.2.js</li>
</ul>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional) </em><tt>exclude</tt> - use comma seperated value(CSV) list of scripts you would like to exclude. <code>'jquery.ui.nestedSortable.js,jquery.json-2.2.js'</code></li>
<li><em>(optional) </em><tt>append</tt> - use comma seperated value(CSV) list of script paths you would like to append. <code>'/uploade/jquery.ui.nestedSortable.js,http://code.jquery.com/jquery-1.6.2.min.js'</code></li>
<li><em>(optional) </em><tt>cdn</tt> - cdn='true' will insert jQuery and jQueryUI Frameworks using Google's Content Delivery Netwok. Default is false.</li>
<li><em>(optional) </em><tt>ssl</tt> - use to use the ssl_url as the base path.</li>
<li><em>(optional) </em><tt>custom_root</tt> - use to set any base path wished.<code>custom_root='http://test.domain.com/'</code> <br/>NOTE: overwrites ssl option and works with the cdn option</li>
<li><em>(optional)</em> <tt>assign</tt> - Assign the results to the named smarty variable.</li>
</ul>
';
$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']['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_help_moduleupgraded'] = '<p>Modul frissítése után küldjük.</p>';
$lang['admin']['event_desc_moduleinstalled'] = 'Modul telepítése után küldjük';
$lang['admin']['event_help_moduleinstalled'] = '<p>Modul telepítése után küldjük.</p>';
$lang['admin']['event_desc_moduleuninstalled'] = 'Modul eltávolítása után küldjük';
$lang['admin']['event_help_moduleuninstalled'] = '<p>Modul eltávolítása után küldjük.</p>';
$lang['admin']['event_desc_edituserdefinedtagpost'] = 'Felhasználó Által Meghatározott Címke frissítése után küldjük';
$lang['admin']['event_help_edituserdefinedtagpost'] = '<p>Felhasználó Által Meghatározott Címke frissítése után küldjük.</p>';
$lang['admin']['event_desc_edituserdefinedtagpre'] = 'Felhasználó Által Meghatározott Címke frissítése előtt küldjük';
$lang['admin']['event_help_edituserdefinedtagpre'] = '<p>Felhasználó Által Meghatározott Címke frissítése előtt küldjük.</p>';
$lang['admin']['event_desc_deleteuserdefinedtagpre'] = 'Felhasználó Által Meghatározott Címke törlése előtt küldjük';
$lang['admin']['event_help_deleteuserdefinedtagpre'] = '<p>Felhasználó Által Meghatározott Címke törlése előtt küldjük.</p>';
$lang['admin']['event_desc_deleteuserdefinedtagpost'] = 'Felhasználó Által Meghatározott Címke törlése után küldjük';
$lang['admin']['event_help_deleteuserdefinedtagpost'] = '<p>Felhasználó Által Meghatározott Címke törlése után küldjük.</p>';
$lang['admin']['event_desc_adduserdefinedtagpost'] = 'Felhasználó Által Meghatározott Címke beszúrása után küldjük';
$lang['admin']['event_help_adduserdefinedtagpre'] = '<p>Felhasználó Által Meghatározott Címke beszúrása után küldjük.</p>';
$lang['admin']['event_desc_adduserdefinedtagpre'] = 'Felhasználó Által Meghatározott Címke beszúrása előtt küldjük';
$lang['admin']['event_help_adduserdefinedtagpost'] = '<p>Felhasználó Által Meghatározott Címke beszúrása előtt küldjük.</p>';
$lang['admin']['global_umask'] = 'Fájl létrehozási maszk (umask)';
$lang['admin']['errorcantcreatefile'] = 'Nem sikerült fájlt 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 indí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']['error_nomodules'] = 'No modules installed! Check Extensions > Modules';
$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']['eventhandler'] = 'Esemény kezelők';
$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']['use_name'] = 'In the parent page dropdown, show the page title instead of the menu text';
$lang['admin']['showsite'] = 'Oldal megtekintése';
$lang['admin']['sitedownmessage'] = 'Oldal karbantartási üzenete';
$lang['admin']['siteprefs'] = 'Globális beállítások';
$lang['admin']['status'] = 'Állapot';
$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 Tartalomtömböt frissítettük';
$lang['admin']['tagtousegcb'] = 'Ehhez a tömbhöz használatos címke';
$lang['admin']['gcb_wysiwyg'] = 'GCB WYSIWYG engedélyezése';
$lang['admin']['gcb_wysiwyg_help'] = 'A WYSIWYG szerkesztő engedélyezése Globális Tartalomtömbök 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 karbantartási üzenet engedélyezése';
$lang['admin']['enablewysiwyg'] = 'WYSIWYG bekapcsolása a karbantartási üzenet esetében';
$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 neve';
$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 Tartalomtömb létrehozása előtt küldjük';
$lang['admin']['event_desc_addglobalcontentpost'] = 'Globális Tartalomtömb létrehozása után küldjük';
$lang['admin']['event_desc_editglobalcontentpre'] = 'Globális Tartalomtömb módosítása előtt küldjük';
$lang['admin']['event_desc_editglobalcontentpost'] = 'Globális Tartalomtömb módosítása után küldjük';
$lang['admin']['event_desc_deleteglobalcontentpre'] = 'Globális Tartalomtömb törlése előtt küldjük';
$lang['admin']['event_desc_deleteglobalcontentpost'] = 'Globális Tartalomtömb törlése után küldjük';
$lang['admin']['event_desc_globalcontentprecompile'] = 'Globális Tartalomtömb smarty-oldali feldolgozása előtt küldjük';
$lang['admin']['event_desc_globalcontentpostcompile'] = 'Globális Tartalomtömb 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 email elküldve a megadott címre. Ellenőrizd a postafiókod további információkért.';
$lang['admin']['errorsendingemail'] = 'Valami hiba volt az email kiküldése közben. Légy szíves szólj az adminisztrátornak.';
$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 email-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óhoz tartozik: %s. Ha tényleg vissza akarod állítani a jelszót, akkor kattints az alábbi linkre, vagy másold 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 email-t, és semmi sem fog változni.
';
$lang['admin']['utma'] = '156861353.1205201115.1321260910.1321260910.1321264419.2';
$lang['admin']['utmz'] = '156861353.1321260910.1.1.utmcsr=dev.cmsmadesimple.org|utmccn=(referral)|utmcmd=referral|utmcct=/';
$lang['admin']['qca'] = 'P0-1623195774-1318494276531';
$lang['admin']['utmc'] = '156861353';
$lang['admin']['utmb'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com