2007-09-27 18:55:13 -06:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Internationalisation file for the ContactPage extension
|
|
|
|
*
|
|
|
|
* @package MediaWiki
|
|
|
|
* @subpackage Extensions
|
|
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
|
|
* @copyright © 2007 Daniel Kinzler, Filipinayzd
|
|
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
|
|
*/
|
|
|
|
|
|
|
|
$messages = array(
|
|
|
|
'contactpage-subject-and-sender' => '$1 (poon $2)',
|
|
|
|
'contactpage-fromname' => 'pangaran mo *',
|
2007-10-04 12:18:43 -06:00
|
|
|
'contactpage-fromaddress' => 'e-surat mo **',
|
2007-09-27 18:55:13 -06:00
|
|
|
);
|