<?php
/**
 * English language file
 *
 */

// for the configuration manager

$lang['output']           = 'How should the PDF be presented to the user?';
$lang['output_o_browser'] = 'Show in browser';
$lang['output_o_file']    = 'Download the PDF';
$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>';


