| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; |
| 2 |
|
| 3 |
return [ |
| 4 |
'Confirming Payment...' => __('Confirming Payment...', 'fluent-cart'), |
| 5 |
'Payment Process rejected!' => __('Payment Process rejected!', 'fluent-cart'), |
| 6 |
'Payment Processing...' => __('Payment Processing...', 'fluent-cart'), |
| 7 |
'Payment canceled!' => __('Payment canceled!', 'fluent-cart'), |
| 8 |
'Payment completed! Updating order...' => __('Payment completed! Updating order...', 'fluent-cart'), |
| 9 |
'Payment failed!' => __('Payment failed!', 'fluent-cart'), |
| 10 |
'Payment failed. Please try again.' => __('Payment failed. Please try again.', 'fluent-cart'), |
| 11 |
'Please Don\'t close the browser' => __('Please Don\'t close the browser', 'fluent-cart'), |
| 12 |
'Redirecting to receipt...' => __('Redirecting to receipt...', 'fluent-cart'), |
| 13 |
]; |
| 14 |
|