2007-08-28 11:50:49 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Internationalisation file for the ContactPage extension
|
|
|
|
*
|
|
|
|
* @package MediaWiki
|
|
|
|
* @subpackage Extensions
|
|
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
|
|
* @translator Shinjiman
|
|
|
|
* @copyright c 2007 Daniel Kinzler
|
|
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
|
|
*/
|
|
|
|
|
Localisation updates from Betawiki.
* Fixes and additions to 33 extensions for ar, el, fr, hr, hsb, nl, no, sk, yue, zh-hans, zh-hant
2007-12-03 12:31:20 -07:00
|
|
|
$messages = array(
|
|
|
|
'contact' => '联络页面',
|
|
|
|
'contactpage' => '联络页面',
|
|
|
|
'contactpage-title' => '联络',
|
|
|
|
'contactpage-pagetext' => '请用以下的表格去联络我们。',
|
|
|
|
'contactpage-defsubject' => '联络信息',
|
|
|
|
'contactpage-subject-and-sender' => '$1 (自$2)',
|
|
|
|
'contactpage-fromname' => '您的名字 *',
|
|
|
|
'contactpage-fromaddress' => '您的电邮 **',
|
|
|
|
'contactpage-formfootnotes' => '
|
2007-08-28 11:50:49 -06:00
|
|
|
* 可选<br />
|
Localisation updates from Betawiki.
* Fixes and additions to 33 extensions for ar, el, fr, hr, hsb, nl, no, sk, yue, zh-hans, zh-hant
2007-12-03 12:31:20 -07:00
|
|
|
** 可选,如果您想回答的话',
|
|
|
|
'contactpage-captcha' => '要传送这个信息,请先解决这个 captcha ([[Special:Captcha/help|更多信息]])',
|
|
|
|
'contactpage-captcha-failed' => 'Captcha 测试失败! ([[Special:Captcha/help|更多信息]])',
|
|
|
|
);
|