summaryrefslogtreecommitdiff
blob: 41bd325416f3e47f5d835a4684c69dc40748a3cf (plain)
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
<?php
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
$jetpack_strings = array(
_x( "At A Glance", "Navigation item.", "jetpack" ), // _inc/client/admin.js:73
__( "At A Glance", "jetpack" ), // _inc/client/admin.js:75
_x( "Plans", "Navigation item.", "jetpack" ), // _inc/client/admin.js:76
_x( "Settings", "Navigation item.", "jetpack" ), // _inc/client/admin.js:77
_x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/admin.js:78
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/admin.js:79
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/admin.js:80
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/admin.js:81
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/admin.js:82
__( "Testing Jetpack Conncetion", "jetpack" ), // _inc/client/state/connection/actions.js:41
__( "There was an error testing Jetpack. Error: %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:57
__( "Disconnecting Jetpack", "jetpack" ), // _inc/client/state/connection/actions.js:111
__( "There was an error disconnecting Jetpack. Error: %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:128
__( "Unlinking from WordPress.com", "jetpack" ), // _inc/client/state/connection/actions.js:144
__( "Unlinked from WordPress.com.", "jetpack" ), // _inc/client/state/connection/actions.js:151
__( "Error unlinking from WordPress.com. %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:160
__( "Resetting Jetpack options…", "jetpack" ), // _inc/client/state/dev-version/actions.js:28
__( "Options reset.", "jetpack" ), // _inc/client/state/dev-version/actions.js:34
__( "Options failed to reset.", "jetpack" ), // _inc/client/state/dev-version/actions.js:41
__( "Activating recommended features…", "jetpack" ), // _inc/client/state/jumpstart/actions.js:30
__( "Recommended features active.", "jetpack" ), // _inc/client/state/jumpstart/actions.js:38
__( "Recommended features failed to activate. %(error)s", "jetpack" ), // _inc/client/state/jumpstart/actions.js:49
__( "Activating %(slug)s…", "jetpack" ), // _inc/client/state/modules/actions.js:81
__( "%(slug)s has been activated.", "jetpack" ), // _inc/client/state/modules/actions.js:97
__( "%(slug)s failed to activate. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:117
__( "Deactivating %(slug)s…", "jetpack" ), // _inc/client/state/modules/actions.js:138
__( "%(slug)s has been deactivated.", "jetpack" ), // _inc/client/state/modules/actions.js:154
__( "%(slug)s failed to deactivate. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:174
__( "Updating %(slug)s settings…", "jetpack" ), // _inc/client/state/modules/actions.js:198
__( "Updated %(slug)s settings.", "jetpack" ), // _inc/client/state/modules/actions.js:216
__( "Error updating %(slug)s settings. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:234
__( "Updating %(slug)s address…", "jetpack" ), // _inc/client/state/modules/actions.js:261
__( "Regenerated %(slug)s address .", "jetpack" ), // _inc/client/state/modules/actions.js:281
__( "Error regenerating %(slug)s address. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:299
__( "Updating settings…", "jetpack" ), // _inc/client/state/settings/actions.js:88
__( "Updated settings.", "jetpack" ), // _inc/client/state/settings/actions.js:89
__( "Error updating settings. %(error)s", "jetpack" ), // _inc/client/state/settings/actions.js:93
__( "Updating Post by Email address…", "jetpack" ), // _inc/client/state/settings/actions.js:100
__( "Regenerated Post by Email address.", "jetpack" ), // _inc/client/state/settings/actions.js:101
__( "Error regenerating Post by Email address. %(error)s", "jetpack" ), // _inc/client/state/settings/actions.js:102
__( "Updated settings. Refreshing page…", "jetpack" ), // _inc/client/state/settings/actions.js:118
__( "Site is verified", "jetpack" ), // _inc/client/state/site-verify/actions.js:83
__( "Updating privacy settings…", "jetpack" ), // _inc/client/state/tracking/actions.js:43
__( "Updated privacy settings.", "jetpack" ), // _inc/client/state/tracking/actions.js:44
__( "Error updating privacy settings. %(error)s", "jetpack" ), // _inc/client/state/tracking/actions.js:48
__( "There are unsaved settings in this tab that will be lost if you leave it. Proceed?", "jetpack" ), // _inc/client/main.jsx:68
__( "There are unsaved settings in this tab that will be lost if you leave it. Proceed?", "jetpack" ), // _inc/client/main.jsx:83
__( "{{a}}View your site's activity{{/a}} in a single feed.", "jetpack" ), // _inc/client/at-a-glance/activity.jsx:52
__( "Activity", "jetpack" ), // _inc/client/at-a-glance/activity.jsx:61
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/activity.jsx:71
__( "Spam Protection", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:42
__( "Akismet checks your comments and contact form submissions against our global database of spam.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:45
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:59
__( "For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:79
__( "For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:102
__( "Invalid key", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:121
__( "Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:126
_x( "Spam comments blocked.", "Example: \"412 Spam comments blocked\"", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:149
__( "Moderate comments", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:162
__( "Backups", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:32
__( "Jetpack Backups allow you to easily restore or download a backup from a specific moment.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:35
__( "{{a}}View backup details{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:88
__( "To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:104
__( "To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:115
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:127
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:143
__( "Your site is being backed up in real-time.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:164
__( "View backup history", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:175
__( "Your site is in Development Mode, so it can not be connected to WordPress.com.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:52
__( "Your site is connected to WordPress.com.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:68
__( "You are the Jetpack owner.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:72
__( "The site is in Development Mode, so you can not connect to WordPress.com.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:111
/* translators: %(username) is the WordPress user login name. */
__( "Connected as {{span}}%(username)s{{/span}}", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:125
__( "Link your account to WordPress.com to get the most out of Jetpack.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:152
_x( "Site connection", "Dashboard widget header", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:175
_x( "Account connection", "Dashboard widget header", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:185
__( "Security", "jetpack" ), // _inc/client/at-a-glance/index.jsx:62
__( "Manage security on WordPress.com", "jetpack" ), // _inc/client/at-a-glance/index.jsx:66
__( "Connections", "jetpack" ), // _inc/client/at-a-glance/index.jsx:76
__( "Performance", "jetpack" ), // _inc/client/at-a-glance/index.jsx:124
__( "Downtime monitoring", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:24
__( "Jetpack’s downtime monitor will keep tabs on your site, and alert you the moment that downtime is detected.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:27
__( "Jetpack is monitoring your site. If we think your site is down, you will receive an email.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:51
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:65
__( "{{a}}Activate Monitor{{/a}} to receive email notifications if your site goes down.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:66
__( "Image Performance", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:23
__( "Jetpack will optimize your images and serve them from the server location nearest to your visitors. Using our global content delivery network will boost the loading speed of your site.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:27
__( "Jetpack is improving and optimizing your image speed.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:38
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:51
__( "{{a}}Activate{{/a}} to enhance the performance and speed of your images.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:52
__( "Plugin Updates", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:35
__( "Jetpack’s Plugin Updates allows you to choose which plugins update automatically.", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:39
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:51
_n( "%(number)s", "%(number)s", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:72
_n( "Plugin needs updating.", "Plugins need updating.", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:84
__( "{{a}}Turn on plugin autoupdates{{/a}}", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:85
__( "All plugins are up-to-date. Awesome work!", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:89
__( "Manage your plugins", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:100
__( "Protects your site from traditional and distributed brute force login attacks.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:27
__( "Jetpack is actively blocking malicious login attempts. Data will display here soon!", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:46
__( "Total malicious attacks blocked on your site.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:59
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:72
__( "{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:73
__( "Security Scanning", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:36
__( "Your site’s files are regularly scanned for unauthorized or suspicious modifications that could compromise your security and data.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:39
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:91
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/at-a-glance/scan.jsx:102
__( "{{a}}View details at VaultPress.com{{/a}}", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:108
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:110
__( "No threats found, you're good to go!", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:120
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:129
__( "For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:142
__( "For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:147
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:163
__( "We are making sure your site stays free of security threats. You will be notified if we find one.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:181
__( "View security scan details", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:194
__( "Jetpack Search", "jetpack" ), // _inc/client/at-a-glance/search.jsx:28
__( "Jetpack Search is a powerful replacement for the search capability built into WordPress.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:31
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/search.jsx:67
__( "Replace the built-in search with a fast, scalable, customizable, and highly-relevant search {{a}}hosted in the WordPress.com cloud{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:76
__( "Search", "jetpack" ), // _inc/client/at-a-glance/search.jsx:91
__( "Jetpack Search is a powerful replacement for the search capability built into WordPress.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:94
__( "Jetpack Search is powering search on your site.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:102
__( "Add Search (Jetpack) Widget", "jetpack" ), // _inc/client/at-a-glance/search.jsx:105
__( "{{a}}Activate{{/a}} to replace the WordPress built-in search with Jetpack Search, an advanced search experience.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:112
__( "Comments", "jetpack" ), // _inc/client/discussion/comments.jsx:67
__( "Replaces the standard WordPress comment form with a new comment system that includes social media login options.", "jetpack" ), // _inc/client/discussion/comments.jsx:78
__( "Comments headline", "jetpack" ), // _inc/client/discussion/comments.jsx:99
__( "A few catchy words to motivate your readers to comment.", "jetpack" ), // _inc/client/discussion/comments.jsx:106
__( "Color scheme", "jetpack" ), // _inc/client/discussion/comments.jsx:108
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:139
__( "Privacy Information", "jetpack" ), // _inc/client/discussion/comments.jsx:143
__( "Enable Markdown use for comments.", "jetpack" ), // _inc/client/discussion/comments.jsx:165
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:168
__( "Privacy Information", "jetpack" ), // _inc/client/discussion/comments.jsx:172
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:197
__( "Privacy Information", "jetpack" ), // _inc/client/discussion/comments.jsx:201
__( "View your Email Followers", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:67
__( "Connect your user account to WordPress.com to view your email followers", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:68
__( "Allows readers to subscribe to your posts or comments, and receive notifications of new content by email.", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:81
__( "Show a \"follow blog\" option in the comment form", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:106
__( "Show a \"follow comments\" option in the comment form", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:116
_n( "Please correct the issue below and try again.", "Please correct the issues listed below and try again.", 1, "jetpack" ), // _inc/client/notices/validation-error-list.jsx:20
__( "Daily backup of all your site data with unlimited space and one-click restores", "jetpack" ), // _inc/client/plans/plan-body.jsx:104
__( "Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:107
__( "Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:110
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:119
__( "Real-time backup of all your site data with unlimited space, one-click restores, and automated security scanning.", "jetpack" ), // _inc/client/plans/plan-body.jsx:120
__( "View your security activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:122
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:130
__( " (powered by VaultPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:131
__( "View your security dashboard", "jetpack" ), // _inc/client/plans/plan-body.jsx:135
__( "Configure VaultPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:140
__( "Unlimited Premium Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:157
__( "Exclusive hand-crafted designs you will love with dedicated support directly from the theme authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:158
__( "Browse Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:163
__( "Spam Protection", "jetpack" ), // _inc/client/plans/plan-body.jsx:169
__( "State-of-the-art spam defense powered by Akismet.", "jetpack" ), // _inc/client/plans/plan-body.jsx:170
__( "View your spam stats", "jetpack" ), // _inc/client/plans/plan-body.jsx:174
__( "Configure Akismet", "jetpack" ), // _inc/client/plans/plan-body.jsx:179
__( "Activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:198
__( "View a chronological list of all the changes and updates to your site in an organized, readable way.", "jetpack" ), // _inc/client/plans/plan-body.jsx:199
__( "View your site activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:201
__( "Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:209
__( "Earn income by allowing Jetpack to display high quality ads (powered by WordAds).", "jetpack" ), // _inc/client/plans/plan-body.jsx:210
__( "View your earnings", "jetpack" ), // _inc/client/plans/plan-body.jsx:214
__( "Activate Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:223
__( "Jetpack Search", "jetpack" ), // _inc/client/plans/plan-body.jsx:235
__( "Replace the built-in search with a fast, scalable, customizable, and highly-relevant search hosted in the WordPress.com cloud.", "jetpack" ), // _inc/client/plans/plan-body.jsx:236
__( "Customize Search Widget", "jetpack" ), // _inc/client/plans/plan-body.jsx:240
__( "Activate Search", "jetpack" ), // _inc/client/plans/plan-body.jsx:249
__( "Social Media Scheduling", "jetpack" ), // _inc/client/plans/plan-body.jsx:261
__( "Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.", "jetpack" ), // _inc/client/plans/plan-body.jsx:262
__( "Schedule Posts", "jetpack" ), // _inc/client/plans/plan-body.jsx:267
__( "Activate Publicize", "jetpack" ), // _inc/client/plans/plan-body.jsx:276
__( "Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:288
__( "Fast, optimized, ad-free, and unlimited video hosting for your site.", "jetpack" ), // _inc/client/plans/plan-body.jsx:289
__( "Upload Videos Now", "jetpack" ), // _inc/client/plans/plan-body.jsx:293
__( "Activate Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:302
__( "SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:314
__( "Advanced SEO tools to help your site get found when people search for relevant content.", "jetpack" ), // _inc/client/plans/plan-body.jsx:315
__( "Configure Site SEO", "jetpack" ), // _inc/client/plans/plan-body.jsx:319
__( "Activate SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:328
__( "Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:340
__( "Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.", "jetpack" ), // _inc/client/plans/plan-body.jsx:341
__( "Configure Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:345
__( "Activate Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:354
__( "Three great reasons to go Pro", "jetpack" ), // _inc/client/plans/plan-body.jsx:365
__( "Design the perfect site with unlimited access to hundreds of themes and unlimited, high-speed, and ad-free video hosting.", "jetpack" ), // _inc/client/plans/plan-body.jsx:366
__( "Always-on security including real-time backups, malware scanning, and automatic threat resolution.", "jetpack" ), // _inc/client/plans/plan-body.jsx:367
__( "Grow your traffic and revenue with social media scheduling, enhanced site search, SEO tools, PayPal payments, and an ad program.", "jetpack" ), // _inc/client/plans/plan-body.jsx:368
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:371
__( "Two great reasons to go Pro", "jetpack" ), // _inc/client/plans/plan-body.jsx:381
__( "Unlimited access to hundreds of premium WordPress themes with dedicated support directly from the theme authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:382
__( "A superior search experience powered by Elasticsearch providing your users with faster and more relevant search results. Previously only available to WordPress.com VIP customers and trusted by industry-leading brands.", "jetpack" ), // _inc/client/plans/plan-body.jsx:383
__( "Explore Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-body.jsx:386
__( "Design the perfect website", "jetpack" ), // _inc/client/plans/plan-body.jsx:401
__( "Get unlimited access to hundreds of professional themes, a superior search experience for your users, and unlimited high-speed, and ad-free video hosting.", "jetpack" ), // _inc/client/plans/plan-body.jsx:402
__( "Increase traffic and revenue", "jetpack" ), // _inc/client/plans/plan-body.jsx:406
__( "Reach more people and earn money with automated social media scheduling, better search results, SEO preview tools, PayPal payments, and an ad program.", "jetpack" ), // _inc/client/plans/plan-body.jsx:407
__( "Always-on Security", "jetpack" ), // _inc/client/plans/plan-body.jsx:413
__( "Automatic defense against hacks, malware, spam, data loss, and downtime with automated backups, unlimited storage, and malware scanning.", "jetpack" ), // _inc/client/plans/plan-body.jsx:414
__( "Activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:419
__( "View a chronological list of all the changes and updates to your site in an organized, readable way.", "jetpack" ), // _inc/client/plans/plan-body.jsx:420
__( "View your site activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:422
__( "Enjoy priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:427
__( "We support all Jetpack users, regardless of plan. But customers on a paid subscription enjoy priority support so that security issues are identified and fixed for you as soon as possible.", "jetpack" ), // _inc/client/plans/plan-body.jsx:428
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:435
__( "You’re currently on Jetpack %(plan)s.", "jetpack" ), // _inc/client/plans/plan-grid.jsx:63
__( "Your Plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:71
__( "Manage your plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:74
__( "View all Jetpack plans", "jetpack" ), // _inc/client/plans/plan-grid.jsx:77
__( "Jetpack Premium now includes our full security suite", "jetpack" ), // _inc/client/plans/plan-header.jsx:38
__( "Automated backups, one-click restores, spam filtering, and malware scanning.", "jetpack" ), // _inc/client/plans/plan-header.jsx:41
__( "How much is your website worth?", "jetpack" ), // _inc/client/plans/plan-header.jsx:45
__( "For less than the price of a coffee a month you can rest easy knowing your hard work (or livelihood) is backed up.", "jetpack" ), // _inc/client/plans/plan-header.jsx:47
__( "Upgrade to a weekly coffee and fully protect your site from malware, infiltrations, and security loopholes with automated malware scanning.", "jetpack" ), // _inc/client/plans/plan-header.jsx:49
__( "Learn more", "jetpack" ), // _inc/client/plans/plan-header.jsx:53
__( "Image of WordPress login screen protected by Jetpack", "jetpack" ), // _inc/client/plans/plan-header.jsx:58
__( "Powerful services for your site", "jetpack" ), // _inc/client/plans/plan-header.jsx:73
__( "Always-on security, a better search experience, unlimited CDN use, advanced marketing tools, and monetization services.", "jetpack" ), // _inc/client/plans/plan-header.jsx:74
__( "Welcome to Jetpack Personal", "jetpack" ), // _inc/client/plans/plan-header.jsx:87
__( "Daily backups, spam filtering, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:91
__( "Spam filtering and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:94
__( "Welcome to Jetpack Premium", "jetpack" ), // _inc/client/plans/plan-header.jsx:109
__( "Full security suite, marketing and revenue automation tools, unlimited video hosting, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:110
__( "Welcome to Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-header.jsx:123
__( "Full security suite, marketing and revenue automation tools, unlimited video hosting, unlimited themes, enhanced search, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:124
__( "Your site is on Development Mode", "jetpack" ), // _inc/client/plans/plan-header.jsx:137
__( "Once you connect, you can upgrade to a paid plan in order to unlock world-class security, spam protection tools, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:138
_x( "privacy", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:61
_x( "tracks", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:62
_x( "data", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:63
_x( "gdpr", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:64
_x( "tos", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:65
_x( "terms of service", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:66
_x( "Privacy Settings", "Settings header", "jetpack" ), // _inc/client/privacy/index.jsx:100
__( "We are committed to your privacy and security. ", "jetpack" ), // _inc/client/privacy/index.jsx:106
__( "Share information with our analytics tool about your use of services while logged in to your WordPress.com account. {{cookiePolicyLink}}Learn more{{/cookiePolicyLink}}.", "jetpack" ), // _inc/client/privacy/index.jsx:116
__( "This information helps us improve our products, make marketing to you more relevant, personalize your WordPress.com experience, and more as detailed in our {{pp}}privacy policy{{/pp}}.", "jetpack" ), // _inc/client/privacy/index.jsx:131
__( "We use other tracking tools, including some from third parties. {{cookiePolicyLink}}Read about these{{/cookiePolicyLink}} and how to control them.", "jetpack" ), // _inc/client/privacy/index.jsx:144
__( "For more information on how specific Jetpack features use data and track activity, please refer to our {{privacyCenterLink}}Privacy Center{{/privacyCenterLink}}.", "jetpack" ), // _inc/client/privacy/index.jsx:158
_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:83
_x( "Threats found!", "Short warning message about new threats found.", "jetpack" ), // _inc/client/pro-status/index.jsx:85
_x( "FIX", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:86
_x( "No scanning", "Short warning message about site having no security scan.", "jetpack" ), // _inc/client/pro-status/index.jsx:95
_x( "Upgrade", "Caption for a button to purchase a paid feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:97
_x( "Upgrade", "Caption for a button to purchase a pro plan.", "jetpack" ), // _inc/client/pro-status/index.jsx:103
_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:108
_x( "Invalid key", "Short warning message about an invalid key being used for Akismet.", "jetpack" ), // _inc/client/pro-status/index.jsx:112
__( "Connected", "jetpack" ), // _inc/client/pro-status/index.jsx:118
__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:122
_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:155
__( "Activate", "jetpack" ), // _inc/client/searchable-modules/index.jsx:75
__( "Checking your spam protection…", "jetpack" ), // _inc/client/security/antispam.jsx:93
__( "Fetching key…", "jetpack" ), // _inc/client/security/antispam.jsx:97
__( "Your site needs an Antispam key.", "jetpack" ), // _inc/client/security/antispam.jsx:102
__( "There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.", "jetpack" ), // _inc/client/security/antispam.jsx:108
__( "Your site is not protected from spam.", "jetpack" ), // _inc/client/security/antispam.jsx:116
__( "Your Antispam key is valid.", "jetpack" ), // _inc/client/security/antispam.jsx:118
__( "Your site is protected from spam.", "jetpack" ), // _inc/client/security/antispam.jsx:120
__( "Checking key…", "jetpack" ), // _inc/client/security/antispam.jsx:126
_x( "Spam filtering", "Settings header", "jetpack" ), // _inc/client/security/antispam.jsx:135
__( "Removes spam from comments and contact forms.", "jetpack" ), // _inc/client/security/antispam.jsx:142
__( "Your API key", "jetpack" ), // _inc/client/security/antispam.jsx:148
__( "If you don't already have an API key, then {{a}}get your API key here{{/a}}, and you'll be guided through the process of getting one.", "jetpack" ), // _inc/client/security/antispam.jsx:154
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:35
__( "Backs up your site to the global WordPress.com servers, allowing you to restore your content in the event of an emergency or error.", "jetpack" ), // _inc/client/security/backups-scan.jsx:43
__( "Checking site status…", "jetpack" ), // _inc/client/security/backups-scan.jsx:48
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:59
__( "Connected", "jetpack" ), // _inc/client/security/backups-scan.jsx:63
__( "Your site is being backed up in real time and regularly scanned for security threats.", "jetpack" ), // _inc/client/security/backups-scan.jsx:66
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:77
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:103
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/security/backups-scan.jsx:113
__( "{{a}}View details{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:123
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:125
__( "Your site is backed up and threat-free.", "jetpack" ), // _inc/client/security/backups-scan.jsx:128
__( "Your site is backed up.", "jetpack" ), // _inc/client/security/backups-scan.jsx:134
__( "You have paid for backups but they're not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:140
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:141
__( "You have paid for backups and security scanning but they’re not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:145
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:146
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:175
__( "Backs up your site to the global WordPress.com servers, allowing you to restore your content in the event of an emergency or error.", "jetpack" ), // _inc/client/security/backups-scan.jsx:182
__( "Configure your Security Scans", "jetpack" ), // _inc/client/security/backups-scan.jsx:192
_x( "Downtime monitoring", "Settings header", "jetpack" ), // _inc/client/security/monitor.jsx:33
__( "Keep tabs on your site and receive alerts the moment downtime is detected.", "jetpack" ), // _inc/client/security/monitor.jsx:40
__( "Monitor your site's downtime", "jetpack" ), // _inc/client/security/monitor.jsx:52
__( "Configure your notification settings", "jetpack" ), // _inc/client/security/monitor.jsx:63
_x( "Brute force attack protection", "Settings header", "jetpack" ), // _inc/client/security/protect.jsx:98
__( "Protects your site from traditional and distributed brute force login attacks.", "jetpack" ), // _inc/client/security/protect.jsx:111
__( "Your current IP: %(ip)s", "jetpack" ), // _inc/client/security/protect.jsx:119
__( "Add to whitelist", "jetpack" ), // _inc/client/security/protect.jsx:133
__( "Whitelisted IP addresses", "jetpack" ), // _inc/client/security/protect.jsx:138
__( "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", "jetpack" ), // _inc/client/security/protect.jsx:154
_x( "WordPress.com log in", "Settings header", "jetpack" ), // _inc/client/security/sso.jsx:64
__( "Allows registered users to log in to your site with their WordPress.com accounts.", "jetpack" ), // _inc/client/security/sso.jsx:71
__( "Add an extra layer of security to your website by enabling WordPress.com log in and secure authentication. If you have multiple sites with this option enabled, you will be able to log into every one of them with the same credentials.", "jetpack" ), // _inc/client/security/sso.jsx:76
__( "Match accounts using email addresses", "jetpack" ), // _inc/client/security/sso.jsx:104
__( "Require accounts to use WordPress.com Two-Step Authentication", "jetpack" ), // _inc/client/security/sso.jsx:117
__( "No search results found for %(term)s", "jetpack" ), // _inc/client/settings/index.jsx:32
__( "Enter a search term to find settings or close search.", "jetpack" ), // _inc/client/settings/index.jsx:40
_x( "Like buttons", "Settings header", "jetpack" ), // _inc/client/sharing/likes.jsx:24
__( "Adds like buttons to your content so that visitors can show their appreciation or enjoyment.", "jetpack" ), // _inc/client/sharing/likes.jsx:31
__( "Allow readers to show their appreciation of your posts by adding a like button to your content", "jetpack" ), // _inc/client/sharing/likes.jsx:41
__( "Connect your social media accounts", "jetpack" ), // _inc/client/sharing/publicize.jsx:48
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/sharing/publicize.jsx:58
_x( "Publicize connections", "Settings header", "jetpack" ), // _inc/client/sharing/publicize.jsx:70
__( "Allows you to automatically share your newest content on social media sites, including Facebook and Twitter.", "jetpack" ), // _inc/client/sharing/publicize.jsx:79
__( "Automatically share your posts to social networks", "jetpack" ), // _inc/client/sharing/publicize.jsx:90
__( "Configure your sharing buttons", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:42
__( "Configure your sharing buttons", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:57
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:70
_x( "Sharing buttons", "Settings header", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:80
__( "Adds sharing buttons to your content so that visitors can share it on social media sites.", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:88
__( "Add sharing buttons to your posts", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:100
_x( "Ads", "Ads header", "jetpack" ), // _inc/client/traffic/ads.jsx:57
__( "Displays high-quality ads on your site that allow you to earn income.", "jetpack" ), // _inc/client/traffic/ads.jsx:66
__( "Show ads on the first article on your home page or at the end of every page and post. Place additional ads at the top of your site and to any widget area to increase your earnings.", "jetpack" ), // _inc/client/traffic/ads.jsx:70
__( "By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.", "jetpack" ), // _inc/client/traffic/ads.jsx:73
__( "Enable ads and display an ad below each post", "jetpack" ), // _inc/client/traffic/ads.jsx:88
__( "Display ads below posts on", "jetpack" ), // _inc/client/traffic/ads.jsx:92
__( "Front page", "jetpack" ), // _inc/client/traffic/ads.jsx:98
__( "Posts", "jetpack" ), // _inc/client/traffic/ads.jsx:106
__( "Pages", "jetpack" ), // _inc/client/traffic/ads.jsx:114
__( "Archives", "jetpack" ), // _inc/client/traffic/ads.jsx:122
__( "Additional ad placements", "jetpack" ), // _inc/client/traffic/ads.jsx:127
__( "Top of each page", "jetpack" ), // _inc/client/traffic/ads.jsx:133
__( "Second ad below post", "jetpack" ), // _inc/client/traffic/ads.jsx:141
__( "You can place additional ads using the Ad widget. {{link}}Try it out!{{/link}}", "jetpack" ), // _inc/client/traffic/ads.jsx:145
__( "Custom ads.txt entries", "jetpack" ), // _inc/client/traffic/ads.jsx:156
__( "Jetpack automatically generates a custom {{link}}ads.txt{{/link}} tailored for your site. If you need to add additional entries for other networks please add them in the space below, one per line.", "jetpack" ), // _inc/client/traffic/ads.jsx:158
__( "When ads are enabled, Jetpack automatically generates a custom ads.txt tailored for your site.", "jetpack" ), // _inc/client/traffic/ads.jsx:167
__( "View your earnings", "jetpack" ), // _inc/client/traffic/ads.jsx:181
_x( "Google Analytics", "Settings header", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:27
__( "Integrates your WordPress site with Google Analytics, a platform that offers insights into your traffic, visitors, and conversions.", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:34
__( "Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:40
__( "Configure your Google Analytics settings", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:54
__( "Show related content after posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:84
__( "Highlight related content with a heading", "jetpack" ), // _inc/client/traffic/related-posts.jsx:95
__( "Show a thumbnail image where available", "jetpack" ), // _inc/client/traffic/related-posts.jsx:105
_x( "Preview", "A header for a preview area in the configuration screen.", "jetpack" ), // _inc/client/traffic/related-posts.jsx:110
__( "Related", "jetpack" ), // _inc/client/traffic/related-posts.jsx:115
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/traffic/related-posts.jsx:122
/* translators: It refers to the category where a post was found. Used in an example preview. */
__( "In \"Mobile\"", "jetpack" ), // _inc/client/traffic/related-posts.jsx:123
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/traffic/related-posts.jsx:129
/* translators: It refers to the category where a post was found. Used in an example preview. */
__( "In \"Mobile\"", "jetpack" ), // _inc/client/traffic/related-posts.jsx:130
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/traffic/related-posts.jsx:136
/* translators: It refers to the category where a post was found. Used in an example preview. */
__( "In \"Upgrade\"", "jetpack" ), // _inc/client/traffic/related-posts.jsx:137
__( "Configure related posts in the Customizer", "jetpack" ), // _inc/client/traffic/related-posts.jsx:161
__( "Jetpack Search supports many customizations.", "jetpack" ), // _inc/client/traffic/search.jsx:38
__( "The built-in WordPress search is great for sites without much content. But as your site grows, searches slow down and return less relevant results.", "jetpack" ), // _inc/client/traffic/search.jsx:41
__( "Jetpack Search replaces the built-in search with a fast, scalable, customizable, and highly-relevant search hosted in the WordPress.com cloud. The result: Your users find the content they want, faster.", "jetpack" ), // _inc/client/traffic/search.jsx:42
__( "Replace WordPress built-in search with Jetpack Search, an advanced search experience", "jetpack" ), // _inc/client/traffic/search.jsx:50
__( "Add the Jetpack Search widget to your sidebar to configure sorting and filters.", "jetpack" ), // _inc/client/traffic/search.jsx:56
__( "Add Jetpack Search Widget", "jetpack" ), // _inc/client/traffic/search.jsx:62
_x( "Search engine optimization", "Settings header", "jetpack" ), // _inc/client/traffic/seo.jsx:26
__( "Allows you to optimize your site and its content for better results in search engines.", "jetpack" ), // _inc/client/traffic/seo.jsx:33
__( "You can tweak these settings if you'd like more advanced control. Read more about what you can do to {{a}}optimize your site's SEO{{/a}}.", "jetpack" ), // _inc/client/traffic/seo.jsx:38
__( "Configure your SEO settings", "jetpack" ), // _inc/client/traffic/seo.jsx:50
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/traffic/site-stats.jsx:136
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/traffic/site-stats.jsx:141
__( "{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}", "jetpack" ), // _inc/client/traffic/site-stats.jsx:142
__( "Activate Site Stats", "jetpack" ), // _inc/client/traffic/site-stats.jsx:157
_x( "Site stats", "Settings header", "jetpack" ), // _inc/client/traffic/site-stats.jsx:170
__( "Collecting valuable traffic stats and insights", "jetpack" ), // _inc/client/traffic/site-stats.jsx:175
__( "Displays information on your site activity, including visitors and popular posts or pages.", "jetpack" ), // _inc/client/traffic/site-stats.jsx:183
__( "Put a chart showing 48 hours of views in the admin bar", "jetpack" ), // _inc/client/traffic/site-stats.jsx:196
__( "Hide the stats smiley face image", "jetpack" ), // _inc/client/traffic/site-stats.jsx:208
__( "The image helps collect stats, but should work when hidden.", "jetpack" ), // _inc/client/traffic/site-stats.jsx:213
__( "Count logged in page views from", "jetpack" ), // _inc/client/traffic/site-stats.jsx:219
__( "Allow stats reports to be viewed by", "jetpack" ), // _inc/client/traffic/site-stats.jsx:235
__( "Sitemaps are files that search engines like Google or Bing use to index your website. They can help improve your ranking in search results. When you enable this feature, Jetpack will create sitemaps for you and update them automatically when the content on your site changes.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:57
__( "Generate XML sitemaps", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:72
__( "Good news: Jetpack is sending your sitemap automatically to all major search engines for indexing.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:79
__( "Search engines can't access your site at the moment. If you'd like to make your site accessible, check your {{a}}Reading settings{{/a}} and switch \"Search Engine Visibility\" on.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:110
__( "%(moduleName)s has been disabled by a site administrator.", "jetpack" ), // _inc/client/traffic/verification-services.jsx:76
__( "Activate", "jetpack" ), // _inc/client/traffic/verification-services.jsx:89
__( "Provides the necessary hidden tags needed to verify your WordPress site with various services.", "jetpack" ), // _inc/client/traffic/verification-services.jsx:107
__( "Note that {{b}}verifying your site with these services is not necessary{{/b}} in order for your site to be indexed by search engines. To use these advanced search engine tools and verify your site with a service, paste the HTML Tag code below. Read the {{support}}full instructions{{/support}} if you are having trouble. Supported verification services: {{google}}Google Search Console{{/google}}, {{bing}}Bing Webmaster Center{{/bing}}, {{pinterest}}Pinterest Site Verification{{/pinterest}}, and {{yandex}}Yandex.Webmaster{{/yandex}}.", "jetpack" ), // _inc/client/traffic/verification-services.jsx:112
__( "Bing", "jetpack" ), // _inc/client/traffic/verification-services.jsx:159
__( "Pinterest", "jetpack" ), // _inc/client/traffic/verification-services.jsx:171
__( "Yandex", "jetpack" ), // _inc/client/traffic/verification-services.jsx:183
__( "Checks your content for correct grammar and spelling, misused words, and style while you write.", "jetpack" ), // _inc/client/writing/composing.jsx:109
__( "Proofreading", "jetpack" ), // _inc/client/writing/composing.jsx:115
__( "Automatically proofread content when: ", "jetpack" ), // _inc/client/writing/composing.jsx:117
__( "A post or page is first published", "jetpack" ), // _inc/client/writing/composing.jsx:119
__( "A post or page is updated", "jetpack" ), // _inc/client/writing/composing.jsx:120
__( "Automatic Language Detection", "jetpack" ), // _inc/client/writing/composing.jsx:123
__( "The proofreader supports English, French, German, Portuguese and Spanish.", "jetpack" ), // _inc/client/writing/composing.jsx:126
__( "Use automatically detected language to proofread posts and pages", "jetpack" ), // _inc/client/writing/composing.jsx:131
__( "English Options", "jetpack" ), // _inc/client/writing/composing.jsx:136
__( "Enable proofreading for the following grammar and style rules: ", "jetpack" ), // _inc/client/writing/composing.jsx:138
__( "Bias Language", "jetpack" ), // _inc/client/writing/composing.jsx:140
__( "Clichés", "jetpack" ), // _inc/client/writing/composing.jsx:141
__( "Complex Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:142
__( "Diacritical Marks", "jetpack" ), // _inc/client/writing/composing.jsx:143
__( "Double Negatives", "jetpack" ), // _inc/client/writing/composing.jsx:144
__( "Hidden Verbs", "jetpack" ), // _inc/client/writing/composing.jsx:145
__( "Jargon", "jetpack" ), // _inc/client/writing/composing.jsx:146
__( "Passive Voice", "jetpack" ), // _inc/client/writing/composing.jsx:147
__( "Phrases to Avoid", "jetpack" ), // _inc/client/writing/composing.jsx:148
__( "Redundant Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:149
__( "Ignored Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:153
__( "Add a phrase", "jetpack" ), // _inc/client/writing/composing.jsx:158
__( "Confirm each new phrase you add by pressing enter.", "jetpack" ), // _inc/client/writing/composing.jsx:166
__( "Allows you to compose content with links, lists, and other styles using the Markdown syntax.", "jetpack" ), // _inc/client/writing/composing.jsx:209
_x( "Composing", "Settings header", "jetpack" ), // _inc/client/writing/composing.jsx:260
__( "This feature has been disabled by a site administrator.", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:58
__( "Add {{testimonialLink}}testimonials{{/testimonialLink}} to your website to attract new customers. If your theme doesn’t support Jetpack Testimonials, you can still use a simple shortcode to display them on your site.", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:72
__( "Testimonials", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:92
__( "Testimonials shortcode: [testimonials]", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:98
__( "Use {{portfolioLink}}portfolios{{/portfolioLink}} on your site to showcase your best work. If your theme doesn’t support Jetpack Portfolios, you can still use a simple shortcode to display them on your site.", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:110
__( "Portfolios", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:130
__( "Portfolios shortcode: [portfolio]", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:137
__( "Writing tools available to you will be shown here when an administrator enables them.", "jetpack" ), // _inc/client/writing/index.jsx:103
_x( "WordPress.com toolbar", "Settings header", "jetpack" ), // _inc/client/writing/masterbar.jsx:26
__( "The WordPress.com toolbar replaces the default WordPress admin toolbar and streamlines your WordPress experience. It offers one-click access to manage all your sites, update your WordPress.com profile, view notifications, and catch up on the sites you follow in the Reader.", "jetpack" ), // _inc/client/writing/masterbar.jsx:37
__( "Enable the WordPress.com toolbar", "jetpack" ), // _inc/client/writing/masterbar.jsx:51
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/masterbar.jsx:62
__( "Images", "jetpack" ), // _inc/client/writing/media.jsx:81
__( "Create full-screen carousel slideshows for the images in your posts and pages. Carousel galleries are mobile-friendly and encourage site visitors to interact with your photos.", "jetpack" ), // _inc/client/writing/media.jsx:84
__( "Display images in a full-screen carousel gallery", "jetpack" ), // _inc/client/writing/media.jsx:98
__( "Show photo Exif metadata in carousel (when available)", "jetpack" ), // _inc/client/writing/media.jsx:110
__( "Exif data shows viewers additional technical details of a photo, like its focal length, aperture, and ISO.", "jetpack" ), // _inc/client/writing/media.jsx:116
__( "Carousel color scheme", "jetpack" ), // _inc/client/writing/media.jsx:123
__( "Video", "jetpack" ), // _inc/client/writing/media.jsx:146
__( "Make the content you publish more engaging with high-resolution video. With Jetpack Video you can customize your media player and deliver high-speed, ad-free, and unbranded videos to your visitors. Videos are hosted on our WordPress.com servers and do not subtract space from your hosting plan!", "jetpack" ), // _inc/client/writing/media.jsx:148
__( "Enable high-speed, ad-free video player", "jetpack" ), // _inc/client/writing/media.jsx:162
__( "Media", "jetpack" ), // _inc/client/writing/media.jsx:174
__( "Allows you to publish new posts by sending an email to a special address.", "jetpack" ), // _inc/client/writing/post-by-email.jsx:65
__( "Email Address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:92
_x( "Copy", "verb", "jetpack" ), // _inc/client/writing/post-by-email.jsx:96
__( "Copied!", "jetpack" ), // _inc/client/writing/post-by-email.jsx:97
__( "Highlight and copy the following text to your clipboard:", "jetpack" ), // _inc/client/writing/post-by-email.jsx:98
__( "Regenerate address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:106
__( "Create address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:107
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/post-by-email.jsx:120
__( "Performance & speed", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:180
__( "Load pages faster by allowing Jetpack to optimize your images and serve your images and static files (like CSS and JavaScript) from our global network of servers.", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:191
__( "Enable site accelerator", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:204
__( "Speed up image load times", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:218
__( "Speed up static file load times", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:230
__( "Lazy-loading images will improve your site’s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:247
__( "Enable Lazy Loading for images", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:261
__( "Theme enhancements", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:132
__( "Loads the next posts automatically when the reader approaches the bottom of the page.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:147
__( "Load more posts using the default theme behavior", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:157
__( "Load more posts in page with a button", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:161
__( "Load more posts as the reader scrolls down", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:165
__( "Theme support required.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:182
__( "Learn more about adding support for Infinite Scroll to your theme.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:186
__( "Learn more", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:188
__( "Enables a lightweight, mobile-friendly theme that will be displayed to visitors on mobile devices.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:203
__( "Use excerpts instead of full posts on front page and archive pages", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:221
__( "Show featured images", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:225
__( "Show an ad for the WordPress mobile apps in the footer of the mobile theme", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:229
/* translators: Referring to a number of page views */
__( "Views today", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:53
/* translators: Referring to a number of page views */
__( "Best overall day", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:57
_n( "%(number)s View", "%(number)s Views", 1, "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:62
/* translators: Referring to a number of page views */
__( "All-time views", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:80
/* translators: Referring to a number of comments */
__( "All-time comments", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:88
__( "{{button}}View detailed stats{{/button}}", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:101
__( "{{button}}View more stats on WordPress.com {{/button}}", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:112
__( "Connect your account to WordPress.com to view more stats", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:134
__( "Week of %(date)s", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:89
__( "Views: %(numberOfViews)s", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:105
__( "Click to view detailed stats.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:107
__( "Jetpack Stats People", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:152
__( "Hello there! Your stats have been activated.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:154
__( "Just give us a little time to collect data so we can display it for you here.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:156
__( "Okay, got it!", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:162
__( "Something happened while loading stats. Please try again later or {{a}}view your stats now on WordPress.com{{/a}}", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:177
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:203
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:207
__( "{{a}}Activate Site Stats{{/a}} to see detailed stats, likes, followers, subscribers, and more! {{a1}}Learn More{{/a1}}", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:208
__( "Activate Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:223
__( "Days", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:261
__( "Weeks", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:266
__( "Months", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:271
__( "Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:288
__( "Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:295
__( "Get WordPress Apps for every device", "jetpack" ), // _inc/client/components/apps-card/index.jsx:59
__( "Manage all your sites from a single dashboard: publish content, track stats, moderate comments, and so much more from anywhere in the world.", "jetpack" ), // _inc/client/components/apps-card/index.jsx:63
__( "Download the free apps", "jetpack" ), // _inc/client/components/apps-card/index.jsx:70
__( "I already use this app.", "jetpack" ), // _inc/client/components/apps-card/index.jsx:78
__( "Unlink me from WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:76
__( "Link to WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:93
__( "Manage site connection", "jetpack" ), // _inc/client/components/connect-button/index.jsx:113
__( "Set up Jetpack", "jetpack" ), // _inc/client/components/connect-button/index.jsx:128
__( "By clicking the button below, you agree to our {{tosLink}}Terms of Service{{/tosLink}} and to {{shareDetailsLink}}share details{{/shareDetailsLink}} with WordPress.com.", "jetpack" ), // _inc/client/components/connect-button/index.jsx:140
_x( "Updates needed", "Short warning message", "jetpack" ), // _inc/client/components/dash-item/index.jsx:92
__( "Active", "jetpack" ), // _inc/client/components/dash-item/index.jsx:98
_x( "Paid", "Short label appearing near a paid feature configuration block.", "jetpack" ), // _inc/client/components/dash-item/index.jsx:114
_x( "Settings", "Noun. Displayed to screen readers.", "jetpack" ), // _inc/client/components/dash-section-header/index.jsx:51
__( "This will reset all Jetpack options, are you sure?", "jetpack" ), // _inc/client/components/footer/index.jsx:40
_x( "Reset Options (dev only)", "Navigation item.", "jetpack" ), // _inc/client/components/footer/index.jsx:91
__( "Test your site’s compatibility with Jetpack.", "jetpack" ), // _inc/client/components/footer/index.jsx:106
_x( "Debug", "Navigation item. Noun. Links to a debugger tool for Jetpack.", "jetpack" ), // _inc/client/components/footer/index.jsx:108
_x( "Dev Tools", "Navigation item.", "jetpack" ), // _inc/client/components/footer/index.jsx:125
__( "An Automattic Airline", "jetpack" ), // _inc/client/components/footer/index.jsx:144
__( "Jetpack version", "jetpack" ), // _inc/client/components/footer/index.jsx:158
__( "Jetpack version %(version)s", "jetpack" ), // _inc/client/components/footer/index.jsx:162
__( "WordPress.com Terms of Service", "jetpack" ), // _inc/client/components/footer/index.jsx:173
_x( "Terms", "Shorthand for Terms of Service.", "jetpack" ), // _inc/client/components/footer/index.jsx:175
__( "Automattic's Privacy Policy", "jetpack" ), // _inc/client/components/footer/index.jsx:183
_x( "Privacy", "Shorthand for Privacy Policy.", "jetpack" ), // _inc/client/components/footer/index.jsx:185
__( "Saving…", "jetpack" ), // _inc/client/components/forms/index.jsx:131
__( "Save Settings", "jetpack" ), // _inc/client/components/forms/index.jsx:131
__( "Welcome to Jetpack", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:24
__( "Hassle-free design, marketing, and security for your WordPress site. Connect Jetpack to a WordPress.com account to start building your own success story.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:29
__( "WordPress themes and customization tools for designing your site.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:36
__( "Design the perfect website", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:37
__( "Bring your ideas to life with elegant and professional designs and code-free customization tools.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:40
__( "Jetpack's photon serves up lightning fast, optimized images", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:50
__( "Jetpack's WordPress themes", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:54
__( "Professional themes", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:55
__( "Find the perfect design for your site from hundreds of available themes.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:59
__( "Jetpack's customization tools", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:64
__( "Code-free customization", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:65
__( "Customize your site with endless widget options, image galleries, and embedded media.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:69
__( "Jetpack's performance features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:74
__( "Speed up your site", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:75
__( "Deliver blazing fast images and video and improve site load times.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:79
__( "Drive more traffic to your site with Jetpack", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:90
__( "Increase traffic and revenue", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:91
__( "Reach more people and earn money with automated marketing tools.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:94
_x( "Decoration: Jetpack clouds", "Image alternate text.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:100
_x( "Decoration: Jetpack bar graph", "Image alternate text.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:106
__( "Jetpack's site stats feature", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:115
__( "Track your growth", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:116
__( "Keep an eye on your success with simple, concise, and mobile-friendly stats.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:120
__( "Jetpack's publicize features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:125
__( "Automated marketing", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:126
__( "Schedule social media posts in advance, show related content, and give better search results.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:130
__( "Jetpack's ads and PayPal features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:135
__( "Generate revenue", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:136
__( "Monetize your site with high-quality ads and take PayPal payments.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:140
__( "Keep your site safe, 24/7", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:152
__( "Keep your site safe, 24/7", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:153
__( "Automatic defense against hacks, malware, spam, data loss, and downtime.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:156
__( "Jetpack's monitor feature", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:165
_x( "Monitor", "Header. Noun: Monitor is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:166
__( "Be alerted about any unexpected downtime the moment it happens.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:170
__( "Jetpack's Protect features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:177
_x( "Protect", "Header. Noun: Protect is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:178
__( "Guard your site against brute force login attacks, spam, and harmfulmalware injections.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:182
__( "Backup and restore", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:191
__( "Automatic, real-time backups mean your entire site is always ready to be restored.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:195
__( "Join the millions of users who rely on Jetpack to enhance and secure their sites. We're passionate about WordPress and here to make your life easier.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:209
__( "Stars", "jetpack" ), // _inc/client/components/jetpack-dialogue/index.jsx:47
__( "Jupiter", "jetpack" ), // _inc/client/components/jetpack-dialogue/index.jsx:48
__( "Daily, automated backups (unlimited storage)", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:44
__( "Priority support", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:48
__( "Spam filtering", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:52
__( "Daily, automated backups (unlimited storage)", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:60
__( "Daily, automated malware scanning", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:64
__( "Priority support", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:68
__( "13Gb of high-speed video hosting", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:72
__( "Daily, automated backups (unlimited storage)", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:80
__( "Daily, automated malware scanning with automated resolution", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:84
__( "Priority support", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:88
__( "Unlimited high-speed video hosting", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:92
__( "SEO preview tools", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:96
__( "Site stats, related content, and sharing tools", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:103
__( "Brute force attack protection and downtime monitoring", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:107
__( "Unlimited, high-speed image hosting", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:111
__( "Disconnect Jetpack", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:145
__( "By disconnecting %(siteName)s from WordPress.com you will no longer have access to the following:", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:150
_x( "Stay connected", "A caption for a button to cancel disconnection.", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:172
_x( "Disconnect", "A caption for a button to disconnect.", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:180
__( "Read more about Jetpack benefits", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:187
__( "You have successfully disconnected Jetpack", "jetpack" ), // _inc/client/components/jetpack-notices/dismissable.jsx:41
__( "Would you tell us why? Just {{a}}answering two simple questions{{/a}} would help us improve Jetpack.", "jetpack" ), // _inc/client/components/jetpack-notices/dismissable.jsx:44
__( "What would you like to see on your Jetpack Dashboard?", "jetpack" ), // _inc/client/components/jetpack-notices/feedback-dash-request.jsx:33
__( "Let us know!", "jetpack" ), // _inc/client/components/jetpack-notices/feedback-dash-request.jsx:38
__( "You are currently running a development version of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:35
__( "Submit Beta feedback", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:40
__( "You are running Jetpack on a staging server.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:62
__( "More Info", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:72
__( "{{li}}The jetpack_development_mode filter is active{{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:96
__( "{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:105
__( "{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:114
__( "Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:123
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:138
__( "Connect your account to get the most out of Jetpack", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:171
__( "Connect to WordPress.com", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:172
__( "This site is not connected to WordPress.com. Please ask the site administrator to connect.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:217
__( "Cheatin' uh?", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:41
__( "{{p}}Would you mind telling us why you did not complete the Jetpack connection in this {{a}}2 question survey{{/a}}?{{/p}}{{p}}A Jetpack connection is required for our free security and traffic features to work.{{/p}}", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:44
__( "You need to stay logged in to your WordPress blog while you authorize Jetpack.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:55
__( "We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:58
__( "There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:61
__( "Your website needs to be publicly accessible to use Jetpack: %(error_key)s", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:65
__( "{{s}}Your Jetpack has a glitch.{{/s}} Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost).", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:74
__( "WordPress.com is currently having problems and is unable to fuel up your Jetpack.  Please try again later.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:87
__( "Jetpack could not contact WordPress.com: %(error_key)s.  This usually means something is incorrectly configured on your web host.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:91
__( "{{s}}Your Jetpack has a glitch.{{/s}}  We're sorry for the inconvenience. Please try again later, if the issue continues please contact support with this message: %(error_key)s", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:130
__( "Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:171
__( "Your Jetpack is already connected.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:183
__( "You're fueled up and ready to go, Jetpack is now active.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:187
__( "You're fueled up and ready to go.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:191
__( "Your server is misconfigured, which means that Jetpack Protect is unable to effectively protect your site.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:195
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:201
__( "Activating recommended features…", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:31
__( "Activate recommended features", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:31
__( "We're now collecting stats, securing your site, and speeding up your images. Pretty soon you'll be able to see everything going on with your site right through Jetpack! Welcome aboard.", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:56
__( "Jetpack's recommended features include:", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:65
__( "Features can be activated or deactivated at any time.", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:75
__( "Person with laptop", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:85
__( "Your Jetpack site is ready to go!", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:86
__( "Dashboard", "jetpack" ), // _inc/client/components/masthead/index.jsx:95
__( "Settings", "jetpack" ), // _inc/client/components/masthead/index.jsx:103
__( "%(moduleName)s has been disabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-overridden-banner/index.jsx:53
__( "The easiest way to upload ad-free and unbranded videos to your site. You get stats on video playback and shares and the player is lightweight and responsive.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:31
__( "To get started, click on Add Media in your post editor and upload a video; we’ll take care of the rest!", "jetpack" ), // _inc/client/components/module-settings/index.jsx:34
__( "Subscriber", "jetpack" ), // _inc/client/components/module-settings/index.jsx:48
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:67
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/components/module-settings/index.jsx:70
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/components/module-settings/index.jsx:73
_x( "Related", "A heading for a block of related posts.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:80
__( "{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:102
__( "Highlight related content with a heading", "jetpack" ), // _inc/client/components/module-settings/index.jsx:116
__( "Show a thumbnail image where available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:120
_x( "Preview", "Noun, a header for a preview block in a configuration screen.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:122
__( "WordPress.com Likes are:", "jetpack" ), // _inc/client/components/module-settings/index.jsx:144
__( "{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:156
__( "{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:176
__( "By default ads are shown at the end of every page, post, or the first article on your front page. You can also add them to the top of your site and to any widget area to increase your earnings!", "jetpack" ), // _inc/client/components/module-settings/index.jsx:193
__( "Display an ad unit at the top of your site.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:199
__( "Upgrade Jetpack and our state-of-the-art security scanner will hunt out malicious files and report them immediately so that you're never unaware of what is happening on your website.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:36
__( "You can see the information about security scanning in the \"At a Glance\" section.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:42
__( "Configure your Security Scans", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:45
__( "Make sure your site is easily found on search engines with SEO tools for your content and social posts.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:52
__( "Activate this module to use the advanced SEO tools.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:60
__( "Configure your SEO settings.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:66
__( "Google Analytics is a free service that complements our {{a}}built-in stats{{/a}} with different insights into your traffic. WordPress.com stats and Google Analytics use different methods to identify and track activity on your site, so they will normally show slightly different totals for your visits, views, etc.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:77
__( "Configure Google Analytics settings.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:92
__( "This module has no configuration options", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:104
__( "Let search engines and visitors know that you are serious about your websites integrity by upgrading Jetpack. Our anti-spam tools will eliminate comment spam, protect your SEO, and make it easier for visitors to stay in touch.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:111
__( "Real-time offsite backups with automated restores deliver peace-of-mind, so you can focus on writing great content and increasing traffic while we protect every aspect of your investment. Upgrade today.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:112
__( "{{link}}Configure your %(module_slug)s Settings {{/link}}", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:119
__( "{{link}}Configure your %(module_slug)s Settings {{/link}}", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:141
__( "This feature has been enabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:80
__( "This feature has been disabled by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:82
__( "This feature is being managed by a site administrator. {{link}}Learn more{{/link}}.", "jetpack" ), // _inc/client/components/module-toggle/index.jsx:84
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:45
_x( "Plans", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:51
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:61
__( "Search for a Jetpack feature.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:70
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:139
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:153
_x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:168
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:186
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:200
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:219
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:234
_x( "Upgrade", "A caption for a button to upgrade an existing paid feature to a higher tier.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:89
__( "Host fast, high-quality, ad-free video.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:99
__( "Generate income with high-quality ads.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:119
__( "Real-time site backups and automatic threat resolution.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:136
__( "Protect against data loss, malware, and malicious attacks.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:149
__( "Integrate easily with Google Analytics.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:165
__( "Help your content get found and shared with SEO tools.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:180
__( "Add faster, more advanced searching to your site with Jetpack Professional.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:196
__( "Protect your site from spam.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:213
_x( "Saving…", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:330
_x( "Save settings", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:331
__( "We're here to help", "jetpack" ), // _inc/client/components/support-card/index.jsx:83
__( "Jetpack comes with free, basic support for all users.", "jetpack" ), // _inc/client/components/support-card/index.jsx:88
__( "Your paid plan gives you access to prioritized Jetpack support.", "jetpack" ), // _inc/client/components/support-card/index.jsx:89
__( "Ask a question", "jetpack" ), // _inc/client/components/support-card/index.jsx:100
__( "Search our support site", "jetpack" ), // _inc/client/components/support-card/index.jsx:109
__( "Get a faster resolution to your support questions.", "jetpack" ), // _inc/client/components/support-card/index.jsx:117
__( "Upgrade", "jetpack" ), // _inc/client/components/support-card/index.jsx:119
__( "Learn more", "jetpack" ), // _inc/client/components/support-info/index.jsx:79
__( "Learn more", "jetpack" ), // _inc/client/components/support-info/index.jsx:89
__( "Privacy information", "jetpack" ), // _inc/client/components/support-info/index.jsx:99
__( " Premium Themes", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:55
__( "Introducing Premium Themes", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:59
__( "{{p}}To create a beautiful site that looks and works exactly how you want it to, Jetpack Professional gives you unlimited access to over 200 premium WordPress themes.{{/p}}{{p}}Jetpack Professional is about more than just finding the perfect design. It's also about total peace of mind: real-time backups, automatic malware scanning, and priority support from our global team of experts guarantee that your site will always be safe and secure.{{/p}}", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:62
__( "{{p}}To create a beautiful site that looks and works exactly how you want it to, Jetpack Professional gives you unlimited access to over 200 premium WordPress themes.{{/p}}{{p}}Jetpack Professional is about more than just finding the perfect design. It's also about total peace of mind knowing that you'll have priority support from our global team of experts should the need arise.{{/p}}", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:71
__( "Explore Professional", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:87
__( "Compare All Plans", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:93
__( "The features you rely on, adapted for the new WordPress editor.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:49
__( "A new editor? Yes! {{a}}Learn more{{/a}}.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:51
__( "Build your Jetpack site with blocks", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:63
__( "Today, we are introducing the first wave of Jetpack-specific blocks built specifically for the new editor experience: Simple Payment button, Form, Map, and Markdown.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:67
__( "Jetpack is ready for the new WordPress editor", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:75
__( "Take me to the new editor", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:83
__( "Okay, got it!", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:86
__( "Jetpack is ready for the new WordPress editor", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:97
__( "New in Jetpack!", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:98
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/monitor-akismet-backups-prompt.jsx:16
__( "Your Jetpack plan gives you everything you need to keep your hard work safe, including on-demand backups and malware scans with one-click restores and issue resolution. Your site will be fully protected against spam, malicious code, and brute force login attempts.", "jetpack" ), // _inc/client/components/welcome-new-plan/monitor-akismet-backups-prompt.jsx:18
__( "Thanks for choosing Jetpack Personal. Jetpack is now backing up your site and scanning for security threats.", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:29
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:33
__( "With Jetpack Personal, you have access to more than 100 free, professionally-designed WordPress themes. Choose the theme that best fits your site and customize colors, images, or add a variety of new widgets.", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:35
__( "Got it!", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:47
__( "Welcome personal", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:56
__( "Your Jetpack Personal plan is powering up!", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:57
__( "Thanks for choosing Jetpack Premium. Jetpack is now backing up your site, scanning for  security threats, and enabling monetization features.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:47
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:51
__( "With Jetpack Premium, you can create the perfect site, no matter its purpose. Customize your site’s appearance with one of more than 100 free themes, or enhance your content with unlimited HD video -- all hosted free of ads or watermarks.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:53
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:58
__( "Using Jetpack’s powerful sharing tools, you can automatically share your newest posts on social media, or schedule your content to be re-shared at any date or time you choose. And along with growing your following, you can grow your business with tools like payment buttons and ads.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:60
__( "Start exploring Jetpack Premium now to see all the benefits of your new plan.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:70
__( "Monetize your site with ads", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:85
__( "Welcome Premium", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:94
__( "Your Jetpack Premium plan is powering up!", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:95
__( "Thanks for choosing Jetpack Professional. Jetpack is now backing up your content in real-time, indexing your content for search, scanning for security threats, and granting access to premium themes.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:50
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:54
__( "With Jetpack Professional, you can create the perfect site with one of over 300 professionally-designed WordPress themes, including more than 200 premium themes. Customize your content with a variety of widgets, or add unlimited videos to your posts and pages -- displayed free of ads or watermarks.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:56
__( "Give your visitor's a great search experience by letting them filter and sort fast, relevant search results.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:62
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:65
__( "Growing your following is easy with your Professional plan, thanks to content sharing and scheduling, SEO tools, and built-in subscription options. You can monetize your site with a Simple Payments button and in-line ads, and monitor the success of your efforts by integrating with Google Analytics.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:67
__( "Start exploring Jetpack Professional now to see all the benefits of your new plan.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:79
__( "Install premium themes", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:94
__( "Monetize your site with ads", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:102
__( "Add the Search (Jetpack) widget to your sidebar", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:110
__( "Review SEO features", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:118
__( "Welcome Professional", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:127
__( "Your Jetpack Professional plan is taking care of business!", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:128
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/social-seo-ads-prompt.jsx:16
__( "Growing your following is easy with your Professional plan, thanks to content sharing and scheduling, SEO tools, and built-in subscription options. You can monetize your site with a Simple Payments button and in-line ads, and monitor the success of your efforts by integrating with Google Analytics.", "jetpack" ), // _inc/client/components/welcome-new-plan/social-seo-ads-prompt.jsx:18
__( "VideoPress allows you to upload videos from your computer to be hosted on WordPress.com, rather than on your host’s servers. You can then insert these on your self-hosted Jetpack site. ", "jetpack" ), // _inc/client/components/welcome-new-plan/videopress-prompt.jsx:16
__( "Verifying...", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:69
__( "Site failed to verify: %(error)s", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:88
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:174
__( "Save", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:191
__( "Cancel", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:198
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:213
__( "Your site is verified with Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:217
__( "Edit", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:223
__( "Monitor your site's traffic and performance from the {{a}}Google Search Console{{/a}}.", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:232
__( "Google will email about certain events that occur with your site, including indications that your website has been {{a1}}hacked{{/a1}}, or problems {{a2}}crawling or indexing{{/a2}} your site.", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:245
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:281
__( "Verify with Google", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:288
__( "or", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:291
__( "Manually Verify ", "jetpack" ), // _inc/client/traffic/verification-services/google.jsx:297
);
/* THIS IS THE END OF THE GENERATED FILE */