<?php

$lang['output'] = 'Display the PDF file in the browser, or prompt to download it?';
$lang['usecache'] = 'Cache the PDF?';
$lang['template'] = 'XSL template to use by default. '
    .'Can be overridden for individual pages with <code>&tpl=name.xsl</code> at the end of the URL.';
$lang['command'] = 'The processor command, '
    .'where <code>{xml}</code>, <code>{xsl}</code>, and <code>{pdf}</code> '
    .'will be replaced by the correct filesystem paths.';
