Changeset 23212 for trunk/language/zh_TW/install.lang.php
- Timestamp:
- Jun 14, 2013, 11:18:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/language/zh_TW/install.lang.php
r21685 r23212 28 28 $lang['Admin configuration'] = '管理員帳戶設定'; 29 29 $lang['Start Install'] = '開始安裝'; 30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '郵箱地址格式 xxx@yyy.eee (例 : jack@altern.org)';31 $lang['Webmaster login'] = '管理員';32 30 $lang['It will be shown to the visitors. It is necessary for website administration'] = '所有用戶都能看到此帳戶。必須提供此帳戶來管理網站'; 33 31 $lang['Connection to server succeed, but it was impossible to connect to database'] = '服務器連接正常,但是無法連接到數據庫'; 34 32 $lang['Can\'t connect to server'] = '無法連接到服務器'; 35 33 $lang['Host'] = 'MySQL主機地址'; 36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';37 34 $lang['User'] = '用戶'; 38 35 $lang['user login given by your host provider'] = '主機用戶名'; 39 $lang['Password'] = '密碼';40 36 $lang['user password given by your host provider'] = '主機用戶密碼'; 41 37 $lang['Database name'] = '數據庫名稱'; … … 46 42 $lang['webmaster login can\'t contain characters \' or "'] = '網管名不應包含字符 " 和 \''; 47 43 $lang['please enter your password again'] = '請再次輸入密碼'; 48 $lang['Webmaster password'] = '密碼';49 44 $lang['Keep it confidential, it enables you to access administration panel'] = '請小心保管好此密碼,它允許你操作管理板塊。'; 50 45 $lang['Password [confirm]'] = '密碼 [ 確認 ]'; 51 46 $lang['verification'] = '核實'; 52 47 $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要幫助? 請到<a href="%s">Piwigo論壇</a>提出你的問題.'; 53 $lang['Webmaster mail address'] = '管理員Email地址';54 48 $lang['Visitors will be able to contact site administrator with this mail'] = '遊客通過此Email跟你聯繫'; 55 49 $lang['PHP 5 is required'] = '必須PHP 5版本';
Note: See TracChangeset
for help on using the changeset viewer.