<?php
// Heading
$_['heading_title']		= 'Comparatif produit';

// Text
$_['text_product']		= 'Détails des produits';
$_['text_name']			= 'Produit';
$_['text_image']		= 'Image';
$_['text_price']		= 'Prix';
$_['text_model']		= 'Modèle';
$_['text_manufacturer']	= 'Fabricant';
$_['text_availability']	= 'Disponibilité';
$_['text_instock']		= 'En stock';
$_['text_rating']		= 'évaluation';
$_['text_reviews']		= 'Basé sur %s avis.';
$_['text_summary']		= 'Sommaire';
$_['text_weight']		= 'Poids';
$_['text_dimension']	= 'Dimensions (L x l x H)';
$_['text_compare']		= 'Comparatif produit (%s)';
$_['text_success']		= 'Félicitations, vous avez ajouté <a href="%s">%s</a> à votre <a href="%s">comparatif produit</a> !';
$_['text_remove']		= 'Retirer';
$_['text_empty']		= 'Vous n\'avez choisi aucun produit à comparer.';
?>