502 lines
24 KiB
PHP
502 lines
24 KiB
PHP
<?php
|
|
/*******************************************************************\
|
|
* Exchangerix v2.0
|
|
* http://www.exchangerix.com
|
|
*
|
|
* Copyright (c) 2018 Exchangerix Software. All rights reserved.
|
|
* ---------- Exchangerix IS NOT FREE SOFTWARE ----------
|
|
\*******************************************************************/
|
|
|
|
/* HEADER MENU */
|
|
define ('CBE_MENU_HOME', 'Exchange');
|
|
define ('CBE_MENU_STORES', 'Stores');
|
|
define ('CBE_MENU_ACCOUNT', 'My Account');
|
|
define ('CBE_MENU_HOW', 'How It Works');
|
|
define ('CBE_MENU_HELP', 'Help');
|
|
define ('CBE_SIGNUP', 'Sign Up');
|
|
define ('CBE_LOGIN', 'Log In');
|
|
define ('CBE_WELCOME', 'Welcome');
|
|
define ('CBE_ACCOUNT', 'My Account');
|
|
define ('CBE_BALANCE', 'Balance');
|
|
define ('CBE_REFERRALS', 'Referrals');
|
|
define ('CBE_LOGOUT', 'Logout');
|
|
|
|
|
|
/* GENERAL */
|
|
define ('CBE1_SCOUNTRIES', 'Only for users from');
|
|
define ('CBE1_CONDITIONS', 'Conditions');
|
|
define ('CBE1_ADD_FAVORITES', 'Add to Favorites');
|
|
define ('CBE1_REPORT', 'Report');
|
|
define ('CBE1_GO_TO_STORE', 'Go to Store');
|
|
define ('CBE1_GO_TO_STORE2', 'Go to store and earn cashback');
|
|
define ('CBE1_SORT_BY', 'Sort by');
|
|
define ('CBE1_SORT_NAME', 'Name');
|
|
define ('CBE1_SORT_POPULARITY', 'Popularity');
|
|
define ('CBE1_SORT_DATE', 'Newest');
|
|
define ('CBE1_SORT_CASHBACK', 'Cashback');
|
|
define ('CBE1_RESULTS', 'Results');
|
|
define ('CBE1_RESULTS_ALL', 'All');
|
|
define ('CBE1_RESULTS_SHOWING', 'Showing');
|
|
define ('CBE1_RESULTS_OF', 'of');
|
|
define ('CBE1_SORT_ASC', 'Ascending');
|
|
define ('CBE1_SORT_DESC', 'Descending');
|
|
define ('CBE1_GO_BACK', 'Go Back');
|
|
define ('CBE1_SHARE_FACEBOOK', 'Share on Facebook');
|
|
define ('CBE1_SHARE_TWITTER', 'Share on Twitter');
|
|
define ('CBE1_SHARE_GOOGLE', 'Share on Google+');
|
|
|
|
|
|
/* HOME */
|
|
define ('CBE1_HOME_RECENT_REVIEWS', 'Recent Reviews');
|
|
|
|
|
|
/* BOXES */
|
|
define ('CBE1_BOX_ACCOUNT', 'My Account');
|
|
define ('CBE1_BOX_LOGIN', 'Member Login');
|
|
define ('CBE1_BOX_ALLSTORES', 'All Exchanges');
|
|
define ('CBE1_BOX_STATS', 'Statistics');
|
|
define ('CBE1_BOX_STATS_TITLE1', 'Total number of exchanges');
|
|
define ('CBE1_BOX_STATS_TITLE3', 'Total number of members');
|
|
define ('CBE1_BOX_STATS_TITLE4', 'Total paid to members');
|
|
define ('CBE1_BOX_POPULAR', 'Most Popular');
|
|
define ('CBE1_BOX_NEW', 'New Exchanges');
|
|
define ('CBE1_BOX_NEW_MORE', 'more...');
|
|
define ('CBE1_BOX_FOLLOW', 'Follow Us');
|
|
|
|
|
|
/* FOOTER */
|
|
define ('CBE1_FMENU_ABOUT', 'About Us');
|
|
define ('CBE1_FMENU_NEWS', 'News');
|
|
define ('CBE1_FMENU_TERMS', 'Terms & Conditions');
|
|
define ('CBE1_FMENU_PRIVACY', 'Privacy Policy');
|
|
define ('CBE1_FMENU_CONTACT', 'Contact Us');
|
|
define ('CBE1_FMENU_RSS', 'RSS Feed');
|
|
define ('CBE1_FMENU_RIGHTS', 'All rights reserved');
|
|
|
|
|
|
/* NEWS */
|
|
define ('CBE1_NEWS_TITLE', 'News');
|
|
define ('CBE1_NEWS_MORE', 'read more');
|
|
define ('CBE1_NEWS_OTHER', 'read other news...');
|
|
define ('CBE1_NEWS_NOT_FOUND', 'Sorry, news not found.');
|
|
define ('CBE1_NEWS_NO', 'There are no site news at this time.');
|
|
|
|
|
|
/* SIGNUP */
|
|
define ('CBE1_SIGNUP_TITLE', 'Sign up');
|
|
define ('CBE1_SIGNUP_MEMBER', 'Already a Member?');
|
|
define ('CBE1_SIGNUP_LOGIN', 'Log in');
|
|
define ('CBE1_SIGNUP_ERR', 'Please fill in all required fields');
|
|
define ('CBE1_SIGNUP_ERR2', 'Please enter security code');
|
|
define ('CBE1_SIGNUP_ERR3', 'The captcha code does not match');
|
|
define ('CBE1_SIGNUP_ERR4', 'Please enter a valid email address');
|
|
define ('CBE1_SIGNUP_ERR5', 'Email confirmation is wrong');
|
|
define ('CBE1_SIGNUP_ERR6', 'Password confirmation is wrong');
|
|
define ('CBE1_SIGNUP_ERR7', 'Password must be between 6-20 characters (letters and numbers)');
|
|
define ('CBE1_SIGNUP_ERR8', 'Password must not contain spaces');
|
|
define ('CBE1_SIGNUP_ERR9', 'You must agree to the Terms and Conditions');
|
|
define ('CBE1_SIGNUP_ERR10', 'The email address you have entered is already in use.');
|
|
define ('CBE1_SIGNUP_PTEXT', '6-20 characters');
|
|
define ('CBE1_SIGNUP_REG_SOURCE', 'How did you hear about us?');
|
|
define ('CBE1_SIGNUP_SCODE', 'Security Code');
|
|
define ('CBE1_SIGNUP_RIMG', 'Refresh image');
|
|
define ('CBE1_SIGNUP_NEWSLETTER', 'I\'d like to receive newsletter');
|
|
define ('CBE1_SIGNUP_AGREE', 'I agree with the');
|
|
define ('CBE1_SIGNUP_TERMS', 'Terms and Conditions');
|
|
define ('CBE1_SIGNUP_BUTTON', 'Sign Up');
|
|
|
|
|
|
/* LOGIN */
|
|
define ('CBE1_LOGIN_TITLE', 'Log in');
|
|
define ('CBE1_LOGIN_ERR', 'Please enter your email and password');
|
|
define ('CBE1_LOGIN_ERR1', 'Invalid email or password');
|
|
define ('CBE1_LOGIN_ERR2', 'Sorry, your account is deactivated.<br/> For more information please <a href="'.SITE_URL.'contact.php">contact us</a>');
|
|
define ('CBE1_LOGIN_ERR3', 'You must login first');
|
|
define ('CBE1_LOGIN_ERR4', 'You need to login to earn cashback');
|
|
define ('CBE1_LOGIN_ERR6', 'You account has been blocked. For more information please <a href="'.SITE_URL.'contact.php">contact us</a>');
|
|
define ('CBE1_LOGIN_ATTEMPTS', 'attempts left');
|
|
define ('CBE1_LOGIN_EMAIL', 'Email Address');
|
|
define ('CBE1_LOGIN_EMAIL2', 'Email');
|
|
define ('CBE1_LOGIN_PASSWORD', 'Password');
|
|
define ('CBE1_LOGIN_REMEMBER', 'Remember me');
|
|
define ('CBE1_LOGIN_FORGOT', 'Forgot your password?');
|
|
define ('CBE1_LOGIN_NOT_MEMBER', 'Not a member?');
|
|
define ('CBE1_LOGIN_BUTTON', 'Login');
|
|
define ('CBE1_LOGIN_AEMAIL', 'Didn\'t receive activation email?');
|
|
define ('CBE1_LOGIN_NMEMBER', 'Not a member yet?');
|
|
define ('CBE1_LOGIN_TEXT2', 'Sign up and start earning today! It\'s totally free!');
|
|
define ('CBE1_LOGIN_TXT1', 'Why Join %site_title%?');
|
|
define ('CBE1_LOGIN_LI1', 'FREE to Join!');
|
|
define ('CBE1_LOGIN_LI2', '<b>%amount%</b> bonus when you sign up');
|
|
define ('CBE1_LOGIN_LI3', 'Refer your friends earn <b>%amount%</b> each');
|
|
define ('CBE1_LOGIN_LI4', 'Earn up to <b>35%</b>');
|
|
define ('CBE1_LOGIN_LI5', 'Coupon codes to help you save more');
|
|
|
|
|
|
/* MY ACCOUNT */
|
|
define ('CBE1_ACCOUNT_TITLE', 'My Account');
|
|
define ('CBE1_ACCOUNT_WELCOME', 'Welcome, <b>%username%</b>. You are currently signed in, so you can start to make exchanges!');
|
|
define ('CBE1_ACCOUNT_MSG', 'Congratulations! Your account is now active and you are currently signed in!');
|
|
define ('CBE1_ACCOUNT_MSG2', 'Your current balance is <b>%amount%</b>. New to cashback? <a href="'.SITE_URL.'help.php">Find out how it works</a>');
|
|
define ('CBE1_ACCOUNT_MSG3', 'From here you can <a href="'.SITE_URL.'withdraw.php">withdraw your earnings</a>, <a href="'.SITE_URL.'invite.php">invite your friends</a>, see <a href="'.SITE_URL.'mybalance.php">payment history</a>, <a href="'.SITE_URL.'myclicks.php">click history</a> and much more.');
|
|
define ('CBE1_ACCOUNT_START', 'Get Started');
|
|
define ('CBE1_ACCOUNT_STEP1', 'Find the store');
|
|
define ('CBE1_ACCOUNT_STEP2', 'Click "Go to Store" link');
|
|
define ('CBE1_ACCOUNT_STEP3', 'Start earning cashback');
|
|
define ('CBE1_ACCOUNT_FEATURED', 'Check out our featured offers');
|
|
|
|
|
|
/* MY REVIEWS */
|
|
define ('CBE1_MYREVIEWS_TITLE', 'My Reviews');
|
|
define ('CBE1_MYREVIEWS_TEXT', 'Below you can find your submitted reviews.');
|
|
define ('CBE1_MYREVIEWS_EXCHANGE', 'Exchange');
|
|
define ('CBE1_MYREVIEWS_RATING', 'Rating');
|
|
define ('CBE1_MYREVIEWS_DATE', 'Date Submitted');
|
|
define ('CBE1_MYREVIEWS_STATUS', 'Status');
|
|
define ('CBE1_MYREVIEWS_DELETE', 'Are you sure you really want to delete this review?');
|
|
define ('CBE1_MYREVIEWS_DELETED', 'Review has been successfully deleted');
|
|
define ('CBE1_MYREVIEWS_NO', 'You haven\'t submitted any reviews yet.');
|
|
|
|
|
|
/* MY PROFILE */
|
|
define ('CBE1_MYPROFILE_TITLE', 'My Profile');
|
|
define ('CBE1_MYPROFILE_ERR', 'Please fill in all required fields');
|
|
define ('CBE1_MYPROFILE_ERR0', 'Please fill in all fields');
|
|
define ('CBE1_MYPROFILE_ERR1', 'Please enter a valid email address');
|
|
define ('CBE1_MYPROFILE_ERR2', 'Your current password is wrong');
|
|
define ('CBE1_MYPROFILE_ERR3', 'Password confirmation is wrong');
|
|
define ('CBE1_MYPROFILE_ERR4', 'Password must be between 6-20 characters (letters and numbers)');
|
|
define ('CBE1_MYPROFILE_ERR5', 'Password must not contain spaces');
|
|
define ('CBE1_MYPROFILE_MSG1', 'Your profile has been updated successfully');
|
|
define ('CBE1_MYPROFILE_MSG2', 'Password has been changed successfully');
|
|
define ('CBE1_MYPROFILE_NEWSLETTER', 'I\'d like to receive newsletter');
|
|
define ('CBE1_MYPROFILE_UPBUTTON', 'Update');
|
|
define ('CBE1_MYPROFILE_PASSWORD', 'Change Password');
|
|
define ('CBE1_MYPROFILE_OPASSWORD', 'Current Password');
|
|
define ('CBE1_MYPROFILE_NPASSWORD', 'New Password');
|
|
define ('CBE1_MYPROFILE_CNPASSWORD', 'Confirm Password');
|
|
define ('CBE1_MYPROFILE_PWD_BUTTON', 'Change password');
|
|
|
|
|
|
/* MAINTENANCE */
|
|
define ('CBE1_MAINTENANCE_TITLE', 'Website Maintenance');
|
|
define ('CBE1_MAINTENANCE_TEXT', 'Sorry! Website is currently under maintenance. We should be back shortly. Thank you for your patience.');
|
|
|
|
|
|
/* ACCOUNT MENU */
|
|
define ('CBE1_ACCOUNT_HOME', 'Dashboard');
|
|
define ('CBE1_ACCOUNT_CLICKS', 'Click History');
|
|
define ('CBE1_ACCOUNT_REVIEWS', 'My Reviews');
|
|
define ('CBE1_ACCOUNT_FAVORITES', 'Favorite Stores');
|
|
define ('CBE1_ACCOUNT_BALANCE', 'Payment History');
|
|
define ('CBE1_ACCOUNT_WITHDRAW', 'Withdraw Money');
|
|
define ('CBE1_ACCOUNT_INVITE', 'My Referrals');
|
|
define ('CBE1_ACCOUNT_PROFILE', 'Edit Profile');
|
|
define ('CBE1_ACCOUNT_SUPPORT', 'Support');
|
|
define ('CBE1_ACCOUNT_LOGOUT', 'Logout');
|
|
|
|
|
|
/* NEWSLETTER UNSUBSCRIBE */
|
|
define ('CBE1_SIGNUP_TITLE', 'Newsletter Unsubscribe');
|
|
define ('CBE1_SIGNUP_ERR1', 'You are already unsubscribed from our newsletter');
|
|
define ('CBE1_SIGNUP_ERR2', 'You have been successfully unsubscribed from our newsletter');
|
|
|
|
|
|
/* ACCOUNT ACTIVATION */
|
|
define ('CBE1_ACTIVATION_TITLE', 'Account Activation');
|
|
define ('CBE1_ACTIVATION_MSG1', 'Thank you for registration!');
|
|
define ('CBE1_ACTIVATION_TEXT01', 'An activation email has been sent to your email address (don\'t forget to check your SPAM folder).');
|
|
define ('CBE1_ACTIVATION_TEXT02', 'Please check your email and click on the activation link.');
|
|
define ('CBE1_ACTIVATION_MSG2', 'You have successfully activated your account!');
|
|
define ('CBE1_ACTIVATION_TEXT2', 'Please <a href="'.SITE_URL.'login.php">click here</a> to log in.');
|
|
define ('CBE1_ACTIVATION_MSG3', 'You have already activated your account!');
|
|
define ('CBE1_ACTIVATION_TEXT3', 'Please <a href="'.SITE_URL.'login.php">click here</a> to log in.');
|
|
|
|
|
|
/* ACCOUNT ACTIVATION EMAIL */
|
|
define ('CBE1_ACTIVATIONEMAIL_TITLE', 'Account Authentication Email');
|
|
define ('CBE1_ACTIVATIONEMAIL_TEXT', 'If you haven\'t received your authentication email after a few minutes of registering an account, enter your email address below and we\'ll send it to you again. Just make sure you enter the email that you are using with your account.');
|
|
define ('CBE1_ACTIVATIONEMAIL_TEXT2', 'The email from us may arrive in your Bulk or Junk folder.');
|
|
define ('CBE1_ACTIVATIONEMAIL_SENT', 'Activation email has been sent to your email address!');
|
|
define ('CBE1_ACTIVATIONEMAIL_ERR1', 'Please enter your email');
|
|
define ('CBE1_ACTIVATIONEMAIL_ERR2', 'Please enter a valid email address');
|
|
define ('CBE1_ACTIVATIONEMAIL_ERR3', 'Sorry, we could not find your email address in our system!');
|
|
|
|
|
|
/* PAYMENY HISTORY */
|
|
define ('CBE1_PAYMENTS_TITLE', 'Payment History');
|
|
define ('CBE1_PAYMENTS_DATE', 'Date');
|
|
define ('CBE1_PAYMENTS_ID', 'Reference ID');
|
|
define ('CBE1_PAYMENTS_TYPE', 'Payment Type');
|
|
define ('CBE1_PAYMENTS_STATUS', 'Status');
|
|
define ('CBE1_PAYMENTS_PDATE', 'Processed On');
|
|
define ('CBE1_PAYMENTS_AMOUNT', 'Amount');
|
|
define ('CBE1_PAYMENTS_COMMISSION', 'Commission');
|
|
define ('CBE1_PAYMENTS_TAMOUNT', 'Total Amount');
|
|
define ('CBE1_PAYMENTS_DETAILS', 'Payment Details');
|
|
define ('CBE1_PAYMENTS_METHOD', 'Payment Method');
|
|
define ('CBE1_PAYMENTS_CANCEL', 'Cancel');
|
|
define ('CBE1_PAYMENTS_CANCEL_MSG', 'Are you sure you really want to cancel this withdrawal request?');
|
|
define ('CBE1_PAYMENTS_NO', 'There are no transactions at this time.');
|
|
|
|
|
|
/* BALANCE & HISTORY */
|
|
define ('CBE1_BALANCE_TITLE', 'Balance & History');
|
|
define ('CBE1_BALANCE_ABALANCE', 'Available Balance');
|
|
define ('CBE1_BALANCE_PCASHBACK', 'Pending Cashback');
|
|
define ('CBE1_BALANCE_DCASHBACK', 'Declined Cashback');
|
|
define ('CBE1_BALANCE_CREQUESTED', 'Cash Out Requested');
|
|
define ('CBE1_BALANCE_CPROCESSED', 'Cash Out Processed');
|
|
define ('CBE1_BALANCE_LCASHBACK', 'Lifetime Cashback');
|
|
define ('CBE1_BALANCE_TEXT', 'You can view a history of all payments made to you on ');
|
|
define ('CBE1_BALANCE_TEXT2', '<b>Please NOTE</b>: Cashback statistics are not updated in realtime.<br/> Your cashback statistics were last updated at ');
|
|
define ('CBE1_BALANCE_TITLE2', 'Exchanges');
|
|
define ('CBE1_BALANCE_DATE', 'Date');
|
|
define ('CBE1_BALANCE_STORE', 'Store');
|
|
define ('CBE1_BALANCE_CASHBACK', 'Cashback');
|
|
define ('CBE1_BALANCE_STATUS', 'Status');
|
|
|
|
|
|
/* PAYMENT TYPES NAMES */
|
|
define ('PAYMENT_TYPE_WITHDRAWAL', 'Withdrawal');
|
|
define ('PAYMENT_TYPE_RCOMMISSION', 'Referral Commission');
|
|
define ('PAYMENT_TYPE_SBONUS', 'Signup Bonus');
|
|
define ('PAYMENT_TYPE_FBONUS', 'Friend Bonus');
|
|
|
|
|
|
/* STATUSES */
|
|
define ('STATUS_CONFIRMED', 'confirmed');
|
|
define ('STATUS_PENDING', 'pending');
|
|
define ('STATUS_DECLINED', 'declined');
|
|
define ('STATUS_FAILED', 'failed');
|
|
define ('STATUS_REQUEST', 'awaiting approval');
|
|
define ('STATUS_PAID', 'paid');
|
|
|
|
|
|
/* SEARCH */
|
|
define ('CBE1_SEARCH_TITLE', 'Search results for');
|
|
define ('CBE1_SEARCH_TITLE2', 'Search');
|
|
define ('CBE1_SEARCH_BUTTON', 'Search');
|
|
define ('CBE1_SEARCH_NAME', 'Name');
|
|
define ('CBE1_SEARCH_POPULARITY', 'Popularity');
|
|
define ('CBE1_SEARCH_DATE', 'Newest');
|
|
define ('CBE1_SEARCH_NO', 'Sorry, no results found for your search criteria. Please try to broaden your search term a little.');
|
|
|
|
|
|
/* CONTACT */
|
|
define ('CBE1_CONTACT_TITLE', 'Send Us a Message');
|
|
define ('CBE1_CONTACT_TEXT', 'If you haven\'t received your authentication email after a few minutes of registering an account, enter your email address below and we\'ll send it to you again. Just make sure you enter the email that you are using with your account.');
|
|
define ('CBE1_CONTACT_SENT', 'Thank you! Your message has been sent');
|
|
define ('CBE1_CONTACT_ERR1', 'Please fill in all fields');
|
|
define ('CBE1_CONTACT_ERR2', 'Please enter a valid email address');
|
|
define ('CBE1_CONTACT_NAME', 'Your Name');
|
|
define ('CBE1_CONTACT_EMAIL', 'Email');
|
|
define ('CBE1_CONTACT_SUBJECT', 'Subject');
|
|
define ('CBE1_CONTACT_MESSAGE', 'Message');
|
|
define ('CBE1_CONTACT_BUTTON', 'Send message');
|
|
|
|
|
|
/* BREADCRUMBS */
|
|
define ('CBE1_BREADCRUMBS_HOME', 'Home');
|
|
define ('CBE1_BREADCRUMBS_EXCHANGES', 'Exchanges');
|
|
|
|
|
|
/* GENERAL */
|
|
define ('CBE1_LABEL_REQUIRED', 'denotes required field');
|
|
define ('CBE1_LABEL_USERNAME', 'Username');
|
|
define ('CBE1_LABEL_FNAME', 'First Name');
|
|
define ('CBE1_LABEL_LNAME', 'Last Name');
|
|
define ('CBE1_LABEL_EMAIL', 'Email Address');
|
|
define ('CBE1_LABEL_EMAIL2', 'Email');
|
|
define ('CBE1_LABEL_CEMAIL2', 'Confirm Email');
|
|
define ('CBE1_LABEL_PWD', 'Password');
|
|
define ('CBE1_LABEL_CPWD', 'Confirm Password');
|
|
define ('CBE1_LABEL_ADDRESS1', 'Address Line 1');
|
|
define ('CBE1_LABEL_ADDRESS2', 'Address Line 2');
|
|
define ('CBE1_LABEL_CITY', 'City');
|
|
define ('CBE1_LABEL_STATE', 'State/Province');
|
|
define ('CBE1_LABEL_ZIP', 'Zip Code');
|
|
define ('CBE1_LABEL_COUNTRY', 'Country');
|
|
define ('CBE1_LABEL_COUNTRY_SELECT', '-- select country --');
|
|
define ('CBE1_LABEL_PHONE', 'Phone');
|
|
|
|
|
|
/* GENERAL BUTTONS */
|
|
define ('CBE1_SUBMIT_BUTTON', 'Submit');
|
|
define ('CBE1_CANCEL_BUTTON', 'Cancel');
|
|
|
|
|
|
/* CONTENT */
|
|
define ('CBE1_CONTENT_HOME', 'Home');
|
|
define ('CBE1_CONTENT_NO', 'Page not found');
|
|
define ('CBE1_CONTENT_NO_TEXT', 'Sorry, page not found.');
|
|
define ('CBE1_CONTENT_GOBACK', 'Go to home page');
|
|
define ('CBE1_EMAIL_NO_SUBJECT', 'You must to add email template');
|
|
define ('CBE1_EMAIL_NO_MESSAGE', 'Please add email template from admin panel.');
|
|
|
|
|
|
/* INVITE FRIENDS */
|
|
define ('CBE1_INVITE_TITLE', 'Refer a Friend');
|
|
define ('CBE1_INVITE_ERR', 'Please enter at least one friend\'s name and email address');
|
|
define ('CBE1_INVITE_ERR2', 'Invalid email address');
|
|
define ('CBE1_INVITE_TEXT', 'Tell your friends about us and we\'ll credit your account with a <b>%amount%</b> bonus once your friend has earned minimum withdrawal amount. There is no limit on how many friends you can refer meaning the amount you can earn is endless!</p>
|
|
<p>Use your unique referral link to refer your friends. Why not add this link to your email signature or post it on a forum, website, Facebook, Twitter, blog, etc.</p>');
|
|
define ('CBE1_INVITE_TEXT2', 'Refer your friend and get <b>%amount%</b>! It\'s easy. Enter up to 5 email addresses of your friends and family.<br/> Each friend will receive link to join us and you will receive <b>%amount%</b> per each referred member.');
|
|
define ('CBE1_INVITE_STATS1', 'referral link clicks');
|
|
define ('CBE1_INVITE_STATS2', 'referrals');
|
|
define ('CBE1_INVITE_STATS3', 'referrals pending earnings');
|
|
define ('CBE1_INVITE_STATS4', 'referrals paid earnings');
|
|
define ('CBE1_INVITE_TITLE2', 'Send Invitation');
|
|
define ('CBE1_INVITE_LINK', 'Your referral link');
|
|
define ('CBE1_INVITE_SENT', 'Thank you! Message has been sent to your friends.');
|
|
define ('CBE1_INVITE_SEND_MORE', 'Send more invitations');
|
|
define ('CBE1_INVITE_FNAME', 'Friend\'s Name');
|
|
define ('CBE1_INVITE_EMAIL', 'Friend\'s Email');
|
|
define ('CBE1_INVITE_MESSAGE', 'Message');
|
|
define ('CBE1_INVITE_EMAIL_MESSAGE', 'Hi %friend_name%,<br/><br/>I get money back when I shop online by using %site_title%. All you do is click through their site before shopping online just like you normally would.<br/><br/>Click here %referral_link% to join and startmake exchanges.');
|
|
define ('CBE1_INVITE_BUTTON', 'Send Invitations');
|
|
define ('CBE1_INVITE_REFERRALS', 'My Referrals');
|
|
define ('CBE1_INVITE_SDATE', 'Signup Date');
|
|
define ('CBE1_INVITE_SNAME', 'Name');
|
|
define ('CBE1_INVITE_SCOUNTRY', 'Country');
|
|
define ('CBE1_INVITE_STATUS', 'Status');
|
|
define ('CBE1_INVITE_STATUS_ACTIVE', 'active');
|
|
define ('CBE1_INVITE_STATUS_INACTIVE', 'inactive');
|
|
define ('CBE1_INVITE_NOREFS', 'You have not received any referrals at this time.');
|
|
|
|
|
|
/* VIEW RETAILER */
|
|
define ('CBE1_STORE_HOME', 'Home');
|
|
define ('CBE1_STORE_ALL', 'All');
|
|
define ('CBE1_STORE_REVIEWS', 'Reviews');
|
|
define ('CBE1_STORE_REVIEWS1', 'reviews');
|
|
define ('CBE1_STORE_FAVORITES', 'Favourites');
|
|
define ('CBE1_STORE_DATE', 'Date Added');
|
|
define ('CBE1_STORE_CCALCULATOR', 'Cashback Calculator');
|
|
define ('CBE1_STORE_SPEND', 'spend');
|
|
define ('CBE1_STORE_MORE', 'more');
|
|
define ('CBE1_STORE_SHARE', 'Share Link');
|
|
define ('CBE1_STORE_ECOUPONS', 'Expired Coupons');
|
|
define ('CBE1_REVIEW_TITLE', 'Write a Review');
|
|
define ('CBE1_REVIEW_ERR', 'Please select rating and write your review');
|
|
define ('CBE1_REVIEW_ERR2', 'The maximum review length is %length% characters');
|
|
define ('CBE1_REVIEW_ERR3', 'Sorry, too many line breaks in the review');
|
|
define ('CBE1_REVIEW_ERR4', 'You can not post links in the review');
|
|
define ('CBE1_REVIEW_ERR5', 'You can only submit one review for store');
|
|
define ('CBE1_REVIEW_TITLE2', 'Reviews');
|
|
define ('CBE1_REVIEW_SENT', 'Thank you for your feedback about us.');
|
|
define ('CBE1_REVIEW_RATING_SELECT', '- select rating -');
|
|
define ('CBE1_REVIEW_RATING1', 'Excellent');
|
|
define ('CBE1_REVIEW_RATING2', 'Very Good');
|
|
define ('CBE1_REVIEW_RATING3', 'Good');
|
|
define ('CBE1_REVIEW_RATING4', 'Fair');
|
|
define ('CBE1_REVIEW_RATING5', 'Poor');
|
|
define ('CBE1_REVIEW_RTITLE', 'Title of your review');
|
|
define ('CBE1_REVIEW_REVIEW', 'Your review');
|
|
define ('CBE1_REVIEW_BUTTON', 'Submit your review');
|
|
define ('CBE1_REVIEW_NO', 'No reviews yet. Be the first to write a review!');
|
|
define ('CBE1_REVIEW_MSG', 'You must be <a href="'.SITE_URL.'login.php">logged in</a> to submit a review.');
|
|
define ('CBE1_STORE_LIKE', 'You might also like');
|
|
define ('CBE1_NOT_FOUND', 'No Exchange Direction');
|
|
define ('CBE1_NOT_FOUND2', 'Sorry, this exchange direction is currently unavailable.');
|
|
|
|
|
|
/* WITHDRAW MONEY */
|
|
define ('CBE1_WITHDRAW_TITLE', 'Withdraw Money');
|
|
define ('CBE1_WITHDRAW_ERR', 'Please enter correct amount');
|
|
define ('CBE1_WITHDRAW_ERR2', 'Please select payment method');
|
|
define ('CBE1_WITHDRAW_ERR3', 'Please enter payment details');
|
|
define ('CBE1_WITHDRAW_ERR4', 'Sorry, the minimum amount for transaction is');
|
|
define ('CBE1_WITHDRAW_ERR5', 'Sorry, you do not have enough money in your account');
|
|
define ('CBE1_WITHDRAW_ERR6', 'The minimum amount for request payout is');
|
|
define ('CBE1_WITHDRAW_ERR7', 'Payment method not found');
|
|
define ('CBE1_WITHDRAW_SENT', 'Thank you for requesting to withdraw money, your request will be processed soon!');
|
|
define ('CBE1_WITHDRAW_MSG', 'Sorry, you don\'t have enough cash back funds to request payout yet.');
|
|
define ('CBE1_WITHDRAW_MSG2', 'The minimum amount for request payout is');
|
|
define ('CBE1_WITHDRAW_MSG3', 'You must earn at least');
|
|
define ('CBE1_WITHDRAW_MSG4', 'before you can request a payment.');
|
|
define ('CBE1_WITHDRAW_BALANCE', 'Available balance');
|
|
define ('CBE1_WITHDRAW_BALANCE2', 'Your current balance');
|
|
define ('CBE1_WITHDRAW_PASSWORD', 'Please enter your current password for transaction security.');
|
|
define ('CBE1_WITHDRAW_AMOUNT', 'Amount');
|
|
define ('CBE1_WITHDRAW_PMETHOD', 'Payment Method');
|
|
define ('CBE1_WITHDRAW_PMETHOD_SELECT', '-- select payment method --');
|
|
define ('CBE1_WITHDRAW_DETAILS', 'Payment Details');
|
|
define ('CBE1_WITHDRAW_FEE', 'Withdrawal Commission');
|
|
define ('CBE1_WITHDRAW_BUTTON', 'Withdraw');
|
|
|
|
|
|
/* NEWSLETTER UNSUBSCRIBE */
|
|
define ('CBE1_UNSUBSCRIBE_TITLE', 'Newsletter Unsubscribe');
|
|
define ('CBE1_UNSUBSCRIBE_MSG1', 'You are already unsubscribed from our newsletter!');
|
|
define ('CBE1_UNSUBSCRIBE_MSG2', 'You have been successfully unsubscribed from our newsletter!');
|
|
|
|
|
|
/* FORGOT PASSWORD */
|
|
define ('CBE1_FORGOT_TITLE', 'Forgot Password');
|
|
define ('CBE1_FORGOT_TEXT', 'Please enter your email and we will send you an email that contains your new password.');
|
|
define ('CBE1_FORGOT_MSG1', 'Please enter your email');
|
|
define ('CBE1_FORGOT_MSG2', 'Please enter a valid email address');
|
|
define ('CBE1_FORGOT_MSG3', 'Sorry, we could not find your email address in our system!');
|
|
define ('CBE1_FORGOT_MSG4', 'Your new password has been sent to your email address!');
|
|
define ('CBE1_FORGOT_GOBACK', 'Back to Login Page');
|
|
define ('CBE1_FORGOT_EMAIL', 'Email Address');
|
|
define ('CBE1_FORGOT_BUTTON', 'Send Password');
|
|
|
|
|
|
/* 404 ERROR page */
|
|
define ('CBE1_404_TITLE', 'Page not found');
|
|
define ('CBE1_404_TEXT', 'Sorry, we can not find the page you are looking for!');
|
|
define ('CBE1_404_GOBACK', 'Go back to the home page');
|
|
|
|
|
|
/* TIME LEFT */
|
|
define ('CBE1_TIMELEFT_DAY', 'day');
|
|
define ('CBE1_TIMELEFT_DAYS', 'days');
|
|
define ('CBE1_TIMELEFT_HOUR', 'hr');
|
|
define ('CBE1_TIMELEFT_HOURS', 'hrs');
|
|
define ('CBE1_TIMELEFT_MIN', 'min');
|
|
define ('CBE1_TIMELEFT_MINS', 'mins');
|
|
define ('CBE1_TIMELEFT_SECOND', 'second');
|
|
define ('CBE1_TIMELEFT_SECONDS', 'seconds');
|
|
define ('CBE1_TIMELEFT_EXPIRED', 'expired');
|
|
|
|
|
|
/* EMAIL NOTIFICATIONS */
|
|
define ('CBE1_EMAIL_ALERT1', 'New Coupon Added');
|
|
define ('CBE1_EMAIL_ALERT1_MSG', 'New coupon was added.');
|
|
define ('CBE1_EMAIL_ALERT2', 'New Store Review Added');
|
|
define ('CBE1_EMAIL_ALERT2_MSG', 'New store review was added.');
|
|
define ('CBE1_EMAIL_ALERT3', 'New Support Ticket Sent');
|
|
define ('CBE1_EMAIL_ALERT3_MSG', 'New support ticket was sent.');
|
|
define ('CBE1_EMAIL_ALERT4', 'New Support Ticket Reply Sent');
|
|
define ('CBE1_EMAIL_ALERT4_MSG', 'New support ticket reply sent.');
|
|
define ('CBE1_EMAIL_ALERT5', 'New Store Report Sent');
|
|
define ('CBE1_EMAIL_ALERT5_MSG', 'New store report was sent.');
|
|
|
|
|
|
/* PAGINATION */
|
|
define ('CBE1_PAGE_NEXT', 'Next');
|
|
define ('CBE1_PAGE_PREVIOUS', 'Previous');
|
|
|
|
|
|
/* STATUSES */
|
|
define ('CBE1_STATUS_REVIEW', 'awaiting review');
|
|
define ('CBE1_STATUS_ACTIVE', 'active');
|
|
define ('CBE1_STATUS_INACTIVE', 'inactive');
|
|
|
|
|
|
/* TRUNCATE TEXT */
|
|
define ('CBE1_TRUNCATE_MORE', 'show more');
|
|
define ('CBE1_TRUNCATE_LESS', 'show less');
|
|
|
|
|
|
/* FORMS */
|
|
define ('CBE1_FORMS_OPTIONAL', 'optional');
|
|
|
|
|
|
/* OTHER */
|
|
define ('CBE1_CLIPBOARD_COPY', 'Copy to Clipboard');
|
|
define ('CBE1_CLIPBOARD_COPIED', 'Copied');
|
|
|
|
?>
|