mediawiki-extensions-Echo/Echo.alias.php
Translation updater bot 6e73395e59 Localisation updates from http://translatewiki.net.
Change-Id: I9c6a8bae0ae6676057f277affa93008a845a672a
2012-11-09 10:29:03 +00:00

24 lines
506 B
PHP

<?php
/**
* Aliases for special pages for extension Echo
*
* @file
* @ingroup Extensions
*/
$specialPageAliases = array();
/** English (English) */
$specialPageAliases['en'] = array(
'Notifications' => array( 'Notifications' ),
);
/** Macedonian (македонски) */
$specialPageAliases['mk'] = array(
'Notifications' => array( 'Известувања' ),
);
/** Simplified Chinese (中文(简体)‎) */
$specialPageAliases['zh-hans'] = array(
'Notifications' => array( '通知' ),
);