forked from wordpress-mobile/WordPress-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.xml
2768 lines (2523 loc) · 198 KB
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name" translatable="false">WordPress</string>
<!-- account setup -->
<string name="xmlrpc_missing_method_error">Couldn\'t connect. Required XML-RPC methods are missing on the server.</string>
<string name="xmlrpc_post_blocked_error">Couldn\'t connect. Your host is blocking POST requests, and the app needs
that in order to communicate with your site. Contact your host to solve this problem.</string>
<string name="xmlrpc_endpoint_forbidden_error">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.</string>
<string name="no_network_title">No network available</string>
<string name="no_network_message">There is no network available</string>
<string name="sign_out_wpcom_confirm_with_changes">You have changes to posts that haven’t been uploaded to your site. Logging out now will delete those changes from your device. Log out anyway?</string>
<string name="sign_out_wpcom_confirm_with_no_changes">Log out of WordPress?</string>
<!-- form labels -->
<string name="select_categories">Select categories</string>
<string name="tags_separate_with_commas">Separate tags with commas</string>
<string name="max_thumbnail_px_size">Maximum Image Size</string>
<string name="image_quality">Image Quality</string>
<string name="max_video_resolution">Maximum Video Size</string>
<string name="video_quality">Video Quality</string>
<string name="password">Password</string>
<!-- comment form labels -->
<string name="anonymous">Anonymous</string>
<!-- Screen titles -->
<string name="release_notes_screen_title">Release notes</string>
<string name="license_screen_title">License</string>
<string name="help_screen_title">Help and Support</string>
<string name="notif_settings_screen_title">Notification settings</string>
<string name="my_site_section_screen_title">My site</string>
<string name="me_section_screen_title">Me</string>
<string name="reader_screen_title">Reader</string>
<string name="notifications_screen_title">Notifications</string>
<string name="publicize_buttons_screen_title">Sharing buttons</string>
<string name="media_settings_screen_title">File details</string>
<string name="person_detail_screen_title">Person detail</string>
<string name="login_epilogue_screen_title">Logged in as</string>
<string name="login_prologue_screen_title">Login</string>
<string name="signup_epilogue_screen_title">New account</string>
<string name="share_intent_screen_title">Pick site</string>
<string name="edit_photo_screen_title">Edit Photo</string>
<string name="notif_detail_screen_title">Notification detail %s</string>
<!-- default strings -->
<string name="wordpress" translatable="false">WordPress</string>
<!-- general strings -->
<string name="posts">Posts</string>
<string name="sites">Sites</string>
<string name="media">Media</string>
<string name="themes">Themes</string>
<string name="about_the_app">About the app</string>
<string name="username">Username</string>
<string name="cancel">Cancel</string>
<string name="save">Save</string>
<string name="keep_editing">Keep editing</string>
<string name="add">Add</string>
<string name="remove">Remove</string>
<string name="removed">Removed</string>
<string name="search">Search</string>
<string name="show">Show</string>
<string name="hide">Hide</string>
<string name="select_all">Select all</string>
<string name="deselect_all">Deselect all</string>
<string name="sure_to_remove_account">Remove this site from the app?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="error">Error</string>
<string name="connection_error">Connection error</string>
<string name="connection_to_server_lost">The connection to the server was lost</string>
<string name="category_refresh_error">Category refresh error</string>
<string name="incorrect_credentials">Incorrect username or password.</string>
<string name="cancel_edit">Cancel edit</string>
<string name="gallery_error">The media item couldn\'t be retrieved</string>
<string name="refresh">Refresh</string>
<string name="report_bug">Report bug</string>
<string name="blog_not_found">An error occurred when accessing this blog</string>
<string name="post_not_found">An error occurred when loading the post. Refresh your posts and try again.</string>
<string name="sign_in">Log in</string>
<string name="signing_out">Logging out…</string>
<string name="sign_in_wpcom">Log in to WordPress.com</string>
<string name="learn_more">Learn more</string>
<string name="uploading_post">Uploading \"%s\"</string>
<string name="language">Language</string>
<string name="interface_language">Interface Language</string>
<string name="signout">Log out</string>
<string name="undo">Undo</string>
<string name="never">Never</string>
<string name="unknown">Unknown</string>
<string name="off">Off</string>
<string name="could_not_load_page">Could not load page</string>
<string name="send">Send</string>
<string name="swipe_for_more">Swipe for more</string>
<string name="confirm">Confirm</string>
<string name="cant_open_url">Unable to open the link</string>
<string name="retry">Retry</string>
<string name="invalid_ip_or_range">Invalid IP or IP range</string>
<string name="copy">Copy</string>
<string name="error_please_choose_browser">Error opening the default web browser. Please choose another app:</string>
<string name="delete_yes">Delete</string>
<string name="add_count">Add %d</string>
<string name="preview_count">Preview %d</string>
<string name="dismiss">dismiss</string>
<string name="exit">exit</string>
<string name="ok">OK</string>
<string name="site_cannot_be_loaded">We cannot load the data for your site right now. Please try again later</string>
<string name="button_not_now">Not now</string>
<string name="latitude_longitude">%1$f, %2$f</string>
<string name="author_name_blog_name">%1$s, %2$s</string>
<string name="at_username">\@%s</string>
<!-- CAB -->
<string name="cab_selected">%d selected</string>
<!-- Media -->
<string name="media_all">All</string>
<string name="media_images">Images</string>
<string name="media_documents">Documents</string>
<string name="media_videos">Videos</string>
<string name="media_audio">Audio</string>
<string name="media_gallery_column_count_single">1 column</string>
<string name="media_gallery_column_count_multi">%d columns</string>
<string name="media_gallery_type_thumbnail_grid">Thumbnail grid</string>
<string name="media_gallery_type_squares">Squares</string>
<string name="media_gallery_type_tiled">Tiled</string>
<string name="media_gallery_type_circles">Circles</string>
<string name="media_gallery_type_slideshow">Slideshow</string>
<string name="media_insert_title">Add multiple photos</string>
<string name="media_insert_individually">Add individually</string>
<string name="media_insert_as_gallery">Add as gallery</string>
<string name="media_downloading">Saving media to this device</string>
<string name="wp_media_title">WordPress media</string>
<string name="pick_photo">Select photo</string>
<string name="pick_video">Select video</string>
<string name="pick_media">Add image or video</string>
<string name="capture_or_pick_photo">Capture or select photo</string>
<string name="reader_toast_err_get_post">Unable to retrieve this post</string>
<string name="media_error_no_permission">You don\'t have permission to view the media library</string>
<string name="media_error_no_permission_upload">You don\'t have permission to upload media to the site</string>
<string name="media_error_http_too_large_photo_upload">Image too large to upload. Try changing Optimize Images in your app\'s settings</string>
<string name="media_error_http_too_large_video_upload">Video too large to upload</string>
<string name="media_error_exceeds_php_filesize">File exceeds the maximum upload size for this site</string>
<string name="media_error_exceeds_memory_limit">File too large to be uploaded on this site</string>
<string name="media_error_internal_server_error">Upload error. Try changing Optimize Images in your app\'s settings</string>
<string name="media_error_timeout">Server took too long to respond</string>
<string name="share_media_permission_required">Permissions required in order to share images or videos</string>
<string name="media_fetching">Fetching media…</string>
<string name="media_upload_error">Media upload error occurred</string>
<string name="media_generic_error">Media error occurred</string>
<string name="media_space_used">%1$s used</string>
<string name="media_upload_state_queued">Queued</string>
<string name="media_upload_state_uploading">Uploading</string>
<string name="media_upload_state_deleting">Deleting</string>
<string name="media_upload_state_deleted">Deleted</string>
<string name="media_upload_state_failed">Upload Failed</string>
<string name="media_upload_state_uploaded">Uploaded</string>
<string name="media_encoder_quality_80">Low</string>
<string name="media_encoder_quality_85">Medium</string>
<string name="media_encoder_quality_90">High</string>
<string name="media_encoder_quality_95">Very High</string>
<string name="media_encoder_quality_100">Maximum</string>
<!-- Edit Media -->
<string name="media_edit_title_text">Title</string>
<string name="media_edit_caption_text">Caption</string>
<string name="media_edit_alttext_text">Alt text</string>
<string name="media_edit_description_text">Description</string>
<string name="media_edit_link_text">Link to</string>
<string name="media_edit_link_hint">Open link in a new window/tab</string>
<string name="media_edit_failure">Failed to update</string>
<string name="media_edit_file_details_card_caption">File Details</string>
<string name="media_edit_customize_card_caption">Customize</string>
<string name="media_edit_url_caption">URL</string>
<string name="media_edit_filename_caption">File Name</string>
<string name="media_edit_filetype_caption">File Type</string>
<string name="media_edit_image_dimensions_caption">Image Dimensions</string>
<string name="media_edit_video_dimensions_caption">Video Dimensions</string>
<string name="media_edit_duration_caption">Duration</string>
<string name="media_edit_upload_date_caption">Upload Date</string>
<string name="media_edit_copy_url_toast">URL copied to clipboard</string>
<string name="fab_content_description_preview">Preview</string>
<!-- Media settings title -->
<string name="media_title_image_details">Image details</string>
<string name="media_title_video_details">Video details</string>
<string name="media_title_audio_details">Audio details</string>
<string name="media_title_document_details">Document details</string>
<!-- Delete Media -->
<string name="cannot_delete_multi_media_items">Some media can\'t be deleted at this time. Try again later.</string>
<string name="cannot_retry_deleted_media_item">Media has been removed. Delete it from this post?</string>
<string name="media_empty_list">You don\'t have any media</string>
<string name="media_empty_search_list">No media matching your search</string>
<string name="media_empty_image_list">You don\'t have any images</string>
<string name="media_empty_videos_list">You don\'t have any videos</string>
<string name="media_empty_documents_list">You don\'t have any documents</string>
<string name="media_empty_audio_list">You don\'t have any audio</string>
<string name="media_empty_upload_media">Upload media</string>
<string name="delete">Delete</string>
<string name="confirm_delete_media_image">Delete this image?</string>
<string name="confirm_remove_media_image">Remove this image from the post?</string>
<string name="confirm_delete_media_video">Delete this video?</string>
<string name="deleting_media_dlg">Deleting</string>
<string name="remove_image_from_post">Remove from post</string>
<!-- themes -->
<string name="themes_fetching">Fetching themes…</string>
<string name="theme_activate_button">Activate</string>
<string name="theme_fetch_failed">Failed to fetch themes</string>
<string name="theme_no_search_result_found">Sorry, no themes found.</string>
<!-- link view -->
<string name="link_enter_url">URL</string>
<string name="link_enter_url_text">Link text (optional)</string>
<string name="link_open_new_window">Open link in a new window/tab</string>
<!-- page view -->
<string name="title">Title</string>
<string name="pages_empty_list_button">Create a page</string>
<string name="page_settings">Page settings</string>
<string name="pages">Pages</string>
<string name="set_parent">Set Parent</string>
<string name="page_delete_error">There was a problem deleting the page</string>
<string name="page_status_change_error">There was a problem changing the page status</string>
<string name="page_parent_change_error">There was a problem changing the page parent</string>
<string name="page_delete_dialog_message">Are you sure you want to delete page %s?</string>
<string name="top_level">Top level</string>
<string name="page_moved_to_draft">Page has been moved to Drafts</string>
<string name="page_moved_to_trash">Page has been trashed</string>
<string name="page_moved_to_published">Page has been published</string>
<string name="page_moved_to_scheduled">Page has been scheduled</string>
<string name="page_permanently_deleted">Page has been permanently deleted</string>
<string name="page_parent_changed">Page parent has been changed</string>
<!-- posts tab -->
<string name="posts_cannot_be_started">We cannot open the posts right now. Please try again later</string>
<string name="untitled">Untitled</string>
<string name="untitled_in_parentheses">(Untitled)</string>
<string name="local_draft">Local draft</string>
<string name="post_uploading">Uploading post</string>
<string name="post_uploading_draft">Uploading draft</string>
<string name="post_queued">Queued post</string>
<string name="posts_empty_list">No posts yet. Why not create one?</string>
<string name="posts_empty_list_button">Create a post</string>
<string name="empty_list_default">This list is empty</string>
<string name="posts_published_empty">You haven\'t published any posts yet</string>
<string name="posts_scheduled_empty">You don\'t have any scheduled posts</string>
<string name="posts_draft_empty">You don\'t have any draft posts</string>
<string name="posts_trashed_empty">You don\'t have any trashed posts</string>
<string name="multiple_status_label_delimiter" translatable="false">\u0020·\u0020</string>
<string name="post_list_toggle_item_layout_cards_view">Switch to cards view</string>
<string name="post_list_toggle_item_layout_list_view">Switch to list view</string>
<string name="post_waiting_for_connection_publish">We\'ll publish the post when your device is back online.</string>
<string name="post_waiting_for_connection_pending">We\'ll submit your post for review when your device is back online.</string>
<string name="post_waiting_for_connection_scheduled">We\'ll schedule your post when your device is back online.</string>
<string name="post_waiting_for_connection_private">We\'ll publish your private post when your device is back online.</string>
<string name="post_waiting_for_connection_draft">We\'ll save your draft when your device is back online</string>
<string name="post_waiting_for_connection_publish_cancel"> We won\'t publish these changes.</string>
<string name="post_waiting_for_connection_pending_cancel">We won\'t submit these changes for review. </string>
<string name="post_waiting_for_connection_scheduled_cancel">We won\'t schedule these changes.</string>
<string name="post_waiting_for_connection_draft_cancel">We won\'t save the latest changes to your draft.</string>
<!-- buttons on post cards -->
<string name="button_edit">Edit</string>
<string name="button_publish">Publish</string>
<string name="button_sync">Sync</string>
<string name="button_view">View</string>
<string name="button_preview">Preview</string>
<string name="button_stats">Stats</string>
<string name="button_trash">Trash</string>
<string name="button_delete_permanently">Delete Permanently</string>
<string name="button_delete" translatable="false">@string/delete</string>
<string name="button_more" translatable="false">@string/more</string>
<string name="button_discard">Discard</string>
<string name="button_retry">Retry</string>
<string name="button_move_to_draft">Move to Draft</string>
<!-- post uploads -->
<string name="upload_failed_param">Upload failed for \"%s\"</string>
<string name="media_file_post_singular_mixed_not_uploaded_one_file">1 post with 1 file not uploaded</string>
<string name="media_file_posts_plural_mixed_not_uploaded_one_file">%1$d posts with 1 file not uploaded</string>
<string name="media_file_page_singular_mixed_not_uploaded_one_file">1 page with 1 file not uploaded</string>
<string name="media_file_pages_plural_mixed_not_uploaded_one_file">%1$d pages with 1 file not uploaded</string>
<string name="media_file_pages_and_posts_mixed_not_uploaded_one_file">%1$d posts / pages with 1 file not uploaded</string>
<string name="media_file_post_singular_mixed_not_uploaded_files_plural">1 post with %1$d files not uploaded</string>
<string name="media_file_posts_plural_mixed_not_uploaded_files_plural">%1$d posts with %2$d files not uploaded</string>
<string name="media_file_page_singular_mixed_not_uploaded_files_plural">1 page with %1$d files not uploaded</string>
<string name="media_file_pages_plural_mixed_not_uploaded_files_plural">%1$d pages with %2$d files not uploaded</string>
<string name="media_file_pages_and_posts_mixed_not_uploaded_files_plural">%1$d posts / pages with %2$d files not uploaded</string>
<string name="media_file_post_singular_only_not_uploaded">1 post not uploaded</string>
<string name="media_file_posts_plural_only_not_uploaded">%1$d posts not uploaded</string>
<string name="media_file_page_singular_only_not_uploaded">1 page not uploaded</string>
<string name="media_file_pages_plural_only_not_uploaded">%1$d pages not uploaded</string>
<string name="media_file_pages_and_posts_only_not_uploaded">%1$d posts / pages not uploaded</string>
<string name="media_files_not_uploaded">%d files not uploaded</string>
<string name="media_files_uploaded">%d files uploaded</string>
<string name="media_file_not_uploaded">1 file not uploaded</string>
<string name="media_file_uploaded">1 file uploaded</string>
<string name="media_files_uploaded_successfully">, %d successfully uploaded</string>
<string name="media_all_files_uploaded_successfully">%d files uploaded successfully</string>
<string name="retry_needs_aztec" translatable="false">Retry only available in the Beta editor</string>
<string name="media_files_uploaded_write_post">Write Post</string>
<!-- post view -->
<string name="draft_uploaded">Draft uploaded</string>
<string name="post_published">Post published</string>
<string name="post_submitted">Post submitted</string>
<string name="page_published">Page published</string>
<string name="post_scheduled">Post scheduled</string>
<string name="page_scheduled">Page scheduled</string>
<string name="post_updated">Post updated</string>
<string name="page_updated">Page updated</string>
<string name="file_not_found">Couldn\'t find the file for upload. Was it deleted or moved?</string>
<string name="delete_post">Delete post?</string>
<string name="delete_page">Delete page?</string>
<string name="posts_fetching">Fetching posts…</string>
<string name="pages_fetching">Fetching pages…</string>
<string name="dialog_confirm_publish_title">Ready to Publish?</string>
<string name="dialog_confirm_publish_message_post">This post will be published immediately.</string>
<string name="dialog_confirm_publish_message_page">This page will be published immediately.</string>
<string name="dialog_confirm_publish_yes">Publish now</string>
<string name="dialog_confirm_update_title">Ready to Update?</string>
<string name="dialog_confirm_update_message_post">This published post will be updated immediately.</string>
<string name="dialog_confirm_update_message_page">This published page will be updated immediately.</string>
<string name="dialog_confirm_update_yes">Update now</string>
<string name="dialog_confirm_delete_permanently_post">Are you sure you\'d like to permanently delete this post?</string>
<!-- scheduled post sync confirmation dialog -->
<string name="dialog_confirm_scheduled_post_sync_title">Ready to Sync?</string>
<string name="dialog_confirm_scheduled_post_sync_message">This post will be synced immediately.</string>
<string name="dialog_confirm_scheduled_post_sync_yes">Sync now</string>
<!-- post version sync conflict dialog -->
<string name="dialog_confirm_load_remote_post_title">Resolve sync conflict</string>
<string name="dialog_confirm_load_remote_post_body">This post has two versions that are in conflict. Select the version you would like to discard.\n\n</string>
<string name="dialog_confirm_load_remote_post_body_2">Local\nSaved on %s\n\nWeb\nSaved on %s\n</string>
<string name="dialog_confirm_load_remote_post_discard_local">Discard Local</string>
<string name="dialog_confirm_load_remote_post_discard_web">Discard Web</string>
<string name="toast_conflict_updating_post">Updating post</string>
<string name="snackbar_conflict_local_version_discarded">Local version discarded</string>
<string name="snackbar_conflict_web_version_discarded">Web version discarded</string>
<string name="snackbar_conflict_undo">Undo</string>
<!-- post autosave revision dialog -->
<string name="dialog_confirm_autosave_title">Which version would you like to edit?</string>
<string name="dialog_confirm_autosave_body_first_part">You recently made changes to this post but didn\'t save them. Choose a version to load:\n\n</string>
<string name="dialog_confirm_autosave_body_second_part">From this app\nSaved on %s\n\nFrom another device\nSaved on %s\n</string>
<string name="dialog_confirm_autosave_restore_button">The version from another device</string>
<string name="dialog_confirm_autosave_dont_restore_button">The version from this app</string>
<!-- trash post with local changes dialog -->
<string name="dialog_confirm_trash_losing_local_changes_title">Local changes</string>
<string name="dialog_confirm_trash_losing_local_changes_message">Trashing this post will discard local changes, are you sure you want to continue?</string>
<!-- gutenberg informative dialog -->
<string name="dialog_gutenberg_informative_title">Block Editor Enabled</string>
<string name="dialog_gutenberg_informative_description_post">You\’re now using the block editor for new posts \u2014 great! If you\’d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'.</string>
<string name="dialog_gutenberg_informative_description_page">You\’re now using the block editor for new pages \u2014 great! If you\’d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'.</string>
<string name="dialog_gutenberg_informative_description_v2">We made big improvements to the block editor and think it\'s worth a try! We enabled it for new posts and pages but if you\'d like to change to the classic editor, go to \'My Site\' > \'Site Settings\'.</string>
<!-- reload drop down -->
<string name="loading">Loading…</string>
<!-- comment view -->
<string name="on">on</string>
<string name="comment_status_approved">Approved</string>
<string name="comment_status_unapproved">Pending</string>
<string name="comment_status_spam">Spam</string>
<string name="comment_status_trash">Trashed</string>
<string name="comment_status_all">All</string>
<string name="edit_comment">Edit comment</string>
<string name="comments_empty_list">No comments yet</string>
<string name="comments_empty_list_filtered_approved">No approved comments</string>
<string name="comments_empty_list_filtered_pending">No pending comments</string>
<string name="comments_empty_list_filtered_spam">No spam comments</string>
<string name="comments_empty_list_filtered_trashed">No trashed comments</string>
<string name="comment_reply_to_user">Reply to %s</string>
<string name="comment_trashed">Comment trashed</string>
<string name="comment_spammed">Comment marked as spam</string>
<string name="comment_deleted_permanently">Comment deleted</string>
<string name="comment">Comment</string>
<string name="comments_fetching">Fetching comments…</string>
<string name="comment_approved_talkback">Comment approved</string>
<string name="comment_unapproved_talkback">Comment unapproved</string>
<string name="comment_liked_talkback">Comment liked</string>
<string name="comment_unliked_talkback">Comment unliked</string>
<string name="comment_trash_talkback">Comment sent to trash</string>
<string name="comment_untrash_talkback">Comment restored</string>
<string name="comment_delete_talkback">Comment deleted</string>
<string name="comment_spam_talkback">Comment marked as spam</string>
<string name="comment_unspam_talkback">Comment marked as not spam</string>
<string name="comment_title">%s on %s</string>
<string name="comment_read_source_post">Read the source post</string>
<!-- comment menu and buttons on comment detail - keep these short! -->
<string name="mnu_comment_approve">Approve</string>
<string name="mnu_comment_unapprove">Unapprove</string>
<string name="mnu_comment_spam">Spam</string>
<string name="mnu_comment_unspam">Not spam</string>
<string name="mnu_comment_trash">Trash</string>
<string name="mnu_comment_untrash">Restore</string>
<string name="mnu_comment_delete_permanently">Delete</string>
<string name="mnu_comment_liked">Liked</string>
<!-- comment dialogs - must be worded to work for moderation of single/multiple comments -->
<string name="dlg_approving_comments">Approving</string>
<string name="dlg_unapproving_comments">Unapproving</string>
<string name="dlg_spamming_comments">Marking as spam</string>
<string name="dlg_trashing_comments">Sending to trash</string>
<string name="dlg_deleting_comments">Deleting comments</string>
<string name="dlg_confirm_trash_comments">Send to trash?</string>
<string name="dlg_confirm_action_trash">Trash</string>
<string name="dlg_cancel_action_dont_trash">Don\'t trash</string>
<!-- comment actions -->
<string name="reply">Reply</string>
<string name="trash">Trash</string>
<string name="like">Like</string>
<string name="approve">Approve</string>
<string name="comment_moderated_approved">Comment approved!</string>
<string name="comment_liked">Comment liked</string>
<string name="comment_q_action_done_generic">Action done!</string>
<string name="comment_q_action_processing">Processing…</string>
<string name="comment_q_action_liking">Liking…</string>
<string name="comment_q_action_approving">Approving…</string>
<string name="comment_q_action_replying">Replying…</string>
<!-- pending draft local notifications -->
<string name="pending_draft_one_day_1">You drafted \'%1$s\' yesterday. Don\'t forget to publish it!</string>
<string name="pending_draft_one_day_2">Did you know that \'%1$s\' is still a draft? Publish away!</string>
<string name="pending_draft_one_week_1">Your draft \'%1$s\' awaits you - be sure to publish it!</string>
<string name="pending_draft_one_week_2">\'%1$s\' remains a draft. Remember to publish it!</string>
<string name="pending_draft_one_month">Don\'t leave it hanging! \'%1$s\' is waiting to be published.</string>
<string name="pending_draft_one_generic">Don\'t leave it hanging! \'%1$s\' is waiting to be published.</string>
<!-- edit comment view -->
<string name="hint_comment_content">Comment</string>
<string name="saving_changes">Saving changes</string>
<string name="sure_to_cancel_edit_comment">Cancel editing this comment?</string>
<string name="dlg_sure_to_delete_comment">Permanently delete this comment?</string>
<string name="dlg_sure_to_delete_comments">Permanently delete these comments?</string>
<string name="content_required">Comment is required</string>
<string name="toast_comment_unedited">Comment hasn\'t changed</string>
<!-- context menu -->
<string name="remove_account">Remove site</string>
<!-- post actions -->
<string name="post_trashed">Post sent to trash</string>
<string name="post_trashing">Post is being trashed</string>
<string name="post_restored">Post restored</string>
<string name="post_restoring">Post is being restored</string>
<string name="post_moving_to_draft">Post is being moved to draft</string>
<string name="share_link">Share link</string>
<string name="view_in_browser">View in browser</string>
<string name="preview">Preview</string>
<string name="update_verb">Update</string>
<string name="uploading_title">Uploading…</string>
<string name="uploading_subtitle_mixed_page_singular_media_plural">1 page, and %1$d of %2$d files remaining</string>
<string name="uploading_subtitle_mixed_post_singular_media_plural">1 post, and %1$d of %2$d files remaining</string>
<string name="uploading_subtitle_mixed_pages_plural_media_plural">%1$d pages, and %2$d of %3$d files remaining</string>
<string name="uploading_subtitle_mixed_posts_plural_media_plural">%1$d posts, and %2$d of %3$d files remaining</string>
<string name="uploading_subtitle_mixed_pages_and_posts_plural_media_plural">%1$d pages / posts, and %2$d of %3$d files remaining</string>
<string name="uploading_subtitle_mixed_page_singular_media_one">1 page, and 1 file remaining</string>
<string name="uploading_subtitle_mixed_post_singular_media_one">1 post, and 1 file remaining</string>
<string name="uploading_subtitle_mixed_pages_plural_media_one">%1$d pages, and 1 file remaining</string>
<string name="uploading_subtitle_mixed_posts_plural_media_one">%1$d posts, and 1 file remaining</string>
<string name="uploading_subtitle_mixed_pages_and_posts_plural_media_one">%1$d pages / posts, and 1 file remaining</string>
<string name="uploading_subtitle_posts_only_plural">%1$d posts remaining</string>
<string name="uploading_subtitle_pages_only_plural">%1$d pages remaining</string>
<string name="uploading_subtitle_posts_only_one">1 post remaining</string>
<string name="uploading_subtitle_pages_only_one">1 page remaining</string>
<string name="uploading_subtitle_pages_posts">%1$d pages / posts remaining</string>
<string name="uploading_subtitle_media_only">%1$d of %2$d files remaining</string>
<string name="uploading_subtitle_media_only_one">1 file remaining</string>
<string name="uploading_media">Uploading media…</string>
<!-- new account view -->
<string name="no_site_error">The site at this address is not a WordPress site. For us to connect to it, the site must use WordPress.</string>
<!-- category management -->
<string name="categories">Categories</string>
<string name="add_new_category">Add new category</string>
<string name="category_name">Category name</string>
<string name="category_parent">Parent category (optional):</string>
<string name="adding_cat_failed">Adding category failed</string>
<string name="adding_cat_success">Category added successfully</string>
<string name="cat_name_required">The category name field is required</string>
<string name="top_level_category_name">Top level</string>
<!-- action from share intents -->
<string name="share_action_post">Add to new post</string>
<string name="share_action_media">Add to media library</string>
<string name="share_intent_pick_site">Pick site</string>
<string name="share_intent_adding_to">Adding to</string>
<string name="share_action">Share</string>
<string name="cant_share_no_visible_blog">You can\'t share to WordPress without a visible blog</string>
<!-- file errors -->
<string name="file_error_create">Couldn\'t create temp file for media upload. Make sure there is enough free space on your device.</string>
<!-- SD Card errors -->
<string name="sdcard_title">SD Card Required</string>
<string name="sdcard_message">A mounted SD card is required to upload media</string>
<!-- Begin -->
<!-- Site Settings -->
<!-- -->
<!-- General -->
<string name="discussion">Discussion</string>
<string name="privacy">Privacy</string>
<string name="related_posts">Related Posts</string>
<string name="more">More</string>
<string name="none">None</string>
<string name="disabled">Disabled</string>
<string name="comments">Comments</string>
<string name="close_after">Close after</string>
<string name="oldest_first">Oldest first</string>
<string name="newest_first">Newest first</string>
<string name="days_quantity_one">1 day</string>
<string name="days_quantity_other">%d days</string>
<!-- PreferenceCategory Headers -->
<string name="site_settings_general_header">General</string>
<string name="site_settings_account_header">Account</string>
<string name="site_settings_writing_header">Writing</string>
<string name="site_settings_editor">Editor</string>
<string name="site_settings_discussion_header" translatable="false">@string/discussion</string>
<string name="site_settings_discussion_new_posts_header">Defaults for new posts</string>
<string name="site_settings_comments_header" translatable="false">@string/comments</string>
<string name="site_settings_advanced_header">Advanced</string>
<string name="site_settings_traffic_header">Traffic</string>
<string name="site_settings_performance">Performance</string>
<!-- Preference Titles -->
<string name="site_settings_title_title">Site Title</string>
<string name="site_settings_tagline_title">Tagline</string>
<string name="site_settings_address_title">Address</string>
<string name="site_settings_privacy_title" translatable="false">@string/privacy</string>
<string name="site_settings_language_title" translatable="false">@string/language</string>
<string name="site_settings_username_title" translatable="false">@string/username</string>
<string name="site_settings_password_title" translatable="false">@string/password</string>
<string name="site_settings_password_dialog_title">Update password</string>
<string name="site_settings_default_category_title">Default Category</string>
<string name="site_settings_tags_empty_button">Create a tag</string>
<string name="site_settings_tags_empty_subtitle">Add your frequently used tags here so they can be quickly selected when tagging your posts</string>
<string name="site_settings_tags_empty_title">You don\'t have any tags</string>
<string name="site_settings_tags_empty_title_search">No tags matching your search</string>
<string name="site_settings_tags_title">Tags</string>
<string name="site_settings_default_format_title">Default Format</string>
<string name="site_settings_week_start_title">Week starts on</string>
<string name="site_settings_date_format_title">Date Format</string>
<string name="site_settings_time_format_title">Time Format</string>
<string name="site_settings_timezone_title">Timezone</string>
<string name="site_settings_timezone_subtitle">Choose a city in your timezone</string>
<string name="site_settings_posts_per_page_title">Posts per page</string>
<string name="site_settings_format_entry_custom">Custom</string>
<string name="site_settings_format_hint_custom">Custom format</string>
<string name="site_settings_format_help">Learn more about date & time formatting</string>
<string name="site_settings_image_original_size">Original Size</string>
<string name="site_settings_optimize_images">Optimize Images</string>
<string name="site_settings_default_image_width_title" translatable="false">@string/max_thumbnail_px_size</string>
<string name="site_settings_default_image_quality_title" translatable="false">@string/image_quality</string>
<string name="site_settings_optimize_videos">Optimize Videos</string>
<string name="site_settings_default_video_width_title" translatable="false">@string/max_video_resolution</string>
<string name="site_settings_default_video_quality_title" translatable="false">@string/video_quality</string>
<string name="site_settings_related_posts_title" translatable="false">@string/related_posts</string>
<string name="site_settings_more_title" translatable="false">@string/more</string>
<string name="site_settings_allow_comments_title">Allow Comments</string>
<string name="site_settings_send_pingbacks_title">Send Pingbacks</string>
<string name="site_settings_receive_pingbacks_title">Receive Pingbacks</string>
<string name="site_settings_identity_required_title">Must include name and email</string>
<string name="site_settings_account_required_title">Users must be logged in</string>
<string name="site_settings_close_after_title" translatable="false">@string/close_after</string>
<string name="site_settings_sort_by_title">Sort by</string>
<string name="site_settings_threading_title">Threading</string>
<string name="site_settings_paging_title">Paging</string>
<string name="site_settings_whitelist_title">Automatically approve</string>
<string name="site_settings_multiple_links_title">Links in comments</string>
<string name="site_settings_moderation_hold_title">Hold for Moderation</string>
<string name="site_settings_blacklist_title">Blacklist</string>
<string name="site_settings_delete_site_title">Delete Site</string>
<string name="site_settings_timezones_error">Unable to load timezones</string>
<string name="site_settings_amp_title">Accelerated Mobile Pages (AMP)</string>
<string name="site_settings_amp_summary">Your WordPress.com site supports the use of Accelerated Mobile Pages, a Google-led initiative that dramatically speeds up loading times on mobile devices</string>
<string name="site_settings_gutenberg_default_for_new_posts">Use Block Editor</string>
<string name="site_settings_gutenberg_default_for_new_posts_summary">Edit new posts and pages with the block editor</string>
<string name="site_settings_password_updated">Password updated</string>
<string name="site_settings_update_password_message">To reconnect the app to your self-hosted site, enter the site\'s new password here.</string>
<!-- Media -->
<string name="site_settings_quota_header">Media</string>
<string name="site_settings_quota_space_title">Space Used</string>
<string name="site_settings_quota_space_hint">If you need more space consider upgrading your WordPress plan.</string>
<string name="site_settings_quota_space_value">%1$s of %2$s</string>
<string name="site_settings_quota_space_unlimited">%1$s of unlimited</string>
<!-- these represent a formatted amount along with a measuring unit, i.e. 10 B, or 132 kB, or 10.2 MB, 1,037.76 kB etc. -->
<string name="file_size_in_bytes">%s B</string>
<string name="file_size_in_kilobytes">%s kB</string>
<string name="file_size_in_megabytes">%s MB</string>
<string name="file_size_in_gigabytes">%s GB</string>
<string name="file_size_in_terabytes">%s TB</string>
<!-- Speed up your site -->
<string name="site_settings_lazy_load_images_summary">Improve your site\'s speed by only loading images visible on the screen.</string>
<!-- Site accelerator -->
<string name="site_settings_site_accelerator">Site Accelerator</string>
<string name="site_settings_site_accelerator_on">On</string>
<string name="site_settings_site_accelerator_off">Off</string>
<string name="site_settings_lazy_load_images">Lazy load images</string>
<string name="site_settings_faster_images">Faster images</string>
<string name="site_settings_faster_static_files">Faster static files</string>
<string name="site_settings_site_accelerator_summary">Load pages faster by allowing Jetpack to optimize your images and static files (like CSS and JavaScript).</string>
<!-- Media performance -->
<string name="site_settings_media">Media</string>
<string name="site_settings_ad_free_video_hosting">Ad-free Video Hosting</string>
<!-- Jetpack search -->
<string name="site_settings_jetpack_search">Jetpack Search</string>
<string name="site_settings_improved_search">Improved Search</string>
<string name="site_settings_improved_search_summary">Replace WordPress build-in search with an improved search experience</string>
<string name="site_settings_more">More</string>
<string name="site_settings_performance_and_speed">Performance and Speed</string>
<!-- tag list and detail -->
<string name="tag_name_hint">Tag</string>
<string name="tag_description_hint">Description</string>
<string name="add_new_tag">Add New Tag</string>
<string name="error_tag_exists">A tag with this name already exists</string>
<string name="dlg_confirm_delete_tag">Permanently delete \'%s\' tag?</string>
<string name="dlg_deleting_tag">Deleting</string>
<string name="dlg_saving_tag">Saving</string>
<!-- Jetpack settings -->
<string name="jetpack_site_settings_category_title">Jetpack Settings</string>
<string name="jetpack_security_setting_title">Security</string>
<string name="jetpack_monitor_uptime_title">Monitor your site\'s uptime</string>
<string name="jetpack_send_email_notifications_title">Send notifications by email</string>
<string name="jetpack_send_wp_notifications_title">Send push notifications</string>
<string name="jetpack_prevent_brute_force_category_title">Brute force attack protection</string>
<string name="jetpack_prevent_brute_force_title">Block malicious login attempts</string>
<string name="jetpack_brute_force_whitelist_title">Whitelisted IP addresses</string>
<string name="jetpack_wpcom_sign_in_category_title">WordPress.com login</string>
<string name="jetpack_allow_wpcom_sign_in_title">Allow WordPress.com login</string>
<string name="jetpack_match_wpcom_via_email_title">Match accounts using email</string>
<string name="jetpack_require_two_factor_title">Require two-step authentication</string>
<!-- Preference Summaries -->
<string name="site_settings_privacy_public_summary">Public</string>
<string name="site_settings_privacy_hidden_summary">Hidden</string>
<string name="site_settings_privacy_private_summary">Private</string>
<string name="site_settings_threading_summary">%d levels</string>
<string name="site_settings_whitelist_all_summary">Comments from all users</string>
<string name="site_settings_whitelist_known_summary">Comments from known users</string>
<string name="site_settings_whitelist_none_summary" translatable="false">@string/none</string>
<string name="site_settings_optimize_images_summary">Enable to resize and compress pictures</string>
<string name="site_settings_optimize_video_summary">Enable to resize and compress videos</string>
<string name="detail_approve_manual">Require manual approval for everyone\'s comments.</string>
<string name="detail_approve_auto_if_previously_approved">Automatically approve if the user has a previously approved comment</string>
<string name="detail_approve_auto">Automatically approve everyone\'s comments.</string>
<string-array name="site_settings_auto_approve_details" translatable="false">
<item>@string/detail_approve_manual</item>
<item>@string/detail_approve_auto_if_previously_approved</item>
<item>@string/detail_approve_auto</item>
</string-array>
<string name="site_settings_multiple_links_summary_zero">Require approval for more than 0 links</string>
<string name="site_settings_multiple_links_summary_one">Require approval for more than 1 link</string>
<string name="site_settings_multiple_links_summary_other">Require approval for more than %d links</string>
<string name="site_settings_paging_summary_one">1 comment per page</string>
<string name="site_settings_paging_summary_other">%d comments per page</string>
<string name="privacy_public">Your site is visible to everyone and may be indexed by search engines</string>
<string name="privacy_public_not_indexed">Your site is visible to everyone but asks search engines not to index it</string>
<string name="privacy_private">Your site is visible only to you and users you approve</string>
<string-array name="privacy_details" translatable="false">
<item>@string/privacy_public</item>
<item>@string/privacy_public_not_indexed</item>
<item>@string/privacy_private</item>
</string-array>
<!-- Preference Entries -->
<string name="approve_manual">No comments</string>
<string name="approve_auto_if_previously_approved">Known users\' comments</string>
<string name="approve_auto">All users</string>
<string-array name="site_settings_auto_approve_entries" translatable="false">
<item>@string/approve_manual</item>
<item>@string/approve_auto_if_previously_approved</item>
<item>@string/approve_auto</item>
</string-array>
<string-array name="site_settings_privacy_entries" translatable="false">
<item>@string/site_settings_privacy_public_summary</item>
<item>@string/site_settings_privacy_hidden_summary</item>
<item>@string/site_settings_privacy_private_summary</item>
</string-array>
<string-array name="site_settings_sort_entries" translatable="false">
<item>@string/oldest_first</item>
<item>@string/newest_first</item>
</string-array>
<!-- Hints (long press) -->
<string name="site_settings_title_hint">In a few words, explain what this site is about</string>
<string name="site_settings_tagline_hint">A short description or catchy phrase to describe your blog</string>
<string name="site_settings_address_hint">Changing your address is not currently supported</string>
<string name="site_settings_privacy_hint">Controls who can see your site</string>
<string name="site_settings_language_hint">Language this blog is primarily written in</string>
<string name="site_settings_username_hint">Current user account</string>
<string name="site_settings_password_hint">Change your password</string>
<string name="site_settings_category_hint">Sets new post category</string>
<string name="site_settings_tags_hint">Manage your site\'s tags</string>
<string name="site_settings_format_hint">Sets new post format</string>
<string name="site_settings_image_width_hint">Resizes images in posts to this width</string>
<string name="site_settings_image_quality_hint">Quality of pictures. Higher values mean better quality pictures.</string>
<string name="site_settings_video_width_hint">Resizes videos in posts to this size</string>
<string name="site_settings_video_quality_hint">Quality of videos. Higher values mean better quality videos.</string>
<string name="site_settings_related_posts_hint">Show or hide related posts in reader</string>
<string name="site_settings_more_hint">View all available Discussion settings</string>
<string name="site_settings_discussion_hint">View and change your sites discussion settings</string>
<string name="site_settings_jetpack_performance_settings_hint">View and change your Jetpack performance settings</string>
<string name="site_settings_allow_comments_hint">Allow readers to post comments</string>
<string name="site_settings_send_pingbacks_hint">Attempt to notify any blogs linked to from the article</string>
<string name="site_settings_receive_pingbacks_hint">Allow link notifications from other blogs</string>
<string name="site_settings_close_after_hint">Disallow comments after the specified time</string>
<string name="site_settings_sort_by_hint">Determines the order comments are displayed</string>
<string name="site_settings_threading_hint">Allow nested comments to a certain depth</string>
<string name="site_settings_paging_hint">Display comments in chunks of a specified size</string>
<string name="site_settings_identity_required_hint">Comment author must fill out name and e-mail</string>
<string name="site_settings_user_account_required_hint">Users must be registered and logged in to comment</string>
<string name="site_settings_whitelist_hint">Comment author must have a previously approved comment</string>
<string name="site_settings_multiple_links_hint">Ignores link limit from known users</string>
<string name="site_settings_moderation_hold_hint">Comments that match a filter are put in the moderation queue</string>
<string name="site_settings_blacklist_hint">Comments that match a filter are marked as spam</string>
<!-- Related Posts -->
<string name="site_settings_rp_switch_title">Show Related Posts</string>
<string name="site_settings_rp_switch_summary">Related Posts displays relevant content from your site below your posts.</string>
<string name="site_settings_rp_show_header_title">Show Header</string>
<string name="site_settings_rp_show_images_title">Show Images</string>
<string name="site_settings_rp_preview_header" translatable="false">@string/related_posts</string>
<string name="site_settings_rp_preview1_title">Big iPhone/iPad Update Now Available</string>
<string name="site_settings_rp_preview1_site">in \"Mobile\"</string>
<string name="site_settings_rp_preview2_title">The WordPress for Android App Gets a Big Facelift</string>
<string name="site_settings_rp_preview2_site">in \"Apps\"</string>
<string name="site_settings_rp_preview3_title">Upgrade Focus: VideoPress For Weddings</string>
<string name="site_settings_rp_preview3_site">in \"Upgrade\"</string>
<!-- Learn More -->
<string name="site_settings_learn_more_header" translatable="false">@string/learn_more</string>
<string name="site_settings_learn_more_caption">You can override these settings for individual posts.</string>
<!-- List Editors (Blacklist, Hold for Moderation) -->
<string name="site_settings_list_editor_summary_one">1 item</string>
<string name="site_settings_list_editor_summary_other">%d items</string>
<string name="site_settings_list_editor_action_mode_title">Selected %1$d</string>
<string name="site_settings_list_editor_no_items_text">No items</string>
<string name="site_settings_list_editor_input_hint">Enter a word or phrase</string>
<string name="site_settings_hold_for_moderation_description">When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be held in the moderation queue. You can enter partial words, so \"press\" will match \"WordPress.\"</string>
<string name="site_settings_blacklist_description">When a comment contains any of these words in its content, name, URL, e-mail, or IP, it will be marked as spam. You can enter partial words, so \"press\" will match \"WordPress.\"</string>
<string name="site_settings_jetpack_whitelist_description">You may whitelist an IP address or series of addresses preventing them from ever being blocked by Jetpack. IPv4 and IPv6 are acceptable. To specify a range, enter the low value and high value separated by a dash. Example: 12.12.12.1–12.12.12.100</string>
<!-- Dialogs -->
<string name="site_settings_discussion_title" translatable="false">@string/discussion</string>
<string name="site_settings_close_after_dialog_title">Close commenting</string>
<string name="site_settings_paging_dialog_header">Comments per page</string>
<string name="site_settings_paging_dialog_description">Break comment threads into multiple pages.</string>
<string name="site_settings_threading_dialog_header">Thread up to</string>
<string name="site_settings_threading_dialog_description">Allow comments to be nested in threads.</string>
<string name="site_settings_close_after_dialog_header" translatable="false">@string/close_after</string>
<string name="site_settings_close_after_dialog_description">Automatically close comments on articles.</string>
<string name="site_settings_close_after_dialog_switch_text">Automatically close</string>
<!-- Errors -->
<string name="site_settings_unknown_language_code_error">Language code not recognized</string>
<string name="site_settings_disconnected_toast">No connection. Editing is disabled.</string>
<!-- -->
<!-- Site Settings -->
<!-- End -->
<!-- preferences -->
<string name="open_source_licenses">Open source licenses</string>
<string name="preference_open_device_settings">Open device settings</string>
<string name="preference_collect_information">Collect information</string>
<string name="preference_crash_reports">Crash reports</string>
<string name="preference_crash_reports_summary">Allow automatic crash reports to help us improve the app\'s performance.</string>
<string name="preference_privacy_settings">Privacy settings</string>
<string name="cookie_policy_learn_more_header">Cookie Policy</string>
<string name="cookie_policy_learn_more_caption">Share information with our analytics tool about your use of services while logged in to your WordPress.com account.</string>
<string name="privacy_policy_learn_more_header">Privacy Policy</string>
<string name="privacy_policy_learn_more_caption">This information helps us improve our products, make marketing to you more relevant, personalize your WordPress.com experience, and more as detailed in our privacy policy.</string>
<string name="third_party_policy_learn_more_header">Third Party Policy</string>
<string name="third_party_policy_learn_more_caption">We use other tracking tools, including some from third parties. Read about these and how to control them.</string>
<string name="privacy_policy_read">Read privacy policy</string>
<string name="preference_strip_image_location">Remove location from media</string>
<!-- stats -->
<string name="stats">Stats</string>
<string name="stats_jetpack_connection_setup_info">To use Stats on your WordPress site, you\'ll need to install the Jetpack plugin.</string>
<string name="stats_jetpack_connection_setup">Install Jetpack</string>
<string name="stats_jetpack_connection_faq">Jetpack FAQ</string>
<string name="content_description_people_looking_charts">People looking at graphs and charts</string>
<string name="jetpack_connection_terms_and_conditions">By setting up Jetpack you agree to our %1$sterms and conditions%2$s</string>
<!-- Stats refresh -->
<string name="stats_no_data_yet">No data yet</string>
<string name="stats_no_data_for_period">No data for this period</string>
<string name="stats_empty_insights_title">No insights added yet</string>
<string name="stats_manage_insights">Manage Insights</string>
<string name="stats_followers_wordpress_com">WordPress.com</string>
<string name="stats_followers_email">Email</string>
<string name="stats_followers_count_message">Total %1$s Followers: %2$s</string>
<string name="stats_follower_label">Follower</string>
<string name="stats_follower_since_label">Since</string>
<string name="stats_comments_authors">Authors</string>
<string name="stats_comments_posts_and_pages">Posts and pages</string>
<string name="stats_comments_author_label">Author</string>
<string name="stats_comments_title_label">Title</string>
<string name="stats_comments_label">Comments</string>
<string name="stats_posts_and_pages_title_label">Title</string>
<string name="stats_posts_and_pages_views_label">Views</string>
<string name="stats_tags_and_categories_title_label">Title</string>
<string name="stats_tags_and_categories_views_label">Views</string>
<string name="stats_category_folded_name">%1$s | %2$s</string>
<string name="stats_publicize_service_label">Service</string>
<string name="stats_publicize_followers_label">Followers</string>
<string name="stats_from_to_dates_in_week_label">%1$s - %2$s</string>
<string name="stats_item_settings">Stats item settings</string>
<string name="stats_cannot_be_started">We cannot open the statistics at the moment. Please try again later</string>
<string name="stats_traffic_increase">+%1$s (%2$s%%)</string>
<string name="stats_traffic_change">%1$s (%2$s%%)</string>
<string name="stats_fewer_posts">Fewer posts</string>
<string name="stats_more_posts">More posts</string>
<string name="stats_site_not_loaded_yet" tools:ignore="UnusedResources">Site not loaded yet</string>
<string name="showing_stats_for">Showing stats for:</string>
<string name="stats_menu_move_up">Move up</string>
<string name="stats_menu_move_down">Move down</string>
<string name="stats_menu_remove">Remove from insights</string>
<string name="stats_site_neutral_utc">Site timezone (UTC)</string>
<string name="stats_site_positive_utc">Site timezone (UTC + %s)</string>
<string name="stats_site_negative_utc">Site timezone (UTC - %s)</string>
<string name="stats_data_not_recorded_for_period">File download stats were not recorded before June 28th 2019.</string>
<!-- Number suffixes -->
<string name="negative_prefix">-%s</string>
<string name="suffix_1_000">%sk</string>
<string name="suffix_1_000_000">%sM</string>
<string name="suffix_1_000_000_000">%sB</string>
<string name="suffix_1_000_000_000_000">%sT</string>
<string name="suffix_1_000_000_000_000_000">%sQa</string>
<string name="suffix_1_000_000_000_000_000_000">%sQi</string>
<!-- Stats accessibility strings -->
<string name="stats_loading_card">Loading selected card data</string>
<string name="stats_overview_content_description">%1$s %2$s for period: %3$s, change from previous period - %4$s</string>
<string name="stats_graph_updated">Graph updated.</string>
<string name="stats_expand_content_description">Expand</string>
<string name="stats_collapse_content_description">Collapse</string>
<string name="stats_item_expanded">Item expanded</string>
<string name="stats_item_collapsed">Item collapsed</string>
<string name="stats_list_item_description">%1$s: %2$s, %3$s: %4$s</string>
<string name="stats_bar_chart_accessibility_entry">%1$s, %2$d %3$s</string>
<string name="stats_bar_chart_accessibility_overlapping_entry"> & %1$d %2$s</string>
<string name="stats_box_type_low">low</string>
<string name="stats_box_type_medium">medium</string>
<string name="stats_box_type_high">high</string>
<string name="stats_box_type_very_high">very high</string>
<string name="stats_posting_activity_action">navigate all stats for this period</string>
<string name="stats_posting_activity_content_description">The days with %1$s views for %2$s are : %2$s %3$s.Tap for more.</string>
<string name="stats_posting_activity_label_content_description">Posting Activity for %1$s</string>
<string name="stats_posting_activity_empty_description">There are no stats in this period.</string>
<string name="stats_posting_activity_end_description">You have heard all stats for this period.
Tapping again will restart from the beginning.</string>
<string name="stats_manage_your_stats">Manage Your Stats</string>
<string name="stats_management_news_card_message">Choose what stats to see, and focus on the data you care most about. Tap %1$s at the bottom of Insights to customise your stats.</string>
<string name="stats_management_try_it_now">Try it now</string>
<string name="stats_management_dismiss_insights_news_card">Dismiss</string>
<string name="stats_management_add_new_stats_card">Add new stats card</string>
<string name="stats_management_screen_title">Add New Card</string>
<string name="stats_management_new">New</string>
<!-- Stats refreshed widgets -->
<string name="stats_widget_add">Add widget</string>
<string name="stats_widget_views_title">Views This Week</string>
<string name="stats_widget_all_time_title">All-time</string>
<string name="stats_widget_site">Site</string>
<string name="stats_widget_site_caption">Select your site</string>
<string name="stats_widget_color">Color</string>
<string name="stats_widget_color_light">Light</string>
<string name="stats_widget_color_dark">Dark</string>
<string name="stats_widget_select_your_site">Select your site</string>
<string name="stats_widget_select_color">Color</string>
<string name="stats_widget_select_type">Type</string>
<string name="stats_widget_error_no_data">Couldn\'t load data</string>
<string name="stats_widget_error_no_network">No network available</string>
<string name="stats_widget_error_no_access_token">To view your stats, log in to the WordPress.com account.</string>
<!-- Jetpack install -->
<string name="jetpack">Jetpack</string>
<string name="install_jetpack">Install Jetpack</string>
<string name="install_jetpack_message">Your website credentials will not be stored and are used only for the purpose of installing Jetpack.</string>
<string name="installing_jetpack">Installing Jetpack</string>
<string name="installing_jetpack_message">Installing Jetpack on your site. This can take up to a few minutes to complete.</string>
<string name="jetpack_installed">Jetpack installed</string>
<string name="jetpack_installed_message">Now that Jetpack is installed, we just need to get you set up. This will only take a minute.</string>
<string name="jetpack_installation_problem">There was a problem</string>
<string name="jetpack_installation_problem_message">Jetpack could not be installed at this time.</string>
<string name="install_jetpack_continue">Set up</string>
<string name="install_jetpack_retry">Retry</string>
<string name="login_to_to_connect_jetpack">Log in to the WordPress.com account you used to connect Jetpack.</string>
<!-- activity log -->
<string name="activity">Activity</string>
<string name="activity_log">Activity Log</string>
<string name="activity_log_icon">Activity icon</string>
<string name="activity_log_event">Event</string>
<string name="rewind">Rewind</string>
<string name="activity_log_button">Activity Log action button</string>
<string name="activity_log_jetpack_icon">Jetpack icon</string>
<string name="activity_log_empty_title">No activity yet</string>
<string name="activity_log_empty_subtitle">When you make changes to your site you\'ll be able to see your activity history here</string>
<string name="activity_log_rewind_started_snackbar_message">Your site is being restored\nRewinding to %1$s %2$s</string>
<string name="activity_log_rewind_finished_snackbar_message">Your site has been successfully restored\nRewound to %1$s %2$s</string>
<string name="activity_log_rewind_finished_snackbar_message_no_dates">Your site has been successfully restored</string>
<string name="activity_log_currently_restoring_title">Currently restoring your site</string>
<string name="activity_log_currently_restoring_message">Rewinding to %1$s %2$s</string>
<string name="activity_log_currently_restoring_message_no_dates">Rewind in progress</string>
<string name="activity_log_rewind_site">Rewind Site</string>
<string name="activity_log_rewind_dialog_message">Are you sure you want to rewind your site back to %1$s at %2$s? This will remove all content and options created or changed since then.</string>
<string name="activity_log_limited_content_on_free_plan">Since you\'re on a free plan, you\'ll see limited events in your activity.</string>
<!-- stats: labels for timeframes -->
<string name="stats_timeframe_today">Today</string>
<string name="stats_timeframe_yesterday">Yesterday</string>
<string name="stats_timeframe_days">Days</string>
<string name="stats_timeframe_weeks">Weeks</string>
<string name="stats_timeframe_months">Months</string>
<string name="stats_timeframe_years">Years</string>
<string name="stats_views">Views</string>
<string name="stats_visitors">Visitors</string>
<string name="stats_likes">Likes</string>
<string name="stats_comments" translatable="false">@string/comments</string>
<!-- stats: labels for the views -->
<string name="stats_view_countries">Countries</string>
<string name="stats_view_top_posts_and_pages">Posts & Pages</string>
<string name="stats_view_clicks">Clicks</string>
<string name="stats_view_tags_and_categories">Tags & Categories</string>
<string name="stats_view_authors">Authors</string>
<string name="stats_view_referrers">Referrers</string>
<string name="stats_view_videos">Videos</string>
<string name="stats_view_comments" translatable="false">@string/comments</string>
<string name="stats_view_search_terms">Search Terms</string>
<string name="stats_view_publicize">Publicize</string>
<string name="stats_view_followers">Followers</string>
<string name="stats_view_follower_totals">Follower Totals</string>
<!-- stats: followers -->
<string name="stats_followers_seconds_ago">seconds ago</string>
<string name="stats_followers_a_minute_ago">a minute ago</string>
<string name="stats_followers_minutes">%1$d minutes</string>
<string name="stats_followers_an_hour_ago">an hour ago</string>
<string name="stats_followers_hours">%1$d hours</string>
<string name="stats_followers_a_day">A day</string>
<string name="stats_followers_days">%1$d days</string>
<string name="stats_followers_a_month">A month</string>
<string name="stats_followers_months">%1$d months</string>
<string name="stats_followers_a_year">A year</string>
<string name="stats_followers_years">%1$d years</string>