|
From: FlorinCB <ory...@us...> - 2008-10-04 08:03:25
|
Update of /cvsroot/mxbb/mx_contact/develop/addons/Reasons addon/root/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv842/develop/addons/Reasons addon/root/language/lang_english Added Files: lang_contact_options.php Log Message: new version of contact module --- NEW FILE: lang_contact_options.php --- <?php /*************************************************************************** * lang_contact_options.php * ------------------------ * Version: 1.0.0 * Begin: Sunday, Sept 17, 2006 * Copyright: (C) 2006, Marcus * E-mail: ma...@ph... * $id: 13:20 20/02/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['Contact_options'] = 'Select a Reason'; $lang['No_option'] = 'You need to select a reason'; // // Array of Reasons // $lang['contact_option']['Feedback'] = 'Feedback/Suggestion'; $lang['contact_option']['Login/Registration Issues'] = 'Login/Registration Issues'; $lang['contact_option']['Report a Post'] = 'Report a Post'; $lang['contact_option']['Other'] = 'Other'; ?> |