|
From: OryNider <ory...@us...> - 2007-12-12 18:42:20
|
Update of /cvsroot/mxbb/mx_contact/contrib/addons/Recipient List addon/root/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3898 Added Files: lang_contacts.php Log Message: First Version! --- 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'; ?> |