-
Notifications
You must be signed in to change notification settings - Fork 1
/
fr.dict.email-reply.php
executable file
·32 lines (32 loc) · 1.45 KB
/
fr.dict.email-reply.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Erwan Taloc <[email protected]>
* @author Romain Quetiez <[email protected]>
* @author Denis Flaven <[email protected]>
*
*/
Dict::Add('FR FR', 'French', 'Français', [
'Class:TriggerOnLogUpdate' => 'Déclencheur sur mise à jour du journal',
'Class:TriggerOnLogUpdate+' => 'Déclencheur sur mise à jour du journal',
'Class:TriggerOnLogUpdate/Attribute:target_log' => 'Code du journal',
'Class:TriggerOnLogUpdate/Attribute:target_log+' => 'Code de l\'attribut du journal concerné',
'UI-emry-attachment-label' => '<b>%1$s</b> - %2$s',
'UI-emry-attachment-label-with-timestamp' => '<b>%1$s</b> at %4$s - %2$s',
'UI-emry-attachment-label-with-uploadername' => '<b>%1$s</b> by %3$s - %2$s',
'UI-emry-attachment-label-with-uploadername-with-timestamp' => '<b>%1$s</b> by %3$s at %4$s - %2$s',
'UI-emry-attachments-to-be-sent' => 'Les pièces jointes suivantes seront envoyées:',
'UI-emry-caselog-prompt' => 'Entrez votre texte ici',
'UI-emry-enable' => 'Envoyer votre réponse par Email',
'UI-emry-enable:Short' => 'Notifier',
'UI-emry-noattachment' => 'Aucun attachement',
'UI-emry-select-attachments' => 'Pièces jointes...',
'UI-emry-select-attachments-tooltip' => 'Cliquez pour choisir les pièces jointes à envoyer',
'UI-emry-select-attachments:Short' => 'Pièces jointes',
]);