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

16 lines
563 B
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 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';