diff options
Diffstat (limited to 'language/zh_TW/install.lang.php')
-rw-r--r-- | language/zh_TW/install.lang.php | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/language/zh_TW/install.lang.php b/language/zh_TW/install.lang.php index 3f10b6a8d..cdc0ce45a 100644 --- a/language/zh_TW/install.lang.php +++ b/language/zh_TW/install.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -25,18 +25,14 @@ $lang['Installation'] = '安裝'; $lang['Basic configuration'] = '基本設置'; $lang['Default gallery language'] = '圖庫默認語言'; $lang['Database configuration'] = '數據庫設置'; -$lang['Admin 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.'; @@ -70,4 +64,5 @@ $lang['Just another Piwigo gallery'] = '另一本Piwigo相片集'; $lang['Welcome to my photo gallery'] = '歡迎進入我的相片集'; $lang['Welcome to your new installation of Piwigo!'] = '歡迎安裝Piwigo!'; $lang['Don\'t hesitate to consult our forums for any help : %s'] = '如有任何問題,請至我們的論壇提出:%s '; +$lang['localhost or other, supplied by your host provider'] = '本地主機或其它,由你的主機提供商提供'; ?>
\ No newline at end of file |