xref: /plugin/dw2pdf/lang/en/settings.php (revision 87c86dda39eeb0ddea49546eaa31824c410f1821)
1<?php
2/**
3 * English language file
4 *
5 */
6
7// for the configuration manager
8
9$lang['output']       = "Output mode";
10$lang['output_o_browser']    = "Browser";
11$lang['output_o_file']       = "File to download";
12
13$lang['usecache'] = 'Should PDFs be cached? Embedded images won\'t be ACL checked then, disable if that\'s a security concern for you.';
14
15$lang['footer_odd']     = 'Footer on odd pages';
16$lang['footer_even']    = 'Footer on even pages';
17$lang['header_odd']     = 'Header on odd pages';
18$lang['header_even']    = 'Header on even pages';
19
20$lang["maxbookmarks"]   = 'Max levels to show into bookmarks<br>(0=nothing, 5=all)';
21
22$lang['addcitation']       = "Add citation box on last page?";
23
24