Files
dokuwiki-plugins/lib/plugins/dw2pdf/lang/zh/settings.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

22 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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