diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3
index 3af0ab4ca6..b10f632cc2 100644
--- a/lang/chinese_gb.inc.php3
+++ b/lang/chinese_gb.inc.php3
@@ -67,6 +67,7 @@ $strCantRenameIdxToPrimary = '
$strCardinality = '组别';
$strCarriage = '回车: \\r';
$strChange = '改变';
+$strChangeDisplay = '选择显示之字段';
$strChangePassword = '更改密码';
$strCheckAll = '全选';
$strCheckDbPriv = '检查数据库权限';
@@ -124,6 +125,7 @@ $strFieldsTerminatedBy = '
$strEnd = '结束';
$strEnglishPrivileges = ' 注意: MySQL 权限名称会被解释成英文 ';
$strError = '错误';
+$strExplain = '说明 SQL 语句';
$strExport = '输出';
$strExportToXML = '输出到 XML 格式';
$strExtendedInserts = '伸延添加模式';
@@ -143,6 +145,7 @@ $strFormat = '
$strFullText = '显示完整文字';
$strFunction = '功能';
+$strGenBy = '建立';
$strGenTime = '建立日期';
$strGo = '开始';
$strGrants = 'Grants'; // should expressed in English
@@ -213,6 +216,7 @@ $strNoIndex = '没
$strNoIndexPartsDefined = '部份索引资料还未定义!';
$strNoModification = '没有变更';
$strNoPassword = '不用密码';
+$strNoPhp = '移除 PHP 程式码';
$strNoPrivileges = '没有权限';
$strNoQuery = '没有 SQL 语句!';
$strNoRights = '您现在没有足够的权限!';
@@ -222,6 +226,8 @@ $strNone = '
$strNotNumber = '这不是一个数字!';
$strNotValidNumber = ' 不是有效的列数!';
$strNull = 'Null';
+$strNumSearchResultsInTable = '%s 项资料符合 - 於数据表 %s';
+$strNumSearchResultsTotal = '总计: %s 项资料符合';
$strOftenQuotation = '通常为引号。 "选中“ 表示使用引号。因为只有 char 和 varchar 类型的数据需要用引号括起来。';
$strOperations = '操作';
@@ -238,6 +244,10 @@ $strPartialText = '
$strPassword = '密码';
$strPasswordEmpty = '密码是空的!';
$strPasswordNotSame = '密码并非相同!';
+$strPdfDbSchema = '"%s" 数据库概要 - 第 %s 页';
+$strPdfInvalidPageNum = 'PDF 页码没有设定!';
+$strPdfInvalidTblName = '数据表 "%s" 不存在!';
+$strPhp = '建立 PHP 程式码';
$strPmaDocumentation = 'phpMyAdmin 说明文本';
$strPmaUriError = '必须设定 $cfg[\'PmaAbsoluteUri\'] 在设定档案内!';
$strPos1 = '开始';
@@ -289,6 +299,16 @@ $strRunning = '
$strSQLQuery = 'SQL 语句';
$strSave = '存储';
$strScaleFactorSmall = '比例倍数太细, 无法将图表放在一页内';
+$strSearch = '搜索';
+$strSearchFormTitle = '搜索数据库';
+$strSearchInTables = '於以下数据表:';
+$strSearchNeedle = '寻找之文字或数值 (万用字元: "%"):';
+$strSearchOption1 = '任何一组文字';
+$strSearchOption2 = '所有文字';
+$strSearchOption3 = '完整词语';
+$strSearchOption4 = '以规则表示法 (regular expression) 搜索';
+$strSearchResultsFor = '搜索 "%s" 的结果 %s:';
+$strSearchType = '寻找:';
$strSelect = '选择';
$strSelectADb = '请选择数据库';
$strSelectAll = '全选';
@@ -312,13 +332,16 @@ $strSingly = '(只
$strSize = '大小';
$strSort = '排序';
$strSpaceUsage = '已使用空间';
+$strSplitWordsWithSpace = '每组文字以空格 (" ") 分隔.';
$strSQL = 'SQL'; // should express in english
+$strSQLResult = 'SQL 查询结果';
$strStatement = '叙述';
$strStrucCSV = 'CSV 数据';
$strStrucData = '结构和数据';
$strStrucDrop = '添加 \'drop table\'';
$strStrucExcelCSV = 'Ms Excel 的 CSV 格式';
$strStrucOnly = '只选择结构';
+$strStructPropose = '分析数据表结构';
$strStructure = '结构';
$strSubmit = '发送';
$strSuccess = '你运行的 SQL 语句已经成功运行了。';
@@ -369,35 +392,13 @@ $strYes = '
$strZip = '"zipped"';
// To translate
-$strPdfInvalidPageNum = 'Undefined PDF page number!'; //to translate
-$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
-$strChangeDisplay = 'Choose Field to display'; //to translate
-$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate
-$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate
-$strSearch = 'Search';//to translate
-$strSearchFormTitle = 'Search in database';//to translate
-$strSearchInTables = 'Inside table(s):';//to translate
-$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
-$strSearchOption1 = 'at least one of the words';//to translate
-$strSearchOption2 = 'all words';//to translate
-$strSearchOption3 = 'the exact phrase';//to translate
-$strSearchOption4 = 'as regular expression';//to translate
-$strSearchResultsFor = 'Search results for "%s" %s:';//to translate
-$strSearchType = 'Find:';//to translate
-$strSplitWordsWithSpace = 'Words are splitted by a space character (" ").';//to translate
-$strStructPropose = 'Propose table structure'; //to translate
-$strExplain = 'Explain SQL Code'; //to translate
-$strPhp = 'Create PHP Code'; //to translate
-$strNoPhp = 'without PHP Code'; //to translate
-$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
-$strGenBy = 'Generated by'; //to translate
-$strSQLResult = 'SQL result'; //to translate
-$strEditPDFPages = 'Edit PDF Pages'; //to translate
-$strNoDescription = 'no Description'; //to translate
-$strRelationNotSet = 'Relationtable not found or not set in config.inc.php3'; //to translate
-$strInfoNotSet = 'table_info table not found or not set in config.inc.php3'; //to translate
-$strCoordsNotSet = 'table_coords table not found or not set in config.inc.php3'; //to translate
-$strChoosePage = 'Please choose a Page to edit'; //to translate
-$strCreatePage = 'Create a new Page'; //to translate
-$strSelectTables = 'Select Tables'; //to translate
+
+$strEditPDFPages = 'Edit PDF Pages';
+$strNoDescription = 'no Description';
+$strRelationNotSet = 'Relationtable not found or not set in config.inc.php3';
+$strInfoNotSet = 'table_info table not found or not set in config.inc.php3';
+$strCoordsNotSet = 'table_coords table not found or not set in config.inc.php3';
+$strChoosePage = 'Please choose a Page to edit';
+$strCreatePage = 'Create a new Page';
+$strSelectTables = 'Select Tables';
?>