-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathcommon.php
More file actions
52 lines (45 loc) · 1.18 KB
/
common.php
File metadata and controls
52 lines (45 loc) · 1.18 KB
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
47
48
49
50
51
52
<?php
return [
'confirm' => 'Confirmer la suppression ?',
'accept' => 'Accepter',
'cancel' => 'Annuler',
'check' => 'Vérifier',
'clone' => 'Copier',
'close' => 'Fermer',
'create' => 'Créer',
'delete' => 'Supprimer',
'download' => 'Télécharger',
'edit' => 'Modifier',
'history' => 'Historique',
'import' => 'Importer',
'make' => 'Faire',
'new' => 'Nouveau',
'plan' => 'Planifier',
'reject' => "Rejeter",
'save' => 'Sauver',
'show' => 'Voir',
'test' => 'Tester',
'unplan' => 'Déplanifier',
'validate' => 'Valider',
'once' => 'Une fois',
'weekly' => 'Hebdomadaire',
'monthly' => 'Mensuel',
'quarterly' => 'Trimestriel',
'biannually' => 'Bisanuel',
'annually' => 'Annuel',
'next' => 'Suivant',
'previous' => 'Précédent',
'more_info' => "Plus d'infos",
'green' => 'Vert',
'orange' => 'Orange',
'red' => 'Rouge',
'fail' => 'Echec',
'alert' => 'Alerte',
'success' => 'Réussi',
'unknown' => 'Inconnu',
'date' => 'Date',
'never' => 'Jamais',
'day' => 'Quotidiennement',
'week' => 'Hebdomadairement',
'month' => 'Mensuellement'
];