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