From be3e55aceeb6c2387d25dd35f30b732951eff5dc Mon Sep 17 00:00:00 2001 From: vdumas Date: Thu, 6 Jun 2024 12:15:28 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07565=20-=20Polishing=20Newsroom=20-=20FR?= =?UTF-8?q?=20entries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictionaries/en.dictionary.itop.core.php | 6 ++-- dictionaries/fr.dictionary.itop.core.php | 5 +++ ...n.dictionary.itop.notifications-center.php | 3 +- ...r.dictionary.itop.notifications-center.php | 31 +++++++++++++++++++ 4 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 dictionaries/ui/pages/notifications-center/fr.dictionary.itop.notifications-center.php diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index b3960b23b..23866d968 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -689,9 +689,9 @@ Dict::Add('EN US', 'English', 'English', array( 'Class:Trigger/Attribute:complement+' => 'Further information as provided in english, by this trigger', 'Class:Trigger/Attribute:subscription_policy' => 'Subscription policy', 'Class:Trigger/Attribute:subscription_policy+' => 'Allows users to unsubscribe from the trigger', - 'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Allow no channel', - 'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Force at least one channel', - 'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Force all channels', + 'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Allow complete unsubscription', + 'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Force at least one channel (News or Email)', + 'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Deny unsubscription', )); // diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index ab7cbcb0c..0c730d77a 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -636,6 +636,11 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Class:Trigger/Attribute:context+' => 'Contexte de déclenchement', 'Class:Trigger/Attribute:complement' => 'Information complémentaire', 'Class:Trigger/Attribute:complement+' => 'Détails en anglais, fourni par ce type de déclencheur', + 'Class:Trigger/Attribute:subscription_policy' => 'Politique d\'abonnement', + 'Class:Trigger/Attribute:subscription_policy+' => 'Allows users to unsubscribe from the trigger', + 'Class:Trigger/Attribute:subscription_policy/Value:allow_no_channel' => 'Autoriser la désinscription de tous les canaux', + 'Class:Trigger/Attribute:subscription_policy/Value:force_at_least_one_channel' => 'Forcer la conservation d\'un canal (News ou Email)', + 'Class:Trigger/Attribute:subscription_policy/Value:force_all_channels' => 'Interdire la désinscription', )); // diff --git a/dictionaries/ui/pages/notifications-center/en.dictionary.itop.notifications-center.php b/dictionaries/ui/pages/notifications-center/en.dictionary.itop.notifications-center.php index a6310f10d..44f9f33e2 100644 --- a/dictionaries/ui/pages/notifications-center/en.dictionary.itop.notifications-center.php +++ b/dictionaries/ui/pages/notifications-center/en.dictionary.itop.notifications-center.php @@ -20,7 +20,8 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:NotificationsCenter:Page:Title' => 'Notifications center', 'UI:NotificationsCenter:Panel:Title' => 'Notifications center', - 'UI:NotificationsCenter:Panel:Table:Channels' => 'Channels.', + 'UI:NotificationsCenter:Panel:SubTitle' => 'Manage Notifications that you have received : unsubscribe or limit them to a single channel', + '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.', diff --git a/dictionaries/ui/pages/notifications-center/fr.dictionary.itop.notifications-center.php b/dictionaries/ui/pages/notifications-center/fr.dictionary.itop.notifications-center.php new file mode 100644 index 000000000..33b1713e4 --- /dev/null +++ b/dictionaries/ui/pages/notifications-center/fr.dictionary.itop.notifications-center.php @@ -0,0 +1,31 @@ + 'Notifications', + 'UI:NotificationsCenter:Panel: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:Table:Channels' => 'Canaux', + 'UI:NotificationsCenter:Unsubscribe:Success' => 'Vous avez été désinscrit avec succès de ce canal de notification.', + 'UI:NotificationsCenter:Unsubscribe:Error' => 'Une erreur c\'est produite, lors de votre désinscription.', + 'UI:NotificationsCenter:Subscribe:Success' => 'Vous avez été ré-inscrit avec succès sur ce canal de notification.', + 'UI:NotificationsCenter:Subscribe:Error' => 'Une erreur c\'est produite, lors de votre ré-inscription.', + 'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s sur %2$s', + 'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s', +)); \ No newline at end of file