Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d4820b660a
commit
8e32b01eb0
999 changed files with 144285 additions and 0 deletions
19
plugins/55/dw2pdf/lang/zh/lang.php
Normal file
19
plugins/55/dw2pdf/lang/zh/lang.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author piano <linyixuan2019@hotmail.com>
|
||||
* @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'] = '您还没有选择的页面。';
|
||||
$lang['tocheader'] = '目录';
|
||||
$lang['export_ns'] = '将命名空间"%s:"转至%s.pdf文件';
|
||||
$lang['forbidden'] = '您无权访问这些页面:%s。<br/><br/>使用“跳过禁止访问的页面”选项来创建包含可用页面的图书。';
|
||||
$lang['missingbookcreator'] = 'Bookcreator 插件未安装或被禁用';
|
Loading…
Add table
Add a link
Reference in a new issue