📄 user.php
字号:
/* 留言类型 */
$_LANG['type'][M_MESSAGE] = 'Message';
$_LANG['type'][M_COMPLAINT] = 'Complaint';
$_LANG['type'][M_ENQUIRY] = 'Enquiry';
$_LANG['type'][M_CUSTOME] = 'Aftersales';
$_LANG['type'][M_BUY] = 'I want to buy...';
$_LANG['type'][M_BUSINESS] = 'Business message';
$_LANG['add_message_success'] = 'Publish message successfully!';
$_LANG['message_list_lnk'] = 'Return the message list';
$_LANG['msg_title_empty'] = 'The title is blank';
$_LANG['upload_file_limit'] = 'File larger than %dKB';
$_LANG['img_type_tips'] = '<font color="red">TIP:</font>';
$_LANG['img_type_list'] = 'You can upload file type as follows:<br />gif、jpg、png、word、excel、txt、zip、ppt、pdf';
$_LANG['view_upload_file'] = 'View the upload file';
$_LANG['upload_file_type'] = 'Please upload a valid file type, please upload again!';
$_LANG['upload_file_error'] = 'Wrong, please upload again!';
$_LANG['message_empty'] = 'You hasn\'t message as yet!';
$_LANG['msg_success'] = 'Your message have submitted successfully!';
$_LANG['confirm_remove_msg'] = 'Are you sure delete those messages?';
/* 会员红包 */
$_LANG['bonus_is_used'] = 'The bonus has used.';
$_LANG['bonus_is_used_by_other'] = 'The bonus has used by others.';
$_LANG['bonus_add_success'] = 'Add a new bonus successfully.';
$_LANG['bonus_not_exist'] = 'The bonus is nonexistent.';
$_LANG['user_bonus_empty'] = 'You have no bonus now';
$_LANG['add_bonus_sucess'] = 'Add new bonus operate successfully!';
$_LANG['add_bonus_false'] = 'Add new bonus operate failure!';
$_LANG['bonus_add_expire'] = 'Bonus expired!';
$_LANG['bonus_use_expire'] = 'Bonus expired!';
/* 会员订单 */
$_LANG['order_list_lnk'] = 'My order list';
$_LANG['order_number'] = 'NO.';
$_LANG['order_addtime'] = 'Time';
$_LANG['order_money'] = 'Total';
$_LANG['order_status'] = 'Status';
$_LANG['first_order'] = 'First orde';
$_LANG['second_order'] = 'Secondary order';
$_LANG['merge_order'] = 'Combine orders';
$_LANG['no_priv'] = 'You have no authorization to operate others\' order.';
$_LANG['buyer_cancel'] = 'Buyer cancel';
$_LANG['cancel'] = 'Cancel order';
$_LANG['pay_money'] = 'Payment';
$_LANG['view_order'] = 'View order';
$_LANG['received'] = 'Received';
$_LANG['ss_received'] = 'Deal succeeds';
$_LANG['confirm_cancel'] = 'Are you sure cancel this order? After canceled this order will be invalid.';
$_LANG['merge_ok'] = 'Combine orders successfully!';
$_LANG['merge_invalid_order'] = 'Sorry, the orders can\'t be combined.';
$_LANG['select'] = 'Select...';
$_LANG['order_not_pay'] = "Your order status is %s, so you don\'t payment.";
$_LANG['order_sn_empty'] = 'Please enter NO. of combined main order';
$_LANG['merge_order_notice'] = 'Combine orders refers to consolidating the orders in the same condition into a new order.<br />Address and shipping method depend on the main order.';
$_LANG['order_exist'] = 'The order is nonexistent!';
$_LANG['order_is_group_buy'] = '[Associates]';
$_LANG['gb_deposit'] = '(Bail)';
$_LANG['order_is_exchange'] = '[Points Mall]';
$_LANG['notice_gb_order_amount'] = '(Remarks: If associates with insurance, the insurance and corresponding pay need to be paid in first payment.)';
$_LANG['business_message'] = 'Send/view business message';
$_LANG['pay_order_by_surplus'] = 'Pay order by balance:%s';
$_LANG['return_surplus_on_cancel'] = 'Cancel order %s,return advancedly payed balance for order';
$_LANG['return_integral_on_cancel'] = 'Cancel order %s,return points payed for order';
/* 订单状态 */
$_LANG['os'][OS_UNCONFIRMED] = 'Unconfirmed';
$_LANG['os'][OS_CONFIRMED] = 'Confirmed';
$_LANG['os'][OS_CANCELED] = 'Canceled';
$_LANG['os'][OS_INVALID] = 'Invalid';
$_LANG['os'][OS_RETURNED] = 'Returned purchase';
$_LANG['ss'][SS_UNSHIPPED] = 'Unshipped';
$_LANG['ss'][SS_PREPARING] = 'Preparing';
$_LANG['ss'][SS_SHIPPED] = 'Shipped';
$_LANG['ss'][SS_RECEIVED] = 'Received';
$_LANG['ps'][PS_UNPAYED] = 'Unpaid';
$_LANG['ps'][PS_PAYING] = 'Paying';
$_LANG['ps'][PS_PAYED] = 'Payed';
$_LANG['shipping_not_need'] = 'Don\'t need shipping method.';
$_LANG['current_os_not_unconfirmed'] = 'Current order status is not [Unconfirmed].';
$_LANG['current_os_already_confirmed'] = 'Please communicate with communicate with shopkeeper since current order has been confirmed and not canceled.';
$_LANG['current_ss_not_cancel'] = 'You can cancel the order before shipping and communicate with shopkeeper.';
$_LANG['current_ps_not_cancel'] = 'You can\'t cancel the order until non-payment, if you want to cancel it please contact with shop owner.';
$_LANG['confirm_received'] = 'Are you sure you have received the products?';
/* 合并订单及订单详情 */
$_LANG['merge_order_success'] = 'Combine orders successfully!';
$_LANG['merge_order_failed'] = 'Combine orders has failed! Please type it again!';
$_LANG['order_sn_not_null'] = 'Please enter orders NO. that you want to combine.';
$_LANG['two_order_sn_same'] = 'The two NO. that you want to combine must be different.';
$_LANG['order_not_exist'] = "The order %s is nonexistent";
$_LANG['os_not_unconfirmed_or_confirmed'] = " %s order status isn\'t [Unconfirmed] or [Confirmed].";
$_LANG['ps_not_unpayed'] = "The payment status of %s isn\'t [Unpaid].";
$_LANG['ss_not_unshipped'] = "The shipping status of %s isn\'t [Unshipped].";
$_LANG['order_user_not_same'] = 'You can\'t combine those orders because they aren\'t belong to a user.';
$_LANG['from_order_sn'] = 'First order NO.';
$_LANG['to_order_sn'] = 'Secondary order NO.:';
$_LANG['merge'] = 'Merge';
$_LANG['notice_order_sn'] = 'The combined information of the order form(such as payment method, shipping method packaging,card,bonus etc) will be correct information, if there are some distinction between two order forms.';
$_LANG['subtotal'] = 'Subtotal';
$_LANG['goods_price'] = 'Price';
$_LANG['goods_attr'] = 'Attribute';
$_LANG['use_balance'] = 'Balance';
$_LANG['order_postscript'] = 'Order postscript';
$_LANG['order_number'] = 'NO.';
$_LANG['consignment'] = 'Consignment';
$_LANG['shopping_money'] = 'Total price';
$_LANG['invalid_order_id'] = 'Invalid order number';
$_LANG['shipping'] = 'Shipping type';
$_LANG['payment'] = 'payment method';
$_LANG['use_pack'] = 'Packaging';
$_LANG['use_card'] = 'Card';
$_LANG['order_total_fee'] = 'Total money';
$_LANG['order_money_paid'] = 'Paid money';
$_LANG['order_amount'] = 'Payable money';
$_LANG['accessories'] = 'Payable money';
$_LANG['largess'] = 'Gift';
$_LANG['use_more_surplus'] = 'Use Balance';
$_LANG['max_surplus'] = '(Account balance: %s)';
$_LANG['button_submit'] = 'Ok';
$_LANG['order_detail'] = 'Order Detail';
$_LANG['error_surplus_invalid'] = 'Please enter a valid number.';
$_LANG['error_order_is_paid'] = 'The order is already paid.';
$_LANG['error_surplus_not_enough'] = 'You have not enough balance.';
/* 订单状态 */
$_LANG['detail_order_sn'] = 'You have not enough balance.';
$_LANG['detail_order_status'] = 'Status';
$_LANG['detail_pay_status'] = 'Payment status';
$_LANG['detail_shipping_status'] = 'Shipping status';
$_LANG['detail_order_sn'] = 'NO.';
$_LANG['detail_to_buyer'] = 'Buyer message';
$_LANG['confirm_time'] = 'Confirmation time is %s';
$_LANG['pay_time'] = 'Payment time is %s';
$_LANG['shipping_time'] = 'Shipping time %s';
$_LANG['select_payment'] = 'Payment method';
$_LANG['order_amount'] = 'Sum payable';
$_LANG['update_address'] = 'Update consignee address';
$_LANG['virtual_card_info'] = 'Virtual card infomation';
/* 取回密码 */
$_LANG['back_home_lnk'] = 'Return to HOME page.';
$_LANG['get_password_lnk'] = 'Return to get the password page.';
/* 登录 注册 */
$_LANG['label_username'] = 'Username';
$_LANG['label_email'] = 'email';
$_LANG['label_password'] = 'Password';
$_LANG['label_confirm_password'] = 'Re-enter password';
$_LANG['label_password_intensity'] = 'Password intensity';
$_LANG['want_login'] = 'I have a username, and I will login.';
$_LANG['other_msn'] = 'MSN';
$_LANG['other_qq'] = 'QQ';
$_LANG['other_office_phone'] = 'Office phone';
$_LANG['other_home_phone'] = 'Home phone';
$_LANG['other_mobile_phone'] = 'Mobile phone';
$_LANG['msg_un_blank'] = 'Username is blank';
$_LANG['msg_un_length'] = 'Username cannot exceed 7 Chinese charaters';
$_LANG['msg_un_format'] = 'Username has invalid charater';
$_LANG['msg_un_registered'] = 'Username exists, please register again';
$_LANG['msg_can_rg'] = 'Register';
$_LANG['msg_email_blank'] = 'Email address is blank';
$_LANG['msg_email_registered'] = 'Email exists, please enter again';
$_LANG['msg_email_format'] = 'Email address is unvalid';
$_LANG['login_success'] = 'Login successfully.';
$_LANG['confirm_login'] = 'Enter';
$_LANG['profile_lnk'] = 'View my profile.';
$_LANG['login_failure'] = 'Username or password is wrong.';
$_LANG['relogin_lnk'] = 'Return';
$_LANG['sex'] = 'Sex';
$_LANG['male'] = 'Male';
$_LANG['female'] = 'Female';
$_LANG['secrecy'] = 'Secrecy';
$_LANG['birthday'] = 'Birthday';
$_LANG['logout'] = 'You logout successfully.';
$_LANG['username_empty'] = 'Username is blank.';
$_LANG['username_invalid'] = 'Username %s contains sensitive characters.';
$_LANG['username_exist'] = '%s already exists';
$_LANG['username_not_allow'] = 'Username %s not allow';
$_LANG['confirm_register'] = 'Submit';
$_LANG['agreement'] = "I have read and agree with《<a href=\"article.php?cat_id=-1\" style=\"color:blue\">User agreement</a>》";
$_LANG['email_empty'] = 'Email is blank';
$_LANG['email_invalid'] = '%s is invalid email address.';
$_LANG['email_exist'] = '%s already exists.';
$_LANG['email_not_allow'] = 'Email %s not allow';
$_LANG['register'] = 'Register.';
$_LANG['register_success'] = '%s register successfully.';
/* 用户中心默认页面 */
$_LANG['welcome_to'] = 'Welcome back to';
$_LANG['last_time'] = 'Your login last time is';
$_LANG['your_account'] = 'Account';
$_LANG['your_notice'] = 'Notice';
$_LANG['your_surplus'] = 'Balance';
$_LANG['credit_line'] = 'Credit line';
$_LANG['your_bonus'] = 'Bonus';
$_LANG['your_message'] = 'Message';
$_LANG['your_order'] = 'Orders';
$_LANG['your_integral'] = 'Points';
$_LANG['your_level'] = 'Your rank: %s ';
$_LANG['next_level'] = ',you need %s points to reach next level %s ';
$_LANG['attention'] = 'attention';
$_LANG['no_attention'] = 'Cancel attention';
$_LANG['del_attention'] = 'Are you sure to cancel attention?';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -