1<?php
2
3/**
4 * chinese language file
5 *
6 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 *
8 * @author luca <13212105191@163.com>
9 * @author Esther Brunner <esther@kaffeehaus.ch>
10 */
11$lang['reveal']                = '显示';
12$lang['reveallong']            = '显示隐藏内容';
13$lang['hide']                  = '隐藏';
14$lang['hidelong']              = '隐藏内容';
15$lang['fold_unfold_all_button'] = '全部折叠/展开';
16