<?php
// Heading
$_['heading_title'] 		= 'PROMO DU JOUR';

// Text
$_['text_no_special_product']  = 'Aucune promo.';
$_['text_availability']  = 'Disponibilit&eacute; :';
$_['text_quantity']  = 'Stock Disponible :';
$_['text_price']  = 'Prix Normal';
$_['text_discount']  = 'Remise';
$_['text_buy_at']  = 'PRIX PROMO';
$_['text_you_save']  = '&Eacute;conomie :';
$_['text_add_to_cart']  = 'Ajouter au Panier';
$_['text_years']  = 'Ann&eacute;es';
$_['text_months']  = 'Mois';
$_['text_weeks']  = 'Semaines';
$_['text_days']  = 'Jours';
$_['text_hours']  = 'Heures';
$_['text_minutes']  = 'Minutes';
$_['text_seconds']  = 'Secondes';
$_['text_year']  = 'Ann&eacute;e';
$_['text_month']  = 'Mois';
$_['text_week']  = 'Semaine';
$_['text_day']  = 'Jour';
$_['text_hour']  = 'Heure';
$_['text_minute']  = 'Minute';
$_['text_second']  = 'Seconde';
$_['text_instock'] = 'En Stock';

?>