Files

8 lines
119 B
PHP

<?php
$GLOBALS['language']['zh_cn'] = array
(
'login' => '登入',
'logout' => '退出',
'hello%s' => '你好%s'
);