From e3e63e17adff5cd805831eecb57d6178e4d093fd Mon Sep 17 00:00:00 2001 From: ddtddt Date: Thu, 2 Apr 2009 20:07:44 +0000 Subject: [PATCH] Add zh_CN install.lang.php thanks to ZHU git-svn-id: http://piwigo.org/svn/branches/2.0@3235 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/zh_CN/install.lang.php | 74 +++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 language/zh_CN/install.lang.php diff --git a/language/zh_CN/install.lang.php b/language/zh_CN/install.lang.php new file mode 100644 index 000000000..c9ed574ea --- /dev/null +++ b/language/zh_CN/install.lang.php @@ -0,0 +1,74 @@ +Piwigo论坛提出你的问题.'; +$lang['install_end_message'] = '程序配置正确,继续完成下面步骤

+* 请到登录页面并且用网管帐号登录
+* 进入管理页面并会告知如何把图片移到文件夹中。'; +$lang['conf_mail_webmaster'] = '管理员Email地址'; +$lang['conf_mail_webmaster_info'] = '游客通过此Email跟你联系'; + +$lang['PHP 5 is required'] = '必须PHP 5版本'; +$lang['It appears your webhost is currently running PHP %s.'] = '你主机PHP版本好像是PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo试着创建或修改.htaccess文件来转换到PHP 5。'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注意;你也可以自己修改设置PHP然后重新启动Piwigo。'; +$lang['Try to configure PHP 5'] = '试试配置PHP 5'; +$lang['Sorry!'] = '对不起!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo不能设置PHP 5.'; +$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = '你应该联系你的主机管理员并向其请教如何设置PHP 5.'; +$lang['Hope to see you back soon.'] = '希望下次再见到你...'; +?> \ No newline at end of file