24 lines
759 B
PHP
24 lines
759 B
PHP
<?php
|
|
|
|
/**
|
|
* Internationalisation file for the ContactPage extension
|
|
*
|
|
* @package MediaWiki
|
|
* @subpackage Extensions
|
|
* @author Daniel Kinzler, brightbyte.de
|
|
* @copyright © 2007 Daniel Kinzler, Cedric31
|
|
* @licence GNU General Public Licence 2.0 or later
|
|
*/
|
|
|
|
$messages = array(
|
|
'contact' => 'Per nos contactar',
|
|
'contactpage' => 'Contacte',
|
|
'contactpage-title' => 'Contacte',
|
|
'contactpage-pagetext' => 'Utilizatz lo formulari çaijos per nos contactar.',
|
|
'contactpage-defsubject' => 'Messatge',
|
|
'contactpage-subject-and-sender' => '$1 (de $2)',
|
|
'contactpage-fromname' => 'Vòstre nom*',
|
|
'contactpage-fromaddress' => 'Vòstra adreça electronica**',
|
|
'contactpage-formfootnotes' => '* opcional<br/> ** opcional mas requesit se desiratz una responsa',
|
|
);
|