product.php
2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php
// Text
$_['text_search'] = 'Recherche';
$_['text_brand'] = 'Marque';
$_['text_manufacturer'] = 'Fabricant :';
$_['text_model'] = 'Modèle :';
$_['text_reward'] = 'Points de fidelité :';
$_['text_points'] = 'Prix en points de fidelité :';
$_['text_stock'] = 'Disponibilité :';
$_['text_instock'] = 'En Stock';
$_['text_tax'] = 'H.T :';
$_['text_discount'] = '%s ou plus %s';
$_['text_option'] = 'Options disponibles';
$_['text_minimum'] = '(Ce produit a une quantité minimum de %s)';
$_['text_reviews'] = '(%s avis)';
$_['text_write'] = 'Écrire un avis';
$_['text_login'] = 'Merci de vous <a href="%s">login</a> or <a href="%s">enregistre</a> pour poster un avis';
$_['text_no_reviews'] = 'Il n’y a aucun avis sur ce produit.';
$_['text_note'] = '<span style="color: #FF0000;">Note :</span> Le HTML n’est pas pris en charge ! ';
$_['text_success'] = 'Nous vous remercions pour votre avis. Il a été soumis au webmestre pour approbation.';
$_['text_related'] = 'Produits apparentés';
$_['text_tags'] = 'Etiquettes :';
$_['text_error'] = 'Produit introuvable !';
$_['text_payment_recurring'] = 'Profils de paiement';
$_['text_trial_description'] = '%s chaque %d %s(s) pour %d paiement(s) depuis';
$_['text_payment_description'] = '%s chaque %d %s(s) pour %d paiement(s)';
$_['text_payment_until_canceled_description'] = '%s chaque %d %s(s) jusqu’à annulation';
$_['text_day'] = 'jour';
$_['text_week'] = 'semaine';
$_['text_semi_month'] = 'quinzaine';
$_['text_month'] = 'mois';
$_['text_year'] = 'année';
// Entry
$_['entry_qty'] = 'Qantité :';
$_['entry_name'] = 'Votre nom :';
$_['entry_review'] = 'Votre avis :';
$_['entry_rating'] = 'Évaluation :';
$_['entry_good'] = 'Bon';
$_['entry_bad'] = 'Mauvais';
$_['entry_captcha'] = 'Saisir le code ci-dessous :';
// Tabs
$_['tab_description'] = 'Description';
$_['tab_attribute'] = 'Spécificités';
$_['tab_review'] = 'Avis (%s)';
// Error
$_['error_name'] = 'Erreur, le nom doit être composé de 3 à 25 caractères ! ';
$_['error_text'] = 'Erreur : L’avis doit être composé de 25 à 1000 caractères ! ';
$_['error_rating'] = 'Erreur : Veuillez choisir une évaluation ! ';
$_['error_captcha'] = 'Erreur, le code de vérification ne correspond pas à l’image ! ';
?>