diff options
author | Anika Henke <anika@selfthinker.org> | 2008-08-15 15:00:00 +0200 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2008-08-15 15:00:00 +0200 |
commit | 66549c4a6fc8f954aafe84dff529fea593a39b57 (patch) | |
tree | a62d606a0f7944349e5b3d25e2c1fafd30a43da7 /inc/lang/zh/lang.php | |
parent | bd2f6c2fb24eecedecd4bbffae0a92bb5acbece7 (diff) | |
download | rpg-66549c4a6fc8f954aafe84dff529fea593a39b57.tar.gz rpg-66549c4a6fc8f954aafe84dff529fea593a39b57.tar.bz2 |
fixed links in lang files
darcs-hash:20080815130000-f7d6d-2ecb0a83f96507db2cd51e60db292781f9c4da8e.gz
Diffstat (limited to 'inc/lang/zh/lang.php')
-rw-r--r-- | inc/lang/zh/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php index 569a788da..6cd0b82e4 100644 --- a/inc/lang/zh/lang.php +++ b/inc/lang/zh/lang.php @@ -188,7 +188,7 @@ $lang['i_superuser'] = '超级用户'; $lang['i_problems'] = '安装工具发现一些问题,已在下面列出。您必须先修复这些问题,才能继续安装。'; $lang['i_modified'] = '由于安全上的考虑,该脚本只能用于全新且做任何改动的 Dokuwiki 安装包。 您可以重新解压下载的程序包,或查阅完整的 - <a href="http://wiki.splitbrain.org/wiki:install">Dokuwiki 安装指南</a>'; + <a href="http://dokuwiki.org/install">Dokuwiki 安装指南</a>'; $lang['i_funcna'] = 'PHP 功能 <code>%s</code> 无法使用。也许您的服务器提供商因为某些原因禁用了它。'; $lang['i_phpver'] = '您的 PHP 版本 <code>%s</code> 低于最低要求的 <code>%s</code>。您需要升级您的 PHP 版本。'; $lang['i_permfail'] = 'DokuWiki 无法写入 <code>%s</code>。您需要修改该路径的权限设定!'; |