<?php
// Heading
$_['heading_title'] = 'Approbations du client';

// Text
$_['text_success'] = 'Succès: vous avez modifiè les approbations des clients!';
$_['text_list'] = 'Liste d\'approbation du client';
$_['text_default'] = 'Dèfaut';
$_['text_customer'] = 'Client';
$_['text_affiliate'] = 'Affiliè';

// Column
$_['column_name'] = 'Nom du client';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Groupe de clients';
$_['column_type'] = 'Type';
$_['column_date_added'] = 'Date d\'ajout';
$_['column_action'] = 'Action';

// Entry
$_['entry_name'] = 'Nom du client';
$_['entry_email'] = 'E-Mail';
$_['entry_customer_group'] = 'Groupe de clients';
$_['entry_type'] = 'Type';
$_['entry_date_added'] = 'Date d\'ajout';

// Error
$_['error_permission'] = 'Attention: Vous n\'avez pas la permission de modifier les approbations des clients!';
