add contents
This commit is contained in:
14
lib/plugins/dw2pdf/lang/zh/lang.php
Normal file
14
lib/plugins/dw2pdf/lang/zh/lang.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author nero <dreamfox225@hotmail.com>
|
||||
* @author oott123 <ip.192.168.1.1@qq.com>
|
||||
* @author maddie <2934784245@qq.com>
|
||||
*/
|
||||
$lang['export_pdf_button'] = '导出 PDF';
|
||||
$lang['needtitle'] = '需要指定标题';
|
||||
$lang['needns'] = '请提供现有命名空间';
|
||||
$lang['notexist'] = '请求的页面不存在。';
|
||||
$lang['empty'] = '您还没有选择的页面。';
|
21
lib/plugins/dw2pdf/lang/zh/settings.php
Normal file
21
lib/plugins/dw2pdf/lang/zh/settings.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?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 按钮。(只有在模版支持并在白名单里的时候才能使用)';
|
Reference in New Issue
Block a user