<?php
// Text
$_['text_search']       = 'Recherche';
$_['text_date_added']       = 'Ajout&eacute;';

$_['text_comments']  = ' %s commentaires'; 
$_['text_viewed']  = ' %s vues'; 
$_['text_date_added']  = 'Ajout&eacute;'; 
$_['text_author']  = 'Auteur :'; 
$_['text_more']  = 'Details'; 
$_['text_by']       = 'Par '; 
$_['text_points']       = 'Prix en points de fid&eacute;lit&eacute; :';
$_['text_stock']        = 'Disponibilit&eacute; :';
$_['text_instock']      = 'En Stock';
$_['text_price']        = 'Prix :'; 
$_['text_tax']          = 'Ex Tax:'; 
$_['text_discount']     = '%s ou plus %s';
$_['text_option']       = 'Options Disponibles';
$_['text_qty']          = 'Quantit&eacute; :';
$_['text_minimum']      = 'This article has a minimum quantity of %s';
$_['text_or']           = '- OU -';

$_['text_write']        = 'laisser un Commentaire';
$_['text_no_comments']   = 'pas de commentaires pour cet article.';
$_['text_on']           = ' le ';
$_['text_note']         = '<span style="color: #FF0000;">Note:</span> HTML is not translated!';
$_['text_share']        = 'Partager';
$_['text_success']      = 'merci pour votre commentaire.';
$_['text_wait']         = 'Merci d attendre';
$_['text_tags']         = 'Tags:';
$_['text_error']        = 'Article introuvable !';
$_['text_related_product']        = 'Produits Compl&eacute;mentaires';
$_['text_login_to_download'] = 'You must login to download this attachment!';
// Entry
$_['entry_name']        = 'Votre Nom :';
$_['entry_comment']      = 'Votre Commentaire :';
$_['entry_rating']      = 'Note :';
$_['entry_good']        = 'Bon';
$_['entry_bad']         = 'Mauvais';
$_['entry_captcha']     = 'Entrez le code ci dessous :';

// Tabs
$_['tab_description']   = 'Description';
$_['tab_download']   = 'Download';
$_['tab_image']     = 'Image';
$_['tab_comment']        = 'Commentaires (%s)';
$_['tab_related']       = 'Articles en relation'; 
$_['tab_poll']       = 'Sondage'; 

// Error
$_['error_name']        = 'Warning: Review Name must be between 3 and 25 characters!';
$_['error_text']        = 'Warning: Review Text must be between 25 and 1000 characters!';
$_['error_rating']      = 'Warning: Please select a review rating!';
$_['error_captcha']     = 'Warning: Verification code does not match the image!';
$_['error_upload']      = 'Upload required!';
$_['error_filename']    = 'Filename must be between 3 and 64 characters!';
$_['error_filetype']    = 'Invalid file type!';
?>