mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 11:32:09 +00:00
update translation
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Amazon Payments';
|
||||
$_['heading_address'] = 'Please choose a delivery address';
|
||||
$_['heading_payment'] = 'Please select a payment method';
|
||||
$_['heading_confirm'] = 'Order summary';
|
||||
|
||||
// Text
|
||||
$_['text_back'] = 'Back';
|
||||
$_['text_cart'] = 'Cart';
|
||||
$_['text_confirm'] = 'Confirm';
|
||||
$_['text_continue'] = 'Continue';
|
||||
$_['text_cba'] = 'Amazon Payments';
|
||||
$_['text_enter_coupon'] = 'Enter your coupon code here. If you don\'t have one, leave it empty.';
|
||||
$_['text_coupon'] = 'Coupon';
|
||||
$_['text_tax_other'] = 'Taxes / Other handling fees';
|
||||
$_['text_payment_failed'] = 'Your payment has failed. Please contact the shop administrator for assistance or use a different payment option.';
|
||||
$_['text_success_title'] = 'Your order has been placed!';
|
||||
$_['text_payment_success'] = 'Your order was successfully placed. Order details are below';
|
||||
|
||||
// Error
|
||||
$_['error_payment_method'] = 'Please select a payment method';
|
||||
$_['error_shipping'] = 'Please select a shipping method';
|
||||
$_['error_shipping_address'] = 'Please select a delivery address';
|
||||
$_['error_shipping_methods'] = 'There was an error retrieving your address from Amazon. Please contact the shop administrator for help';
|
||||
$_['error_no_shipping_methods'] = 'There are no shipping options to the selected address. Please select a different shipping address';
|
||||
Reference in New Issue
Block a user