From c639ad1e7e3ec747cac37e230fd8380da98c508b Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 19:34:41 +0000 Subject: copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk, then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 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 (limited to '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..7c6e70427 --- /dev/null +++ b/language/zh_CN/install.lang.php @@ -0,0 +1,74 @@ +Piwigo message board.'] = '需要帮助? 请到Piwigo论坛提出你的问题.'; +$lang['install_end_message'] = '程序配置正确,继续完成下面步骤

+* 请到登录页面并且用网管帐号登录
+* 进入管理页面并会告知如何把图片移到文件夹中。'; +$lang['Webmaster mail address'] = '管理员Email地址'; +$lang['Visitors will be able to contact site administrator with this mail'] = '游客通过此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 -- cgit v1.2.3