<?php
// Heading 
$_['heading_title']     = 'DISPO SOUS 5 A 7 JOURS. En pre-commande chez notre fournisseur.';

// Text
$_['text_description']     = 
'Renseignez votre e-mail pour etre averti de la disponibilit&eacute; :';

$_['text_success']      = 
'E-mail registered!<br/>Vous serez averti par mail de la dispo du produit.';

$_['mail_subject'] = '{store_name}  - Produit {product_name} disponible !';

$_['mail_message'] = 
'Bonjour,<br/> <br/> 
Nous vous signalons que le produit : {product_name} est maintenant disponible a la vente.
<br/><br/> 
Vous pouvez y acceder par ce lien : {product_link}
<br/><br/> 
Merci de votre interet pour nos produits.
<br/> <br/>
Cordialement.
<br/> <br/>
{store_name}';
//-----------------------------------
$_['mail_admin_subject'] = '{store_name} -  Notices of available product {product_name} delivered.';
//-----------------------------------
$_['mail_admin_message'] =
'Hello!
<br/> <br/> 
Notices of product {product_name} availability were delivered.
<br/> <br/> 
Best Regards,
<br/> <br/>
{store_name}';
//-----------------------------------

$_['text_error_mail']        = 'This e-mail is not valid!';

$_['text_error_data']        = 'Invalid form data.';

//button
$_['button_register']    = 'Envoyer';

?>