<?php
// Heading
$_['heading_title']				= 'Tableau de bord';

// Text

			$_['text_total_auction']            = 'Total Auctions:';
			
$_['text_overview']				= 'Pr&eacute;sentation';
$_['text_statistics']				= 'Statistiques';
$_['text_latest_10_orders']			= 'Les 10 derni&egrave;res commandes';
$_['text_total_sale']				= 'Total des ventes :';
$_['text_total_sale_year']			= 'Total des ventes de cette ann&eacute;e :';
$_['text_total_order']				= 'Total des commandes :';
$_['text_total_customer']			= 'Nombre de clients :';
$_['text_total_customer_approval']	        = 'Clients en attente d&#8217;approbation :';
$_['text_total_review_approval']	        = 'Avis en attente d&#8217;approbation :';
$_['text_total_affiliate']			= 'Nombre d&#8217;affili&eacute;s :';
$_['text_total_affiliate_approval']	        = 'Affili&eacute;s en attente d&#8217;approbation :';
$_['text_day']					= 'Aujourd&#8217;hui';
$_['text_week']					= 'Cette Semaine';
$_['text_month']				= 'Ce Mois';
$_['text_year']					= 'Cette Ann&eacute;e';
$_['text_order']				= 'Nombre de Commandes';
$_['text_customer']				= 'Nombre de Clients';

// Column
$_['column_order']				= 'R&eacute;f.';
$_['column_customer']				= 'Nom du Client';
$_['column_status']				= '&Eacute;tat';
$_['column_date_added']				= 'Date d&#8217;Ajout';
$_['column_total']				= 'Total';
$_['column_firstname']				= 'Pr&eacute;nom';
$_['column_lastname']				= 'Nom';
$_['column_action']				= 'Action';

// Entry
$_['entry_range']					= 'Choisir une p&eacute;riode :';

// Error
$_['error_install']					= 'Attention, le r&eacute;pertoire <b>install</b> existe encore !';
$_['error_image']					= 'Attention, le r&eacute;pertoire <b>image</b> %s est non autoris&eacute; en &eacute;criture !';
$_['error_image_cache']				= 'Attention, le r&eacute;pertoire <b>image/cache</b> %s est non autoris&eacute; en &eacute;criture !';
$_['error_cache']					= 'Attention, le r&eacute;pertoire <b>cache</b> %s est non autoris&eacute; en &eacute;criture !';
$_['error_download']				= 'Attention, le r&eacute;pertoire <b>download</b> %s est non autoris&eacute; en &eacute;criture !';
$_['error_logs']					= 'Attention, le r&eacute;pertoire <b>log</b> %s est non autoris&eacute; en &eacute;criture !';
?>