summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pagelist/lang/zh/lang.php
blob: ddcce5c0d13cb5e8651282dd6d84476335e0cd03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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 :