18 lines
443 B
PHP
18 lines
443 B
PHP
<?php
|
|
|
|
/**
|
|
* Internationalisation file for the ContactPage extension
|
|
*
|
|
* @package MediaWiki
|
|
* @subpackage Extensions
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
* @copyright © 2007 Daniel Kinzler, Betawiki users
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
*/
|
|
|
|
$messages = array(
|
|
'contactpage-subject-and-sender' => '$1 (poon $2)',
|
|
'contactpage-fromname' => 'pangaran mo *',
|
|
'contactpage-fromaddress' => '\'\'e\'\'-surat mo **',
|
|
);
|