관리-도구
편집 파일: lang.login.php
<?php $define = [ 'NAVBAR_TITLE' => 'Login', 'HEADING_TITLE' => 'Welcome, Please Sign In', 'HEADING_NEW_CUSTOMER' => 'New? Please Provide Your Billing Information', 'HEADING_NEW_CUSTOMER_SPLIT' => 'New Customers', 'TEXT_NEW_CUSTOMER_INTRODUCTION' => 'Create a customer profile with <strong>' . STORE_NAME . '</strong> which allows you to shop faster, track the status of your current orders and review your previous orders.', 'TEXT_NEW_CUSTOMER_INTRODUCTION_SPLIT' => 'Have a PayPal account? Want to pay quickly with a credit card? Use the PayPal button below to use the Express Checkout option.', 'TEXT_NEW_CUSTOMER_POST_INTRODUCTION_DIVIDER' => '<span class="larger">Or</span><br>', 'TEXT_NEW_CUSTOMER_POST_INTRODUCTION_SPLIT' => 'Create a Customer Profile with <strong>' . STORE_NAME . '</strong> which allows you to shop faster, track the status of your current orders, review your previous orders and take advantage of our other member\'s benefits.', 'HEADING_RETURNING_CUSTOMER' => 'Returning Customers: Please Log In', 'HEADING_RETURNING_CUSTOMER_SPLIT' => 'Returning Customers', 'TEXT_RETURNING_CUSTOMER_SPLIT' => 'In order to continue, please login to your <strong>' . STORE_NAME . '</strong> account.', 'TEXT_LOGIN_ERROR' => 'Error: Sorry, there is no match for that email address and/or password.', 'TEXT_VISITORS_CART' => '<strong>Note:</strong> If you have shopped with us before and left something in your cart, for your convenience, the contents will be merged if you log back in. <a href="javascript:session_win();">[More Info]</a>', 'ERROR_SECURITY_ERROR' => 'There was a security error when trying to login.', 'TEXT_LOGIN_BANNED' => 'Error: Access denied.', ]; return $define;