Skip to content

Commit 7566042

Browse files
committed
Update strings for localization
1 parent 7c6e19d commit 7566042

File tree

1 file changed

+69
-16
lines changed

1 file changed

+69
-16
lines changed

WordPress/Resources/en.lproj/Localizable.strings

Lines changed: 69 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,9 @@ Note that the word 'go' here should have a closer meaning to 'start' rather than
17311731
/* Title of a button. */
17321732
"Clear search history" = "Clear search history";
17331733

1734+
/* No comment provided by engineer. */
1735+
"Clear selected color" = "Clear selected color";
1736+
17341737
/* Label for button that clears the spotlight index on device. */
17351738
"Clear Spotlight Index" = "Clear Spotlight Index";
17361739

@@ -7408,8 +7411,8 @@ but tapping on this button will remove their like from the post. */
74087411
/* Error message informing the user that they are already following a blog in their reader. */
74097412
"reader.error.already.subscribed.message" = "You are already subscribed to this blog.";
74107413

7411-
/* Title for a button that allows user to edit their subscribed list from the filter sheet */
7412-
"reader.filterSheet.button.edit" = "Edit";
7414+
/* Title for a button that allows user to manage their subscribed list from the filter sheet */
7415+
"reader.filterSheet.button.manage" = "Manage";
74137416

74147417
/* Title for a filter sheet on the Reader to filter the stream by blog */
74157418
"reader.filterSheet.byBlog.title" = "Filter by blog";
@@ -7439,11 +7442,14 @@ but tapping on this button will remove their like from the post. */
74397442
"reader.filterSheet.empty.tags.title" = "No tags";
74407443

74417444
/* Label displayed to the user while loading their selected interests */
7442-
"reader.filterSheet.select.tags.loading" = "Subscribing to new tags...";
7445+
"reader.filterSheet.select.tags.following" = "Following new tags...";
74437446

74447447
/* Screen title. Reader select interests title label text. */
74457448
"reader.filterSheet.select.tags.title" = "Suggested tags";
74467449

7450+
/* VoiceOver accessibility hint, informing the user the button can be used to follow a tag. */
7451+
"reader.follow.button.accessibility.hint" = "Follows the tag.";
7452+
74477453
/* A short message to inform the user data for their followed sites is being fetched.. */
74487454
"reader.followed.blogs.loading" = "Fetching blogs...";
74497455

@@ -7533,10 +7539,6 @@ with the filter chip button. */
75337539
/* Button title. Tapping lets the user view the blogs they're subscribed to. */
75347540
"reader.no.results.subscriptions.button" = "Go to Subscriptions";
75357541

7536-
/* No Sites View Label
7537-
No Topics View Label */
7538-
"reader.no.tags.action" = "You can subscribe to posts on a specific blog by subscribing to it.";
7539-
75407542
/* No Tags View Button Label */
75417543
"reader.no.tags.title" = "Add a blog";
75427544

@@ -7652,6 +7654,51 @@ Example: given a notice format "Following %@" and empty site name, this will be
76527654
/* Verb. An option to unsubscribe from a blog. */
76537655
"reader.post.menu.unsubscribe.blog" = "Unsubscribe from blog";
76547656

7657+
/* Name for the Default color theme, used in the Reader's reading preferences. */
7658+
"reader.preferences.color.default" = "Default";
7659+
7660+
/* Name for the Evening color theme, used in the Reader's reading preferences. */
7661+
"reader.preferences.color.evening" = "Evening";
7662+
7663+
/* Name for the OLED color theme, used in the Reader's reading preferences. */
7664+
"reader.preferences.color.oled" = "OLED";
7665+
7666+
/* Name for the Sepia color theme, used in the Reader's reading preferences. */
7667+
"reader.preferences.color.sepia" = "Sepia";
7668+
7669+
/* Name for the Soft color theme, used in the Reader's reading preferences. */
7670+
"reader.preferences.color.soft" = "Soft";
7671+
7672+
/* Title for a button to save and apply the customized Reader Preferences settings when tapped. */
7673+
"reader.preferences.control.doneButton" = "Done";
7674+
7675+
/* Describes that the slider is used to customize the text size in the Reader. */
7676+
"reader.preferences.control.sizeSlider.description" = "Size";
7677+
7678+
/* Description text for the preview section of Reader Preferences */
7679+
"reader.preferences.preview.body.description" = "Reading is personal, we want you to have control. Choose the styles that suit you.";
7680+
7681+
/* Text for a feedback link for the Reader Preferences feature */
7682+
"reader.preferences.preview.body.feedbackLink" = "Send us a feedback on this feature";
7683+
7684+
/* Footnote to be displayed in the preview section, noticing that the feature is in development. */
7685+
"reader.preferences.preview.body.notice" = "This feature is still in development.";
7686+
7687+
/* Example tag for preview */
7688+
"reader.preferences.preview.tags.1" = "dogs";
7689+
7690+
/* Example tag for preview */
7691+
"reader.preferences.preview.tags.2" = "fox";
7692+
7693+
/* Example tag for preview */
7694+
"reader.preferences.preview.tags.3" = "design";
7695+
7696+
/* Example tag for preview */
7697+
"reader.preferences.preview.tags.4" = "writing";
7698+
7699+
/* Title text for a preview */
7700+
"reader.preferences.preview.title" = "Choose your Reading Preferences";
7701+
76557702
/* Button title. Tapping lets the user manage the blogs they follow. */
76567703
"reader.reblog.manage.blogs" = "Manage Blogs";
76577704

@@ -7664,21 +7711,18 @@ Example: given a notice format "Following %@" and empty site name, this will be
76647711
/* Title of a Reader tab showing Sites matching a user's search query */
76657712
"reader.search.tab.blogs" = "Blogs";
76667713

7667-
/* Label displayed to the user while loading their selected interests */
7668-
"reader.select.interests.loading" = "Subscribing to new tags...";
7669-
76707714
/* Screen title. Reader select interests title label text. */
7671-
"reader.select.interests.title" = "Subscribe to tags";
7715+
"reader.select.interests.follow.title" = "Follow tags";
7716+
7717+
/* Label displayed to the user while loading their selected interests */
7718+
"reader.select.interests.following" = "Following new tags...";
76727719

76737720
/* Message shown when there are no new topics to follow. */
7674-
"reader.select.tags.no.results.title" = "No new tags to subscribe to";
7721+
"reader.select.tags.no.results.follow.title" = "No new tags to follow";
76757722

76767723
/* Reader select interests subtitle label text */
76777724
"reader.select.tags.subtitle" = "Choose your tags";
76787725

7679-
/* VoiceOver accessibility hint, informing the user the button can be used to follow a tag. */
7680-
"reader.subscribe.button.accessibility.hint" = "Subscribes to the tag.";
7681-
76827726
/* Verb. Button title. Subscribes to a new blog. */
76837727
"reader.subscribe.button.title" = "Subscribe";
76847728

@@ -7709,8 +7753,14 @@ Example: given a notice format "Following %@" and empty site name, this will be
77097753
/* Button title. Tapping shows the Subscribe to Tags screen. */
77107754
"reader.tags.discover.more.tags" = "Discover more tags";
77117755

7756+
/* Verb. Button title. Follows a new tag. */
7757+
"reader.tags.follow.button.title" = "Follow";
7758+
7759+
/* Verb. Button title. The user is following a tag. */
7760+
"reader.tags.following.button.title" = "Following";
7761+
77127762
/* Accessibility label for unsubscribing from a tag */
7713-
"reader.tags.unsubscribe.accessibility.label" = "Unsubscribe from %@";
7763+
"reader.tags.unfollow.accessibility.label" = "Unfollow %@";
77147764

77157765
/* Label of the table view cell's delete button, when unsubscribing from a blog. */
77167766
"reader.unsubscribe.button" = "Unsubscribe";
@@ -11484,6 +11534,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
1148411534
"wordpress.prologue.splash.caption" = "Write, edit, and publish
1148511535
from anywhere.";
1148611536

11537+
/* Title for the link for site creation guide. */
11538+
"wordPressAuthenticatorDisplayStrings.default.siteCreationGuideButtonTitle" = "Starting a new site?";
11539+
1148711540
/* Message to show when a request for a WP.com API endpoint is throttled */
1148811541
"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.";
1148911542

0 commit comments

Comments
 (0)