Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
1675 richard 1
<?php
2
 
3
// sidebar labels
4
$L['summary'] = 'Sommaire';
5
$L['hours'] = 'Heures';
6
$L['days'] = 'Jours';
7
$L['months'] = 'Mois';
8
 
9
// main table headers
10
$L['Summary'] = 'Sommaire';
11
$L['Top 10 days'] = 'Les 10 meilleurs jours';
12
$L['Last 24 hours'] = 'Dernières 24 heures';
13
$L['Last 30 days'] = 'Derniers 30 jours';
14
$L['Last 12 months'] = 'Les 12 derniers mois';
15
 
16
// traffic table columns
17
$L['In'] = 'Entrant';
18
$L['Out'] = 'Sortant';
19
$L['Total'] = 'Total';
20
 
21
// summary rows
22
$L['This hour'] = 'Cette heure';
23
$L['This day'] = 'Aujourd\' hui';
24
$L['This month'] = 'Ce mois';
25
$L['All time'] = 'Tout temps';
26
 
27
// graph text
28
$L['Traffic data for'] = 'Traffic de donnée pour :';
29
$L['bytes in'] = 'bytes entrants';
30
$L['bytes out'] = 'bytes sortants';
31
 
32
// date formats
33
$L['datefmt_days'] = '%d %B';
34
$L['datefmt_days_img'] = '%d';
35
$L['datefmt_months'] = '%B %Y';
36
$L['datefmt_months_img'] = '%b';
37
$L['datefmt_hours'] = '%Hh%M';
38
$L['datefmt_hours_img'] = '%H';
39
$L['datefmt_top'] = '%d %B %Y';