Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d4820b660a
commit
8e32b01eb0
999 changed files with 144285 additions and 0 deletions
20
plugins/55/dw2pdf/lang/fi/settings.php
Normal file
20
plugins/55/dw2pdf/lang/fi/settings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?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)';
|
Loading…
Add table
Add a link
Reference in a new issue