1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/dw2pdf/lang/fi/settings.php
Daniel Baumann 8e32b01eb0
Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:13 +01:00

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&auml;yt&auml; 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&auml;yt&auml; Tee PDF nappula (only when supported by your template)';