summaryrefslogtreecommitdiff
blob: 0ed2a1f5325ea705f8269f1e5f772d93aef133c7 (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
<?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
__( "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
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:52
__( "For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:71
__( "For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:93
__( "Invalid key", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:111
__( "Whoops! Your Akismet key is missing or invalid. {{akismetSettings}}Go to Akismet settings to fix{{/akismetSettings}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:116
_x( "Spam comments blocked.", "Example: \"412 Spam comments blocked\"", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:138
__( "Moderate comments", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:151
__( "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:61
__( "Manage security on WordPress.com", "jetpack" ), // _inc/client/at-a-glance/index.jsx:65
__( "Connections", "jetpack" ), // _inc/client/at-a-glance/index.jsx:75
__( "Performance", "jetpack" ), // _inc/client/at-a-glance/index.jsx:115
__( "Downtime Monitoring", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:24
__( "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:44
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:57
__( "{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:58
__( "Image Performance", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:23
__( "Jetpack is improving and optimizing your image speed.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:32
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:44
__( "{{a}}Activate{{/a}} to enhance the performance and speed of your images.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:45
__( "Plugin Updates", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:35
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:45
_n( "%(number)s plugin", "%(number)s plugins", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:65
_n( "Needs updating.", "Need updating.", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:77
__( "{{a}}Turn on plugin autoupdates{{/a}}", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:78
__( "All plugins are up-to-date. Awesome work!", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:82
__( "Manage your plugins", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:93
__( "Jetpack is actively blocking malicious login attempts. Data will display here soon!", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:41
__( "Total malicious attacks blocked on your site.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:53
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:65
__( "{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:66
__( "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
__( "Search", "jetpack" ), // _inc/client/at-a-glance/search.jsx:28
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/search.jsx:63
__( "Give your visitors {{a}}a great search experience{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:72
__( "Search", "jetpack" ), // _inc/client/at-a-glance/search.jsx:87
__( "Jetpack Search is powering search on your site.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:94
__( "Add Search (Jetpack) Widget", "jetpack" ), // _inc/client/at-a-glance/search.jsx:97
__( "{{a}}Activate{{/a}} to replace the WordPress built-in search with an improved search experience.", "jetpack" ), // _inc/client/at-a-glance/search.jsx:104
__( "Comments", "jetpack" ), // _inc/client/discussion/comments.jsx:59
__( "Replaces the standard WordPress comment form with a new comment system that includes social media login options.", "jetpack" ), // _inc/client/discussion/comments.jsx:70
__( "Comments headline", "jetpack" ), // _inc/client/discussion/comments.jsx:91
__( "A few catchy words to motivate your readers to comment.", "jetpack" ), // _inc/client/discussion/comments.jsx:98
__( "Color scheme", "jetpack" ), // _inc/client/discussion/comments.jsx:100
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:131
__( "Enable Markdown use for comments.", "jetpack" ), // _inc/client/discussion/comments.jsx:150
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:153
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:176
__( "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:102
__( "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:105
__( "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:108
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:117
__( "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:118
__( "View your security activity", "jetpack" ), // _inc/client/plans/plan-body.jsx:120
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:128
__( " (powered by VaultPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:129
__( "View your security dashboard", "jetpack" ), // _inc/client/plans/plan-body.jsx:133
__( "Configure VaultPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:138
__( "Unlimited Premium Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:155
__( "Exclusive hand-crafted designs you will love with dedicated support directly from the theme authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:156
__( "Browse Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:161
__( "Spam Protection", "jetpack" ), // _inc/client/plans/plan-body.jsx:167
__( "State-of-the-art spam defense powered by Akismet.", "jetpack" ), // _inc/client/plans/plan-body.jsx:168
__( "View your spam stats", "jetpack" ), // _inc/client/plans/plan-body.jsx:172
__( "Configure Akismet", "jetpack" ), // _inc/client/plans/plan-body.jsx:177
__( "Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:198
__( "Earn income by allowing Jetpack to display high quality ads (powered by WordAds).", "jetpack" ), // _inc/client/plans/plan-body.jsx:199
__( "View your earnings", "jetpack" ), // _inc/client/plans/plan-body.jsx:203
__( "Activate Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:212
__( "Search", "jetpack" ), // _inc/client/plans/plan-body.jsx:223
__( "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:224
__( "Customize Search Widget", "jetpack" ), // _inc/client/plans/plan-body.jsx:228
__( "Activate Search", "jetpack" ), // _inc/client/plans/plan-body.jsx:237
__( "Social Media Scheduling", "jetpack" ), // _inc/client/plans/plan-body.jsx:248
__( "Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.", "jetpack" ), // _inc/client/plans/plan-body.jsx:249
__( "Schedule Posts", "jetpack" ), // _inc/client/plans/plan-body.jsx:254
__( "Activate Publicize", "jetpack" ), // _inc/client/plans/plan-body.jsx:263
__( "Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:274
__( "Fast, optimized, ad-free, and unlimited video hosting for your site.", "jetpack" ), // _inc/client/plans/plan-body.jsx:275
__( "Upload Videos Now", "jetpack" ), // _inc/client/plans/plan-body.jsx:279
__( "Activate Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:288
__( "SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:299
__( "Advanced SEO tools to help your site get found when people search for relevant content.", "jetpack" ), // _inc/client/plans/plan-body.jsx:300
__( "Configure Site SEO", "jetpack" ), // _inc/client/plans/plan-body.jsx:304
__( "Activate SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:313
__( "Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:324
__( "Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.", "jetpack" ), // _inc/client/plans/plan-body.jsx:325
__( "Configure Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:329
__( "Activate Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:338
__( "Three great reasons to go Pro", "jetpack" ), // _inc/client/plans/plan-body.jsx:349
__( "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:350
__( "Always-on security including real-time backups, malware scanning, and automatic threat resolution.", "jetpack" ), // _inc/client/plans/plan-body.jsx:351
__( "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:352
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:355
__( "Two great reasons to go Pro", "jetpack" ), // _inc/client/plans/plan-body.jsx:365
__( "Unlimited access to hundreds of premium WordPress themes with dedicated support directly from the theme authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:366
__( "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:367
__( "Explore Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-body.jsx:370
__( "Design the perfect website", "jetpack" ), // _inc/client/plans/plan-body.jsx:385
__( "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:386
__( "Increase traffic and revenue", "jetpack" ), // _inc/client/plans/plan-body.jsx:390
__( "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:391
__( "Always-on Security", "jetpack" ), // _inc/client/plans/plan-body.jsx:395
__( "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:396
__( "Enjoy priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:400
__( "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:401
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:408
__( "You’re currently on Jetpack %(plan)s.", "jetpack" ), // _inc/client/plans/plan-grid.jsx:62
__( "Your Plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:70
__( "Manage your plan", "jetpack" ), // _inc/client/plans/plan-grid.jsx:73
__( "View all Jetpack plans", "jetpack" ), // _inc/client/plans/plan-grid.jsx:76
__( "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( "privacy", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:56
_x( "tracks", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:57
_x( "data", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:58
_x( "gdpr", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:59
_x( "tos", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:60
_x( "terms of service", "Search term.", "jetpack" ), // _inc/client/privacy/index.jsx:61
_x( "Privacy Settings", "Settings header", "jetpack" ), // _inc/client/privacy/index.jsx:95
__( "We are committed to your privacy and security. ", "jetpack" ), // _inc/client/privacy/index.jsx:101
__( "Read about how Jetpack uses your data in {{pp}}Automattic Privacy Policy{{/pp}} and {{js}}What Data Does Jetpack Sync{{/js}}?", "jetpack" ), // _inc/client/privacy/index.jsx:104
__( "Send information to help us improve our products.", "jetpack" ), // _inc/client/privacy/index.jsx:129
_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:76
__( "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:34
__( "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:42
__( "Checking site status…", "jetpack" ), // _inc/client/security/backups-scan.jsx:47
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:58
__( "Connected", "jetpack" ), // _inc/client/security/backups-scan.jsx:62
__( "Your site is being backed up in real time and regularly scanned for security threats.", "jetpack" ), // _inc/client/security/backups-scan.jsx:65
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:76
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:102
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/security/backups-scan.jsx:112
__( "{{a}}View details{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:122
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:124
__( "Your site is backed up and threat-free.", "jetpack" ), // _inc/client/security/backups-scan.jsx:127
__( "Your site is backed up.", "jetpack" ), // _inc/client/security/backups-scan.jsx:133
__( "You have paid for backups but they're not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:139
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:140
__( "You have paid for backups and security scanning but they’re not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:144
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:145
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:170
__( "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:177
__( "Configure your Security Scans", "jetpack" ), // _inc/client/security/backups-scan.jsx:187
_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
__( "Match accounts using email addresses", "jetpack" ), // _inc/client/security/sso.jsx:97
__( "Require accounts to use WordPress.com Two-Step Authentication", "jetpack" ), // _inc/client/security/sso.jsx:110
__( "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: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
__( "Allows you to automatically share your newest content on social media sites, including Facebook and Twitter.", "jetpack" ), // _inc/client/sharing/publicize.jsx:75
__( "Automatically share your posts to social networks", "jetpack" ), // _inc/client/sharing/publicize.jsx:86
__( "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
__( "Adds sharing buttons to your content so that visitors can share it on social media sites.", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:56
__( "Add sharing buttons to your posts", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:65
_x( "Ads", "Ads header", "jetpack" ), // _inc/client/traffic/ads.jsx:50
__( "Displays high-quality ads on your site that allow you to earn income.", "jetpack" ), // _inc/client/traffic/ads.jsx:58
__( "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:62
__( "By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.", "jetpack" ), // _inc/client/traffic/ads.jsx:65
__( "Enable ads and display an ad below each post", "jetpack" ), // _inc/client/traffic/ads.jsx:80
__( "Display ads below posts on", "jetpack" ), // _inc/client/traffic/ads.jsx:84
__( "Front page", "jetpack" ), // _inc/client/traffic/ads.jsx:90
__( "Posts", "jetpack" ), // _inc/client/traffic/ads.jsx:98
__( "Pages", "jetpack" ), // _inc/client/traffic/ads.jsx:106
__( "Archives", "jetpack" ), // _inc/client/traffic/ads.jsx:114
__( "Additional ad placements", "jetpack" ), // _inc/client/traffic/ads.jsx:119
__( "Top of each page", "jetpack" ), // _inc/client/traffic/ads.jsx:125
__( "Second ad below post", "jetpack" ), // _inc/client/traffic/ads.jsx:133
__( "View your earnings", "jetpack" ), // _inc/client/traffic/ads.jsx:140
_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
__( "Automatically displays similar content at the end of each post.", "jetpack" ), // _inc/client/traffic/related-posts.jsx:68
__( "Show related content after posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:81
__( "Show a \"Related\" header to more clearly separate the related section from posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:92
__( "Use a large and visually striking layout", "jetpack" ), // _inc/client/traffic/related-posts.jsx:102
__( "{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}", "jetpack" ), // _inc/client/traffic/related-posts.jsx:107
_x( "Preview", "A header for a preview area in the configuration screen.", "jetpack" ), // _inc/client/traffic/related-posts.jsx:117
__( "Related", "jetpack" ), // _inc/client/traffic/related-posts.jsx:122
__( "Big iPhone/iPad Update Now Available", "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
__( "The WordPress for Android App Gets a Big Facelift", "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 \"Mobile\"", "jetpack" ), // _inc/client/traffic/related-posts.jsx:137
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/traffic/related-posts.jsx:143
/* 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:144
__( "Replaces the default WordPress search with a faster, filterable search experience.", "jetpack" ), // _inc/client/traffic/search.jsx:35
__( "Replace WordPress built-in search with an improved search experience", "jetpack" ), // _inc/client/traffic/search.jsx:44
__( "Add the Jetpack search widget to your sidebar to configure advanced search filters.", "jetpack" ), // _inc/client/traffic/search.jsx:49
__( "Add Jetpack Search Widget", "jetpack" ), // _inc/client/traffic/search.jsx:56
_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:129
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/traffic/site-stats.jsx:134
__( "{{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:135
__( "Activate Site Stats", "jetpack" ), // _inc/client/traffic/site-stats.jsx:150
_x( "Site stats", "Settings header", "jetpack" ), // _inc/client/traffic/site-stats.jsx:163
__( "Collecting valuable traffic stats and insights", "jetpack" ), // _inc/client/traffic/site-stats.jsx:168
__( "Displays information on your site activity, including visitors and popular posts or pages.", "jetpack" ), // _inc/client/traffic/site-stats.jsx:176
__( "Put a chart showing 48 hours of views in the admin bar", "jetpack" ), // _inc/client/traffic/site-stats.jsx:191
__( "Hide the stats smiley face image", "jetpack" ), // _inc/client/traffic/site-stats.jsx:204
__( "The image helps collect stats, but should work when hidden.", "jetpack" ), // _inc/client/traffic/site-stats.jsx:209
__( "Count logged in page views from", "jetpack" ), // _inc/client/traffic/site-stats.jsx:215
__( "Allow stats reports to be viewed by", "jetpack" ), // _inc/client/traffic/site-stats.jsx:231
__( "Automatically generates the files required for search engines to index your site.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:47
__( "Generate XML sitemaps", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:57
__( "Your sitemap is automatically sent to all major search engines for indexing.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:63
__( "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:75
__( "Activate", "jetpack" ), // _inc/client/traffic/verification-services.jsx:33
__( "Provides the necessary hidden tags needed to verify your WordPress site with various services.", "jetpack" ), // _inc/client/traffic/verification-services.jsx:51
__( "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:56
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services.jsx:99
__( "Bing", "jetpack" ), // _inc/client/traffic/verification-services.jsx:104
__( "Pinterest", "jetpack" ), // _inc/client/traffic/verification-services.jsx:109
__( "Yandex", "jetpack" ), // _inc/client/traffic/verification-services.jsx:114
__( "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
__( "Adds the Testimonial custom post type, allowing you to collect, organize, and display testimonials on your site.", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:66
__( "Testimonials", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:77
__( "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:84
__( "Adds the Portfolio custom post type, allowing you to manage and showcase projects on your site.", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:99
__( "Portfolios", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:109
__( "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:116
__( "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
__( "Adds a toolbar with links to all your sites, notifications, your WordPress.com profile, and the Reader.", "jetpack" ), // _inc/client/writing/masterbar.jsx:33
__( "Enable the WordPress.com toolbar", "jetpack" ), // _inc/client/writing/masterbar.jsx:44
__( "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:47
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/masterbar.jsx:62
__( "Replaces the standard WordPress galleries with a full-screen photo browsing experience, including comments and EXIF metadata.", "jetpack" ), // _inc/client/writing/media.jsx:77
__( "Show photo metadata (Exif) in carousel, when available", "jetpack" ), // _inc/client/writing/media.jsx:101
__( "Color scheme", "jetpack" ), // _inc/client/writing/media.jsx:107
__( "Hosts your video files on the global WordPress.com servers.", "jetpack" ), // _inc/client/writing/media.jsx:126
__( "Media", "jetpack" ), // _inc/client/writing/media.jsx:149
__( "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
__( "Speed up your site", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:49
__( "Hosts your image files on the global WordPress.com servers.", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:58
__( "Delays the loading of images until they are visible in the visitor's browser.", "jetpack" ), // _inc/client/writing/speed-up-site.jsx:86
__( "Theme enhancements", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:129
__( "Loads the next posts automatically when the reader approaches the bottom of the page.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:139
__( "Load more posts using the default theme behavior", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:149
__( "Load more posts in page with a button", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:153
__( "Load more posts as the reader scrolls down", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:157
__( "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:178
__( "Learn more", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:180
__( "Enables a lightweight, mobile-friendly theme that will be displayed to visitors on mobile devices.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:195
__( "Use excerpts instead of full posts on front page and archive pages", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:213
__( "Show featured images", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:217
__( "Show an ad for the WordPress mobile apps in the footer of the mobile theme", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:221
/* 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:88
__( "Views: %(numberOfViews)s", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:104
__( "Click to view detailed stats.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:106
__( "Jetpack Stats People", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:151
__( "Hello there! Your stats have been activated.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:153
__( "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:155
__( "Okay, got it!", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:161
__( "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:176
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:202
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:206
__( "{{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:207
__( "Activate Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:222
__( "Days", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:260
__( "Weeks", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:265
__( "Months", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:270
__( "Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:287
__( "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: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 fascinating {{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: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: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
__( "Jetpack", "jetpack" ), // _inc/client/components/footer/index.jsx:163
__( "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:23
__( "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:28
__( "WordPress themes and customization tools for designing your site.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:35
__( "Design the perfect website", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:36
__( "Bring your ideas to life with elegant and professional designs and code-free customization tools.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:39
__( "Jetpack's photon serves up lightning fast, optimized images", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:49
__( "Jetpack's WordPress themes", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:53
__( "Professional themes", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:54
__( "Find the perfect design for your site from hundreds of available themes.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:58
__( "Jetpack's customization tools", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:63
__( "Code-free customization", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:64
__( "Customize your site with endless widget options, image galleries, and embedded media.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:68
__( "Jetpack's performance features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:73
__( "Speed up your site", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:74
__( "Deliver blazing fast images and video and improve site load times.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:78
__( "Drive more traffic to your site with Jetpack", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:89
__( "Increase traffic and revenue", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:90
__( "Reach more people and earn money with automated marketing tools.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:93
_x( "Decoration: Jetpack clouds", "Image alternate text.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:99
_x( "Decoration: Jetpack bar graph", "Image alternate text.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:105
__( "Jetpack's site stats feature", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:114
__( "Track your growth", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:115
__( "Keep an eye on your success with simple, concise, and mobile-friendly stats.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:119
__( "Jetpack's publicize features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:124
__( "Automated marketing", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:125
__( "Schedule social media posts in advance, show related content, and give better search results.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:129
__( "Jetpack's ads and PayPal features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:134
__( "Generate revenue", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:135
__( "Monetize your site with high-quality ads and take PayPal payments.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:139
__( "Keep your site safe, 24/7", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:151
__( "Keep your site safe, 24/7", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:152
__( "Automatic defense against hacks, malware, spam, data loss, and downtime.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:155
__( "Jetpack's monitor feature", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:164
_x( "Monitor", "Header. Noun: Monitor is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:165
__( "Be alerted about any unexpected downtime the moment it happens.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:169
__( "Jetpack's Protect features", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:176
_x( "Protect", "Header. Noun: Protect is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:177
__( "Guard your site against brute force login attacks, spam, and harmfulmalware injections.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:181
__( "Backup and restore", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:190
__( "Automatic, real-time backups mean your entire site is always ready to be restored.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:194
__( "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:207
__( "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: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: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: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: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: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:68
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:137
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:151
_x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:166
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:184
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:198
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:217
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:232
_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:86
__( "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:118
__( "Real-time site backups and automatic threat resolution.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:135
__( "Protect against data loss, malware, and malicious attacks.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:148
__( "Integrate easily with Google Analytics.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:163
__( "Help your content get found and shared with SEO tools.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:178
__( "Faster, more relevant and more powerful sitewide search.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:194
__( "Protect your site from spam.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:211
_x( "Saving…", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:292
_x( "Save settings", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:293
__( "Learn more", "jetpack" ), // _inc/client/components/settings-group/index.jsx:70
__( "Learn more", "jetpack" ), // _inc/client/components/settings-group/index.jsx:79
__( "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
__( "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 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: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 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/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
);
/* THIS IS THE END OF THE GENERATED FILE */