diff --git a/htdocs/common/common-zh-simplified.lang.php b/htdocs/common/common-zh-simplified.lang.php index 1120808..a1b2d9a 100644 --- a/htdocs/common/common-zh-simplified.lang.php +++ b/htdocs/common/common-zh-simplified.lang.php @@ -7,6 +7,8 @@ $strings += array( => '代码覆盖查看器', 'Document' => '帮助文档', + 'INI Reference' + => 'INI 参考', 'Get Support' => '获取支持', 'Discusson' diff --git a/htdocs/common/common-zh-traditional.lang.php b/htdocs/common/common-zh-traditional.lang.php index 95c3259..ae6bd7a 100644 --- a/htdocs/common/common-zh-traditional.lang.php +++ b/htdocs/common/common-zh-traditional.lang.php @@ -7,6 +7,8 @@ $strings += array( => '代码覆盖查看器', 'Document' => '幫助文檔', + 'INI Reference' + => 'INI 參考', 'Get Support' => '獲取支持', 'Discusson' diff --git a/htdocs/common/common.php b/htdocs/common/common.php index e649a53..aa30c0a 100644 --- a/htdocs/common/common.php +++ b/htdocs/common/common.php @@ -45,7 +45,7 @@ function mainnav() foreach (array( "http://xcache.lighttpd.net/" => "XCache", "http://xcache.lighttpd.net/wiki/DocTOC" => _("Document"), - "http://xcache.lighttpd.net/wiki/PhpIni" => _("INI Setting"), + "http://xcache.lighttpd.net/wiki/PhpIni" => _("INI Reference"), "http://xcache.lighttpd.net/wiki/GetSupport" => _("Get Support"), "https://groups.google.com/group/xcache/" => _("Discusson"), "http://www.php.net/" => "PHP",