Skip to content

Commit dd01aca

Browse files
committed
Update strings for localization
1 parent 6283464 commit dd01aca

File tree

1 file changed

+48
-13
lines changed

1 file changed

+48
-13
lines changed

WordPress/Resources/en.lproj/Localizable.strings

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
/* Displays the number of words and characters in text */
201201
"%li words, %li characters" = "%1$li words, %2$li characters";
202202

203+
/* translators: Block name. %s: The localized block name\ntranslators: %s: Block name e.g. \"Image block\" */
204+
"%s block" = "%s block";
205+
203206
/* translators: %s: block title e.g: \"Paragraph\". */
204207
"%s block options" = "%s block options";
205208

@@ -905,9 +908,6 @@
905908
/* Message of the confirmation alert when deleting a post from the trash. */
906909
"Are you sure you want to permanently delete this post?" = "Are you sure you want to permanently delete this post?";
907910

908-
/* Title of the message shown when the user taps Publish Now while editing a post. Options will be Publish Now and Keep Editing. */
909-
"Are you sure you want to publish now?" = "Are you sure you want to publish now?";
910-
911911
/* Title of the message shown when the user taps Publish in the post list.
912912
Title of the message shown when the user taps Publish while editing a post. Options will be Publish and Keep Editing. */
913913
"Are you sure you want to publish?" = "Are you sure you want to publish?";
@@ -1033,6 +1033,9 @@
10331033
/* Automotive site intent topic */
10341034
"Automotive" = "Automotive";
10351035

1036+
/* No comment provided by engineer. */
1037+
"Autoplay may cause usability issues for some users." = "Autoplay may cause usability issues for some users.";
1038+
10361039
/* Whether a plugin has enabled automatic updates */
10371040
"Autoupdates" = "Autoupdates";
10381041

@@ -5116,9 +5119,6 @@ Please install the %3$@ to use the app with this site.";
51165119
/* Confirmation title for marking all notifications under a filter as read. %1$@ is replaced by the filter name. */
51175120
"Mark all %1$@ notifications as read?" = "Mark all %1$@ notifications as read?";
51185121

5119-
/* Marks all notifications under the filter as read */
5120-
"Mark All As Read" = "Mark All As Read";
5121-
51225122
/* Confirmation title for marking all notifications as read. */
51235123
"Mark all notifications as read?" = "Mark all notifications as read?";
51245124

@@ -6067,8 +6067,7 @@ Please install the %3$@ to use the app with this site.";
60676067
/* Notifications Details Accessibility Identifier */
60686068
"Notification Details Table" = "Notification Details Table";
60696069

6070-
/* Link to Notification Settings section
6071-
Title displayed in the Notification settings
6070+
/* Title displayed in the Notification settings
60726071
Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */
60736072
"Notification Settings" = "Notification Settings";
60746073

@@ -6108,6 +6107,21 @@ Please install the %3$@ to use the app with this site.";
61086107
/* This is one of the buttons we display when prompting the user for a review */
61096108
"notifications.appRatings.sendFeedback.yes.buttonTitle" = "Send feedback";
61106109

6110+
/* Message to use along with the post URL when sharing a post */
6111+
"notifications.share.messageWithoutPost" = "Check out my post:";
6112+
6113+
/* Message to use along with the post URL when sharing a post */
6114+
"notifications.share.messageWithPost" = "Check out my post \"%@\":";
6115+
6116+
/* Marks all notifications under the filter as read */
6117+
"notificationsViewController.navigationBar.action.markAllAsRead" = "Mark All As Read";
6118+
6119+
/* Link to Notification Settings section */
6120+
"notificationsViewController.navigationBar.action.settings" = "Notification Settings";
6121+
6122+
/* Accessibility label for the navigation bar menu button */
6123+
"notificationsViewController.navigationBar.menu.accessibilityLabel" = "Navigation Bar Menu Button";
6124+
61116125
/* Title of button to navigate to the next screen of the blogging reminders flow, setting up push notifications. */
61126126
"Notify me" = "Notify me";
61136127

@@ -6997,6 +7011,9 @@ Please install the %3$@ to use the app with this site.";
69977011
/* Label for a cell in the pre-publishing sheet */
69987012
"prepublishing.jetpackSocial" = "Jetpack Social";
69997013

7014+
/* Title for an error messaage in the pre-publishing sheet */
7015+
"prepublishing.mediaUploadFailed" = "Failed to upload media";
7016+
70007017
/* Placeholder for a cell in the pre-publishing sheet */
70017018
"prepublishing.postTitle" = "Title";
70027019

@@ -7074,6 +7091,9 @@ Tapping on this row allows the user to edit the sharing message. */
70747091
/* Label for a cell in the pre-publishing sheet */
70757092
"prepublishing.tags" = "Tags";
70767093

7094+
/* Title for a publish button state in the pre-publishing sheet */
7095+
"prepublishing.uploadingMedia" = "Uploading media";
7096+
70777097
/* Label for a cell in the pre-publishing sheet */
70787098
"prepublishing.visibility" = "Visibility";
70797099

@@ -7184,9 +7204,6 @@ Tapping on this row allows the user to edit the sharing message. */
71847204
/* A short phrase indicating a post is due to be immedately published. */
71857205
"Publish Immediately" = "Publish Immediately";
71867206

7187-
/* Title of button allowing the user to immediately publish the post they are editing. */
7188-
"Publish Now" = "Publish Now";
7189-
71907207
/* Text displayed in the share extension's summary view. It describes the publish page action. */
71917208
"Publish page on:" = "Publish page on:";
71927209

@@ -9132,6 +9149,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
91329149
/* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */
91339150
"stats.insights.totalLikes.guideText.singular" = "Your latest post %1$@ has received %2$@ like.";
91349151

9152+
/* Stats 'Today' header */
9153+
"stats.period.todayCard.title" = "Today";
9154+
91359155
/* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */
91369156
"stats.traffic.accessibilityLabel.comments" = "Bar Chart depicting Comments for the selected period.";
91379157

@@ -9144,6 +9164,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
91449164
/* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */
91459165
"stats.traffic.accessibilityLabel.visitors" = "Bar Chart depicting Visitors for the selected period.";
91469166

9167+
/* The label for the option to show Stats Traffic by day. */
9168+
"stats.traffic.day" = "By day";
9169+
91479170
/* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period. E.g.: +12.3K. %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. */
91489171
"stats.traffic.differenceLabelWithoutPercentage" = "%1$@%2$@";
91499172

@@ -9168,6 +9191,15 @@ Example: given a notice format "Following %@" and empty site name, this will be
91689191
/* Stats views lower than previous year */
91699192
"stats.traffic.label.yearDifference.lower" = "%@ lower than the previous year\n";
91709193

9194+
/* The label for the option to show Stats Traffic by month. */
9195+
"stats.traffic.month" = "By month";
9196+
9197+
/* The label for the option to show Stats Traffic by week. */
9198+
"stats.traffic.week" = "By week";
9199+
9200+
/* The label for the option to show Stats Traffic by year. */
9201+
"stats.traffic.year" = "By year";
9202+
91719203
/* The status of the post. Should be the same as in core WP. */
91729204
"Status" = "Status";
91739205

@@ -9654,7 +9686,7 @@ Example: given a notice format "Following %@" and empty site name, this will be
96549686
/* Subtitle displayed on the feature introduction view. */
96559687
"The best way to become a better writer is to build a writing habit and share with others - that’s where Prompts come in!" = "The best way to become a better writer is to build a writing habit and share with others - that’s where Prompts come in!";
96569688

9657-
/* No comment provided by engineer. */
9689+
/* Message for when the certificate for the server is invalid. The %@ placeholder will be replaced the a host name, received from the API. */
96589690
"The certificate for this server is invalid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk.\n\nWould you like to trust the certificate anyway?" = "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk.\n\nWould you like to trust the certificate anyway?";
96599691

96609692
/* Message informing the user that posts page cannot be edited */
@@ -11404,6 +11436,9 @@ from anywhere.";
1140411436
/* Message to show when a request for a WP.com API endpoint is throttled */
1140511437
"wordpresskit.api.message.endpoint_throttled" = "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.";
1140611438

11439+
/* Message to show to user when the app can't find WordPress.org REST API URL. */
11440+
"wordpresskit.org-rest-api.not-found" = "Couldn't find your site's REST API URL. The app needs that in order to communicate with your site. Contact your host to solve this problem.";
11441+
1140711442
/* Title of button that displays the Automattic Work With Us web page */
1140811443
"Work With Us" = "Work With Us";
1140911444

@@ -11616,7 +11651,7 @@ from anywhere.";
1161611651
Text to look for */
1161711652
"You replied to this comment." = "You replied to this comment.";
1161811653

11619-
/* No comment provided by engineer. */
11654+
/* Error messaged show when a mobile plugin is redirecting traffict to their site, DudaMobile in particular */
1162011655
"You seem to have installed a mobile plugin from DudaMobile which is preventing the app to connect to your blog" = "You seem to have installed a mobile plugin from DudaMobile which is preventing the app to connect to your blog";
1162111656

1162211657
/* Message displayed in ignore threat alert. %1$@ is a placeholder for the blog name. */

0 commit comments

Comments
 (0)