79 lines
4.5 KiB
PHP
79 lines
4.5 KiB
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Pilibaba for Chinese Checkout';
|
|
|
|
// Tab
|
|
$_['tab_register'] = 'Register';
|
|
$_['tab_settings'] = 'Settings';
|
|
|
|
// Text
|
|
$_['text_extension'] = 'Extensions';
|
|
$_['text_success'] = 'Success: You have modified Pilibaba payment module!';
|
|
$_['text_edit'] = 'Edit Pilibaba';
|
|
$_['text_pilibaba'] = '<a href="http://www.pilibaba.com" target="_blank"><img src="view/image/payment/pilibaba.png" alt="Pilibaba" title="Pilibaba"></a>';
|
|
$_['text_live'] = 'Live';
|
|
$_['text_test'] = 'Test';
|
|
$_['text_payment_info'] = 'Payment Info';
|
|
$_['text_order_id'] = 'Order ID';
|
|
$_['text_amount'] = 'Amount';
|
|
$_['text_fee'] = 'Fee';
|
|
$_['text_date_added'] = 'Date Added';
|
|
$_['text_tracking'] = 'Tracking';
|
|
$_['text_barcode'] = 'Barcode';
|
|
$_['text_barcode_info'] = '(Print out this unique barcode and stick it on the surface of the parcel)';
|
|
$_['text_confirm'] = 'Are you sure you want to update the tracking number?';
|
|
$_['text_register_success'] = 'You have successfully registered. You should receive an email shortly.';
|
|
$_['text_tracking_success'] = 'The tracking number was successfully updated.';
|
|
$_['text_other'] = 'Other';
|
|
$_['text_email'] = 'The registered email address for your Pilibaba account is %s';
|
|
|
|
// Entry
|
|
$_['entry_email_address'] = 'Email Address';
|
|
$_['entry_password'] = 'Password';
|
|
$_['entry_currency'] = 'Currency';
|
|
$_['entry_warehouse'] = 'Warehouse';
|
|
$_['entry_country'] = 'Country';
|
|
$_['entry_merchant_number'] = 'Merchant Number';
|
|
$_['entry_secret_key'] = 'Secret Key';
|
|
$_['entry_environment'] = 'Environment';
|
|
$_['entry_shipping_fee'] = 'Shipping Fee';
|
|
$_['entry_order_status'] = 'Order Status';
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_logging'] = 'Debug Logging';
|
|
$_['entry_sort_order'] = 'Sort Order';
|
|
|
|
// Help
|
|
$_['help_email_address'] = 'Please enter the email address for the owner of this business.';
|
|
$_['help_password'] = 'Please enter a password between 8 and 30 characters.';
|
|
$_['help_currency'] = 'Select the currency used on your website and to withdraw to your bank account.';
|
|
$_['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.';
|
|
$_['help_country'] = 'Tell us your country, and we will inform you once a warehouse in this country is opened.';
|
|
$_['help_merchant_number'] = 'Your personal Pilibaba account merchant number.';
|
|
$_['help_secret_key'] = 'Your secret key to access the Pilibaba API.';
|
|
$_['help_shipping_fee'] = 'The shipping cost from your warehouse to Pilibaba warehouse. Use two decimal places.';
|
|
$_['help_order_status'] = 'The order status after the customer has placed the order.';
|
|
$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.';
|
|
$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.';
|
|
|
|
// Error
|
|
$_['error_warning'] = 'Varoitus: Please check the form carefully for errors!';
|
|
$_['error_permission'] = 'Varoitus: You do not have permission to modify payment Pilibaba!';
|
|
$_['error_merchant_number'] = 'Merchant Number Required!';
|
|
$_['error_secret_key'] = 'Secret Key Required!';
|
|
$_['error_shipping_fee'] = 'Shipping fee must be a decimal number!';
|
|
$_['error_not_enabled'] = 'Module not enabled!';
|
|
$_['error_data_missing'] = 'Data missing!';
|
|
$_['error_tracking_length'] = 'Tracking number must be between 1 and 50 characters!';
|
|
$_['error_email_address'] = 'Please enter your email address!';
|
|
$_['error_email_invalid'] = 'The email address is not valid!';
|
|
$_['error_password'] = 'Password must be at least 8 characters!';
|
|
$_['error_currency'] = 'Please select a currency!';
|
|
$_['error_warehouse'] = 'Please select a warehouse!';
|
|
$_['error_country'] = 'Please select a country!';
|
|
$_['error_weight'] = 'Please change your <a href="%s">Weight Class</a> setting to grams. It\'s in \'System -> Settings\' in the \'Local\' tab.';
|
|
$_['error_bad_response'] = 'An invalid response was received. Please try again later.';
|
|
|
|
// Button
|
|
$_['button_register'] = 'Register';
|
|
$_['button_tracking'] = 'Update Tracking Number';
|
|
$_['button_barcode'] = 'Generate Barcode'; |