diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-14 21:18:46 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-14 21:18:46 +0000 |
commit | 96eafa0a3ba9dd49095c4e3c93a264487fbef0a8 (patch) | |
tree | 9af459f6e8e22cb6bc798bcabf6e8dbcd1e4c84e /language/zh_CN | |
parent | 699951a8e75b4651fb650005260934a9e64440d0 (diff) |
Use common language strings on install.tpl and remove duplicates from install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/zh_CN/install.lang.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/language/zh_CN/install.lang.php b/language/zh_CN/install.lang.php index ed6878942..a8b8f3e5a 100644 --- a/language/zh_CN/install.lang.php +++ b/language/zh_CN/install.lang.php @@ -27,16 +27,12 @@ $lang['Default gallery language'] = '图库默认语言'; $lang['Database configuration'] = '数据库设置'; $lang['Admin configuration'] = '管理员帐户设置'; $lang['Start Install'] = '开始安装'; -$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮箱地址格式须为 xxx@yyy.eee (例 : jack@altern.org)'; -$lang['Webmaster login'] = '站长'; $lang['It will be shown to the visitors. It is necessary for website administration'] = '此帐户用于管理网站,所有访问者都能看到此帐户。'; $lang['Connection to server succeed, but it was impossible to connect to database'] = '服务器连接成功,但是无法连接到数据库。'; $lang['Can\'t connect to server'] = '无法连接到服务器'; $lang['Host'] = 'MySQL主机地址'; -$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['User'] = '用户'; $lang['user login given by your host provider'] = '主机用户名'; -$lang['Password'] = '密码'; $lang['user password given by your host provider'] = '主机用户密码'; $lang['Database name'] = '数据库名称'; $lang['also given by your host provider'] = '也由您的主机供应商提供'; @@ -45,12 +41,10 @@ $lang['database tables names will be prefixed with it (enables you to manage bet $lang['enter a login for webmaster'] = '添加站长id'; $lang['webmaster login can\'t contain characters \' or "'] = '站长id不能包含字符 " 或 \''; $lang['please enter your password again'] = '请再次输入密码'; -$lang['Webmaster password'] = '站长密码'; $lang['Keep it confidential, it enables you to access administration panel'] = '请小心保管好此密码,它是您进入管理面板的保障。'; $lang['Password [confirm]'] = '密码 [ 确认 ]'; $lang['verification'] = '验证'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要帮助吗?请到<a href="%s">Piwigo论坛</a>提出您的问题。'; -$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.'; |