mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
27 lines
897 B
PHP
Executable File
27 lines
897 B
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['express_text_title'] = 'Confirm order';
|
|
|
|
// Text
|
|
$_['text_title'] = 'PayPal Express Checkout';
|
|
$_['button_continue'] = 'Continue';
|
|
$_['text_cart'] = 'Shopping Cart';
|
|
$_['text_shipping_updated'] = 'Shipping service updated';
|
|
$_['text_trial'] = '%s every %s %s for %s payments then ';
|
|
$_['text_recurring'] = '%s every %s %s';
|
|
$_['text_recurring_item'] = 'Recurring Item';
|
|
$_['text_length'] = ' for %s payments';
|
|
|
|
// Entry
|
|
$_['express_entry_coupon'] = 'Enter your coupon here:';
|
|
|
|
// Button
|
|
$_['express_button_coupon'] = 'Add';
|
|
$_['express_button_confirm'] = 'Confirm';
|
|
$_['express_button_login'] = 'Continue to PayPal';
|
|
$_['express_button_shipping'] = 'Update shipping';
|
|
$_['button_cancel_recurring'] = 'Cancel payments';
|
|
|
|
// Error
|
|
$_['error_heading_title'] = 'There was an error';
|
|
$_['error_too_many_failures'] = 'Your payment has failed too many times'; |