Localisation updates from http://translatewiki.net.

Change-Id: I9c6a8bae0ae6676057f277affa93008a845a672a
This commit is contained in:
Translation updater bot 2012-11-09 10:29:03 +00:00
parent 88f7735c72
commit 6e73395e59

View file

@ -10,6 +10,15 @@ $specialPageAliases = array();
/** English (English) */
$specialPageAliases['en'] = array(
'Notifications' => array( 'Notifications' )
'Notifications' => array( 'Notifications' ),
);
/** Macedonian (македонски) */
$specialPageAliases['mk'] = array(
'Notifications' => array( 'Известувања' ),
);
/** Simplified Chinese (中文(简体)‎) */
$specialPageAliases['zh-hans'] = array(
'Notifications' => array( '通知' ),
);