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

13 lines
385 B
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Yuwei Sun <yuwei@hrz.tu-chemnitz.de>
*/
$lang['encoding'] = 'utf-8';
$lang['onHidden'] = '点击以显示 ⇲';
$lang['onVisible'] = '点击以隐藏 ⇱';
$lang['edit'] = '编辑隐藏区域';
$lang['button'] = '隐藏区域';