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

// Text
$_['text_order_total']             = 'Total Commandes';
$_['text_customer_total']          = 'Total Clients';
$_['text_sale_total']              = 'Total Ventes';
$_['text_online_total']            = 'Internautes en ligne';
$_['text_map']                     = 'Carte du monde';
$_['text_sale']                    = 'Statistique des ventes';
$_['text_activity']                = 'Activit&eacute; r&eacute;cente';
$_['text_recent']                  = 'Derni&egrave;res commandes';
$_['text_order']                   = 'Commandes';
$_['text_customer']                = 'Clients';
$_['text_day']                     = 'Aujourd&#8217;hui';
$_['text_week']                    = 'Semaine';
$_['text_month']                   = 'Mois';
$_['text_year']                    = 'Ann&eacute;e';
$_['text_view']                    = 'Voir plus...';

// Error
$_['error_install']                = 'Attention : Le dossier install existe encore et doit &ecirc;tre supprim&eacute; pour des raisons de s&eacute;curit&eacute; !';
?>