pilibaba.php (4700B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Pilibaba for Chinese Checkout'; 4 5 // Tab 6 $_['tab_register'] = 'Register'; 7 $_['tab_settings'] = 'Settings'; 8 9 // Text 10 $_['text_extension'] = 'Extensions'; 11 $_['text_success'] = 'Success: You have modified Pilibaba payment module!'; 12 $_['text_edit'] = 'Edit Pilibaba'; 13 $_['text_pilibaba'] = '<a href="http://www.pilibaba.com" target="_blank"><img src="view/image/payment/pilibaba.png" alt="Pilibaba" title="Pilibaba"></a>'; 14 $_['text_live'] = 'Live'; 15 $_['text_test'] = 'Test'; 16 $_['text_payment_info'] = 'Payment Info'; 17 $_['text_order_id'] = 'Order ID'; 18 $_['text_amount'] = 'Amount'; 19 $_['text_fee'] = 'Fee'; 20 $_['text_date_added'] = 'Date Added'; 21 $_['text_tracking'] = 'Tracking'; 22 $_['text_barcode'] = 'Barcode'; 23 $_['text_barcode_info'] = '(Print out this unique barcode and stick it on the surface of the parcel)'; 24 $_['text_confirm'] = 'Are you sure you want to update the tracking number?'; 25 $_['text_register_success'] = 'You have successfully registered. You should receive an email shortly.'; 26 $_['text_tracking_success'] = 'The tracking number was successfully updated.'; 27 $_['text_other'] = 'Other'; 28 $_['text_email'] = 'The registered email address for your Pilibaba account is %s'; 29 30 // Entry 31 $_['entry_email_address'] = 'Email Address'; 32 $_['entry_password'] = 'Password'; 33 $_['entry_currency'] = 'Currency'; 34 $_['entry_warehouse'] = 'Warehouse'; 35 $_['entry_country'] = 'Country'; 36 $_['entry_merchant_number'] = 'Merchant Number'; 37 $_['entry_secret_key'] = 'Secret Key'; 38 $_['entry_environment'] = 'Environment'; 39 $_['entry_shipping_fee'] = 'Shipping Fee'; 40 $_['entry_order_status'] = 'Order Status'; 41 $_['entry_status'] = 'Status'; 42 $_['entry_logging'] = 'Debug Logging'; 43 $_['entry_sort_order'] = 'Sort Order'; 44 45 // Help 46 $_['help_email_address'] = 'Please enter the email address for the owner of this business.'; 47 $_['help_password'] = 'Please enter a password between 8 and 30 characters.'; 48 $_['help_currency'] = 'Select the currency used on your website and to withdraw to your bank account.'; 49 $_['help_warehouse'] = 'Select the nearest warehouse you will be shipping to. When you receive orders from Chinese customers (via Pilibaba gateway) you can deliver parcels to this warehouse.'; 50 $_['help_country'] = 'Tell us your country, and we will inform you once a warehouse in this country is opened.'; 51 $_['help_merchant_number'] = 'Your personal Pilibaba account merchant number.'; 52 $_['help_secret_key'] = 'Your secret key to access the Pilibaba API.'; 53 $_['help_shipping_fee'] = 'The shipping cost from your warehouse to Pilibaba warehouse. Use two decimal places.'; 54 $_['help_order_status'] = 'The order status after the customer has placed the order.'; 55 $_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; 56 $_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; 57 58 // Error 59 $_['error_warning'] = 'Warning: Please check the form carefully for errors!'; 60 $_['error_permission'] = 'Warning: You do not have permission to modify payment Pilibaba!'; 61 $_['error_merchant_number'] = 'Merchant Number Required!'; 62 $_['error_secret_key'] = 'Secret Key Required!'; 63 $_['error_shipping_fee'] = 'Shipping fee must be a decimal number!'; 64 $_['error_not_enabled'] = 'Module not enabled!'; 65 $_['error_data_missing'] = 'Data missing!'; 66 $_['error_tracking_length'] = 'Tracking number must be between 1 and 50 characters!'; 67 $_['error_email_address'] = 'Please enter your email address!'; 68 $_['error_email_invalid'] = 'The email address is not valid!'; 69 $_['error_password'] = 'Password must be at least 8 characters!'; 70 $_['error_currency'] = 'Please select a currency!'; 71 $_['error_warehouse'] = 'Please select a warehouse!'; 72 $_['error_country'] = 'Please select a country!'; 73 $_['error_weight'] = 'Please change your <a href="%s">Weight Class</a> setting to grams. It\'s in \'System -> Settings\' in the \'Local\' tab.'; 74 $_['error_bad_response'] = 'An invalid response was received. Please try again later.'; 75 76 // Button 77 $_['button_register'] = 'Register'; 78 $_['button_tracking'] = 'Update Tracking Number'; 79 $_['button_barcode'] = 'Generate Barcode';