add contents
This commit is contained in:
6
lib/plugins/dw2pdf/lang/fi/lang.php
Normal file
6
lib/plugins/dw2pdf/lang/fi/lang.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$lang['export_pdf_button'] = "Tee PDF";
|
||||
$lang['needtitle'] = "Anna otsikko.";
|
||||
$lang['needns'] = "Anna olemassa oleva namespace.";
|
||||
$lang['empty'] = "Valitse ensin sivu.";
|
21
lib/plugins/dw2pdf/lang/fi/settings.php
Normal file
21
lib/plugins/dw2pdf/lang/fi/settings.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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['qrcodesize'] = 'Size of embedded QR code (in pixels <code><i>width</i><b>x</b><i>height</i></code>). Empty to disable';
|
||||
$lang['showexportbutton'] = 'Näytä Tee PDF nappula (only when supported by your template)';
|
Reference in New Issue
Block a user