<?php
// Heading 
$_['heading_title']   = 'Mon historique de commande';

// Text
$_['text_account']    = 'Compte';
$_['text_history']    = 'Historique de commande';
$_['text_order']      = 'R&eacute;f&eacute;rence commande :';
$_['text_status']     = '&Eacute;tat :';
$_['text_date_added'] = 'Date :';
$_['text_customer']   = 'Client :';
$_['text_products']   = 'Produits :';
$_['text_total']      = 'Total :';
$_['text_error']      = 'Vous n&#39;avez effectu&eacute; aucune commande !';
?>