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