You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/Resources/en.lproj/Localizable.strings
+90-33Lines changed: 90 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -350,21 +350,6 @@
350
350
/* Message of Close Account confirmation alert */
351
351
"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n";
352
352
353
-
/* Plural format string for displaying the number of post likes. %1$d is the number of likes. The underscores denote underline and is not displayed. */
354
-
"_%1$d bloggers_ like this." = "_%1$d bloggers_ like this.";
355
-
356
-
/* Describes that only one user likes a post. The underscores denote underline and is not displayed. */
/* Plural format string for displaying the number of post likes, including the like from the current user. %1$d is the number of likes, excluding the like by current user. The underscores denote underline and is not displayed. */
360
-
"_You and %1$d bloggers_ like this." = "_You and %1$d bloggers_ like this.";
361
-
362
-
/* Describes that the current user and one other user like a post. The underscores denote underline and is not displayed. */
363
-
"_You and another blogger_ like this." = "_You and another blogger_ like this.";
364
-
365
-
/* Describes that the current user is the only one liking a post. The underscores denote underline and is not displayed. */
366
-
"_You_ like this." = "_You_ like this.";
367
-
368
353
/* A short description of what the 'More' button is and how it works. */
369
354
"A \"more\" button contains a dropdown which displays sharing buttons" = "A \"more\" button contains a dropdown which displays sharing buttons";
370
355
@@ -908,8 +893,7 @@
908
893
/* Message of the confirmation alert when deleting a post from the trash. */
909
894
"Are you sure you want to permanently delete this post?" = "Are you sure you want to permanently delete this post?";
910
895
911
-
/* Title of the message shown when the user taps Publish in the post list.
912
-
Title of the message shown when the user taps Publish while editing a post. Options will be Publish and Keep Editing. */
896
+
/* Title of the message shown when the user taps Publish while editing a post. Options will be Publish and Keep Editing. */
913
897
"Are you sure you want to publish?" = "Are you sure you want to publish?";
914
898
915
899
/* Text for the alert to confirm a plugin removal. %1$@ is the plugin name, %2$@ is the site title. */
@@ -1400,6 +1384,12 @@ Note that the word 'go' here should have a closer meaning to 'start' rather than
1400
1384
/* Title for a list of different button styles. */
1401
1385
"Button Style" = "Button Style";
1402
1386
1387
+
/* No comment provided by engineer. */
1388
+
"Button to copy error details" = "Button to copy error details";
1389
+
1390
+
/* No comment provided by engineer. */
1391
+
"Button to copy post text" = "Button to copy post text";
1392
+
1403
1393
/* Label for the post author in the post detail. */
1404
1394
"By " = "By ";
1405
1395
@@ -2097,12 +2087,18 @@ Example: Reply to Pamela Nguyen */
2097
2087
/* No comment provided by engineer. */
2098
2088
"Copied block" = "Copied block";
2099
2089
2090
+
/* No comment provided by engineer. */
2091
+
"Copy error details" = "Copy error details";
2092
+
2100
2093
/* No comment provided by engineer. */
2101
2094
"Copy file URL" = "Copy file URL";
2102
2095
2103
2096
/* Copy link to oomment button title */
2104
2097
"Copy Link to Comment" = "Copy Link to Comment";
2105
2098
2099
+
/* No comment provided by engineer. */
2100
+
"Copy post text" = "Copy post text";
2101
+
2106
2102
/* Button title displayed in popup indicating the user copied the local copy */
2107
2103
"Copy the version from this app" = "Copy the version from this app";
2108
2104
@@ -3103,8 +3099,7 @@ Example: Reply to Pamela Nguyen */
3103
3099
/* Explanation for the option to enable the block editor */
3104
3100
"Edit new posts and pages with the block editor." = "Edit new posts and pages with the block editor.";
3105
3101
3106
-
/* Button label for editing a post
3107
-
Button title. Opens the editor to edit an existing post.
3102
+
/* Button title. Opens the editor to edit an existing post.
3108
3103
Opens the editor to edit an existing post. */
3109
3104
"Edit Post" = "Edit Post";
3110
3105
@@ -3347,6 +3342,9 @@ Example: Reply to Pamela Nguyen */
3347
3342
/* Text displayed when there is a failure loading a blogging prompt. */
3348
3343
"Error loading prompt" = "Error loading prompt";
3349
3344
3345
+
/* Text displayed when there is a failure loading notification comments. */
3346
+
"Error loading the comment" = "Error loading the comment";
3347
+
3350
3348
/* Message displayed when spamming a comment fails. */
3351
3349
"Error marking comment as spam." = "Error marking comment as spam.";
3352
3350
@@ -4884,6 +4882,9 @@ Please install the %3$@ to use the app with this site.";
4884
4882
/* VoiceOver accessibility hint, informing the user the button can be used to like a comment */
4885
4883
"Likes the Comment." = "Likes the Comment.";
4886
4884
4885
+
/* Error message that informs likes from a private blog cannot be fetched. */
4886
+
"likesListViewController.likesList.privateBlogErrorMessage" = "You don't have permission to view this private blog.";
4887
+
4887
4888
/* This description is used to set the accessibility label for the Insights chart, with Views selected. */
4888
4889
"Line Chart depicting Views for insights." = "Line Chart depicting Views for insights.";
4889
4890
@@ -6077,6 +6078,9 @@ Please install the %3$@ to use the app with this site.";
6077
6078
/* Description of the blogging prompts feature on the Blogging Reminders Settings screen. */
6078
6079
"Notification will include a word or short phrase for inspiration" = "Notification will include a word or short phrase for inspiration";
6079
6080
6081
+
/* Error message that informs comment details from a private blog cannot be fetched. */
6082
+
"notificationCommentDetailViewController.commentDetails.privateBlogErrorMessage" = "You don't have permission to view this private blog.";
6083
+
6080
6084
/* Name of the Notifications feature.
6081
6085
Notifications 3D Touch Shortcut
6082
6086
Notifications tab bar item accessibility label
@@ -6849,6 +6853,9 @@ Please install the %3$@ to use the app with this site.";
6849
6853
/* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */
/* Title of notification displayed when a post has been successfully published. */
6893
+
"postNotice.postPublished" = "Post published";
6894
+
6895
+
/* Title of notification displayed when a post has been successfully scheduled. */
6896
+
"postNotice.postScheduled" = "Post scheduled";
6897
+
6898
+
/* Title of notification displayed when a post has been successfully updated. */
6899
+
"postNotice.postUpdated" = "Post updated";
6900
+
6901
+
/* A post upload failed notification. */
6902
+
"postNotice.uploadFailed" = "Upload failed";
6903
+
6904
+
/* Button title. Displays a summary / sharing screen for a specific post. */
6905
+
"postNotice.view" = "View";
6906
+
6864
6907
/* All Time Stats 'Posts' label
6865
6908
Insights 'Posts' header
6866
6909
Noun. Title. Links to the blog's Posts screen.
@@ -7187,8 +7230,7 @@ Tapping on this row allows the user to edit the sharing message. */
7187
7230
/* Privacy setting for posts set to 'Public' (default). Should be the same as in core WP. */
7188
7231
"Public" = "Public";
7189
7232
7190
-
/* Button shown when the author is asked for publishing confirmation.
7191
-
Button title. Publishes a post.
7233
+
/* Button title. Publishes a post.
7192
7234
Label for the publish (verb) button. Tapping publishes a draft post.
7193
7235
Publish post action on share extension site picker screen.
7194
7236
Section title for the publish table section in the blog details screen
@@ -7320,6 +7362,15 @@ Tapping on this row allows the user to edit the sharing message. */
7320
7362
/* Accessibility hint to inform that the author section can be tapped to see posts from the site. */
7321
7363
"reader.detail.header.authorInfo.a11y.hint" = "Views posts from the site";
7322
7364
7365
+
/* Plural format string for displaying the number of post likes. %1$d is the number of likes. The underscores denote underline and is not displayed. */
7366
+
"reader.detail.likes.plural" = "_%1$d likes_";
7367
+
7368
+
/* Describes that the current user is the only one liking a post. */
7369
+
"reader.detail.likes.self" = "You like this.";
7370
+
7371
+
/* Describes that only one user likes a post. The underscores denote underline and is not displayed. */
7372
+
"reader.detail.likes.single" = "_1 like_";
7373
+
7323
7374
/* Title for the Comment button on the Reader Detail toolbar.
7324
7375
Note: Since the display space is limited, a short or concise translation is preferred. */
/* Error message that informs reader detail from a private blog cannot be fetched. */
7752
+
"readerDetailCoordinator.readerDetail.privateBlogErrorMessage" = "You don't have permission to view this private blog.";
7753
+
7700
7754
/* Title of button that asks the users if they'd like to focus on checking their sites stats */
7701
7755
"Reading posts from other sites" = "Reading posts from other sites";
7702
7756
@@ -9541,6 +9595,12 @@ Example: given a notice format "Following %@" and empty site name, this will be
9541
9595
/* Accessibility hint */
9542
9596
"Tap for more detail." = "Tap for more detail.";
9543
9597
9598
+
/* No comment provided by engineer. */
9599
+
"Tap here to copy error details" = "Tap here to copy error details";
9600
+
9601
+
/* No comment provided by engineer. */
9602
+
"Tap here to copy post text" = "Tap here to copy post text";
9603
+
9544
9604
/* No comment provided by engineer. */
9545
9605
"Tap here to show help" = "Tap here to show help";
9546
9606
@@ -9692,6 +9752,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
9692
9752
/* Message informing the user that posts page cannot be edited */
9693
9753
"The content of your latest posts page is automatically generated and cannot be edited." = "The content of your latest posts page is automatically generated and cannot be edited.";
9694
9754
9755
+
/* No comment provided by engineer. */
9756
+
"The editor has encountered an unexpected error" = "The editor has encountered an unexpected error";
9757
+
9695
9758
/* Error message shown to a user who is trying to share to Facebook but does not have any available Facebook Pages. */
9696
9759
"The Facebook connection cannot find any Pages. Publicize cannot connect to Facebook Profiles, only published Pages." = "The Facebook connection cannot find any Pages. Publicize cannot connect to Facebook Profiles, only published Pages.";
9697
9760
@@ -9778,9 +9841,6 @@ Example: given a notice format "Following %@" and empty site name, this will be
9778
9841
/* People: Invitation Error */
9779
9842
"The specified user cannot be found. Please, verify if it's correctly spelt." = "The specified user cannot be found. Please, verify if it's correctly spelt.";
9780
9843
9781
-
/* Message for stories unsupported device error. */
9782
-
"The Stories editor is not currently available for your iPad. Please try Stories on your iPhone." = "The Stories editor is not currently available for your iPad. Please try Stories on your iPhone.";
9783
-
9784
9844
/* Title for the technical details section in Threat Details */
9785
9845
"The technical details" = "The technical details";
9786
9846
@@ -9878,9 +9938,6 @@ Example: given a notice format "Following %@" and empty site name, this will be
9878
9938
/* Explaining to the user there was an error trying to obtain the current location of the user. */
9879
9939
"There was a problem when trying to access your location. Please try again later." = "There was a problem when trying to access your location. Please try again later.";
9880
9940
9881
-
/* Message for stories unknown error. */
9882
-
"There was a problem with the Stories editor. If the problem persists you can contact us via the Me > Help & Support screen." = "There was a problem with the Stories editor. If the problem persists you can contact us via the Me > Help & Support screen.";
9883
-
9884
9941
/* Text displayed when there is a failure changing the password.
9885
9942
Text displayed when there is a failure loading the history. */
9886
9943
"There was an error changing the password" = "There was an error changing the password";
@@ -10276,9 +10333,6 @@ Example: given a notice format "Following %@" and empty site name, this will be
10276
10333
/* An error message shown when there is an issue creating new invite links. */
10277
10334
"Unable to create new invite links." = "Unable to create new invite links.";
10278
10335
10279
-
/* Title for stories unknown error. */
10280
-
"Unable to Create Stories Editor" = "Unable to Create Stories Editor";
10281
-
10282
10336
/* Text displayed in HUD if there was an error attempting to delete a media item. */
10283
10337
"Unable to delete media item." = "Unable to delete media item.";
10284
10338
@@ -10472,9 +10526,6 @@ Example: given a notice format "Following %@" and empty site name, this will be
10472
10526
/* No comment provided by engineer. */
10473
10527
"Unsupported" = "Unsupported";
10474
10528
10475
-
/* Title for stories unsupported device error. */
10476
-
"Unsupported Device" = "Unsupported Device";
10477
-
10478
10529
/* Label for an untitled post in the revision browser */
10479
10530
"Untitled" = "Untitled";
10480
10531
@@ -11545,6 +11596,9 @@ from anywhere.";
11545
11596
/* Accessibility hint for Note displayed in the Feature Introduction view. */
11546
11597
"You can control Blogging Prompts and Reminders at any time in My Site, Settings, Blogging" = "You can control Blogging Prompts and Reminders at any time in My Site, Settings, Blogging";
11547
11598
11599
+
/* No comment provided by engineer. */
11600
+
"You can copy your post text in case your content is impacted. Copy error details to debug and share with support." = "You can copy your post text in case your content is impacted. Copy error details to debug and share with support.";
11601
+
11548
11602
/* No comment provided by engineer. */
11549
11603
"You can edit this block using the web version of the editor." = "You can edit this block using the web version of the editor.";
11550
11604
@@ -11587,6 +11641,9 @@ from anywhere.";
11587
11641
/* Displayed when the user views trashed in the posts list and there are no posts */
11588
11642
"You don't have any trashed posts" = "You don't have any trashed posts";
11589
11643
11644
+
/* Error message that informs reader comments from a private blog cannot be fetched. */
11645
+
"You don't have permission to view this private blog." = "You don't have permission to view this private blog.";
11646
+
11590
11647
/* Message informing the user that all of their sites are currently hidden (plural) */
11591
11648
"You have %lu hidden WordPress sites." = "You have %lu hidden WordPress sites.";
0 commit comments