1
0
Fork 0

Adding dw2pdf version 2023-11-25 (48253f1).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2024-12-01 20:29:19 +01:00
parent d4820b660a
commit 8e32b01eb0
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
999 changed files with 144285 additions and 0 deletions

View 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.";

View file

@ -0,0 +1,20 @@
<?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)';