<?php
/**
  @licence GPL 2005-2011  The osCSS developers - osCSS Open Source E-commerce
  @portion code Copyright (c) 2002 osCommerce
  @package osCSS-2 <www http://www.oscss.org>
  @version 2.1.0
  @date  26/03/11, 23:17
  @author oscim <mail aurelien@oscim.fr> <www http://www.oscim.fr>
  @encode UTF-8
*/

$lang['email subject']='Happy Birthday %s!';
$lang['email content']='Dear %s,'. "<br /><br />" .
'From our records, we found that your birthday is on %s. Therefore, we from '.STORE_NAME.' would like take this opportunity to wish you Happy Birthday!!!<br /><br />

  ** MAY ALL YOUR DREAMS COMES TRUE ! **<br />
  ** and buy more for less money **<br />

We hope that this little email have lighten up your day (a little if not much) :-)<br />

Have a nice day and hope to see you again at '. STORE_NAME .'!<br />
<br />
<br />
Yours truly,
'.STORE_OWNER . "\n" . STORE_NAME . ' - ' . HTTP_SERVER . DIR_WS_CATALOG . "<br />";
?>