customer_credit.php
493 Bytes
<?php
// Heading
$_['heading_title'] = 'Rapport sur les crédits client';
// Column
$_['text_list'] = 'Liste des crédits client';
$_['column_customer'] = 'Nom du client';
$_['column_email'] = 'Courriel';
$_['column_customer_group'] = 'Groupe clients';
$_['column_status'] = 'État';
$_['column_total'] = 'Total';
$_['column_action'] = 'Action';
// Entry
$_['entry_date_start'] = 'Date de début :';
$_['entry_date_end'] = 'Date de fin :';
?>