mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s',
|
||||
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s sur %2$s',
|
||||
Dict::Add('FR FR', 'French', 'Français', array(
|
||||
'UI:NotificationsCenter:Page:Title' => 'Notifications',
|
||||
'UI:NotificationsCenter:Panel:Title' => 'Notifications',
|
||||
'UI:NotificationsCenter:Panel:SubTitle' => 'Gérer les Notifications dont vous êtes destinataire : désabonnez-vous des news, des méls ou des deux',
|
||||
'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.',
|
||||
'UI:NotificationsCenter:Subscribe:Success' => 'Vous avez été ré-inscrit avec succès sur ce canal de notification.',
|
||||
'UI:NotificationsCenter:Unsubscribe:Error' => 'Une erreur c\'est produite, lors de votre désinscription.',
|
||||
'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',
|
||||
));
|
||||
Reference in New Issue
Block a user