<?php
// Heading
$_['heading_title']       = 'Rapport';

// Text
$_['text_year']           = 'Annees';
$_['text_month']          = 'Mois';
$_['text_week']           = 'Semaines';
$_['text_day']            = 'Jours';
$_['text_all_status']     = 'Tous les statuts';

// Column
$_['column_date_start']   = 'Depart';
$_['column_date_end']     = 'Fin';
$_['column_auctions']     = 'Nombre d encheres';
$_['column_auction_bids'] = 'Nombre d offres';
$_['column_customers']    = 'Nombre de clients';
$_['column_total_worth']  = 'Total Worth';
$_['column_total_paid']   = 'Total Paid';

// Entry
$_['entry_date_start']    = 'Date de Debut :';
$_['entry_date_end']      = 'Date de Fin :';
$_['entry_group']         = 'Groupe par :';
$_['entry_status']        = 'Statut d encheres :';
?>