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
This commit is contained in:
mistic100 2013-06-14 21:18:46 +00:00
commit 96eafa0a3b
49 changed files with 127 additions and 458 deletions

View file

@ -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'] = '請輸入網管名';
$lang['webmaster login can\'t contain characters \' or "'] = '網管名不應包含字符 " 和 \'';
$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.';