|
| 1 | +## Page Metadata Information |
| 2 | +## $productTitle (String) - The name of the product to create subscription, e.g. Mozilla VPN |
| 3 | + |
1 | 4 | # Checkout start |
2 | 5 | metadata-title-checkout-start = Checkout | { $productTitle } |
3 | 6 | metadata-description-checkout-start = Enter your payment details to complete your purchase. |
4 | | -
|
5 | 7 | # Checkout processing |
6 | 8 | metadata-title-checkout-processing = Processing | { $productTitle } |
7 | 9 | metadata-description-checkout-processing = Please wait while we finish processing your payment. |
8 | | -
|
9 | 10 | # Checkout error |
10 | 11 | metadata-title-checkout-error = Error | { $productTitle } |
11 | 12 | metadata-description-checkout-error = There was an error processing your subscription. If this problem persists, please contact support. |
12 | | -
|
13 | 13 | # Checkout success |
14 | 14 | metadata-title-checkout-success = Success | { $productTitle } |
15 | 15 | metadata-description-checkout-success = Congratulations! You have successfully completed your purchase. |
16 | | -
|
17 | 16 | # Checkout needs_input |
18 | 17 | metadata-title-checkout-needs-input = Action required | { $productTitle } |
19 | 18 | metadata-description-checkout-needs-input = Please complete the required action to proceed with your payment. |
20 | | -
|
21 | 19 | # Upgrade start |
22 | 20 | metadata-title-upgrade-start = Upgrade | { $productTitle } |
23 | 21 | metadata-description-upgrade-start = Enter your payment details to complete your upgrade. |
24 | | -
|
25 | 22 | # Upgrade processing |
26 | 23 | metadata-title-upgrade-processing = Processing | { $productTitle } |
27 | 24 | metadata-description-upgrade-processing = Please wait while we finish processing your payment. |
28 | | -
|
29 | 25 | # Upgrade error |
30 | 26 | metadata-title-upgrade-error = Error | { $productTitle } |
31 | 27 | metadata-description-upgrade-error = There was an error processing your upgrade. If this problem persists, please contact support. |
32 | | -
|
33 | 28 | # Upgrade success |
34 | 29 | metadata-title-upgrade-success = Success | { $productTitle } |
35 | 30 | metadata-description-upgrade-success = Congratulations! You have successfully completed your upgrade. |
36 | | -
|
37 | 31 | # Upgrade needs_input |
38 | 32 | metadata-title-upgrade-needs-input = Action required | { $productTitle } |
39 | 33 | metadata-description-upgrade-needs-input = Please complete the required action to proceed with your payment. |
40 | | -
|
41 | 34 | # Default |
42 | 35 | metadata-title-default = Page not found | { $productTitle } |
43 | 36 | metadata-description-default = The page you requested was not found. |
| 37 | +
|
| 38 | +## Coupon Error Messages |
| 39 | + |
| 40 | +next-coupon-error-expired = The code you entered has expired. |
| 41 | +next-coupon-error-generic = An error occurred processing the code. Please try again. |
| 42 | +next-coupon-error-invalid = The code you entered is invalid. |
| 43 | +# "Limit" refers to the maximum number of times a coupon can be redeemed. |
| 44 | +next-coupon-error-limit-reached = The code you entered has reached its limit. |
| 45 | +
|
| 46 | +## |
0 commit comments