File: D:/web/itpartnership.net (cms)/modules/Printing/lang/ext/sk_SK.php
<?php
$lang['friendlyname'] = 'Tláč stránok';
$lang['description'] = 'This module is an easily customizable way of providing printer friendly pages for CMSms. Alternatively PDF-files with the main content can be created on-the-fly.';
$lang['postinstall'] = 'Modul bol úspešne nainštalovaný';
$lang['confirmuninstall'] = 'Ste si istý, že chcete modul odinštalovať?';
$lang['postuninstall'] = 'Modul bol úspešne odinštalovaný';
$lang['linktemplate'] = 'Šablóna odkazu';
$lang['printtemplate'] = 'Šablóna pre tlač';
$lang['pdftemplate'] = 'Šablóna pre pdf';
$lang['templatesaved'] = 'Šablóna uložená';
$lang['templatereset'] = 'The template was reset to it's default value';
$lang['confirmresettemplate'] = 'Ste si istý, že chcete šablónu resetnúť do prednastaveného obsahu?';
$lang['reset'] = 'Resetnúť do prednastaveného obsahu';
$lang['save'] = 'Uložiť';
$lang['upgraded'] = 'aktualizovaný na verziu %s';
$lang['savetemplate'] = 'Uložiť šalbónu';
$lang['savesettings'] = 'Uložiť nastavenia';
$lang['settings'] = 'Nastavenia';
$lang['settingssaved'] = 'Nastavenia uložené';
$lang['pdfheader'] = 'Hlavička PDF';
$lang['headerfontsize'] = 'Veľkosť fontu pre hlavičku';
$lang['contentfontsize'] = 'Veľkosť fontu pre obsah';
$lang['fonttypetext'] = 'Typ fontu';
$lang['fontserif'] = 'Serif';
$lang['fontsansserif'] = 'Sans Serif';
$lang['orientation'] = 'Orientation';
$lang['landscape'] = 'Landscape';
$lang['portrait'] = 'Portrait';
$lang['pdffooter'] = '';
$lang['pdffooterhelp'] = '';
$lang['template'] = 'Šablóna';
$lang['notemplatecontent'] = 'No new template content given...';
$lang['defaultlinktext'] = 'Vytlačiť tútor stranu';
$lang['defaultpdflinktext'] = 'Generovať pdf';
$lang['backbuttontext'] = 'Späť';
$lang['overridestylereset'] = 'The override stylesheet has been reset';
$lang['overridestylesaved'] = 'The override stylesheet has been saved';
$lang['overridestyle'] = 'Override print stylesheet';
$lang['confirmresetstyle'] = 'Are you sure the stylesheet should be reset?';
$lang['stylesheet'] = 'CSS štýly';
$lang['help_text'] = 'Override the default text for the print/PDF link';
$lang['help_pdf'] = 'Set this to 'true' to show a link for generating a PDF-file of the main page content instead of printing';
$lang['help_popup'] = 'Set to 'true' and page for printing will by opened in new window.';
$lang['help_script'] = 'Set to 'true' and in print page javascript will be used for automatically show the print-dialog';
$lang['help_showbutton'] = 'Set to 'true' to show a graphical button';
$lang['help_class'] = 'Class for the link, defaults to 'noprint'';
$lang['help_src_img'] = 'Show this image file instead of the default';
$lang['help_class_img'] = 'Class of <img> tag if showbutton is set';
$lang['help_more'] = 'Place additional options inside the <a> link';
$lang['help_onlyurl'] = 'Outputs just the url, not a complete link';
$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. It can also link
to an on-the-fly-generated pdf version of the page
<br/>
Please note that the module currently only outputs the main content, not alternate content
blocks defined in the templates, nor output from modules. This will be implemented in a later version.
<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/>
';
$lang['utmz'] = '156861353.1228691676.223.15.utmccn=(referral)|utmcsr=burner.kuzmany.biz|utmcct=/install/upgrade.php|utmcmd=referral';
$lang['utma'] = '156861353.158291335300466100.1221906470.1229195154.1229197788.231';
$lang['utmc'] = '156861353';
$lang['utmb'] = '156861353';
?>