27 lines
1.8 KiB
PHP
Executable File
27 lines
1.8 KiB
PHP
Executable File
<?php
|
|
|
|
global $_LANGMAIL;
|
|
$_LANGMAIL = array();
|
|
$_LANGMAIL['Welcome!'] = 'Bienvenue !';
|
|
$_LANGMAIL['Process the payment of your order'] = 'Régler votre commande';
|
|
$_LANGMAIL['Your message has been correctly sent #ct%1$s #tc%2$s'] = 'Votre message a bien été envoyé';
|
|
$_LANGMAIL['Your message has been correctly sent'] = 'Votre message a bien été envoyé';
|
|
$_LANGMAIL['Message from contact form'] = 'Message depuis le formulaire de contact';
|
|
$_LANGMAIL['New credit slip regarding your order'] = 'Nouvel avoir concernant votre commande';
|
|
$_LANGMAIL['The virtual product that you bought is available for download'] = '';
|
|
$_LANGMAIL['Fwd: Customer message'] = 'TR: Message d\'un client';
|
|
$_LANGMAIL['Your guest account has been transformed into a customer account'] = 'Votre compte invité a été transformé en compte client';
|
|
$_LANGMAIL['Package in transit'] = 'Livraison en cours';
|
|
$_LANGMAIL['Log: You have a new alert from your shop'] = 'Log : Vous avez un nouveau message d\'alerte dans votre boutique';
|
|
$_LANGMAIL['Your order has been changed'] = 'Votre commande a été modifiée';
|
|
$_LANGMAIL['Order confirmation'] = 'Confirmation de commande';
|
|
$_LANGMAIL['Message from a customer'] = 'Message d\'un client';
|
|
$_LANGMAIL['New message regarding your order'] = 'Nouveau message concernant votre commande';
|
|
$_LANGMAIL['Your order return status has changed'] = 'L\'état de votre retour produit a été modifié';
|
|
$_LANGMAIL['Your new password'] = 'Votre nouveau mot de passe';
|
|
$_LANGMAIL['Password query confirmation'] = 'Confirmation de demande de mot de passe';
|
|
$_LANGMAIL['An answer to your message is available #ct%1$s #tc%2$s'] = 'Une réponse à votre message est disponible #ct%1$s #tc%2$s';
|
|
$_LANGMAIL['New voucher for your order #%s'] = 'Votre commande est entre de bonnes mains !';
|
|
$_LANGMAIL['New voucher for your order %s'] = 'Votre commande est entre de bonnes mains !';
|
|
|
|
?>
|