From 0fade6b8594219568c87e08834290cda3f6356af Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Thu, 11 Apr 2019 12:08:10 -0400 Subject: Update Echo for 1.32 Signed-off-by: Brian Evans --- Echo/Echo.alias.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Echo/Echo.alias.php') 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' => [ '通知' ], ]; -- cgit v1.2.3-65-gdbad