summaryrefslogtreecommitdiff
blob: f4f10876c9155a74a59ee0bfe5c8d72e565a73df (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
<?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
__( "Disconnecting Jetpack", "jetpack" ), // _inc/client/state/connection/actions.js:81
__( "There was an error disconnecting Jetpack. Error: %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:98
__( "Unlinking from WordPress.com", "jetpack" ), // _inc/client/state/connection/actions.js:114
__( "Unlinked from WordPress.com.", "jetpack" ), // _inc/client/state/connection/actions.js:121
__( "Error unlinking from WordPress.com. %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:130
__( "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
__( "There are unsaved settings in this tab that will be lost if you leave it. Proceed?", "jetpack" ), // _inc/client/main.jsx:67
__( "There are unsaved settings in this tab that will be lost if you leave it. Proceed?", "jetpack" ), // _inc/client/main.jsx:82
__( "{{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:21
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:32
__( "For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:49
__( "For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:71
__( "Invalid key", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:89
__( "Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:94
_x( "Spam comments blocked.", "Example: \"412 Spam comments blocked\"", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:115
__( "Backups", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:30
__( "{{a}}View backup details{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:82
__( "To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:98
__( "To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:109
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:121
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:133
__( "Your site is being backed up in real-time.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:148
__( "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:60
__( "Manage security on WordPress.com", "jetpack" ), // _inc/client/at-a-glance/index.jsx:64
__( "Connections", "jetpack" ), // _inc/client/at-a-glance/index.jsx:74
__( "Performance", "jetpack" ), // _inc/client/at-a-glance/index.jsx:114
__( "Downtime Monitoring", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:20
__( "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:40
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:53
__( "{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:54
__( "Image Performance", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:19
__( "Jetpack is improving and optimizing your image speed.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:28
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:40
__( "{{a}}Activate{{/a}} to enhance the performance and speed of your images.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:41
__( "Plugin Updates", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:27
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:38
_n( "%(number)s plugin", "%(number)s plugins", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:52
_n( "Needs updating. ", "Need updating. ", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:62
__( "{{a}}Turn on plugin auto updates{{/a}}", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:72
__( "All plugins are up-to-date. Awesome work!", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:86
__( "Jetpack is actively blocking malicious login attempts. Data will display here soon!", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:36
__( "Total malicious attacks blocked on your site.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:48
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:60
__( "{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:61
__( "Security Scanning", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:34
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:85
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/at-a-glance/scan.jsx:96
__( "{{a}}View details at VaultPress.com{{/a}}", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:102
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:104
__( "No threats found, you're good to go!", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:114
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:123
__( "For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:136
__( "For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:141
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:153
__( "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:168
__( "Comments", "jetpack" ), // _inc/client/discussion/comments.jsx:59
__( "Comments headline", "jetpack" ), // _inc/client/discussion/comments.jsx:82
__( "A few catchy words to motivate your readers to comment.", "jetpack" ), // _inc/client/discussion/comments.jsx:89
__( "Color scheme", "jetpack" ), // _inc/client/discussion/comments.jsx:91
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:122
__( "Enable Markdown use for comments.", "jetpack" ), // _inc/client/discussion/comments.jsx:141
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:144
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:167
__( "View your Email Followers", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:59
__( "Connect your user account to WordPress.com to view your email followers", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:60
__( "Show a \"follow blog\" option in the comment form", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:89
__( "Show a \"follow comments\" option in the comment form", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:99
_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:98
__( "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:101
__( "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:104
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:113
__( "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:114
__( "View your security activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:116
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:124
__( " (powered by VaultPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:125
__( "View your security dashboard", "jetpack" ), // _inc/client/plans/plan-body.jsx:129
__( "Configure VaultPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:134
__( "Unlimited Premium Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:151
__( "Exclusive hand-crafted designs you will love with dedicated support directly from the theme authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:152
__( "Browse Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:157
__( "Spam Protection", "jetpack" ), // _inc/client/plans/plan-body.jsx:163
__( "State-of-the-art spam defense powered by Akismet.", "jetpack" ), // _inc/client/plans/plan-body.jsx:164
__( "View your spam stats", "jetpack" ), // _inc/client/plans/plan-body.jsx:168
__( "Configure Akismet", "jetpack" ), // _inc/client/plans/plan-body.jsx:173
__( "Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:194
__( "Earn income by allowing Jetpack to display high quality ads (powered by WordAds).", "jetpack" ), // _inc/client/plans/plan-body.jsx:195
__( "View your earnings", "jetpack" ), // _inc/client/plans/plan-body.jsx:199
__( "Activate Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:208
__( "Search", "jetpack" ), // _inc/client/plans/plan-body.jsx:219
__( "Replace the default WordPress search with better results that will help your users find what they are looking for.", "jetpack" ), // _inc/client/plans/plan-body.jsx:220
__( "Customize Search Widget", "jetpack" ), // _inc/client/plans/plan-body.jsx:224
__( "Activate Search", "jetpack" ), // _inc/client/plans/plan-body.jsx:233
__( "Social Media Scheduling", "jetpack" ), // _inc/client/plans/plan-body.jsx:244
__( "Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.", "jetpack" ), // _inc/client/plans/plan-body.jsx:245
__( "Schedule Posts", "jetpack" ), // _inc/client/plans/plan-body.jsx:250
__( "Activate Publicize", "jetpack" ), // _inc/client/plans/plan-body.jsx:259
__( "Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:270
__( "Fast, optimized, ad-free, and unlimited video hosting for your site.", "jetpack" ), // _inc/client/plans/plan-body.jsx:271
__( "Upload Videos Now", "jetpack" ), // _inc/client/plans/plan-body.jsx:275
__( "Activate Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:284
__( "SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:295
__( "Advanced SEO tools to help your site get found when people search for relevant content.", "jetpack" ), // _inc/client/plans/plan-body.jsx:296
__( "Configure Site SEO", "jetpack" ), // _inc/client/plans/plan-body.jsx:300
__( "Activate SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:309
__( "Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:320
__( "Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.", "jetpack" ), // _inc/client/plans/plan-body.jsx:321
__( "Configure Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:325
__( "Activate Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:334
__( "Three great reasons to go Pro", "jetpack" ), // _inc/client/plans/plan-body.jsx:345
__( "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:346
__( "Always-on security including real-time backups, malware scanning, and automatic threat resolution.", "jetpack" ), // _inc/client/plans/plan-body.jsx:347
__( "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:348
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:351
__( "Two great reasons to go Pro", "jetpack" ), // _inc/client/plans/plan-body.jsx:361
__( "Unlimited access to hundreds of premium WordPress themes with dedicated support directly from the theme authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:362
__( "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:363
__( "Explore Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-body.jsx:366
__( "Design the perfect website", "jetpack" ), // _inc/client/plans/plan-body.jsx:381
__( "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:382
__( "Increase traffic and revenue", "jetpack" ), // _inc/client/plans/plan-body.jsx:386
__( "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:387
__( "Always-on Security", "jetpack" ), // _inc/client/plans/plan-body.jsx:391
__( "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:392
__( "Enjoy priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:396
__( "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:397
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:404
__( "Jetpack Premium now includes our full security suite", "jetpack" ), // _inc/client/plans/plan-header.jsx:35
__( "Automated backups, one-click restores, spam filtering, and malware scanning.", "jetpack" ), // _inc/client/plans/plan-header.jsx:38
__( "How much is your website worth?", "jetpack" ), // _inc/client/plans/plan-header.jsx:42
__( "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:44
__( "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:46
__( "Learn more", "jetpack" ), // _inc/client/plans/plan-header.jsx:50
__( "Image of WordPress login screen protected by Jetpack", "jetpack" ), // _inc/client/plans/plan-header.jsx:55
__( "Powerful services for your site", "jetpack" ), // _inc/client/plans/plan-header.jsx:69
__( "Always-on security, a better search experience, unlimited CDN use, advanced marketing tools, and monetization services.", "jetpack" ), // _inc/client/plans/plan-header.jsx:70
__( "Welcome to Jetpack Personal", "jetpack" ), // _inc/client/plans/plan-header.jsx:83
__( "Daily backups, spam filtering, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:84
__( "Welcome to Jetpack Premium", "jetpack" ), // _inc/client/plans/plan-header.jsx:97
__( "Full security suite, marketing and revenue automation tools, unlimited video hosting, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:98
__( "Welcome to Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-header.jsx:111
__( "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:112
__( "Your site is on Development Mode", "jetpack" ), // _inc/client/plans/plan-header.jsx:125
__( "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:126
_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:70
_x( "Threats found!", "Short warning message about new threats found.", "jetpack" ), // _inc/client/pro-status/index.jsx:72
_x( "FIX", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:73
_x( "No scanning", "Short warning message about site having no security scan.", "jetpack" ), // _inc/client/pro-status/index.jsx:82
_x( "Upgrade", "Caption for a button to purchase a paid feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:84
_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:89
_x( "Invalid key", "Short warning message about an invalid key being used for Akismet.", "jetpack" ), // _inc/client/pro-status/index.jsx:93
__( "Connected", "jetpack" ), // _inc/client/pro-status/index.jsx:99
__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:103
_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:136
__( "Activate", "jetpack" ), // _inc/client/searchable-modules/index.jsx:72
__( "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
__( "Your API key", "jetpack" ), // _inc/client/security/antispam.jsx:143
__( "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:149
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:34
__( "Checking site status…", "jetpack" ), // _inc/client/security/backups-scan.jsx:43
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:54
__( "Connected", "jetpack" ), // _inc/client/security/backups-scan.jsx:58
__( "Your site is being backed up in real time and regularly scanned for security threats.", "jetpack" ), // _inc/client/security/backups-scan.jsx:61
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:72
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:98
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/security/backups-scan.jsx:108
__( "{{a}}View details{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:118
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:120
__( "Your site is backed up and threat-free.", "jetpack" ), // _inc/client/security/backups-scan.jsx:123
__( "Your site is backed up.", "jetpack" ), // _inc/client/security/backups-scan.jsx:129
__( "You have paid for backups but they're not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:135
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:136
__( "You have paid for backups and security scanning 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
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:166
__( "Configure your Security Scans", "jetpack" ), // _inc/client/security/backups-scan.jsx:179
_x( "Brute force attack protection", "Settings header", "jetpack" ), // _inc/client/security/protect.jsx:98
__( "Your current IP: %(ip)s", "jetpack" ), // _inc/client/security/protect.jsx:111
__( "Add to whitelist", "jetpack" ), // _inc/client/security/protect.jsx:125
__( "Whitelisted IP addresses", "jetpack" ), // _inc/client/security/protect.jsx:130
__( "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:146
_x( "WordPress.com log in", "Settings header", "jetpack" ), // _inc/client/security/sso.jsx:56
__( "Match accounts using email addresses", "jetpack" ), // _inc/client/security/sso.jsx:81
__( "Require accounts to use WordPress.com Two-Step Authentication", "jetpack" ), // _inc/client/security/sso.jsx:94
__( "No search results found for %(term)s", "jetpack" ), // _inc/client/settings/index.jsx:31
__( "Enter a search term to find settings or close search.", "jetpack" ), // _inc/client/settings/index.jsx:39
_x( "Like buttons", "Settings header", "jetpack" ), // _inc/client/sharing/likes.jsx:24
__( "Allow readers to show their appreciation of your posts by adding a like button to your content", "jetpack" ), // _inc/client/sharing/likes.jsx:34
__( "Connect your social media accounts", "jetpack" ), // _inc/client/sharing/publicize.jsx:46
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/sharing/publicize.jsx:54
_x( "Publicize connections", "Settings header", "jetpack" ), // _inc/client/sharing/publicize.jsx:66
__( "Automatically share your posts to social networks", "jetpack" ), // _inc/client/sharing/publicize.jsx:81
__( "Configure your sharing buttons", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:36
__( "Configure your sharing buttons", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:40
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:43
_x( "Sharing buttons", "Settings header", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:49
__( "Add sharing buttons to your posts", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:59
_x( "Ads", "Ads header", "jetpack" ), // _inc/client/traffic/ads.jsx:59
__( "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:68
__( "By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.", "jetpack" ), // _inc/client/traffic/ads.jsx:71
__( "Enable ads and display an ad below each post", "jetpack" ), // _inc/client/traffic/ads.jsx:86
__( "Display ads below posts on", "jetpack" ), // _inc/client/traffic/ads.jsx:90
__( "Front page", "jetpack" ), // _inc/client/traffic/ads.jsx:96
__( "Posts", "jetpack" ), // _inc/client/traffic/ads.jsx:104
__( "Pages", "jetpack" ), // _inc/client/traffic/ads.jsx:112
__( "Archives", "jetpack" ), // _inc/client/traffic/ads.jsx:120
__( "Additional ad placements", "jetpack" ), // _inc/client/traffic/ads.jsx:125
__( "Top of each page", "jetpack" ), // _inc/client/traffic/ads.jsx:131
__( "Second ad below post", "jetpack" ), // _inc/client/traffic/ads.jsx:139
__( "View your earnings", "jetpack" ), // _inc/client/traffic/ads.jsx:146
_x( "Google Analytics", "Settings header", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:27
__( "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:32
__( "Configure your Google Analytics settings", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:46
__( "Show related content after posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:65
__( "Show a \"Related\" header to more clearly separate the related section from posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:76
__( "Use a large and visually striking layout", "jetpack" ), // _inc/client/traffic/related-posts.jsx:86
__( "{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}", "jetpack" ), // _inc/client/traffic/related-posts.jsx:91
_x( "Preview", "A header for a preview area in the configuration screen.", "jetpack" ), // _inc/client/traffic/related-posts.jsx:101
__( "Related", "jetpack" ), // _inc/client/traffic/related-posts.jsx:106
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/traffic/related-posts.jsx:113
/* 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:114
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/traffic/related-posts.jsx:120
/* 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:121
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/traffic/related-posts.jsx:127
/* 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:128
__( "Replace WordPress built-in search with an improved search experience", "jetpack" ), // _inc/client/traffic/search.jsx:38
__( "Add the Jetpack search widget to your sidebar to configure advanced search filters.", "jetpack" ), // _inc/client/traffic/search.jsx:43
__( "Add Jetpack Search Widget", "jetpack" ), // _inc/client/traffic/search.jsx:50
_x( "Search engine optimization", "Settings header", "jetpack" ), // _inc/client/traffic/seo.jsx:26
__( "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:32
__( "Configure your SEO settings", "jetpack" ), // _inc/client/traffic/seo.jsx:44
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/traffic/site-stats.jsx:121
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/traffic/site-stats.jsx:126
__( "{{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:127
__( "Activate Site Stats", "jetpack" ), // _inc/client/traffic/site-stats.jsx:142
_x( "Site stats", "Settings header", "jetpack" ), // _inc/client/traffic/site-stats.jsx:155
__( "Collecting valuable traffic stats and insights", "jetpack" ), // _inc/client/traffic/site-stats.jsx:160
__( "Put a chart showing 48 hours of views in the admin bar", "jetpack" ), // _inc/client/traffic/site-stats.jsx:176
__( "Hide the stats smiley face image", "jetpack" ), // _inc/client/traffic/site-stats.jsx:189
__( "The image helps collect stats, but should work when hidden.", "jetpack" ), // _inc/client/traffic/site-stats.jsx:194
__( "Count logged in page views from", "jetpack" ), // _inc/client/traffic/site-stats.jsx:200
__( "Allow stats reports to be viewed by", "jetpack" ), // _inc/client/traffic/site-stats.jsx:216
__( "Generate XML sitemaps", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:50
__( "Your sitemap is automatically sent to all major search engines for indexing.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:56
__( "Your site is not currently accessible to search engines. You might have \"Search Engine Visibility\" disabled in your {{a}}Reading Settings{{/a}}.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:68
__( "Activate", "jetpack" ), // _inc/client/traffic/verification-services.jsx:33
__( "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:50
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services.jsx:93
__( "Bing", "jetpack" ), // _inc/client/traffic/verification-services.jsx:98
__( "Pinterest", "jetpack" ), // _inc/client/traffic/verification-services.jsx:103
__( "Yandex", "jetpack" ), // _inc/client/traffic/verification-services.jsx:108
__( "Proofreading", "jetpack" ), // _inc/client/writing/composing.jsx:102
__( "Automatically proofread content when: ", "jetpack" ), // _inc/client/writing/composing.jsx:104
__( "A post or page is first published", "jetpack" ), // _inc/client/writing/composing.jsx:106
__( "A post or page is updated", "jetpack" ), // _inc/client/writing/composing.jsx:107
__( "Automatic Language Detection", "jetpack" ), // _inc/client/writing/composing.jsx:110
__( "The proofreader supports English, French, German, Portuguese and Spanish.", "jetpack" ), // _inc/client/writing/composing.jsx:113
__( "Use automatically detected language to proofread posts and pages", "jetpack" ), // _inc/client/writing/composing.jsx:118
__( "English Options", "jetpack" ), // _inc/client/writing/composing.jsx:123
__( "Enable proofreading for the following grammar and style rules: ", "jetpack" ), // _inc/client/writing/composing.jsx:125
__( "Bias Language", "jetpack" ), // _inc/client/writing/composing.jsx:127
__( "Clichés", "jetpack" ), // _inc/client/writing/composing.jsx:128
__( "Complex Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:129
__( "Diacritical Marks", "jetpack" ), // _inc/client/writing/composing.jsx:130
__( "Double Negatives", "jetpack" ), // _inc/client/writing/composing.jsx:131
__( "Hidden Verbs", "jetpack" ), // _inc/client/writing/composing.jsx:132
__( "Jargon", "jetpack" ), // _inc/client/writing/composing.jsx:133
__( "Passive Voice", "jetpack" ), // _inc/client/writing/composing.jsx:134
__( "Phrases to Avoid", "jetpack" ), // _inc/client/writing/composing.jsx:135
__( "Redundant Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:136
__( "Ignored Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:140
__( "Add a phrase", "jetpack" ), // _inc/client/writing/composing.jsx:145
__( "Confirm each new phrase you add by pressing enter.", "jetpack" ), // _inc/client/writing/composing.jsx:153
_x( "Composing", "Settings header", "jetpack" ), // _inc/client/writing/composing.jsx:241
__( "Testimonials", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:61
__( "Add, organize, and display {{testimonialLink}}testimonials{{/testimonialLink}}. If your theme doesn’t support testimonials yet, you can display them using the shortcode	( [testimonials] ).", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:68
__( "Portfolios", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:84
__( "Add, organize, and display {{portfolioLink}}portfolios{{/portfolioLink}}. If your theme doesn’t support portfolios yet, you can display them using the shortcode ( [portfolio] ).", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:91
__( "Writing tools available to you will be shown here when an administrator enables them.", "jetpack" ), // _inc/client/writing/index.jsx:101
_x( "WordPress.com toolbar", "Settings header", "jetpack" ), // _inc/client/writing/masterbar.jsx:26
__( "Enable the WordPress.com toolbar", "jetpack" ), // _inc/client/writing/masterbar.jsx:36
__( "The WordPress.com toolbar replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications. Centralize your WordPress experience with a single global toolbar.", "jetpack" ), // _inc/client/writing/masterbar.jsx:39
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/masterbar.jsx:54
__( "Show photo metadata (Exif) in carousel, when available", "jetpack" ), // _inc/client/writing/media.jsx:89
__( "Color scheme", "jetpack" ), // _inc/client/writing/media.jsx:95
__( "Media", "jetpack" ), // _inc/client/writing/media.jsx:132
__( "Email Address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:84
_x( "Copy", "verb", "jetpack" ), // _inc/client/writing/post-by-email.jsx:88
__( "Copied!", "jetpack" ), // _inc/client/writing/post-by-email.jsx:89
__( "Highlight and copy the following text to your clipboard:", "jetpack" ), // _inc/client/writing/post-by-email.jsx:90
__( "Regenerate address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:98
__( "Create address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:99
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/post-by-email.jsx:112
__( "Speed up your site", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:49
__( "Theme enhancements", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:117
__( "Load more posts using the default theme behavior", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:127
__( "Load more posts in page with a button", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:131
__( "Load more posts as the reader scrolls down", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:135
__( "Theme support required.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:174
__( "Learn more about adding support for Infinite Scroll to your theme.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:176
__( "Learn more", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:178
__( "Use excerpts instead of full posts on front page and archive pages", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:196
__( "Show featured images", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:200
__( "Show an ad for the WordPress mobile apps in the footer of the mobile theme", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:204
/* 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:80
__( "Views: %(numberOfViews)s", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:96
__( "Click to view detailed stats.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:98
__( "Jetpack Stats People", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:143
__( "Hello there! Your stats have been activated.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:145
__( "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:147
__( "Okay, got it!", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:153
__( "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:169
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:195
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:199
__( "{{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:200
__( "Activate Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:215
__( "Days", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:247
__( "Weeks", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:252
__( "Months", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:257
__( "Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:280
__( "Get WordPress Apps for every device", "jetpack" ), // _inc/client/components/apps-card/index.jsx:63
__( "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:67
__( "Download the free apps", "jetpack" ), // _inc/client/components/apps-card/index.jsx:74
__( "I already use this app.", "jetpack" ), // _inc/client/components/apps-card/index.jsx:82
__( "Unlink me from WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:75
__( "Link to WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:92
__( "Manage site connection", "jetpack" ), // _inc/client/components/connect-button/index.jsx:112
__( "Set up Jetpack", "jetpack" ), // _inc/client/components/connect-button/index.jsx:127
__( "By connecting your site you agree to our fascinating {{tosLink}}Terms of Service{{/tosLink}} and to {{shareDetailsLink}}share details{{/shareDetailsLink}} with WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:141
_x( "Updates needed", "Short warning message", "jetpack" ), // _inc/client/components/dash-item/index.jsx:99
__( "Active", "jetpack" ), // _inc/client/components/dash-item/index.jsx:105
__( "Settings", "jetpack" ), // _inc/client/components/dash-item/index.jsx:116
_x( "Paid", "Short label appearing near a paid feature configuration block.", "jetpack" ), // _inc/client/components/dash-item/index.jsx:134
_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:32
_x( "Reset Options (dev only)", "Navigation item.", "jetpack" ), // _inc/client/components/footer/index.jsx:82
__( "Test your site’s compatibility with Jetpack.", "jetpack" ), // _inc/client/components/footer/index.jsx:97
_x( "Debug", "Navigation item. Noun. Links to a debugger tool for Jetpack.", "jetpack" ), // _inc/client/components/footer/index.jsx:99
_x( "Dev Tools", "Navigation item.", "jetpack" ), // _inc/client/components/footer/index.jsx:116
__( "An Automattic Airline", "jetpack" ), // _inc/client/components/footer/index.jsx:135
__( "Jetpack version", "jetpack" ), // _inc/client/components/footer/index.jsx:150
__( "Jetpack version %(version)s", "jetpack" ), // _inc/client/components/footer/index.jsx:154
__( "Jetpack", "jetpack" ), // _inc/client/components/footer/index.jsx:155
__( "WordPress.com Terms of Service", "jetpack" ), // _inc/client/components/footer/index.jsx:165
_x( "Terms", "Shorthand for Terms of Service.", "jetpack" ), // _inc/client/components/footer/index.jsx:167
__( "Automattic's Privacy Policy", "jetpack" ), // _inc/client/components/footer/index.jsx:176
_x( "Privacy", "Shorthand for Privacy Policy.", "jetpack" ), // _inc/client/components/footer/index.jsx:178
__( "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:25
__( "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:30
__( "No account? Create one for free.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:35
__( "WordPress themes and customization tools for designing your site.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:43
__( "Design the perfect website", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:44
__( "Bring your ideas to life with elegant and professional designs and code-free customization tools.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:47
__( "Jetpack's photon serves up lightning fast, optimized images", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:57
__( "Jetpack's WordPress themes", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:61
__( "Professional themes", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:62
__( "Find the perfect design for your site from hundreds of available themes.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:66
__( "Jetpack's customization tools", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:71
__( "Code-free customization", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:72
__( "Customize your site with endless widget options, image galleries, and embedded media.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:76
__( "Jetpack's performance features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:81
__( "Speed up your site", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:82
__( "Deliver blazing fast images and video and improve site load times.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:86
__( "Drive more traffic to your site with Jetpack", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:97
__( "Increase traffic and revenue", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:98
__( "Reach more people and earn money with automated marketing tools.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:101
_x( "Decoration: Jetpack clouds", "Image alternate text.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:107
_x( "Decoration: Jetpack bar graph", "Image alternate text.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:113
__( "Jetpack's site stats feature", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:122
__( "Track your growth", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:123
__( "Keep an eye on your success with simple, concise, and mobile-friendly stats.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:127
__( "Jetpack's publicize features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:132
__( "Automated marketing", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:133
__( "Schedule social media posts in advance, show related content, and give better search results.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:137
__( "Jetpack's ads and PayPal features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:142
__( "Generate revenue", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:143
__( "Monetize your site with high-quality ads and take PayPal payments.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:147
__( "Keep your site safe, 24/7", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:159
__( "Keep your site safe, 24/7", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:160
__( "Automatic defense against hacks, malware, spam, data loss, and downtime.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:163
__( "Jetpack's monitor feature", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:172
_x( "Monitor", "Header. Noun: Monitor is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:173
__( "Be alerted about any unexpected downtime the moment it happens.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:177
__( "Jetpack's Protect features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:184
_x( "Protect", "Header. Noun: Protect is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:185
__( "Guard your site against brute force login attacks, spam, and harmfulmalware injections.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:189
__( "Backup and restore", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:198
__( "Automatic, real-time backups mean your entire site is always ready to be restored.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:202
__( "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:215
__( "No account? Create one for free.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:223
__( "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 uptime 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:37
__( "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:40
__( "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:31
__( "Submit Beta feedback", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:36
__( "You are running Jetpack on a staging server.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:58
__( "More Info", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:68
__( "{{li}}The jetpack_development_mode filter is active{{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:92
__( "{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:101
__( "{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:110
__( "Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:119
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:134
__( "Connect your account to get the most out of Jetpack", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:167
__( "Connect to WordPress.com", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:168
__( "This site is not connected to WordPress.com. Please ask the site administrator to connect.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:210
__( "Cheatin' uh?", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:40
__( "{{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:43
__( "You need to stay logged in to your WordPress blog while you authorize Jetpack.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:54
__( "We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:57
__( "There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:60
__( "Your website needs to be publicly accessible to use Jetpack: %(error_key)s", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:64
__( "{{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:73
__( "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:86
__( "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:90
__( "{{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:129
__( "Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:170
__( "Your Jetpack is already connected.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:182
__( "You're fueled up and ready to go, Jetpack is now active.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:186
__( "You're fueled up and ready to go.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:190
__( "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:194
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:200
__( "Activating recommended features…", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:33
__( "Activate recommended features", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:33
__( "Stars", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:56
__( "Jupiter", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:57
__( "Person with laptop", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:67
__( "Your Jetpack site is ready to go!", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:70
__( "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:75
__( "Jetpack's recommended features include:", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:85
__( "Features can be activated or deactivated at any time.", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:95
__( "Dashboard", "jetpack" ), // _inc/client/components/masthead/index.jsx:80
__( "Settings", "jetpack" ), // _inc/client/components/masthead/index.jsx:88
__( "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 header 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
__( "Show a \"Related\" header to more clearly separate the related section from posts", "jetpack" ), // _inc/client/components/module-settings/index.jsx:116
__( "Use a large and visually striking layout", "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
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:37
_x( "Plans", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:43
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:53
__( "Search for a Jetpack feature.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:68
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:133
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:147
_x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:162
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:180
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:194
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:213
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:228
_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:82
__( "Host fast, high-quality, ad-free video.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:95
__( "Generate income with high-quality ads.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:114
__( "Real-time site backups and automatic threat resolution.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:131
__( "Protect against data loss, malware, and malicious attacks.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:144
__( "Integrate easily with Google Analytics.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:159
__( "Help your content get found and shared with SEO tools.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:174
__( "Faster, more relevant and more powerful sitewide search.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:190
__( "Protect your site from spam.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:207
_x( "Saving…", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:288
_x( "Save settings", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:289
__( "Learn more", "jetpack" ), // _inc/client/components/settings-group/index.jsx:71
__( "Learn more", "jetpack" ), // _inc/client/components/settings-group/index.jsx:78
__( "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
__( "Introducing Unlimited Themes", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:61
__( "{{subhead}}Only with Jetpack Professional{{/subhead}}{{p}}Protect your site and work with Jetpack Personal: daily automated backups, unlimited storage, and expert priority support. Security essentials for every WordPress site starting from $3.50.{{/p}}{{p}}Or go Pro with more than 200 Premium Themes, business class security, unlimited video hosting, monetization, marketing automation, and SEO tools.{{/p}}", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:62
__( "Explore Professional", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:79
__( "Compare All Plans", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:85
__( "This release of Jetpack brings major new features and big improvements to your WordPress site.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:32
__( "Speed up your site and its content", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:36
__( "Sites with large numbers of images can now activate the Lazy Loading Images feature, which significantly speeds up loading times for visitors. Instead of waiting for the entire page to load, Jetpack will instead show pages instantly, and only download additional images when they are about to come into view.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:40
__( "If this sounds like a great improvement (and it is) you can enable it now by clicking the toggle below.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:46
__( "We have also upgraded all our Premium plan customers to unlimited high-speed video storage (up from 13GB), and significantly reduced the CSS and JavaScript assets that Jetpack downloads when using features like infinite scroll and embedding rich content.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:71
__( "Faster, more relevant search results", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:77
__( "Elasticsearch", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:81
__( "Our faster site search is now available to all Professional plan customers. This replaces the default WordPress search with an Elasticsearch-powered infrastructure that returns faster, more relevant results to users.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:85
__( "Read the full announcement!", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:95
__( "Compare paid plans", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:99
__( "Jetpack Search", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:109
__( "Major new features from Jetpack", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:110
__( "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:28
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:32
__( "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:34
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:39
__( "Using Jetpack’s powerful Publicize feature and built-in sharing tools, you’ll find new ways to grow your following and increase traffic. Automatically share your newest posts on social media, or allow followers to subscribe via email for your latest content right in their inbox.", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:41
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:46
__( "Jetpack keeps you safe, too: you’re protected from spam in comments and contact forms, and our brute force login protection prevents hackers from accessing your data. And if something does go wrong, you can restore a backup of your site in a single click.", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:48
__( "Got it!", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:59
__( "Welcome personal", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:68
__( "Your Jetpack Personal plan is powering up!", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:69
__( "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:44
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:48
__( "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:50
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:55
__( "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:57
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:62
__( "Keeping your hard work safe is important, too. Jetpack Premium gives you brute force login protection, automated spam filtering, and malware scanning. You also get daily backups  with hassle-free restores, just in case you need them.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:64
__( "Start exploring Jetpack Premium now to see all the benefits of your new plan.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:70
__( "Enable premium video player", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:85
__( "Monetize your site with ads", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:93
__( "Welcome Premium", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:102
__( "Your Jetpack Premium plan is powering up!", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:103
__( "Thanks for choosing Jetpack Professional. Jetpack is now backing up your content in real-time, scanning for security threats, and granting access to premium themes.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:46
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:50
__( "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:52
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:57
__( "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 payment 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:59
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:64
__( "Jetpack Professional 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/professional.jsx:66
__( "Start exploring Jetpack Professional now to see all the benefits of your new plan.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:72
__( "Install premium themes", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:87
__( "Monetize your site with ads", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:95
__( "Review SEO features", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:103
__( "Welcome Professional", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:112
__( "Your Jetpack Professional plan is taking care of business!", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:113
);
/* THIS IS THE END OF THE GENERATED FILE */