Localisation updates for extension messages from Betawiki (2009-01-01 00:37 CET)

This commit is contained in:
Siebrand Mazeland 2008-12-31 23:49:40 +00:00
parent 2fe2c5b625
commit 4e9145c378
1 changed files with 7 additions and 2 deletions

View File

@ -1282,6 +1282,7 @@ $messages['yue'] = array(
);
/** Simplified Chinese (‪中文(简体))
* @author Gzdavidwong
* @author Shinjiman
*/
$messages['zh-hans'] = array(
@ -1289,17 +1290,21 @@ $messages['zh-hans'] = array(
'contactpage' => '联络页面',
'contactpage-title' => '联络',
'contactpage-pagetext' => '请用以下的表格去联络我们。',
'contactpage-legend' => '发送电邮',
'contactpage-defsubject' => '联络信息',
'contactpage-subject-and-sender' => '$1 (自$2)',
'contactpage-fromname' => '您的名字 *',
'contactpage-fromaddress' => '您的电邮 **',
'contactpage-formfootnotes' => '* 可选<br />
** 可选,如果您想回答的话',
'contactpage-fromname-required' => '您的名字:',
'contactpage-fromaddress-required' => '您的电邮:',
'contactpage-captcha' => '要传送这个信息,请先解决这个 captcha ([[Special:Captcha/help|更多信息]])',
'contactpage-captcha-failed' => 'Captcha 测试失败! ([[Special:Captcha/help|更多信息]])',
);
/** Traditional Chinese (‪中文(繁體))
* @author Gzdavidwong
* @author Shinjiman
* @author Wrightbus
*/
@ -1315,8 +1320,8 @@ $messages['zh-hant'] = array(
'contactpage-fromaddress' => '您的電郵 **',
'contactpage-formfootnotes' => '* 可選<br />
** 可選,如果您想回答的話',
'contactpage-fromname-required' => '您的名字:',
'contactpage-fromaddress-required' => '您的電郵:',
'contactpage-fromname-required' => '您的名字',
'contactpage-fromaddress-required' => '您的電郵',
'contactpage-captcha' => '要傳送這個訊息,請先解決這個 captcha ([[Special:Captcha/help|更多資訊]])',
'contactpage-captcha-failed' => 'Captcha 測試失敗! ([[Special:Captcha/help|更多資訊]])',
);