Add Czech alias of Special:Notifications

Change-Id: I63ae5316d4493798907ef995b091feb2e304c453
This commit is contained in:
matejsuchanek 2015-12-07 17:15:09 +01:00
parent 0e72980c55
commit c4b41a3f60

View file

@ -44,6 +44,11 @@ $specialPageAliases['ce'] = array(
'Notifications' => array( 'ДӀахаийтар' ),
);
/** Czech (čeština) */
$specialPageAliases['cs'] = array(
'Notifications' => array( 'Upozornění' ),
);
/** German (Deutsch) */
$specialPageAliases['de'] = array(
'Notifications' => array( 'Benachrichtigungen' ),