mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
🌐 N°7932 Translations - British English (#677)
* Translation into EN GB
This commit is contained in:
committed by
GitHub
parent
ef42a49009
commit
596e26a96f
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright (C) 2024 Combodo SAS
|
||||
* @license https://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
Dict::Add('EN GB', 'British English', 'British English', array(
|
||||
'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',
|
||||
));
|
||||
Reference in New Issue
Block a user