mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
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: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',
|
|
)); |