N°7327 - Allows to differentiate newsroom priorities

This commit is contained in:
Stephen Abello
2024-03-08 09:53:15 +01:00
parent 48f7ae8476
commit 892a7fa95f
18 changed files with 99 additions and 7 deletions

View File

@@ -1615,6 +1615,10 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Newsroom:ResetCache:Success:Message' => 'Your newsroom cache has been successfully reset~~',
'UI:Newsroom:DisplayMessagesFor_Provider' => 'Nachrichten von %1$s anzeigen',
'UI:Newsroom:DisplayAtMost_X_Messages' => 'Zeigen Sie höchstens %1$s Beiträge im Menü (%2$s) an.',
'UI:Newsroom:Priority:1:Tooltip' => 'Critical~~',
'UI:Newsroom:Priority:2:Tooltip' => 'Urgent~~',
'UI:Newsroom:Priority:3:Tooltip' => 'Important~~',
'UI:Newsroom:Priority:4:Tooltip' => 'Normal~~',
));