PluginProbe ʕ •ᴥ•ʔ
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 2.13.0
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v2.13.0
4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.11.0 1.11.1 1.11.2 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 2.0.0 2.0.1 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.10.0 2.10.1 2.11.0 2.11.1 2.11.2 2.11.3 2.11.4 2.12.0 2.13.0 2.14.0 2.14.1 2.15.0 2.15.1 2.16.0 2.16.1 2.16.2 2.16.3 2.17.0 2.17.1 2.17.2 2.18.0 2.19.0 2.19.2 2.19.3 2.19.4 2.2.0 2.2.1 2.20.0 2.20.1 2.20.2 2.20.3 2.20.4 2.20.5 2.20.6 2.21.0 2.22.0 2.22.1 2.23.0 2.24.0 2.25.0 2.25.1 2.25.2 2.26.0 2.27.0 2.27.1 2.28.0 2.29.0 2.29.1 2.29.2 2.29.3 2.29.4 2.3.0 2.3.1 2.30.0 2.31.0 2.31.1 2.31.2 2.31.3 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.40.0 2.40.1 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.9.0 3.0.0 3.0.0-RC1 3.0.0-RC2 3.0.0-beta1 3.0.0-beta2 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.10.0 3.10.1 3.11.0 3.12.0 3.13.0 3.13.1 3.13.2 3.13.3 3.13.4 3.14.0 3.15.0 3.15.1 3.15.2 3.15.3 3.15.4 3.15.5 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.16.5 3.16.6 3.16.7 3.16.8 3.17.0 3.17.1 3.17.2 3.17.3 3.17.4 3.17.5 3.17.6 3.18.0 3.19.0 3.19.1 3.19.2 3.2.0 3.2.1 3.2.2 3.20.0 3.20.1 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 4.0.0 4.0.1 4.0.2 4.0.3 trunk 4.1.0 0.2.19.1 4.1.1 1.0.0 4.2.0 1.0.1 1.0.2
surecart / app / src / Support / Errors / Translations / codes.php
surecart / app / src / Support / Errors / Translations Last commit date
attributes.php 3 years ago codes.php 2 years ago types-replaceable.php 3 years ago types.php 3 years ago
codes.php
133 lines
1 <?php
2 /**
3 * Code translations
4 *
5 * @package SureCart
6 */
7
8 return array(
9 'http_request_failed' => __( 'Could not complete the request. Please try again.', 'surecart' ),
10 'coupon.invalid' => __( 'Failed to save coupon.', 'surecart' ),
11 'checkout.discount.coupon.currency_mismatch' => __( 'This coupon is for a different currency and cannot be applied.', 'surecart' ),
12 'price.dependent_locked' => __( 'The price is already being used in subscriptions or checkout sessions. Please archive the price and create another one.', 'surecart' ),
13 'checkout.discount.promotion_code.invalid_code' => __( 'Invalid promotion code.', 'surecart' ),
14 'checkout.invalid' => __( 'Invalid Checkout', 'surecart' ),
15 'checkout.line_items.required' => __( 'Please add at least one product.', 'surecart' ),
16 'checkout.line_items.unpurchasable_prices' => __( 'One of these products is no longer purchaseable.', 'surecart' ),
17 'checkout.shipping_address.missing_tax_info' => __( 'Please fill out your address.', 'surecart' ),
18 'checkout.discount.coupon.invalid' => __( 'This coupon is not valid. Please double-check it and try again.', 'surecart' ),
19 'checkout.customer.blank' => __( 'Please select a customer.', 'surecart' ),
20 'download.current_release' => __( 'This download cannot be removed or archived when it is set as the current release.', 'surecart' ),
21 'refund.amount.greater_than_refundable_amount' => __( 'The refund amount is greater than the refundable amount.', 'surecart' ),
22 'subscription.payment_method.not_reusable' => __( 'This payment method cannot be used for subscriptions.', 'surecart' ),
23 'payment_method.chargeable.fingerprint.blank' => __( 'The payment method is not valid (chargeable fingerprint blank). Please double-check it and try again.', 'surecart' ),
24 'subscription.product.one_time' => __( 'You cannot add a one-time product to a subscription.', 'surecart' ),
25 'price.blank' => __( 'The price cannot be blank.', 'surecart' ),
26 'price.scratch_amount.greater_than' => __( 'The compare at price must be greater than the price.', 'surecart' ),
27 'price.currency.taken' => __( 'A price with this currency and recurring interval already exists. Please create a new product to create this price.', 'surecart' ),
28 'promotion.code.taken' => __( 'This promotion code already exists. Please archive the old code or use a different code.', 'surecart' ),
29 'payment_intent.processor.blank' => __( 'There are no processors to make the payment. Please contact us for assistance.', 'surecart' ),
30 'product.restrict_dependent_destroy.has_many' => __( 'This product has prices that are currently being used. Please archive the product instead if it is not already archived.', 'surecart' ),
31 'product.image.invalid_media_type' => __( 'The product image must be an image.', 'surecart' ),
32 'checkout.shipping_address.invalid_tax_address' => __( 'Please fill out your address.', 'surecart' ),
33 'checkout.shipping_address.invalid_shipping_address' => __( 'Please add a valid address with necessary shipping information.', 'surecart' ),
34 'checkout.tax_identifier.invalid_tax_identifier' => __( 'Please enter a valid tax number.', 'surecart' ),
35 'checkout.line_items.old_price_versions' => __( 'The prices in this checkout session have changed. Please recheck it before submitting again.', 'surecart' ),
36 'checkout.discount.coupon.blank' => __( 'This coupon code is invalid.', 'surecart' ),
37 'http_request_failed' => __( 'Could not complete the request. Please try again.', 'surecart' ),
38 'coupon.invalid' => __( 'Failed to save coupon.', 'surecart' ),
39 'checkout.discount.coupon.currency_mismatch' => __( 'This coupon is for a different currency and cannot be applied.', 'surecart' ),
40 'price.dependent_locked' => __( 'The price is already being used in subscriptions or checkout sessions. Please archive the price and create another one.', 'surecart' ),
41 'checkout.discount.promotion_code.invalid_code' => __( 'Invalid promotion code.', 'surecart' ),
42 'checkout.invalid' => __( 'Failed to update. Please check for errors and try again.', 'surecart' ),
43 'checkout.line_items.required' => __( 'Please add at least one product.', 'surecart' ),
44 'checkout.line_items.unpurchasable_prices' => __( 'One of these products is no longer purchaseable.', 'surecart' ),
45 'checkout.shipping_address.missing_tax_info' => __( 'Please fill out your address.', 'surecart' ),
46 'checkout.discount.coupon.invalid' => __( 'This coupon is not valid. Please double-check it and try again.', 'surecart' ),
47 'checkout.customer.blank' => __( 'Please select a customer.', 'surecart' ),
48 'download.current_release' => __( 'This download cannot be removed or archived when it is set as the current release.', 'surecart' ),
49 'refund.amount.greater_than_refundable_amount' => __( 'The refund amount is greater than the refundable amount.', 'surecart' ),
50 'subscription.payment_method.not_reusable' => __( 'This payment method cannot be used for subscriptions.', 'surecart' ),
51 'payment_method.chargeable.fingerprint.blank' => __( 'The payment method is not valid (chargeable fingerprint blank). Please double-check it and try again.', 'surecart' ),
52 'subscription.product.one_time' => __( 'You cannot add a one-time product to a subscription.', 'surecart' ),
53 'price.blank' => __( 'The price cannot be blank.', 'surecart' ),
54 'price.scratch_amount.greater_than' => __( 'The compare at price must be greater than the price.', 'surecart' ),
55 'price.currency.taken' => __( 'A price with this currency and recurring interval already exists. Please create a new product to create this price.', 'surecart' ),
56 'promotion.code.taken' => __( 'This promotion code already exists. Please archive the old code or use a different code.', 'surecart' ),
57 'payment_intent.processor.blank' => __( 'There are no processors to make the payment. Please contact us for assistance.', 'surecart' ),
58 'product.restrict_dependent_destroy.has_many' => __( 'This product has prices that are currently being used. Please archive the product instead if it is not already archived.', 'surecart' ),
59 'product.image.invalid_media_type' => __( 'The product image must be an image.', 'surecart' ),
60 'checkout.shipping_address.invalid_tax_address' => __( 'Please fill out your address.', 'surecart' ),
61 'checkout.shipping_address.invalid_shipping_address' => __( 'Please add a valid address with necessary shipping information.', 'surecart' ),
62 'checkout.tax_identifier.invalid_tax_identifier' => __( 'Please enter a valid tax number.', 'surecart' ),
63 'checkout.line_items.old_price_versions' => __( 'The prices in this checkout session have changed. Please recheck it before submitting again.', 'surecart' ),
64 'checkout.discount.coupon.blank' => __( 'This coupon code is invalid.', 'surecart' ),
65 'customer_notification_protocol.abandoned_checkout_enabled.invalid_address' => __( 'You cannot enable abandoned checkouts until you have updated your business contact address. Please add an address to your store branding.' ),
66 'checkout.shipping_address.postal_code.invalid' => __( 'Your postal code is not valid.', 'surecart' ),
67 'checkout.discount.coupon.expired' => __( 'This coupon has expired.', 'surecart' ),
68 'checkout.discount.coupon.currency_mismatch' => __( 'This discount code does not apply to this currency.', 'surecart' ),
69 'checkout.discount.coupon.invalid' => __( 'This is not a valid coupon code', 'surecart' ),
70 'customer.shipping_address.active_subscriptions_exist' => __( 'This address cannot be removed if customer has active subscriptions.' ),
71 'order_protocol.number_prefix.invalid' => __( 'Please double-check your prefix does not contain any spaces, underscores, dashes or special characters.', 'surecart' ),
72 'order_protocol.number_prefix.too_long' => __( 'This prefix is too long. Please enter a shorter prefix.', 'surecart' ),
73 'order_protocol.number_prefix.too_short' => __( 'This prefix is too short. Please enter a longer prefix.', 'surecart' ),
74 'checkout.line_items.bump.invalid_quantity' => __( 'You can only apply this offer once.', 'surecart' ),
75 'checkout.line_items.price.product_not_purchasable' => __( 'This product is no longer purchaseable.', 'surecart' ),
76 'price_version.restrict_dependent_destroy.has_many' => __( 'This price is currently being used in subscriptions or checkout sessions. Please archive the price and create another one.', 'surecart' ),
77 'price.ad_hoc_max_amount.less_than' => __( 'The maximum price must be smaller.', 'surecart' ),
78 'price.ad_hoc_min_amount.less_than' => __( 'The minimum price must be smaller.', 'surecart' ),
79 'price.ad_hoc_max_amount.greater_than_or_equal_to' => __( 'The maximum price must be greater than the minimum price.', 'surecart' ),
80 'tax_registration.tax_zone_id.taken' => __( 'You are already collecting tax for this zone.', 'surecart' ),
81 'tax_protocol.eu_micro_exemption_enabled.address_outside_eu' => __( 'You cannot enable EU Micro Exemption if your address is outside of the EU.', 'surecart' ),
82 'tax_protocol.tax_enabled.invalid_address' => __( 'You cannot enable taxes unless a valid tax address is provided', 'surecart' ),
83 'media.restrict_dependent_destroy.has_one' => __( 'You cannot delete this media item because it is currently being used.', 'surecart' ),
84 'media.content_type.unsupported' => __( 'This file type is not supported.', 'surecart' ),
85 'verification_code.email.blocked_duplicate' => __( 'You have already requested a code in the last 60 seconds. Please wait before requesting again.', 'surecart' ),
86 'variant_option.name.taken' => __( 'This option name is already taken. Please use a different name.', 'surecart' ),
87 'product.variant_options.product.limit_reached' => __( 'You have reached the maximum number of options for this product.', 'surecart' ),
88 'tax_protocol.tax_enabled.invalid_address' => __( 'You cannot enable taxes unless a valid tax address is provided', 'surecart' ),
89 'media.restrict_dependent_destroy.has_one' => __( 'You cannot delete this media item because it is currently being used.', 'surecart' ),
90 'verification_code.email.blocked_duplicate' => __( 'You have already requested a code in the last 60 seconds. Please wait before requesting again.', 'surecart' ),
91 'product_collection.name.taken' => __( 'This name is already taken. Please choose another name.', 'surecart' ),
92 'product_collection.name.blank' => __( 'The name cannot be blank.', 'surecart' ),
93 'product_collection.slug.taken' => __( 'This URL part is already taken. Please choose another URL part.', 'surecart' ),
94 'checkout.selected_shipping_choice.blank' => __( "We don't currently ship to your address.", 'surecart' ),
95 'shipping_method.name.taken' => __( 'The shipping method name is already in use .', 'surecart' ),
96 'shipping_profile.name.blank' => __( 'The shipping profile name cannot be blank.', 'surecart' ),
97 'shipping_profile.name.too_long' => __( 'The shipping profile name is too long. Please enter a shorter name.', 'surecart' ),
98 'shipping_zone.name.blank' => __( 'The shipping zone name cannot be blank.', 'surecart' ),
99 'shipping_zone.name.taken' => __( 'The shipping zone name is already in use.', 'surecart' ),
100 'shipping_zone.name.too_long' => __( 'The shipping zone name is too long. Please enter a shorter name.', 'surecart' ),
101 'shipping_zone.countries.taken' => __( 'The selected countries are already used in another shipping zone.', 'surecart' ),
102 'shipping_zone.countries.inclusion' => __( 'The selected countries are not valid.', 'surecart' ),
103 'shipping_methodname.blank' => __( 'The shipping method name cannot be blank.', 'surecart' ),
104 'shipping_method.name.too_long' => __( 'The shipping method name is too long. Please enter a shorter name.', 'surecart' ),
105 'shipping_method.name.taken' => __( 'The shipping method name is already in use.', 'surecart' ),
106 'shipping_method.description.too_long' => __( 'The shipping method description is too long. Please enter a shorter description.', 'surecart' ),
107 'shipping_rate.rate_type.blank' => __( 'The shipping rate type cannot be blank.', 'surecart' ),
108 'shipping_rate.rate_type.inclusion' => __( 'The shipping rate type is not valid.', 'surecart' ),
109 'shipping_rate.weight_unit.blank' => __( 'The shipping weight unit cannot be blank.', 'surecart' ),
110 'shipping_rate.weight_unit.inclusion' => __( 'The shipping weight unit is not valid.', 'surecart' ),
111 'shipping_rate.shipping_method.blank' => __( 'The shipping method cannot be blank.', 'surecart' ),
112 'shipping_rate.max_weight.greater_than_or_equal_to' => __( 'The maximum weight must be greater than or equal to the minimum weight.', 'surecart' ),
113 'shipping_rate.max_weight.not_a_number' => __( 'The maximum weight must be a number.', 'surecart' ),
114 'shipping_rate.min_weight.greater_than_or_equal_to' => __( 'The minimum weight must be greater than or equal to zero.', 'surecart' ),
115 'shipping_rate.min_weight.not_a_number' => __( 'The minimum weight must be a number.', 'surecart' ),
116 'shipping_rate.max_amount.greater_than_or_equal_to' => __( 'The maximum amount must be greater than or equal to the minimum amount.', 'surecart' ),
117 'shipping_rate.max_amount.not_a_number' => __( 'The maximum amount must be a number.', 'surecart' ),
118 'shipping_rate.min_amount.greater_than_or_equal_to' => __( 'The minimum amount must be greater than or equal to zero.', 'surecart' ),
119 'shipping_rate.min_amount.not_a_number' => __( 'The minimum amount must be a number.', 'surecart' ),
120 'subscription.discount.coupon.not_applicable' => __( 'This coupon is not applicable to this subscription.', 'surecart' ),
121 'customer.shipping_address.blank' => __( 'Please fill out your address.', 'surecart' ),
122 'payment_method.invalid' => __( 'This payment method is not valid or reusable.', 'surecart' ),
123 'customer.default_payment_method.invalid' => __( 'This payment method is not valid or reusable.', 'surecart' ),
124 'payment_method.not_detachable' => __( 'This payment method cannot be deleted because there are no other valid or reusable saved payment methods available.', 'surecart' ),
125 'line_item.price.exceeds_purchase_limit' => __( 'You have exceeded the purchase limit for this product.', 'surecart' ),
126 'checkout.price.exceeds_purchase_limit' => __( 'You have exceeded the purchase limit for this product.', 'surecart' ),
127 'checkout.product.out_of_stock' => __( 'This product is out of stock.', 'surecart' ),
128 'checkout.price.unpurchasable' => __( 'This product is no longer available for purchase.', 'surecart' ),
129 'order.line_items.price.blank' => __( 'This product is no longer available for purchase.', 'surecart' ),
130 'checkout.line_items.price.currency_mismatch' => __( "The currency of this product's price is different from the store currency.", 'surecart' ),
131 'return_request.return_items.quantity.over_returned' => __( 'The quantity returned is greater than the quantity fulfilled.', 'surecart' ),
132 'customer.email.taken' => __( 'This email is already in use.', 'surecart' ),
133 );