Skip to content

Commit

Permalink
Merge branch 'master' of github.com:splitbrain/dokuwiki-plugin-dw2pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in committed Jun 29, 2022
2 parents ba7b42a + 5d4af50 commit 8f49274
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/ko/lang.php
Expand Up @@ -3,12 +3,15 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author merefox <admin@homerecz.com>
* @author Myeongjin <aranet100@gmail.com>
* @author wkdl <chobkwon@gmail.com>
*/
$lang['export_pdf_button'] = 'PDF로 내보내기';
$lang['needtitle'] = '제목을 제공하세요.';
$lang['needns'] = '존재하는 이름공간을 제공하세요.';
$lang['notexist'] = '요청된 페이지가 존재하지 않습니다.';
$lang['empty'] = '아직 선택한 페이지가 없습니다.';
$lang['tocheader'] = '목차';
$lang['export_ns'] = '"%s:" 이름공간을 %s.pdf 파일로 내보내기';
$lang['missingbookcreator'] = 'Bookcreator 플러그인이 설치되지 않았거나 비활성화 되어 있습니다.';
5 changes: 5 additions & 0 deletions lang/zh/lang.php
Expand Up @@ -3,6 +3,7 @@
/**
* @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>
Expand All @@ -12,3 +13,7 @@
$lang['needns'] = '请提供现有命名空间';
$lang['notexist'] = '请求的页面不存在。';
$lang['empty'] = '您还没有选择的页面。';
$lang['tocheader'] = '目录';
$lang['export_ns'] = '将命名空间"%s:"转至%s.pdf文件';
$lang['forbidden'] = '您无权访问这些页面:%s。<br/><br/>使用“跳过禁止访问的页面”选项来创建包含可用页面的图书。';
$lang['missingbookcreator'] = 'Bookcreator 插件未安装或被禁用';
7 changes: 7 additions & 0 deletions lang/zh/settings.php
Expand Up @@ -3,13 +3,20 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author piano <linyixuan2019@hotmail.com>
* @author nero <dreamfox225@hotmail.com>
* @author Mofe <mofe@me.com>
* @author oott123 <ip.192.168.1.1@qq.com>
*/
$lang['pagesize'] = 'mPDF 支持的页面格式。通常是 <code>A4</code> 或 <code>letter</code>。';
$lang['orientation'] = '页面方向。';
$lang['orientation_o_portrait'] = '竖向';
$lang['orientation_o_landscape'] = '横向';
$lang['font-size'] = '普通文本的字体大小(以磅为单位)。';
$lang['doublesided'] = '双面文档开始添加奇数页,并有偶数页和奇数页对。单面文档只有奇数页';
$lang['toc'] = '在 PDF 中添加自动生成的目录(注意:由于从奇数页开始可以添加空白页,并且 ToC 始终包含偶数页,ToC 页面本身没有页码)';
$lang['toclevels'] = '定义添加到 ToC 的顶层和最大层深度。默认 wiki ToC 级别 <a href="#config___toptoclevel">toptoclevel</a> and <a href="#config___maxtoclevel">maxtoclevel</a> 已用过。
格式:<code><i>&lt;top&gt;</i>-<i>&lt;max&gt;</i></code>';
$lang['maxbookmarks'] = 'PDF 文件中需要有多少层书签?<small>(0:没有;5:全部)</small>';
$lang['template'] = '使用哪个模板的格式来排版PDF的内容?';
$lang['output'] = '怎样显示PDF文件?';
Expand Down

0 comments on commit 8f49274

Please sign in to comment.