File: D:/web/itpartnership.net (cms)/modules/Printing/lang/ext/lt_LT.php
<?php
$lang['friendlyname'] = 'Versija spausdinimui';
$lang['description'] = 'Šis modulis teikia spausdinimo versija puslapiams, nuostatos gali būt lengvai nustatomos.';
$lang['postinstall'] = 'Modulis sėkmingi įdiegtas';
$lang['confirmuninstall'] = 'Ar tikrai norite pašalinti?';
$lang['postuninstall'] = 'Modulis pašalintas sėkmingai';
$lang['linktemplate'] = 'Nuorodos šablonas';
$lang['printtemplate'] = 'Spausdinimo šablonas';
$lang['pdftemplate'] = 'PDF šablonas';
$lang['templatesaved'] = 'Šablonas išsaugotas';
$lang['templatereset'] = 'Šablono nuostatos buvo nustatytos į įprastas';
$lang['confirmresettemplate'] = 'Ar tikrai norite šablono nuostatas nustayti į įprastas?';
$lang['reset'] = 'Įprasti nustatymai';
$lang['save'] = 'Siųsti';
$lang['upgraded'] = 'buvo atnaujintas iki %s versijos';
$lang['savetemplate'] = 'Išsaugoti šabloną';
$lang['savesettings'] = 'Išsaugoti nuostatas';
$lang['pdfsettings'] = 'PDF settings';
$lang['pdfsettingssaved'] = 'The PDF settings were saved';
$lang['pdfheader'] = 'PDF Header';
$lang['pdfenable'] = 'Enable PDF-generation';
$lang['pdfenablehelp'] = 'You should know that PDF-generation is very rudimentary only outputting the most basic of content.
Use at will, but please don't complain about the quality of the result.';
$lang['headerfontsize'] = 'Header šrifto dydis';
$lang['contentfontsize'] = 'Turinio šrifto dydis';
$lang['fonttypetext'] = 'Šrifto tipas';
$lang['fontserif'] = 'Serif';
$lang['fontsansserif'] = 'Sans Serif';
$lang['orientation'] = 'Kryptis';
$lang['landscape'] = 'Landscape';
$lang['portrait'] = 'Portrait';
$lang['pdffooter'] = '';
$lang['pdffooterhelp'] = '';
$lang['template'] = 'Šablonas';
$lang['notemplatecontent'] = 'Šablonas neturi turinio..';
$lang['defaultlinktext'] = 'Spausdinti';
$lang['defaultpdflinktext'] = 'Generuoti PDF';
$lang['backbuttontext'] = 'Atgal';
$lang['overridestylereset'] = 'Viršesnis stilių puslapis atstatytas';
$lang['overridestylesaved'] = 'Viršesnis stilių puslapis išsaugotas';
$lang['overridestyle'] = 'Viršesnis stilių puslapis spausdinimui';
$lang['confirmresetstyle'] = 'Ar tikrai norite atstatyti stilių puslapį?';
$lang['stylesheet'] = 'Stiliaus puslapis';
$lang['help_text'] = 'Perrašyti įprastą spaudinti/PDF nuorodos tekstą';
$lang['help_pdf'] = 'Nustatykite į 'true' jei norite rodyti nuorodą į PDF generavimą vietoj spausdinimo nuorodos';
$lang['help_popup'] = 'Nustatykite į 'true' ir spaudinimo versija atsidarys naujame lange.';
$lang['help_script'] = 'Nustatykite į 'true' ir spausdino lange javascript pagalba bus rodomas spausdinimo langas';
$lang['help_showbutton'] = 'Nustatykite į 'true' rodyti grafišką mygtuką';
$lang['help_class'] = 'Class nuorodai, įprastai 'noprint'';
$lang['help_src_img'] = 'Rodyti šį vaizdą vietoj įprasto';
$lang['help_class_img'] = 'Class <img> žymė jei nustatyta showbutton ';
$lang['help_more'] = 'Įterpkite papildomas pasirinkimus į <a> nuorodą';
$lang['help_onlyurl'] = 'Išvedimas tik url, o ne pilna nuorodą';
$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['utmz'] = '156861353.1250297380.1752.42.utmccn=(referral)|utmcsr=helminsen.no|utmcct=/install/upgrade.php|utmcmd=referral';
$lang['utma'] = '156861353.179052623084110100.1210423577.1259353230.1259355475.2152';
$lang['qca'] = '1210971690-27308073-81952832';
$lang['utmc'] = '156861353';
$lang['utmb'] = '156861353.2.10.1259355475';
?>