Skip to content

Commit 642948a

Browse files
committed
Update Strings for Translation
1 parent 3d31678 commit 642948a

File tree

1 file changed

+67
-19
lines changed

1 file changed

+67
-19
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 67 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
/* Shown when a user types a non-number into the two factor field. */
88
"A verification code will only contain numbers." = "A verification code will only contain numbers.";
99

10+
/* About this app (information page title) */
11+
"About" = "About";
12+
13+
/* My Store > Settings > About app section */
14+
"About the app" = "About the app";
15+
16+
/* Application's Active State */
17+
"Active" = "Active";
18+
1019
/* The plugin is active on the site and has not enabled automatic updates */
1120
"Active, Autoupdates off" = "Active, Autoupdates off";
1221

@@ -79,6 +88,9 @@
7988
/* Alert button title - dismisses alert, which cancels the log out attempt */
8089
"Back" = "Back";
8190

91+
/* Application's Background State */
92+
"Background" = "Background";
93+
8294
/* VoiceOver accessibility value, informs the user about a specific bar in the revenue chart. It reads: Bar number {bar number} {summary of bar}. */
8395
"Bar number %i, %@, " = "Bar number %1$i, %2$@, ";
8496

@@ -105,6 +117,9 @@
105117
/* Cancelled Order Status */
106118
"Canceled" = "Canceled";
107119

120+
/* Error displayed when trying to access a site on the site picker screen. It reads: Cannot connect to {site name} */
121+
"Cannot connect to %@" = "Cannot connect to %@";
122+
108123
/* shown in promotional screens during first launch */
109124
"Catch up with your favorite sites and join the conversation anywhere, any time." = "Catch up with your favorite sites and join the conversation anywhere, any time.";
110125

@@ -159,6 +174,12 @@
159174
/* Error message informing the user that there was a problem unsubscribing to a site or feed. */
160175
"Could not unfollow the site at the address specified." = "Could not unfollow the site at the address specified.";
161176

177+
/* Error message shown a URL points to a valid site but not a WordPress site. */
178+
"Couldn't connect to the WordPress site. There is no valid WordPress site at this address. Check the site address (URL) you entered." = "Couldn't connect to the WordPress site. There is no valid WordPress site at this address. Check the site address (URL) you entered.";
179+
180+
/* Message to show to user when he tries to add a self-hosted site with RSD link present, but xmlrpc is missing. */
181+
"Couldn't connect. Required XML-RPC methods are missing on the server." = "Couldn't connect. Required XML-RPC methods are missing on the server.";
182+
162183
/* Message to show to user when he tries to add a self-hosted site but the host returned a 403 error, meaning that the access to the /xmlrpc.php file is forbidden. */
163184
"Couldn't connect. We received a 403 error when trying to access your site XMLRPC endpoint. The app needs that in order to communicate with your site. Contact your host to solve this problem." = "Couldn't connect. We received a 403 error when trying to access your site XMLRPC endpoint. The app needs that in order to communicate with your site. Contact your host to solve this problem.";
164185

@@ -235,6 +256,10 @@
235256
Title of a button. */
236257
"Enter your password instead." = "Enter your password instead.";
237258

259+
/* Review error notice title
260+
Site Picker error notice title */
261+
"Error" = "Error";
262+
238263
/* Site Address placeholder */
239264
"example.wordpress.com" = "example.wordpress.com";
240265

@@ -244,6 +269,9 @@
244269
/* Error message to show when wrong URL format is used to access the REST API */
245270
"Failed to serialize request to the REST API." = "Failed to serialize request to the REST API.";
246271

272+
/* Navigates to the feature request screen */
273+
"Feature Request" = "Feature Request";
274+
247275
/* Accessibility label for the Filter notifications button. */
248276
"Filter notifications" = "Filter notifications";
249277

@@ -302,6 +330,9 @@
302330
/* Detail label for yes/no switch. */
303331
"If disabled will add the note as private." = "If disabled will add the note as private.";
304332

333+
/* Application's Inactive State */
334+
"Inactive" = "Inactive";
335+
305336
/* The plugin is not active on the site and has not enabled automatic updates */
306337
"Inactive, Autoupdates off" = "Inactive, Autoupdates off";
307338

@@ -341,6 +372,9 @@
341372
/* Settings > Privacy Settings. A text link to the cookie policy. */
342373
"Learn more" = "Learn more";
343374

375+
/* Licenses (information page title) */
376+
"Licenses" = "Licenses";
377+
344378
/* Message to show when a request for a WP.com API endpoint is throttled */
345379
"Limit reached. You can try again in 1 minute. Trying again before that will only increase the time you have to wait before the ban is lifted. If you think this is in error, contact support." = "Limit reached. You can try again in 1 minute. Trying again before that will only increase the time you have to wait before the ban is lifted. If you think this is in error, contact support.";
346380

@@ -475,16 +509,6 @@
475509
Spoken accessibility label for an icon image that indicates it's a note to the customer. */
476510
"Note to customer" = "Note to customer";
477511

478-
/* Deleted Notification's Title
479-
Notification notice title */
480-
"Notification" = "Notification";
481-
482-
/* Notification error notice title */
483-
"Notification Error" = "Notification Error";
484-
485-
/* Notification moderation success notice message */
486-
"Notification marked as %@" = "Notification marked as %@";
487-
488512
/* Notifications tab title
489513
Notifications title */
490514
"Notifications" = "Notifications";
@@ -519,6 +543,9 @@
519543
/* Title of a button. The text should be capitalized. Clicking opens the mail app in the user's iOS device. */
520544
"Open Mail" = "Open Mail";
521545

546+
/* Navigates to open source licenses screen */
547+
"Open source licenses" = "Open source licenses";
548+
522549
/* No comment provided by engineer. */
523550
"Optional Tracking Information" = "Optional Tracking Information";
524551

@@ -573,8 +600,11 @@
573600
/* Popup message to ask for user credentials (fields shown below). */
574601
"Please enter your credentials" = "Please enter your credentials";
575602

603+
/* Instructions for alert asking for email and name. */
604+
"Please enter your email address and username:" = "Please enter your email address and username:";
605+
576606
/* Instructions for alert asking for email. */
577-
"Please enter your email address." = "Please enter your email address.";
607+
"Please enter your email address:" = "Please enter your email address:";
578608

579609
/* A short prompt asking the user to properly fill out all login fields. */
580610
"Please fill out all the fields" = "Please fill out all the fields";
@@ -585,6 +615,9 @@
585615
/* My Store > Settings > Primary Store information section */
586616
"PRIMARY STORE" = "PRIMARY STORE";
587617

618+
/* Opens the Privacy Policy web page */
619+
"Privacy Policy" = "Privacy Policy";
620+
588621
/* Navigates to Privacy Settings screen */
589622
"Privacy Settings" = "Privacy Settings";
590623

@@ -641,6 +674,9 @@
641674
Retry the last action */
642675
"Retry" = "Retry";
643676

677+
/* Review moderation success notice message */
678+
"Review marked %@" = "Review marked %@";
679+
644680
/* Description text used on the UI element displayed when a user has pending orders to process. */
645681
"Review, prepare, and ship these pending orders" = "Review, prepare, and ship these pending orders";
646682

@@ -765,12 +801,18 @@
765801
/* Subtotal label for payment view */
766802
"Subtotal" = "Subtotal";
767803

804+
/* Labels an order note to let user know it's a system status message */
805+
"System status" = "System status";
806+
768807
/* Tax label for total taxes line */
769808
"Tax:" = "Tax:";
770809

771810
/* Taxes label for payment view */
772811
"Taxes" = "Taxes";
773812

813+
/* Opens the Terms of Service web page */
814+
"Terms of Service" = "Terms of Service";
815+
774816
/* Button title */
775817
"Text me a code instead" = "Text me a code instead";
776818

@@ -849,9 +891,6 @@
849891
/* Top Performers section title - this year */
850892
"This Year" = "This Year";
851893

852-
/* Instructions for alert asking for email and name. */
853-
"To continue please enter your email address and name." = "To continue please enter your email address and name.";
854-
855894
/* Text instructing the user to enter their email address. */
856895
"To create your new WordPress.com account, please enter your email address." = "To create your new WordPress.com account, please enter your email address.";
857896

@@ -907,8 +946,8 @@
907946
/* Displayed during the Login flow, whenever the user has no woo stores associated. */
908947
"Unable to find WooCommerce stores connected to this account" = "Unable to find WooCommerce stores connected to this account";
909948

910-
/* Notification error notice message */
911-
"Unable to mark the notification as %@" = "Unable to mark the notification as %@";
949+
/* Review error notice message */
950+
"Unable to mark review %@" = "Unable to mark review %@";
912951

913952
/* No comment provided by engineer. */
914953
"Unable to read the WordPress site at that URL. Tap 'Need Help?' to view the FAQ." = "Unable to read the WordPress site at that URL. Tap 'Need Help?' to view the FAQ.";
@@ -928,6 +967,9 @@
928967
/* Undo Action */
929968
"Undo" = "Undo";
930969

970+
/* Unknown Application State */
971+
"Unknown" = "Unknown";
972+
931973
/* No comment provided by engineer. */
932974
"Unknown error" = "Unknown error";
933975

@@ -956,6 +998,9 @@
956998
/* App version label */
957999
"Version" = "Version";
9581000

1001+
/* Displays the version of the App */
1002+
"Version %@" = "Version %@";
1003+
9591004
/* subtitle for My Tickets */
9601005
"View previously submitted support tickets" = "View previously submitted support tickets";
9611006

@@ -986,9 +1031,6 @@
9861031
/* Error message shown when having trouble connecting to a Jetpack site. */
9871032
"We're not able to connect to the Jetpack site at that URL. Contact us for assistance." = "We're not able to connect to the Jetpack site at that URL. Contact us for assistance.";
9881033

989-
/* Error message shown a URL points to a valid site but not a WordPress site. */
990-
"We're sure this is a great site - but it's not a WordPress site, so you can't connect to it with this app." = "We're sure this is a great site - but it's not a WordPress site, so you can't connect to it with this app.";
991-
9921034
/* Statistical unit - a single week */
9931035
"Week" = "Week";
9941036

@@ -1004,6 +1046,9 @@
10041046
/* Error message shown when an incorrect two factor code is provided. */
10051047
"Whoops, that's not a valid two-factor verification code. Double-check your code and try again!" = "Whoops, that's not a valid two-factor verification code. Double-check your code and try again!";
10061048

1049+
/* Navigates to about WooCommerce app screen */
1050+
"WooCommerce" = "WooCommerce";
1051+
10071052
/* Subject of new Zendesk ticket. */
10081053
"WooCommerce for iOS Support" = "WooCommerce for iOS Support";
10091054

@@ -1046,3 +1091,6 @@
10461091
/* Label for button to log in using Google. The {G} will be replaced with the Google logo. */
10471092
"{G} Log in with Google." = "{G} Log in with Google.";
10481093

1094+
/* About View's Footer Text. The variable is the current year */
1095+
"© %@ Automattic, Inc." = "© %@ Automattic, Inc.";
1096+

0 commit comments

Comments
 (0)