free_checkout.php
599 Bytes
<?php
// Heading
$_['heading_title'] = 'Commande gratuite';
// Text
$_['text_payment'] = 'Paiement';
$_['text_success'] = 'Félicitations, vous avez modifié les détails de la <b>Commande gratuite</b> avec succès !';
$_['text_edit'] = 'Modifier Commande gratuite';
// Entry
$_['entry_order_status'] = 'État de la commande :';
$_['entry_status'] = 'État :';
$_['entry_sort_order'] = 'Classement :';
// Error
$_['error_permission'] = 'Attention, vous n’avez pas la permission de modifier le paiement <bCommande gratuite</b> !';
?>