summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-04-11 12:08:10 -0400
committerBrian Evans <grknight@gentoo.org>2019-04-11 12:08:10 -0400
commit0fade6b8594219568c87e08834290cda3f6356af (patch)
treea11ca46a29dc53d2335de074b00416158490b5be /Echo/Echo.alias.php
parentCommentStreams: Include minor fixes from upstream (diff)
downloadextensions-0fade6b8594219568c87e08834290cda3f6356af.tar.gz
extensions-0fade6b8594219568c87e08834290cda3f6356af.tar.bz2
extensions-0fade6b8594219568c87e08834290cda3f6356af.zip
Update Echo for 1.32
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'Echo/Echo.alias.php')
-rw-r--r--Echo/Echo.alias.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/Echo/Echo.alias.php b/Echo/Echo.alias.php
index 606688d0..193e00df 100644
--- a/Echo/Echo.alias.php
+++ b/Echo/Echo.alias.php
@@ -222,11 +222,16 @@ $specialPageAliases['scn'] = [
'Notifications' => [ 'Notifiche' ],
];
-/** Serbian (Cyrillic script) (српски (ћирилица)‎) */
+/** Serbian (Cyrillic script) (српски (ћирилица)) */
$specialPageAliases['sr-ec'] = [
'Notifications' => [ 'Обавештења' ],
];
+/** Serbian (Latin script) (srpski (latinica)) */
+$specialPageAliases['sr-el'] = [
+ 'Notifications' => [ 'Obaveštenja' ],
+];
+
/** Swedish (svenska) */
$specialPageAliases['sv'] = [
'Notifications' => [ 'Meddelanden' ],
@@ -240,6 +245,8 @@ $specialPageAliases['uk'] = [
/** Urdu (اردو) */
$specialPageAliases['ur'] = [
'Notifications' => [ 'اطلاعات' ],
+ 'DisplayNotificationsConfiguration' => [ 'ترتیب_نمائش_اطلاعات' ],
+ 'NotificationsMarkRead' => [ 'اطلاعات_کی_خواندہ_نشان_زدگی' ],
];
/** Venetian (vèneto) */
@@ -257,12 +264,12 @@ $specialPageAliases['zh'] = [
'Notifications' => [ '通知' ],
];
-/** Simplified Chinese (中文(简体)‎) */
+/** Simplified Chinese (中文(简体)) */
$specialPageAliases['zh-hans'] = [
'Notifications' => [ '通知' ],
];
-/** Traditional Chinese (中文(繁體)‎) */
+/** Traditional Chinese (中文(繁體)) */
$specialPageAliases['zh-hant'] = [
'Notifications' => [ '通知' ],
];