aboutsummaryrefslogtreecommitdiffstats
path: root/language/zh_TW
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2013-06-14 21:18:46 +0000
committermistic100 <mistic@piwigo.org>2013-06-14 21:18:46 +0000
commit96eafa0a3ba9dd49095c4e3c93a264487fbef0a8 (patch)
tree9af459f6e8e22cb6bc798bcabf6e8dbcd1e4c84e /language/zh_TW
parent699951a8e75b4651fb650005260934a9e64440d0 (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 'language/zh_TW')
-rw-r--r--language/zh_TW/install.lang.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/language/zh_TW/install.lang.php b/language/zh_TW/install.lang.php
index 8668f2b31..ad6943fdb 100644
--- a/language/zh_TW/install.lang.php
+++ b/language/zh_TW/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'] = '請輸入網管名';
$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.';