xref: /plugin/dw2pdf/lang/zh/settings.php (revision b3e4b6826e2e987a3be2c095f2c9eedf41ff301e)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Mofe <mofe@me.com>
7 * @author oott123 <ip.192.168.1.1@qq.com>
8 */
9$lang['output']                = '怎样显示PDF文件?';
10$lang['output_o_browser']      = '在浏览器中显示';
11$lang['output_o_file']         = '下载PDF到本地';
12$lang['usecache']              = '开启 PDF 文件缓存?内嵌的图片将不会受 ACL 权限限制。如果你担心安全问题,请将其禁用。';
13$lang['template']              = '使用哪个模板的格式来排版PDF的内容?';
14$lang['maxbookmarks']          = 'PDF 文件中需要有多少层书签?<small>(0:没有;5:全部)</small>';
15$lang['usestyles']             = 'PDF 生成过程中的 <code>style.css</code> 或者 <code>screen.css</code> ,以英文逗号,分割。默认只有<code>print.css</code> 和 <code>pdf.css</code> 被使用。';
16$lang['qrcodesize']            = '二维码尺寸,留空禁用。(<code><i>宽</i><b>x</b><i>高</i></code> 单位:像素)';
17$lang['showexportbutton']      = '显示导出 PDF 按钮。(只有在模版支持并在白名单里的时候才能使用)';
18