File Manager
<?php
$lang['friendlyname'] = 'Nyomtatóbarát oldalak';
$lang['description'] = 'Ez a modul elősegíti, hogy egyszerűen biztosíts nyomtatóbarát oldalakat a CMSMS rendszerből. Alternatívaként PDF fájlok is generálhatók a tartalomból "on-the-fly".';
$lang['postinstall'] = 'A Nyomtatóbarát oldalak modul telepítése sikeresen megtörtént.';
$lang['confirmuninstall'] = 'Biztosan eltávolítod ezt a modult?';
$lang['postuninstall'] = 'A Nyomtatóbarát oldalak modult sikeresen eltávolítottuk.';
$lang['linktemplate'] = 'Link sablon';
$lang['printtemplate'] = 'Nyomtatási sablon';
$lang['pdftemplate'] = 'PDF sablon';
$lang['templatesaved'] = 'A sablont mentettük.';
$lang['templatereset'] = 'A sablont visszaállítottuk az alapértelmezett értékre.';
$lang['confirmresettemplate'] = 'Biztos visszaállítod ezt a sablont az alapértelmezettre?';
$lang['reset'] = 'Az alapértelmezett értékek visszaállítása';
$lang['save'] = 'Mentés';
$lang['upgraded'] = 'frissítve lett az alábbi verzióra: %s';
$lang['savetemplate'] = 'Sablon mentése';
$lang['savesettings'] = 'Beállítások mentése';
$lang['pdfsettings'] = 'PDF beállítások';
$lang['pdfsettingssaved'] = 'A PDF beállítások elmentve';
$lang['pdfheader'] = 'PDF fejléc';
$lang['pdfenable'] = 'PDF-generálás bekapcsolása';
$lang['pdfenablehelp'] = 'Tudnod kell, hogy a PDF-generálás nagyon kezdetleges, csak a legegyszerűbb tartalmakat tudja PDF-be konvertálni.
Használd saját felelősségedre, de utána ne panaszkodj a minőségre.';
$lang['headerfontsize'] = 'Fejléc betűmérete';
$lang['contentfontsize'] = 'Tartalom betűmérete';
$lang['fonttypetext'] = 'Betütípus';
$lang['fontserif'] = 'Serif ';
$lang['fontsansserif'] = 'Sans Serif ';
$lang['orientation'] = 'Oldalfekvés';
$lang['landscape'] = 'Fekvő';
$lang['portrait'] = 'Álló';
$lang['pdffooter'] = ' ';
$lang['pdffooterhelp'] = ' ';
$lang['template'] = 'Sablon';
$lang['notemplatecontent'] = 'Nincs sablon tartalom megadva';
$lang['defaultlinktext'] = 'Oldal nyomtatása';
$lang['defaultpdflinktext'] = 'PDF létrehozása';
$lang['backbuttontext'] = 'Vissza';
$lang['overridestylereset'] = 'A felülíró stíluslapot visszaállítottuk';
$lang['overridestylesaved'] = 'A felülíró stíluslapot mentettük';
$lang['overridestyle'] = 'Nyomtatási stíluslap felülírása';
$lang['confirmresetstyle'] = 'Biztos visszaállítod a stíluslapot?';
$lang['stylesheet'] = 'Stíluslap';
$lang['help_text'] = 'Alapértelmezett print/PDF link szöveg felülírása';
$lang['help_pdf'] = 'Állítsd 'Igaz'-ra, ha azt akarod, hogy a tartalom nyomtatása helyett PDF generáló link jelenjen meg.';
$lang['help_popup'] = 'Állítsd 'Igaz'-ra, ha azt akarod, hogy a PDF generáló link új oldalra irányítson.';
$lang['help_script'] = 'Állítsd 'Igaz'-ra, ha azt akarod, hogy a nyomtatási oldalon javascript hozza fel a nyomtatási ablakot.';
$lang['help_showbutton'] = 'Állítsd 'Igaz'-ra, hogy grafikus gomb jelenjen meg.';
$lang['help_class'] = 'A link osztálya, alapértelmezésben 'noprint'.';
$lang['help_src_img'] = 'Ezt a képet mutassuk az alapértelmezett helyett.';
$lang['help_class_img'] = 'Az <img> tag osztálya, ha a gomb mutatása be van állítva.';
$lang['help_more'] = 'Plusz opciók az <a> tag-en belül.';
$lang['help_onlyurl'] = 'Csak az url-t írjuk ki, ne az egész linket.';
$lang['help_includetemplate'] = 'If set to 'true' this options makes the print/pdf process the whole template, not just the main content. This probably requires some work on print-specific styles with the mediatype 'print' enabled.';
$lang['help'] = '<b>What does this module do?</b>
<br/>
This allow you to insert a link in pages/templates which directs the
visitor to a version of the page better suited for printing. Several parameters can be set so make the link and
printer friendly page look just as you'd like. As of version 0.2.0, a parameter can be set to onthefly-generation of a PDF-file instead.
<br/>
For now the module only supports "plain" content pages, no module-redirections etc. But neither does the builtin printing-functionality in CMSms.
<br/>
Please note that the module currently only outputs the main content, not alternate content blocks defined in the templates.
<br/><br/>
<b>How do I use this module?</b>
<br/>
Basically you install the module, access it's administration interface and review/change the templates for the
link and for the printable page
<br/>
In you page content or template you then insert something like:
<pre>
{cms_module module='printing' <i>params</i>}
</pre>
and a link should emerge on your pages.
<br/><br/>
<b>Notes:</b>
<br/>
<ul>
<li>PDF Generation is experimental at this time.</li>
<li>PDF Generation may not work on servers with php 4.x, it is recommended you encourage your host to upgrade to php5 if you want PDF support.</li>
</ul>
';
$lang['utma'] = '156861353.507465339.1299454903.1301378600.1301428281.5';
$lang['utmz'] = '156861353.1299454903.1.1.utmcsr=cmsmadesimple.hu|utmccn=(referral)|utmcmd=referral|utmcct=/';
$lang['qca'] = 'P0-710491280-1299454903047';
$lang['utmc'] = '156861353';
$lang['utmb'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com