20 lines
1.2 KiB
PHP
20 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Finish language file
|
|
*
|
|
*/
|
|
|
|
// for the configuration manager
|
|
|
|
$lang['output'] = 'Kuinka PDF esitetaan kayttajalle ?';
|
|
$lang['output_o_browser'] = 'Näytä selaimessa';
|
|
$lang['output_o_file'] = 'Lataa PDF';
|
|
$lang['pagesize'] = 'Sivuformaatti on ohjelmasta mPDF. Tavallisesti <code>A4</code> tai <code>letter</code>.';
|
|
$lang['orientation'] = 'Sivun suunta.';
|
|
$lang['orientation_o_portrait'] = 'Pysty';
|
|
$lang['orientation_o_landscape'] = 'Vaaka';
|
|
$lang['usecache'] = 'Should PDFs be cached? Embedded images won\'t be ACL checked then, disable if that\'s a security concern for you.';
|
|
$lang['template'] = 'Which template should be used for formatting the PDFs?';
|
|
$lang['maxbookmarks'] = 'How many section levels should be used in the PDF bookmarks? <small>(0=none, 5=all)</small>';
|
|
$lang['usestyles'] = 'You can give a comma separated list of plugins of which the <code>style.css</code> or <code>screen.css</code> should be used for PDF generation. By default only <code>print.css</code> and <code>pdf.css</code> are used.';
|
|
$lang['showexportbutton'] = 'Näytä Tee PDF nappula (only when supported by your template)';
|