forked from Combodo/precanned-replies-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fr.dict.precanned-replies-pro.php
30 lines (30 loc) · 1.3 KB
/
fr.dict.precanned-replies-pro.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
<?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:PrecannedReply/Attribute:category_id' => 'Catégorie',
'Class:PrecannedReply/Attribute:category_id+' => '',
'Class:PrecannedReply/Attribute:org_id' => 'Organisation',
'Class:PrecannedReply/Attribute:org_id+' => '',
'Class:PrecannedReplyCategory' => 'Catégorie de réponse prédéfinie',
'Class:PrecannedReplyCategory+' => 'Catégorie de réponse prédéfinie',
'Class:PrecannedReplyCategory/Attribute:description' => 'Description',
'Class:PrecannedReplyCategory/Attribute:description+' => '',
'Class:PrecannedReplyCategory/Attribute:name' => 'Nom',
'Class:PrecannedReplyCategory/Attribute:name+' => '',
'Class:PrecannedReplyCategory/Attribute:replies_list' => 'Réponses prédéfinies',
'Class:PrecannedReplyCategory/Attribute:replies_list+' => 'Réponses prédéfinies dans cette catégorie',
'Menu:PrecannedRepliesCategories' => 'Catégories de réponse prédéfinie',
'Menu:PrecannedRepliesCategories+' => 'Catégories de réponse prédéfinie',
]);