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