You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Resources/en.lproj/Localizable.strings
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2013,6 +2013,9 @@ which should be translated separately and considered part of this sentence. */
2013
2013
/* Error message on the Coupon Details screen when deleting coupon fails */
2014
2014
"Failed to delete coupon. Please try again." = "Failed to delete coupon. Please try again.";
2015
2015
2016
+
/* Error displayed when the attempt to enable a Pay in Person checkout payment option fails */
2017
+
"Failed to enable Pay in Person. Please try again later." = "Failed to enable Pay in Person. Please try again later.";
2018
+
2016
2019
/* Error message on the Issue Refund screen when fetching the charge details failed */
2017
2020
"Failed to fetch your charge details. Please try again." = "Failed to fetch your charge details. Please try again.";
2018
2021
@@ -2519,6 +2522,9 @@ which should be translated separately and considered part of this sentence. */
2519
2522
/* An error message shown when a wpcom user provides the wrong password. */
2520
2523
"It seems like you've entered an incorrect password. Want to give it another try?" = "It seems like you've entered an incorrect password. Want to give it another try?";
2521
2524
2525
+
/* An error message displayed when the user tries to log in to the app with a simple WP.com site. Reads like: It seems that your site google.com is a simple WordPress.com site that cannot install plugins. Please upgrade your plan to use WooCommerce. */
2526
+
"It seems that your site %@ is a simple WordPress.com site that cannot install plugins. Please upgrade your plan to use WooCommerce." = "It seems that your site %@ is a simple WordPress.com site that cannot install plugins. Please upgrade your plan to use WooCommerce.";
2527
+
2522
2528
/* Accessibility label for italic button on formatting toolbar. */
2523
2529
"Italic" = "Italic";
2524
2530
@@ -2722,7 +2728,8 @@ This part is the link to the website, and forms part of a longer sentence which
2722
2728
2723
2729
/* Action button that will restart the login flow.Presented when logging in with a site address that appears to be invalid.
2724
2730
Action button that will restart the login flow.Presented when logging in with a site address that does not have a valid Jetpack installation
2725
-
Action button that will restart the login flow.Presented when logging in with a site address that does not have WooCommerce */
2731
+
Action button that will restart the login flow.Presented when logging in with a site address that does not have WooCommerce
2732
+
Action button that will restart the login flow.Presented when the user tries to log in to the app with a simple WP.com site. */
2726
2733
"Log In With Another Account" = "Log In With Another Account";
2727
2734
2728
2735
/* Action button linking to instructions for enter another store.Presented when logging in with an email address that is not a WordPress.com account */
@@ -3341,6 +3348,13 @@ This part is the link to the website, and forms part of a longer sentence which
3341
3348
/* Paste without Formatting Menu Item */
3342
3349
"Paste without Formatting" = "Paste without Formatting";
3343
3350
3351
+
/* Customer-facing description showing more details about the Pay in Person option which is added to the store checkout when the merchant enables Pay in Person
3352
+
Customer-facing instructions shown on Order Thank-you pages and confirmation emails, showing more details about the Pay in Person option added to the store checkout when the merchant enables Pay in Person */
3353
+
"Pay by card or another accepted payment method" = "Pay by card or another accepted payment method";
3354
+
3355
+
/* Customer-facing title for the payment option added to the store checkout when the merchant enables Pay in Person */
3356
+
"Pay in Person" = "Pay in Person";
3357
+
3344
3358
/* Payment section title
3345
3359
Title text of the row that shows the payment headline when creating a simple payment
3346
3360
Title text of the section that shows Payment details when creating a new order */
@@ -4014,6 +4028,7 @@ This part is the link to the website, and forms part of a longer sentence which
4014
4028
Button to retry when there was a network error checking In-Person Payments requirements
4015
4029
Retry Action
4016
4030
Retry action for an error notice
4031
+
Retry Action on error displayed when the attempt to enable a Pay in Person checkout payment option fails
4017
4032
Retry Action on the notice when loading product categories fails
0 commit comments