add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author RainSlide <RainSlide@outlook.com>
* @author Wen Qixiang <wen@bootingman.org>
* @author 2576562185 <2576562185@qq.com>
*/
$lang['encoding'] = 'UTF-8';
$lang['view'] = '将页面以 Open Document 格式导出';
$lang['export_odt_button'] = '以ODT格式导出';
$lang['export_odt_pdf_button'] = 'ODT=>PDF 导出';
$lang['needtitle'] = '请填写标题。';
$lang['needns'] = '请提供一个已经存在的命名空间。';
$lang['empty'] = '您还没有选择页面。';

View File

@@ -0,0 +1,15 @@
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author RainSlide <RainSlide@outlook.com>
* @author 2576562185 <2576562185@qq.com>
*/
$lang['showexportbutton'] = '显示导出 ODT 按钮';
$lang['format'] = '页面格式';
$lang['orientation'] = '页面方向';
$lang['margin_top'] = '页面上边距cm';
$lang['margin_right'] = '页面下边距cm';
$lang['margin_bottom'] = '页面左边距cm';
$lang['margin_left'] = '页面右边距cm';