diff options
author | plegall <plg@piwigo.org> | 2010-04-02 08:27:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-02 08:27:36 +0000 |
commit | b6e82a7ac9786c3ec42512a0c305754318703156 (patch) | |
tree | 829be7db165b42d82d164b1ff7c9647b0f7726a7 /language/zh_CN/install.lang.php | |
parent | fece672a07ae312a958817e05c6a9232b8830ad2 (diff) |
remove obsolete keys in all languages (as much as possible)
git-svn-id: http://piwigo.org/svn/trunk@5565 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/install.lang.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/language/zh_CN/install.lang.php b/language/zh_CN/install.lang.php index f5ad93ea4..fa88bc58d 100644 --- a/language/zh_CN/install.lang.php +++ b/language/zh_CN/install.lang.php @@ -32,7 +32,6 @@ $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = ' $lang['Webmaster login'] = '管理员'; $lang['It will be shown to the visitors. It is necessary for website administration'] = '所有用户都能看到此帐户。必须提供此帐户来管理网站'; -$lang['Parameters are correct'] = '输入参数正确'; $lang['Connection to server succeed, but it was impossible to connect to database'] = '服务器连接正常,但是无法连接到数据库'; $lang['Can\'t connect to server'] = '无法连接到服务器'; @@ -49,16 +48,12 @@ $lang['database tables names will be prefixed with it (enables you to manage bet $lang['enter a login for webmaster'] = '请输入网管名'; $lang['webmaster login can\'t contain characters \' or "'] = '网管名不应包含字符 " 和 \''; $lang['please enter your password again'] = '请再次输入密码'; -$lang['Installation finished'] = '安装结束'; $lang['Webmaster password'] = '密码'; $lang['Keep it confidential, it enables you to access administration panel'] = '请小心保管好此密码,它允许你操作管理板块。'; $lang['Password [confirm]'] = '密码 [ 确认 ]'; $lang['verification'] = '核实'; $lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = '请拷贝短横线之间的粉红色文字并粘贴到位于Piwigo安装目录下的include文件夹里的mysql.inc.php文件中(每行不允许有空格或回车)'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要帮助? 请到<a href="%s">Piwigo论坛</a>提出你的问题.'; -$lang['install_end_message'] = '程序配置正确,继续完成下面步骤<br /><br /> -* 请到登录页面并且用网管帐号登录<br /> -* 进入管理页面并会告知如何把图片移到文件夹中。'; $lang['Webmaster mail address'] = '管理员Email地址'; $lang['Visitors will be able to contact site administrator with this mail'] = '游客通过此Email跟你联系'; @@ -71,4 +66,4 @@ $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 +?> |