30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
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
|
|
*/
|
|
|
|
/** Seeltersk (Seeltersk)
|
|
* @author Pyt
|
|
*/
|
|
$messages = array(
|
|
'contact' => 'Kontaktsiede',
|
|
'contactpage' => 'Kontaktsiede',
|
|
'contactpage-title' => 'Kontakt',
|
|
'contactpage-pagetext' => 'Mäd dit Formular koast du uus Ättergjuchte toukuume läite.',
|
|
'contactpage-defsubject' => 'Kontakt-Ättergjucht',
|
|
'contactpage-subject-and-sender' => '$1 (fon $2)',
|
|
'contactpage-fromname' => 'Din Noome *',
|
|
'contactpage-fromaddress' => 'Dien E-Mail Adresse **',
|
|
'contactpage-formfootnotes' => '* optional<br />
|
|
** optional, is oawers nöödich, uum die oantwoudje tou konnen',
|
|
'contactpage-captcha' => 'Uum ju Ättergjucht seende tou konnen, löös dät Captcha ([[Special:Captcha/help|wiedere Informatione]])',
|
|
'contactpage-captcha-failed' => 'Captcha-Test nit besteen! ([[Special:Captcha/help|wiedere Informatione]])',
|
|
);
|