Skip to content

Commit 088df4c

Browse files
Freeze strings for localization
1 parent 5a45b3a commit 088df4c

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,9 @@ which should be translated separately and considered part of this sentence. */
837837
/* Legal disclaimer for signup buttons, the underscores _..._ denote underline */
838838
"By signing up, you agree to our _Terms of Service_." = "By signing up, you agree to our _Terms of Service_.";
839839

840+
/* Content of the label at the end of the Wrong Account screen. Reads like: By tapping the Connect Jetpack button, you agree to our Terms of Service and to share details with WordPress.com. */
841+
"By tapping the Connect Jetpack button, you agree to our %1$@ and to %2$@ with WordPress.com." = "By tapping the Connect Jetpack button, you agree to our %1$@ and to %2$@ with WordPress.com.";
842+
840843
/* Title for the helper field describing calculated amount for given percentage */
841844
"Calculated amount" = "Calculated amount";
842845

@@ -1136,12 +1139,12 @@ which should be translated separately and considered part of this sentence. */
11361139
/* Title of the Jetpack connection web view in the login flow */
11371140
"Connect Jetpack" = "Connect Jetpack";
11381141

1142+
/* Action button to handle connecting the logged-in account to a given site.Presented when logging in with a store address that does not match the account entered */
1143+
"Connect Jetpack to your account" = "Connect Jetpack to your account";
1144+
11391145
/* Label for a button that when tapped, starts the process of connecting to a card reader */
11401146
"Connect to Reader" = "Connect to Reader";
11411147

1142-
/* Action button to handle connecting the logged-in account to a given site.Presented when logging in with a store address that does not match the account entered */
1143-
"Connect to the site" = "Connect to the site";
1144-
11451148
/* Settings > Manage Card Reader > Prompt user to connect their first reader */
11461149
"Connect your card reader" = "Connect your card reader";
11471150

@@ -1347,9 +1350,15 @@ which should be translated separately and considered part of this sentence. */
13471350
/* Description of the Action sheet option when the user wants to create full manual order */
13481351
"Create a new manual order" = "Create a new manual order";
13491352

1353+
/* Button to create a new store from the store picker */
1354+
"Create a new store" = "Create a new store";
1355+
13501356
/* Description for percentage discount type on the action sheet presented from Add or Edit coupon screen */
13511357
"Create a percentage discount for selected products" = "Create a percentage discount for selected products";
13521358

1359+
/* Title of the store creation web view. */
1360+
"Create a store" = "Create a store";
1361+
13531362
/* The button title text for creating a new account. */
13541363
"Create Account" = "Create Account";
13551364

@@ -2381,6 +2390,9 @@ which should be translated separately and considered part of this sentence. */
23812390
/* Long descriptions of alert informing users of what email they can use to sign in.Presented when users attempt to log in with an email that does not match a WP.com account */
23822391
"In your site admin you can find the email you used to connect to WordPress.com from the Jetpack Dashboard under Connections > Account Connection" = "In your site admin you can find the email you used to connect to WordPress.com from the Jetpack Dashboard under Connections > Account Connection";
23832392

2393+
/* Cell title on beta features screen to enable in-app purchases */
2394+
"In-app purchases" = "In-app purchases";
2395+
23842396
/* Message included in emailed receipts. Reads as: In-Person Payment for Order @{number} for @{store name} blog_id @{blog ID} Parameters: %1$@ - order number, %2$@ - store name, %3$@ - blog ID number */
23852397
"In-Person Payment for Order #%1$@ for %2$@ blog_id %3$@" = "In-Person Payment for Order #%1$@ for %2$@ blog_id %3$@";
23862398

@@ -4362,6 +4374,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
43624374
Button to share coupon from the Coupon Creation Success screen. */
43634375
"Share Coupon" = "Share Coupon";
43644376

4377+
/* The action to be agreed upon when tapping the Connect Jetpack button on the Wrong Account screen. */
4378+
"share details" = "share details";
4379+
43654380
/* Settings > Privacy Settings > collect info section. Explains what the 'collect information' toggle is collecting */
43664381
"Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account.";
43674382

@@ -4981,9 +4996,13 @@ This is the link to the website, and forms part of a longer sentence which it sh
49814996
/* The placeholder text for the of the Aztec editor screen. */
49824997
"Tell us more about %1$@..." = "Tell us more about %1$@...";
49834998

4984-
/* Title of button that displays the App's terms of service */
4999+
/* The terms to be agreed upon when tapping the Connect Jetpack button on the Wrong Account screen.
5000+
Title of button that displays the App's terms of service */
49855001
"Terms of Service" = "Terms of Service";
49865002

5003+
/* Cell description on beta features screen to enable in-app purchases */
5004+
"Test out in-app purchases as we get ready to launch" = "Test out in-app purchases as we get ready to launch";
5005+
49875006
/* Cell description on beta features screen to enable coupon management */
49885007
"Test out managing coupons as we get ready to launch" = "Test out managing coupons as we get ready to launch";
49895008

0 commit comments

Comments
 (0)