|
From: FlorinCB <ory...@us...> - 2008-10-04 08:03:25
|
Update of /cvsroot/mxbb/mx_contact/develop/addons/Recipient List addon/root/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv842/develop/addons/Recipient List addon/root/language/lang_english Added Files: lang_contacts.php Log Message: new version of contact module --- NEW FILE: lang_contacts.php --- <?php /*************************************************************************** * lang_contacts.php * ----------------- * Version: 1.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 17:47 02/03/2007 * ***************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ $lang['Contacts_list'] = 'Select a Recipient'; $lang['Contacts_explain'] = 'Your message will be sent to the Site Admin unless you choose another recipient'; // // Array of Recipients // $lang['contact_me']['3'] = 'Technical Support'; $lang['contact_me']['4'] = 'Billing Dept'; $lang['contact_me']['5'] = 'Human Resources'; $lang['contact_me']['6'] = 'Public Relations'; ?> |