forked from itop-itsm-ru/dashlet-calendar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfr.dict.knowitop-dashlet-calendar.php
46 lines (45 loc) · 2.37 KB
/
fr.dict.knowitop-dashlet-calendar.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2016-2022 Vladimir Kunin <[email protected]>
* @license http://opensource.org/licenses/AGPL-3.0
*/
Dict::Add('FR FR', 'French', 'French', array(
'UI:DashletCalendar:Label' => 'Calendrier',
'UI:DashletCalendar:Description' => 'Calendrier',
'UI:WorkOrderCalendar:Title' => 'Calendrier des tâches',
'UI:WorkOrderCalendar:Title+' => 'Calendrier des tâches',
'UI:DashletCalendar:Prop-Title' => 'Titre',
'UI:DashletCalendar:Prop-Default-View' => 'Vue par défaut',
'UI:DashletCalendar:Prop-Default-View:Month' => 'Mois',
'UI:DashletCalendar:Prop-Default-View:Week' => 'Semaine',
'UI:DashletCalendar:Prop-Default-View:Day' => 'Jour',
'UI:DashletCalendar:Prop-Default-View:List' => 'Liste',
'UI:DashletCalendar:Prop-List-Period' => 'Période de la vue liste',
'UI:DashletCalendar:Prop-List-Period:Day' => 'Jour',
'UI:DashletCalendar:Prop-List-Period:Week' => 'Semaine',
'UI:DashletCalendar:Prop-List-Period:Month' => 'Mois',
'UI:DashletCalendar:Prop-List-Period:Year' => 'Année',
'UI:DashletCalendar:Prop-Agenda-Week' => 'Agenda de la semaine',
'UI:DashletCalendar:Prop-Agenda-Day' => 'Agenda du jour',
'UI:DashletCalendar:EventSet' => 'Objets %1$d',
'UI:DashletCalendar:Event:Prop-Enabled' => 'Activé',
'UI:DashletCalendar:Event:Prop-Query' => 'Requête',
'UI:DashletCalendar:Event:Prop-Start' => 'Début de l\'évènement',
'UI:DashletCalendar:Event:Prop-End' => 'Fin de l\'évènement',
'UI:DashletCalendar:Event:Prop-Unfinished' => 'Evènements non terminés',
'UI:DashletCalendar:Event:Prop-Title' => 'Titre de l\'évènement',
'UI:DashletCalendar:Event:Prop-Desc' => 'Description de l\'évènement',
'UI:DashletCalendar:Event:Prop-Color' => 'Couleur',
'UI:DashletCalendar:Event:Prop-Color:blue' => 'Bleu',
'UI:DashletCalendar:Event:Prop-Color:brown' => 'Marron',
'UI:DashletCalendar:Event:Prop-Color:cyan' => 'Cyan',
'UI:DashletCalendar:Event:Prop-Color:gray' => 'Gris',
'UI:DashletCalendar:Event:Prop-Color:green' => 'Vert',
'UI:DashletCalendar:Event:Prop-Color:orange' => 'Orange',
'UI:DashletCalendar:Event:Prop-Color:pink' => 'Rose',
'UI:DashletCalendar:Event:Prop-Color:purple' => 'Violet',
'UI:DashletCalendar:Event:Prop-Color:red' => 'Rouge',
'UI:DashletCalendar:Event:Prop-Color:yellow' => 'Jaune',
));