ProtectedContactPage/ContactPage.alias.php

30 lines
500 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Aliases for Special:Contact
*
* @addtogroup Extensions
*/
$aliases = array();
/** English
* @author Jon Harald Søby
*/
$aliases['en'] = array(
'ContactPage' => array( 'Contact', 'ContactPage' ),
);
/** Hebrew (עברית)
* @author Rotem Liss
*/
$aliases['he'] = array(
'ContactPage' => array( 'יצירת_קשר' ),
);
/** Norwegian (Norsk (bokmål))
* @author Jon Harald Søby
*/
$aliases['no'] = array(
'ContactPage' => array( 'Kontakt', 'Kontaktside' ),
);