|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/abtechsci/mmc15/Membership/languages/ |
Upload File : |
<?php /************* Membership V2.0 *******************/ /* Released by AwesomePHP.com, under the GPL License, a copy of it should be attached to the zip file, or you can view it on http://AwesomePHP.com/gpl.txt */ /************* Membership V2.0 *******************/ /* shared variables */ $LANGUAGE['INVALID_EMAIL'] = 'Please enter a valid email.'; $LANGUAGE['ENTER_VER_CODE'] = 'Please enter the correct verification code.'; $LANGUAGE['INVALID_ANSWER'] = 'Please answer the question correctly.'; $LANGUAGE['ENTER_VALID_USERNAME'] = 'Please enter a valid user name (numbers/letters only).'; $LANGUAGE['EMAIL_IN_USE'] = 'This email is already registered. Please enter a different email, or use forgot password link.'; $LANGUAGE['USERNAME_IN_USE'] = 'This username is already registered. Please enter a different name, or use forgot password link.<br/>'; $LANGUAGE['CONFIRMATION_NEEDED'] = '<br/>IMPORTANT: Before using this account, you will need to confirm the email we just send you. You will not be able to login or view profile till then.'; /* forgotpass.php */ $LANGUAGE['PASS_SENT'] = 'Your password has been sent to your email.'; $LANGUAGE['ACCOUNT_NOT_FOUND'] = 'Unable to find account.'; /* login.php */ $LANGUAGE['LOGIN_NEEDED'] = 'You need to login before accessing restricted pages.'; $LANGUAGE['INVALID_PASS'] = 'Please enter password.'; $LANGUAGE['INVALID_CREDENTIALS'] = 'Invalid login credentials.'; $LANGUAGE['NOT_MEMBER'] = 'Your are not a member of this group.'; $LANGUAGE['MEMBERSHIP_EXPIRED'] = 'Your membership is expired. Please renew now. Setting your membership to free to enable payment.'; /* profile.php */ $LANGUAGE['EMAIL_UPDATED'] = 'Your email has been updated.'; $LANGUAGE['NO_EMAIL_SENT'] = 'Profile updated, but we were unable to delivery confirmation email. Please contact us ASAP.'; $LANGUAGE['MALFORM_REQUEST'] = 'Malformed request.'; $LANGUAGE['ENTER_CURRENT_PASS'] = 'Please enter current password to update profile fields.'; $LANGUAGE['CONFIRM_EMAIL'] = 'You need to confirm the email we sent to change to the new email address.<br/>'; $LANGUAGE['UNABLE_2_SENDMAIL'] = 'Unable to send email confirmation.<br/>'; $LANGUAGE['UNABLE_2_DELETE'] = 'Unable to remove account. Internal Error.'; $LANGUAGE['PASS_UPDATED'] = 'Password updated.<br/>'; $LANGUAGE['UNLABLE_2_UPDATEPASS'] = 'Unable to update password.<br/>'; $LANGUAGE['USERNAME_UPDATED'] = 'Username updated.<br/>'; $LANGUAGE['UNABLE_2_UPDATE_USERNAME'] = 'Unable to update username. Internal error.<br/>'; $LANGUAGE['PROFILE_UPDATED'] = 'Profile updated.'; $LANGUAGE['UNABLE_2_UPDATE_PROFILE'] = 'Unable to update profile.Internal Error'; $LANGUAGE['PAYMENT_MADE'] = 'Your payment has been made. Thank you.'; /* register.php */ $LANGUAGE['EMAIL_CONFIRMED'] = 'Your email has been confirmed. Thanks.'; $LANGUAGE['UNABLE_2_CONFIRM_EMAIL'] = 'Unable to confirm email. Internal Error.'; $LANGUAGE['REGISTRATION_CLOSED'] = 'Registration is currently disabled.'; $LANGUAGE['USER_LIMIT_EXCESS'] = 'User registration limit was excceded. Allowed user count: '; $LANGUAGE['ENTER_PASS_TWICE'] = 'Please enter password twice.'; $LANGUAGE['PASS_NO_MATCH'] = 'Passwords do not match.'; $LANGUAGE['MISSING_FIELD'] = 'Missing required fild: '; $LANGUAGE['MISSING_FIELD_SEP'] = '<br/>'; $LANGUAGE['ACCOUNT_ADDED'] = 'Your account has been added.'; $LANGUAGE['ACCOUNT_ADDED_PROBLEM'] = 'Account added, but we were unable to deliver confirmation email. Please contact us ASAP.'; $LANGUAGE['UNABLE_2_ADD_ACCOUNT'] = 'Unable to register your account. Internal Error.'; ?>