1 | <?php |
---|
2 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
3 | |
---|
4 | 'continuer'=>'Continuer', |
---|
5 | 'aucun_produit'=>'Aucun produit', |
---|
6 | 'les_produits'=>'Les produits', |
---|
7 | 'ajouter_au_panier'=>'Ajouter au panier', |
---|
8 | 'boutique'=>'Boutique', |
---|
9 | 'panier'=>'Panier', |
---|
10 | 'coordonnees'=>'Coordonnées', |
---|
11 | 'commande'=>'Commande', |
---|
12 | 'paiement'=>'Paiement', |
---|
13 | 'modifiez_vos_coordonnees'=>'Modifiez vos coordonnées', |
---|
14 | 'deja_inscrit'=>'Déja inscrit', |
---|
15 | 'vous_inscrire'=>'Vous inscrire', |
---|
16 | 'vider_le_panier'=>'Vider le panier', |
---|
17 | 'votre_commande'=>'Votre commande', |
---|
18 | 'votre_commande_sur'=>'Votre commande sur @nom@', |
---|
19 | 'une_commande_sur'=>'Une commande sur @nom@', |
---|
20 | 'merci_de_votre_commande'=>'Nous vous remercions de votre commande @ref@', |
---|
21 | 'vos_commandes_payees'=>'Vos commandes payées', |
---|
22 | 'total'=>'Total', |
---|
23 | 'acces_facture'=>'Facture', |
---|
24 | 'paiement'=>'Paiement', |
---|
25 | 'paiement_fictif'=>'Paiement fictif', |
---|
26 | 'passer_la_commande'=>'Passer la commande', |
---|
27 | 'aucune_commande_valide'=>'Il n\'y a (actuellement) aucune commande.', |
---|
28 | |
---|
29 | ); |
---|
30 | ?> |
---|