1<?php
2/**
3 * Simplified Chinese language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     haobug <qingxianhao@gmail.com>
7 */
8
9$lang['encoding']       = 'utf-8';
10$lang['direction']      = '从左向右阅读顺序';
11$lang['unknownoption']  = '%s &lt;catlist&gt; 未知的选项';
12$lang['outofpages']     = '你必须待在 <code>data/pages</code> 目标之内!';
13$lang['dontexist']      = '命名空间 <code>%s</code> 不存在';
14$lang['addpage']        = '添加页面...';
15