mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 16:36:38 +00:00
added Chinese language
This commit is contained in:
7
lang/ch/404.php
Normal file
7
lang/ch/404.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$g_lang["head"] = "找不到页面";
|
||||
$g_lang["message"] = "<p>抱歉, 服务器上找不到此页面.</p>\n\n<p>也许, 这些选项 可以帮助你:</p>\n\n<ul>\n <li>前往 <a href=\"/\" title=\"前往主页\">主页</a></li>\n <li>返回 <a href=\"javascript:history.back()\" title=\"返回前一页\">前一页</a></li>\n</ul>\n";
|
||||
|
||||
$g_lang["m_title"] = "404 找不到页面";
|
||||
?>
|
||||
Reference in New Issue
Block a user