From 96eafa0a3ba9dd49095c4e3c93a264487fbef0a8 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Fri, 14 Jun 2013 21:18:46 +0000 Subject: 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 --- language/zh_CN/install.lang.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'language/zh_CN/install.lang.php') 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 Piwigo message board.'] = '需要帮助吗?请到Piwigo论坛提出您的问题。'; -$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.'; -- cgit v1.2.3