Skip to content

Commit b1471f6

Browse files
committed
Freeze strings for localization
1 parent 0163f94 commit b1471f6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,6 +2013,9 @@ which should be translated separately and considered part of this sentence. */
20132013
/* Error message on the Coupon Details screen when deleting coupon fails */
20142014
"Failed to delete coupon. Please try again." = "Failed to delete coupon. Please try again.";
20152015

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+
20162019
/* Error message on the Issue Refund screen when fetching the charge details failed */
20172020
"Failed to fetch your charge details. Please try again." = "Failed to fetch your charge details. Please try again.";
20182021

@@ -2519,6 +2522,9 @@ which should be translated separately and considered part of this sentence. */
25192522
/* An error message shown when a wpcom user provides the wrong password. */
25202523
"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?";
25212524

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+
25222528
/* Accessibility label for italic button on formatting toolbar. */
25232529
"Italic" = "Italic";
25242530

@@ -2722,7 +2728,8 @@ This part is the link to the website, and forms part of a longer sentence which
27222728

27232729
/* Action button that will restart the login flow.Presented when logging in with a site address that appears to be invalid.
27242730
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. */
27262733
"Log In With Another Account" = "Log In With Another Account";
27272734

27282735
/* 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
33413348
/* Paste without Formatting Menu Item */
33423349
"Paste without Formatting" = "Paste without Formatting";
33433350

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+
33443358
/* Payment section title
33453359
Title text of the row that shows the payment headline when creating a simple payment
33463360
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
40144028
Button to retry when there was a network error checking In-Person Payments requirements
40154029
Retry Action
40164030
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
40174032
Retry Action on the notice when loading product categories fails
40184033
Retry the last action */
40194034
"Retry" = "Retry";

0 commit comments

Comments
 (0)