Files
dokuwiki-plugins/lib/plugins/pagelist/lang/zh/lang.php

16 lines
344 B
PHP
Raw Normal View History

2025-10-09 15:04:29 +11:00
<?php
/**
* Simplified Chinese language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author haobug <qingxianhao@gmail.com>
*/
// custom language strings for the plugin
$lang['page'] = '页面';
$lang['date'] = '日期';
$lang['user'] = '用户';
$lang['desc'] = '描述';
//Setup VIM: ex: et ts=2 enc=utf-8 :