PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.3.21
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.3.21
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
fluent-cart / app / Services / Translations / checkout-translation.php

checkout-translation.php in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler 1.3.21, at app/Services/Translations/checkout-translation.php

45 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit;
2
3 return [
4 /* translators: 1: Field name */
5 '%1$s field is required.' => __('%1$s field is required.', 'fluent-cart'),
6 /* translators: 1: Field name */
7 '%s is invalid, please use a valid email.' => __('%s is invalid, please use a valid email.', 'fluent-cart'),
8 'Applied Successfully' => __('Applied Successfully', 'fluent-cart'),
9 'Are you sure you want to remove VAT?' => __('Are you sure you want to remove VAT?', 'fluent-cart'),
10 'Could not remove VAT, please try again.' => __('Could not remove VAT, please try again.', 'fluent-cart'),
11 'Coupon cannot be applied' => __('Coupon cannot be applied', 'fluent-cart'),
12 'Coupon removed!' => __('Coupon removed!', 'fluent-cart'),
13 'Error! Please update cart items!' => __('Error! Please update cart items!', 'fluent-cart'),
14 'Failed to remove VAT' => __('Failed to remove VAT', 'fluent-cart'),
15 'Invalid VAT number' => __('Invalid VAT number', 'fluent-cart'),
16 'Label must not exceed 15 characters.' => __('Label must not exceed 15 characters.', 'fluent-cart'),
17 'Loading...' => __('Loading...', 'fluent-cart'),
18 'Login' => __('Login', 'fluent-cart'),
19 'Login failed.' => __('Login failed.', 'fluent-cart'),
20 'Login failed. Please try again.' => __('Login failed. Please try again.', 'fluent-cart'),
21 'Login successful' => __('Login successful', 'fluent-cart'),
22 'Modal checkout is not available. Please try again.' => __('Modal checkout is not available. Please try again.', 'fluent-cart'),
23 'Network error occurred' => __('Network error occurred', 'fluent-cart'),
24 'Order Processing...' => __('Order Processing...', 'fluent-cart'),
25 'Password is required' => __('Password is required', 'fluent-cart'),
26 'Place Order' => __('Place Order', 'fluent-cart'),
27 'Please Don\'t close the browser' => __('Please Don\'t close the browser', 'fluent-cart'),
28 'Please wait...' => __('Please wait...', 'fluent-cart'),
29 'Processing' => __('Processing', 'fluent-cart'),
30 'Processing Order...' => __('Processing Order...', 'fluent-cart'),
31 'Redirecting please wait...' => __('Redirecting please wait...', 'fluent-cart'),
32 'Redirecting...' => __('Redirecting...', 'fluent-cart'),
33 'Register' => __('Register', 'fluent-cart'),
34 'Security check failed. Please refresh the page and try again.' => __('Security check failed. Please refresh the page and try again.', 'fluent-cart'),
35 'Select %s' => __('Select %s', 'fluent-cart'),
36 'Select a Country' => __('Select a Country', 'fluent-cart'),
37 'Something went wrong' => __('Something went wrong', 'fluent-cart'),
38 'Submit' => __('Submit', 'fluent-cart'),
39 'Username or Email is required' => __('Username or Email is required', 'fluent-cart'),
40 'Valid VAT number' => __('Valid VAT number', 'fluent-cart'),
41 'Validating...' => __('Validating...', 'fluent-cart'),
42 'Validation Error! Please fill required fields!' => __('Validation Error! Please fill required fields!', 'fluent-cart'),
43 'Validation service unavailable. Please try again.' => __('Validation service unavailable. Please try again.', 'fluent-cart'),
44 ];
45