Files
iTop/dictionaries/ui/pages/notifications-center/en_gb.dictionary.itop.notifications-center.php

21 lines
1.2 KiB
PHP

<?php
/**
* @copyright Copyright (C) 2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('EN GB', 'British English', 'British English', [
'UI:NotificationsCenter:Page:Title' => 'Notifications centre',
'UI:NotificationsCenter:Panel:Title' => 'Notifications centre',
'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.',
'UI:NotificationsCenter:Subscribe:Success' => 'You have been successfully subscribed to the selected notifications.',
'UI:NotificationsCenter:Subscribe:Error' => 'An error occurred while subscribing to the selected notifications.',
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s out of %2$s',
'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s',
]);