search.php
1.5 KB
<?php
// Heading
$_['heading_title'] = 'Recherche';
$_['heading_tag'] = 'Tag - ';
// Text
$_['text_search'] = 'Produits correspondants aux critères de recherche';
$_['text_keyword'] = 'Mots-clés';
$_['text_category'] = 'Catégories';
$_['text_sub_category'] = 'Recherche dans les sous-catégories';
$_['text_empty'] = 'Il n’y a aucun produit correspondant aux critères de recherche.';
$_['text_quantity'] = 'Qté :';
$_['text_manufacturer'] = 'Marque :';
$_['text_model'] = 'Code produit :';
$_['text_points'] = 'Points de fidelité :';
$_['text_price'] = 'Prix :';
$_['text_tax'] = 'H.T :';
$_['text_reviews'] = 'Basé sur %s avis.';
$_['text_compare'] = 'Comparatif produit (%s)';
$_['text_sort'] = 'Classer par :';
$_['text_default'] = 'Défaut';
$_['text_name_asc'] = 'Nom par ordre croissant (de A à Z)';
$_['text_name_desc'] = 'Nom par ordre décroissant (de Z à A)';
$_['text_price_asc'] = 'Prix du plus faible au plus fort';
$_['text_price_desc'] = 'Prix du plus fort au plus faible';
$_['text_rating_asc'] = 'Évaluation la plus faible';
$_['text_rating_desc'] = 'Évaluation la plus forte';
$_['text_model_asc'] = 'Modèle par ordre croissant (de A à Z)';
$_['text_model_desc'] = 'Modèle par ordre décroissant (de Z à A)';
$_['text_limit'] = 'Voir :';
// Entry
$_['entry_search'] = 'Recherche :';
$_['entry_description'] = 'Recherche dans la description du produit';
?>