N°7565 - Add button in notifications center to access the "all news" page

This commit is contained in:
Molkobain
2024-07-04 23:59:39 +02:00
parent 296c5bd3d2
commit 7cedc501f7
3 changed files with 11 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ Dict::Add('EN US', 'English', 'English', array(
'UI:NotificationsCenter:Page:Title' => 'Notifications center',
'UI:NotificationsCenter:Panel:Title' => 'Notifications center',
'UI:NotificationsCenter:Panel:SubTitle' => 'Manage Notifications that you have received : unsubscribe or limit them to a single channel',
'UI:NotificationsCenter:Panel:Toolbar:ViewAllNews:Title' => 'View all my news',
'UI:NotificationsCenter:Panel:Table:Channels' => 'Channels',
'UI:NotificationsCenter:Unsubscribe:Success' => 'You have been successfully unsubscribed from the selected notifications.',
'UI:NotificationsCenter:Unsubscribe:Error' => 'An error occurred while unsubscribing from the selected notifications.',

View File

@@ -14,6 +14,7 @@ Dict::Add('FR FR', 'French', 'Français', [
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s sur %2$s',
'UI:NotificationsCenter:Page:Title' => 'Notifications',
'UI:NotificationsCenter:Panel:SubTitle' => 'Gérer les Notifications dont vous êtes destinataire : désinscrivez-vous ou limitez les à un seul canal',
'UI:NotificationsCenter:Panel:Toolbar:ViewAllNews:Title' => 'Voir toutes mes news',
'UI:NotificationsCenter:Panel:Table:Channels' => 'Canaux',
'UI:NotificationsCenter:Panel:Title' => 'Notifications',
'UI:NotificationsCenter:Subscribe:Error' => 'Une erreur c\'est produite, lors de votre ré-inscription.',