summaryrefslogtreecommitdiff
blob: ac96878b0c7b161d1e5676b890756cf9922af822 (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
<?php
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
$jetpack_strings = array(
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/admin.js:82
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/admin.js:81
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/admin.js:80
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/admin.js:79
_x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/admin.js:78
_x( "Settings", "Navigation item.", "jetpack" ), // _inc/client/admin.js:77
_x( "Plans", "Navigation item.", "jetpack" ), // _inc/client/admin.js:76
__( "At A Glance", "jetpack" ), // _inc/client/admin.js:75
_x( "At A Glance", "Navigation item.", "jetpack" ), // _inc/client/admin.js:73
__( "Options failed to reset.", "jetpack" ), // _inc/client/state/dev-version/actions.js:40
__( "Options reset.", "jetpack" ), // _inc/client/state/dev-version/actions.js:33
__( "Resetting Jetpack options…", "jetpack" ), // _inc/client/state/dev-version/actions.js:27
__( "Error unlinking from WordPress.com. %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:130
__( "Unlinked from WordPress.com.", "jetpack" ), // _inc/client/state/connection/actions.js:121
__( "Unlinking from WordPress.com", "jetpack" ), // _inc/client/state/connection/actions.js:114
__( "There was an error disconnecting Jetpack. Error: %(error)s", "jetpack" ), // _inc/client/state/connection/actions.js:98
__( "Disconnecting Jetpack", "jetpack" ), // _inc/client/state/connection/actions.js:81
__( "Recommended features failed to activate. %(error)s", "jetpack" ), // _inc/client/state/jumpstart/actions.js:49
__( "Recommended features active.", "jetpack" ), // _inc/client/state/jumpstart/actions.js:38
__( "Activating recommended features…", "jetpack" ), // _inc/client/state/jumpstart/actions.js:30
__( "Updated settings. Refreshing page…", "jetpack" ), // _inc/client/state/settings/actions.js:115
__( "Error regenerating Post by Email address. %(error)s", "jetpack" ), // _inc/client/state/settings/actions.js:99
__( "Regenerated Post by Email address.", "jetpack" ), // _inc/client/state/settings/actions.js:98
__( "Updating Post by Email address…", "jetpack" ), // _inc/client/state/settings/actions.js:97
__( "Error updating settings. (%(error)s)", "jetpack" ), // _inc/client/state/settings/actions.js:90
__( "Updated settings.", "jetpack" ), // _inc/client/state/settings/actions.js:89
__( "Updating settings…", "jetpack" ), // _inc/client/state/settings/actions.js:88
__( "Error regenerating %(slug)s address. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:299
__( "Regenerated %(slug)s address .", "jetpack" ), // _inc/client/state/modules/actions.js:281
__( "Updating %(slug)s address…", "jetpack" ), // _inc/client/state/modules/actions.js:261
__( "Error updating %(slug)s settings. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:234
__( "Updated %(slug)s settings.", "jetpack" ), // _inc/client/state/modules/actions.js:216
__( "Updating %(slug)s settings…", "jetpack" ), // _inc/client/state/modules/actions.js:198
__( "%(slug)s failed to deactivate. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:174
__( "%(slug)s has been deactivated.", "jetpack" ), // _inc/client/state/modules/actions.js:154
__( "Deactivating %(slug)s…", "jetpack" ), // _inc/client/state/modules/actions.js:138
__( "%(slug)s failed to activate. %(error)s", "jetpack" ), // _inc/client/state/modules/actions.js:117
__( "%(slug)s has been activated.", "jetpack" ), // _inc/client/state/modules/actions.js:97
__( "Activating %(slug)s…", "jetpack" ), // _inc/client/state/modules/actions.js:81
__( "There are unsaved settings in this tab that will be lost if you leave it. Proceed?", "jetpack" ), // _inc/client/main.jsx:80
__( "There are unsaved settings in this tab that will be lost if you leave it. Proceed?", "jetpack" ), // _inc/client/main.jsx:65
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/activity.jsx:71
__( "Activity", "jetpack" ), // _inc/client/at-a-glance/activity.jsx:61
__( "{{a}}View your site's activity{{/a}} in a single feed.", "jetpack" ), // _inc/client/at-a-glance/activity.jsx:52
_x( "Spam comments blocked.", "Example: \"412 Spam comments blocked\"", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:115
__( "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
__( "Invalid key", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:89
__( "For state-of-the-art spam defense, please {{a}}activate Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:71
__( "For state-of-the-art spam defense, please {{a}}install Akismet{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:49
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:32
__( "Spam Protection", "jetpack" ), // _inc/client/at-a-glance/akismet.jsx:21
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:89
__( "To automatically back up your entire site, please {{a}}upgrade your account{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:72
__( "To automatically back up your entire site, please {{a}}install and activate{{/a}} VaultPress.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:63
__( "{{a}}View backup details{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:49
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:31
__( "Backups", "jetpack" ), // _inc/client/at-a-glance/backups.jsx:21
_x( "Account connection", "Dashboard widget header", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:185
_x( "Site connection", "Dashboard widget header", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:175
__( "Link your account to WordPress.com to get the most out of Jetpack.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:152
/* translators: %(username) is the WordPress user login name. */
__( "Connected as {{span}}%(username)s{{/span}}", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:125
__( "The site is in Development Mode, so you can not connect to WordPress.com.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:111
__( "You are the Jetpack owner.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:72
__( "Your site is connected to WordPress.com.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:68
__( "Your site is in Development Mode, so it can not be connected to WordPress.com.", "jetpack" ), // _inc/client/at-a-glance/connections.jsx:52
__( "Performance", "jetpack" ), // _inc/client/at-a-glance/index.jsx:111
__( "Connections", "jetpack" ), // _inc/client/at-a-glance/index.jsx:76
__( "Manage security on WordPress.com", "jetpack" ), // _inc/client/at-a-glance/index.jsx:66
__( "Security", "jetpack" ), // _inc/client/at-a-glance/index.jsx:61
__( "{{a}}Activate Monitor{{/a}} to receive notifications if your site goes down.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:54
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:53
__( "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
__( "Downtime Monitoring", "jetpack" ), // _inc/client/at-a-glance/monitor.jsx:20
__( "{{a}}Activate{{/a}} to enhance the performance and speed of your images.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:41
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:40
__( "Jetpack is improving and optimizing your image speed.", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:28
__( "Image Performance", "jetpack" ), // _inc/client/at-a-glance/photon.jsx:19
__( "All plugins are up-to-date. Awesome work!", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:86
__( "{{a}}Turn on plugin auto updates{{/a}}", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:72
_n( "Needs updating. ", "Need updating. ", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:62
_n( "%(number)s plugin", "%(number)s plugins", 1, "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:52
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:38
__( "Plugin Updates", "jetpack" ), // _inc/client/at-a-glance/plugins.jsx:27
__( "{{a}}Activate Protect{{/a}} to keep your site protected from malicious sign in attempts.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:61
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:60
__( "Total malicious attacks blocked on your site.", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:48
__( "Jetpack is actively blocking malicious login attempts. Data will display here soon!", "jetpack" ), // _inc/client/at-a-glance/protect.jsx:36
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:128
__( "For automated, comprehensive scanning of security threats, please {{a}}upgrade your account{{/a}}.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:111
__( "For automated, comprehensive scanning of security threats, please {{a}}install and activate{{/a}} VaultPress.", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:102
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:97
__( "No threats found, you're good to go!", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:87
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:72
__( "{{a}}View details at VaultPress.com{{/a}}", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:70
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/at-a-glance/scan.jsx:60
__( "Loading…", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:44
__( "Security Scanning", "jetpack" ), // _inc/client/at-a-glance/scan.jsx:27
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:169
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:146
__( "Enable Markdown use for comments.", "jetpack" ), // _inc/client/discussion/comments.jsx:143
__( "Learn more", "jetpack" ), // _inc/client/discussion/comments.jsx:124
__( "Color scheme", "jetpack" ), // _inc/client/discussion/comments.jsx:93
__( "A few catchy words to motivate your readers to comment.", "jetpack" ), // _inc/client/discussion/comments.jsx:91
__( "Comments headline", "jetpack" ), // _inc/client/discussion/comments.jsx:84
__( "Comments", "jetpack" ), // _inc/client/discussion/comments.jsx:61
__( "Show a \"follow comments\" option in the comment form", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:103
__( "Show a \"follow blog\" option in the comment form", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:93
__( "Connect your user account to WordPress.com to view your email followers", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:64
__( "View your Email Followers", "jetpack" ), // _inc/client/discussion/subscriptions.jsx:63
__( "Compare Plans", "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:393
__( "Enjoy priority support", "jetpack" ), // _inc/client/plans/plan-body.jsx:392
__( "The Jetpack Premium plan now offers you the ability to generate income from your site by showing high-quality paid ads to your visitors. Professional plan customers also benefit from SEO tools to help optimize search engine traffic.", "jetpack" ), // _inc/client/plans/plan-body.jsx:388
__( "Premium traffic and monetization tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:387
__( "Bulletproof spam filtering protects your brand, your readers, and improves SEO. Malware scanning helps maintain peace of mind and keeps your backend safe from intruders.", "jetpack" ), // _inc/client/plans/plan-body.jsx:384
__( "Real-time backup with unlimited space, one-click restores, bulletproof spam monitoring, malware defense, and brute-force login protection - all in one place and optimized for WordPress.", "jetpack" ), // _inc/client/plans/plan-body.jsx:383
__( "Maximum grade security", "jetpack" ), // _inc/client/plans/plan-body.jsx:382
__( "Explore Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-body.jsx:367
__( "Google Analytics integration", "jetpack" ), // _inc/client/plans/plan-body.jsx:364
__( "Unlimited ad-free video hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:363
__( "SEO and social media previewing tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:362
__( "Business class security: real-time backups and threat resolution", "jetpack" ), // _inc/client/plans/plan-body.jsx:361
__( "Over 200 Premium themes to explore", "jetpack" ), // _inc/client/plans/plan-body.jsx:360
__( "Jetpack Professional is the tool used by WordPress professionals. On top of the services you already enjoy, you also benefit from:", "jetpack" ), // _inc/client/plans/plan-body.jsx:359
__( "Explore Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-body.jsx:358
__( "Compare Plans", "jetpack" ), // _inc/client/plans/plan-body.jsx:348
__( "Google Analytics integration", "jetpack" ), // _inc/client/plans/plan-body.jsx:345
__( "Income generation from a WordPress ad program", "jetpack" ), // _inc/client/plans/plan-body.jsx:344
__( "SEO and social media previewing tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:343
__( "Unlimited and ad-free video hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:342
__( "Social media automation and scheduling", "jetpack" ), // _inc/client/plans/plan-body.jsx:341
__( "Business class security: malware scanning, real-time backups, and threat resolution", "jetpack" ), // _inc/client/plans/plan-body.jsx:340
__( "Over 200 Premium themes to explore", "jetpack" ), // _inc/client/plans/plan-body.jsx:339
__( "Learn about Jetpack services used by WordPress professionals. On top of the security essentials you currently enjoy, Jetpack offers you:", "jetpack" ), // _inc/client/plans/plan-body.jsx:338
__( "Explore Premium and Professional Options", "jetpack" ), // _inc/client/plans/plan-body.jsx:337
__( "Activate Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:326
__( "Configure Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:317
__( "Track website statistics with Google Analytics for a deeper understanding of your website visitors and customers.", "jetpack" ), // _inc/client/plans/plan-body.jsx:313
__( "Google Analytics", "jetpack" ), // _inc/client/plans/plan-body.jsx:312
__( "Activate SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:301
__( "Configure Site SEO", "jetpack" ), // _inc/client/plans/plan-body.jsx:292
__( "Advanced SEO tools to help your site get found when people search for relevant content.", "jetpack" ), // _inc/client/plans/plan-body.jsx:288
__( "SEO Tools", "jetpack" ), // _inc/client/plans/plan-body.jsx:287
__( "Activate VideoPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:276
__( "Upload Videos Now", "jetpack" ), // _inc/client/plans/plan-body.jsx:267
__( "Fast, optimized, ad-free, and unlimited video hosting for your site (powered by VideoPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:263
__( "Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:262
__( "Activate VideoPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:251
__( "Upload Videos Now", "jetpack" ), // _inc/client/plans/plan-body.jsx:242
__( "13Gb of fast, optimized, and ad-free video hosting for your site (powered by VideoPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:238
__( "Video Hosting", "jetpack" ), // _inc/client/plans/plan-body.jsx:237
__( "Activate Publicize", "jetpack" ), // _inc/client/plans/plan-body.jsx:226
__( "Schedule Posts", "jetpack" ), // _inc/client/plans/plan-body.jsx:217
__( "Schedule multiple Facebook, Twitter, and other social media postings in advance and view share history stats.", "jetpack" ), // _inc/client/plans/plan-body.jsx:212
__( "Social Media Scheduling", "jetpack" ), // _inc/client/plans/plan-body.jsx:211
__( "Activate Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:200
__( "View your earnings", "jetpack" ), // _inc/client/plans/plan-body.jsx:191
__( "Earn income by allowing Jetpack to display high quality ads (powered by WordAds).", "jetpack" ), // _inc/client/plans/plan-body.jsx:187
__( "Ads", "jetpack" ), // _inc/client/plans/plan-body.jsx:186
__( "Configure VaultPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:175
__( "View your security dashboard", "jetpack" ), // _inc/client/plans/plan-body.jsx:170
__( "Real-time backup of all your site data with unlimited space, one-click restores, automated security scanning, one-click threat resolution, and priority support (powered by VaultPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:166
__( "Backups & Security Scanning", "jetpack" ), // _inc/client/plans/plan-body.jsx:165
__( "Configure VaultPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:154
__( "View your security dashboard", "jetpack" ), // _inc/client/plans/plan-body.jsx:149
__( "Daily backup of all your site data with unlimited space, one-click restores, automated security scanning, and priority support (powered by VaultPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:145
__( "Backups & Security Scanning", "jetpack" ), // _inc/client/plans/plan-body.jsx:144
__( "Configure VaultPress", "jetpack" ), // _inc/client/plans/plan-body.jsx:133
__( "View your security dashboard", "jetpack" ), // _inc/client/plans/plan-body.jsx:128
__( "Daily backup of all your site data with unlimited space and one-click restores (powered by VaultPress).", "jetpack" ), // _inc/client/plans/plan-body.jsx:124
__( "Backups", "jetpack" ), // _inc/client/plans/plan-body.jsx:123
__( "Configure Akismet", "jetpack" ), // _inc/client/plans/plan-body.jsx:114
__( "View your spam stats", "jetpack" ), // _inc/client/plans/plan-body.jsx:109
__( "State-of-the-art spam defense powered by Akismet.", "jetpack" ), // _inc/client/plans/plan-body.jsx:105
__( "Spam Protection", "jetpack" ), // _inc/client/plans/plan-body.jsx:104
__( "Explore", "jetpack" ), // _inc/client/plans/plan-body.jsx:98
__( "Exclusive hand-crafted designs you will love with dedicated support directly from the themes' authors.", "jetpack" ), // _inc/client/plans/plan-body.jsx:93
__( "Unlimited Premium Themes", "jetpack" ), // _inc/client/plans/plan-body.jsx:92
__( "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
__( "Your site is on Development Mode", "jetpack" ), // _inc/client/plans/plan-header.jsx:125
__( "Unlimited Premium themes, business class security (backups, scanning, spam filtering), marketing automation (social scheduling, SEO tools, ad program), video hosting, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:112
__( "Welcome to Jetpack Professional", "jetpack" ), // _inc/client/plans/plan-header.jsx:111
__( "Enhanced security (backups, scanning, spam filtering), marketing automation (social scheduling, ad program), 13Gb video hosting, and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:98
__( "Welcome to Jetpack Premium", "jetpack" ), // _inc/client/plans/plan-header.jsx:97
__( "Security essentials (daily backups, spam filtering), and priority support.", "jetpack" ), // _inc/client/plans/plan-header.jsx:84
__( "Welcome to Jetpack Personal", "jetpack" ), // _inc/client/plans/plan-header.jsx:83
__( "Upgrade to a paid plan to unlock world-class security, spam protection tools, priority support, SEO and monetization tools.", "jetpack" ), // _inc/client/plans/plan-header.jsx:70
__( "Your site is on the Free Jetpack Plan", "jetpack" ), // _inc/client/plans/plan-header.jsx:69
__( "Image of WordPress login screen protected by Jetpack", "jetpack" ), // _inc/client/plans/plan-header.jsx:55
__( "Learn more", "jetpack" ), // _inc/client/plans/plan-header.jsx:50
__( "Hackers, botnets and spammers attack websites indiscriminately. Their goal is to attack everywhere and often. Our goal is to help you prepare by blocking these threats, and in worst-case-scenarios we'll be here to help you restore your site to its former glory.", "jetpack" ), // _inc/client/plans/plan-header.jsx:46
__( "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
__( "How much is your website worth?", "jetpack" ), // _inc/client/plans/plan-header.jsx:42
__( "Jetpack Personal keeps your data, site, and hard work safe.", "jetpack" ), // _inc/client/plans/plan-header.jsx:38
__( "Introducing our most affordable backups and security plan yet", "jetpack" ), // _inc/client/plans/plan-header.jsx:35
_x( "Set up", "Caption for a button to set up a feature.", "jetpack" ), // _inc/client/pro-status/index.jsx:132
__( "ACTIVE", "jetpack" ), // _inc/client/pro-status/index.jsx:99
_x( "Invalid key", "Short warning message about an invalid key being used for Akismet.", "jetpack" ), // _inc/client/pro-status/index.jsx:95
_x( "Secure", "Short message informing user that the site is secure.", "jetpack" ), // _inc/client/pro-status/index.jsx:91
_x( "Upgrade", "Caption for a button to purchase a paid feature.", "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:84
_x( "FIX", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:75
_x( "Threats found!", "Short warning message about new threats found.", "jetpack" ), // _inc/client/pro-status/index.jsx:74
_x( "Threats", "A caption for a small button to fix security issues.", "jetpack" ), // _inc/client/pro-status/index.jsx:72
__( "Activate", "jetpack" ), // _inc/client/searchable-modules/index.jsx:72
__( "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
__( "Your API key", "jetpack" ), // _inc/client/security/antispam.jsx:143
_x( "Spam filtering", "Settings header", "jetpack" ), // _inc/client/security/antispam.jsx:135
__( "Checking key…", "jetpack" ), // _inc/client/security/antispam.jsx:126
__( "Your site is protected from spam.", "jetpack" ), // _inc/client/security/antispam.jsx:120
__( "Your Antispam key is valid.", "jetpack" ), // _inc/client/security/antispam.jsx:118
__( "Your site is not protected from spam.", "jetpack" ), // _inc/client/security/antispam.jsx:116
__( "There's a problem with your Antispam API key. {{a}}Learn more{{/a}}.", "jetpack" ), // _inc/client/security/antispam.jsx:108
__( "Your site needs an Antispam key.", "jetpack" ), // _inc/client/security/antispam.jsx:102
__( "Fetching key…", "jetpack" ), // _inc/client/security/antispam.jsx:97
__( "Checking your spam protection…", "jetpack" ), // _inc/client/security/antispam.jsx:93
__( "Configure your Security Scans", "jetpack" ), // _inc/client/security/backups-scan.jsx:120
_x( "Backups and security scanning", "Settings header", "jetpack" ), // _inc/client/security/backups-scan.jsx:107
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:94
__( "You have paid for backups and security scanning but they’re not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:93
__( "Click \"Set Up\" to finish installation.", "jetpack" ), // _inc/client/security/backups-scan.jsx:89
__( "You have paid for backups but they're not yet active.", "jetpack" ), // _inc/client/security/backups-scan.jsx:88
__( "Your site is backed up.", "jetpack" ), // _inc/client/security/backups-scan.jsx:82
__( "Your site is backed up and threat-free.", "jetpack" ), // _inc/client/security/backups-scan.jsx:75
__( "{{a}}Contact Support{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:72
__( "{{a}}View details{{/a}}", "jetpack" ), // _inc/client/security/backups-scan.jsx:70
_n( "Uh oh, %(number)s threat found.", "Uh oh, %(number)s threats found.", 1, "jetpack" ), // _inc/client/security/backups-scan.jsx:60
__( "Unavailable in Dev Mode.", "jetpack" ), // _inc/client/security/backups-scan.jsx:50
__( "Checking site status…", "jetpack" ), // _inc/client/security/backups-scan.jsx:46
__( "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
__( "Whitelisted IP addresses", "jetpack" ), // _inc/client/security/protect.jsx:130
__( "Add to whitelist", "jetpack" ), // _inc/client/security/protect.jsx:125
__( "Your current IP: %(ip)s", "jetpack" ), // _inc/client/security/protect.jsx:111
_x( "Brute force attack protection", "Settings header", "jetpack" ), // _inc/client/security/protect.jsx:98
__( "Require accounts to use WordPress.com Two-Step Authentication", "jetpack" ), // _inc/client/security/sso.jsx:94
__( "Match accounts using email addresses", "jetpack" ), // _inc/client/security/sso.jsx:81
_x( "WordPress.com log in", "Settings header", "jetpack" ), // _inc/client/security/sso.jsx:56
__( "Enter a search term to find settings or close search.", "jetpack" ), // _inc/client/settings/index.jsx:38
__( "No search results found for %(term)s", "jetpack" ), // _inc/client/settings/index.jsx:30
__( "Allow readers to show their appreciation of your posts by adding a like button to your content", "jetpack" ), // _inc/client/sharing/likes.jsx:34
_x( "Like buttons", "Settings header", "jetpack" ), // _inc/client/sharing/likes.jsx:24
__( "Automatically share your posts to social networks", "jetpack" ), // _inc/client/sharing/publicize.jsx:81
_x( "Publicize connections", "Settings header", "jetpack" ), // _inc/client/sharing/publicize.jsx:66
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/sharing/publicize.jsx:54
__( "Connect your social media accounts", "jetpack" ), // _inc/client/sharing/publicize.jsx:46
__( "Add sharing buttons to your posts", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:59
_x( "Sharing buttons", "Settings header", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:49
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:43
__( "Configure your sharing buttons", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:40
__( "Configure your sharing buttons", "jetpack" ), // _inc/client/sharing/share-buttons.jsx:36
_x( "Composing", "Settings header", "jetpack" ), // _inc/client/writing/composing.jsx:245
__( "Confirm each new phrase you add by pressing enter.", "jetpack" ), // _inc/client/writing/composing.jsx:157
__( "Add a phrase", "jetpack" ), // _inc/client/writing/composing.jsx:149
__( "Ignored Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:144
__( "Redundant Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:140
__( "Phrases to Avoid", "jetpack" ), // _inc/client/writing/composing.jsx:139
__( "Passive Voice", "jetpack" ), // _inc/client/writing/composing.jsx:138
__( "Jargon", "jetpack" ), // _inc/client/writing/composing.jsx:137
__( "Hidden Verbs", "jetpack" ), // _inc/client/writing/composing.jsx:136
__( "Double Negatives", "jetpack" ), // _inc/client/writing/composing.jsx:135
__( "Diacritical Marks", "jetpack" ), // _inc/client/writing/composing.jsx:134
__( "Complex Phrases", "jetpack" ), // _inc/client/writing/composing.jsx:133
__( "Clichés", "jetpack" ), // _inc/client/writing/composing.jsx:132
__( "Bias Language", "jetpack" ), // _inc/client/writing/composing.jsx:131
__( "Enable proofreading for the following grammar and style rules: ", "jetpack" ), // _inc/client/writing/composing.jsx:129
__( "English Options", "jetpack" ), // _inc/client/writing/composing.jsx:127
__( "Use automatically detected language to proofread posts and pages", "jetpack" ), // _inc/client/writing/composing.jsx:122
__( "The proofreader supports English, French, German, Portuguese and Spanish.", "jetpack" ), // _inc/client/writing/composing.jsx:117
__( "Automatic Language Detection", "jetpack" ), // _inc/client/writing/composing.jsx:114
__( "A post or page is updated", "jetpack" ), // _inc/client/writing/composing.jsx:111
__( "A post or page is first published", "jetpack" ), // _inc/client/writing/composing.jsx:110
__( "Automatically proofread content when: ", "jetpack" ), // _inc/client/writing/composing.jsx:108
__( "Proofreading", "jetpack" ), // _inc/client/writing/composing.jsx:106
__( "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:95
__( "Portfolios", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:88
__( "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:72
__( "Testimonials", "jetpack" ), // _inc/client/writing/custom-content-types.jsx:65
__( "Writing tools available to you will be shown here when an administrator enables them.", "jetpack" ), // _inc/client/writing/index.jsx:97
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/masterbar.jsx:54
__( "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
__( "Enable the WordPress.com toolbar", "jetpack" ), // _inc/client/writing/masterbar.jsx:36
_x( "WordPress.com toolbar", "Settings header", "jetpack" ), // _inc/client/writing/masterbar.jsx:26
__( "Media", "jetpack" ), // _inc/client/writing/media.jsx:179
__( "Color scheme", "jetpack" ), // _inc/client/writing/media.jsx:142
__( "Show photo metadata (Exif) in carousel, when available", "jetpack" ), // _inc/client/writing/media.jsx:136
__( "Must be enabled to use tiled galleries.", "jetpack" ), // _inc/client/writing/media.jsx:108
__( "Connect your user account to WordPress.com to use this feature", "jetpack" ), // _inc/client/writing/post-by-email.jsx:113
__( "Create address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:100
__( "Regenerate address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:99
__( "Highlight and copy the following text to your clipboard:", "jetpack" ), // _inc/client/writing/post-by-email.jsx:91
__( "Copied!", "jetpack" ), // _inc/client/writing/post-by-email.jsx:90
_x( "Copy", "verb", "jetpack" ), // _inc/client/writing/post-by-email.jsx:89
__( "Email Address", "jetpack" ), // _inc/client/writing/post-by-email.jsx:85
__( "Show an ad for the WordPress mobile apps in the footer of the mobile theme", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:208
__( "Show featured images", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:204
__( "Use excerpts instead of full posts on front page and archive pages", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:200
__( "Learn more", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:182
__( "Learn more about adding support for Infinite Scroll to your theme.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:180
__( "Theme support required.", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:178
__( "Load more posts as the reader scrolls down", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:139
__( "Load more posts in page with a button", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:135
__( "Load more posts using the default theme behavior", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:131
__( "Theme enhancements", "jetpack" ), // _inc/client/writing/theme-enhancements.jsx:121
__( "View your earnings", "jetpack" ), // _inc/client/traffic/ads.jsx:150
__( "Second ad below post", "jetpack" ), // _inc/client/traffic/ads.jsx:143
__( "Top of each page", "jetpack" ), // _inc/client/traffic/ads.jsx:135
__( "Additional ad placements", "jetpack" ), // _inc/client/traffic/ads.jsx:129
__( "Archives", "jetpack" ), // _inc/client/traffic/ads.jsx:124
__( "Pages", "jetpack" ), // _inc/client/traffic/ads.jsx:116
__( "Posts", "jetpack" ), // _inc/client/traffic/ads.jsx:108
__( "Front page", "jetpack" ), // _inc/client/traffic/ads.jsx:100
__( "Display ads below posts on", "jetpack" ), // _inc/client/traffic/ads.jsx:94
__( "Enable ads and display an ad below each post", "jetpack" ), // _inc/client/traffic/ads.jsx:90
__( "By activating ads, you agree to the Automattic Ads {{link}}Terms of Service{{/link}}.", "jetpack" ), // _inc/client/traffic/ads.jsx:75
__( "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:72
_x( "Ads", "Ads header", "jetpack" ), // _inc/client/traffic/ads.jsx:63
__( "Configure your Google Analytics settings", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:46
__( "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
_x( "Google Analytics", "Settings header", "jetpack" ), // _inc/client/traffic/google-analytics.jsx:27
/* 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:132
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/traffic/related-posts.jsx:131
/* 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:125
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/traffic/related-posts.jsx:124
/* 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:118
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/traffic/related-posts.jsx:117
__( "Related", "jetpack" ), // _inc/client/traffic/related-posts.jsx:110
_x( "Preview", "A header for a preview area in the configuration screen.", "jetpack" ), // _inc/client/traffic/related-posts.jsx:105
__( "{{span}}You can now also configure related posts in the Customizer. {{ExternalLink}}Try it out!{{/ExternalLink}}{{/span}}", "jetpack" ), // _inc/client/traffic/related-posts.jsx:95
__( "Use a large and visually striking layout", "jetpack" ), // _inc/client/traffic/related-posts.jsx:90
__( "Show a \"Related\" header to more clearly separate the related section from posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:80
__( "Show related content after posts", "jetpack" ), // _inc/client/traffic/related-posts.jsx:69
__( "Enhanced site-wide search, powered by Elasticsearch (Beta)", "jetpack" ), // _inc/client/traffic/search.jsx:44
__( "Configure your SEO settings", "jetpack" ), // _inc/client/traffic/seo.jsx:45
__( "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:33
_x( "Search engine optimization", "Settings header", "jetpack" ), // _inc/client/traffic/seo.jsx:27
__( "Allow stats reports to be viewed by", "jetpack" ), // _inc/client/traffic/site-stats.jsx:221
__( "Count logged in page views from", "jetpack" ), // _inc/client/traffic/site-stats.jsx:205
__( "The image helps collect stats, but should work when hidden.", "jetpack" ), // _inc/client/traffic/site-stats.jsx:199
__( "Hide the stats smiley face image", "jetpack" ), // _inc/client/traffic/site-stats.jsx:194
__( "Put a chart showing 48 hours of views in the admin bar", "jetpack" ), // _inc/client/traffic/site-stats.jsx:181
__( "Collecting valuable traffic stats and insights", "jetpack" ), // _inc/client/traffic/site-stats.jsx:165
_x( "Site stats", "Settings header", "jetpack" ), // _inc/client/traffic/site-stats.jsx:160
__( "Activate Site Stats", "jetpack" ), // _inc/client/traffic/site-stats.jsx:147
__( "{{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:132
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/traffic/site-stats.jsx:131
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/traffic/site-stats.jsx:126
__( "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:69
__( "Your sitemap is automatically sent to all major search engines for indexing.", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:57
__( "Generate XML sitemaps", "jetpack" ), // _inc/client/traffic/sitemaps.jsx:51
__( "Yandex", "jetpack" ), // _inc/client/traffic/verification-services.jsx:109
__( "Pinterest", "jetpack" ), // _inc/client/traffic/verification-services.jsx:104
__( "Bing", "jetpack" ), // _inc/client/traffic/verification-services.jsx:99
__( "Google", "jetpack" ), // _inc/client/traffic/verification-services.jsx:94
__( "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:51
__( "Activate", "jetpack" ), // _inc/client/traffic/verification-services.jsx:34
__( "Connect your account to WordPress.com to view more stats", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:134
__( "{{button}}View more stats on WordPress.com {{/button}}", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:112
__( "{{button}}View detailed stats{{/button}}", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:101
/* translators: Referring to a number of comments */
__( "All-time comments", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:88
/* translators: Referring to a number of page views */
__( "All-time views", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:80
_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 */
__( "Best overall day", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:57
/* translators: Referring to a number of page views */
__( "Views today", "jetpack" ), // _inc/client/at-a-glance/stats/dash-stats-bottom.jsx:53
__( "Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:280
__( "Months", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:257
__( "Weeks", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:252
__( "Days", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:247
__( "Activate Site Stats", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:215
__( "{{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
__( "Unavailable in Dev Mode", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:199
__( "Jetpack Stats Icon", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:195
__( "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
__( "Okay, got it!", "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:147
__( "Hello there! Your stats have been activated.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:145
__( "Jetpack Stats People", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:143
__( "Click to view detailed stats.", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:98
__( "Views: %(numberOfViews)s", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:96
__( "Week of %(date)s", "jetpack" ), // _inc/client/at-a-glance/stats/index.jsx:80
__( "I already use this app.", "jetpack" ), // _inc/client/components/apps-card/index.jsx:80
__( "Download the free apps", "jetpack" ), // _inc/client/components/apps-card/index.jsx:74
__( "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
__( "Get WordPress Apps for every device", "jetpack" ), // _inc/client/components/apps-card/index.jsx:63
__( "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:143
__( "Connect Jetpack", "jetpack" ), // _inc/client/components/connect-button/index.jsx:129
__( "Manage site connection", "jetpack" ), // _inc/client/components/connect-button/index.jsx:114
__( "Link to WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:94
__( "Unlink me from WordPress.com", "jetpack" ), // _inc/client/components/connect-button/index.jsx:77
_x( "Paid", "Short label appearing near a paid feature configuration block.", "jetpack" ), // _inc/client/components/dash-item/index.jsx:110
__( "Settings", "jetpack" ), // _inc/client/components/dash-item/index.jsx:96
__( "Active", "jetpack" ), // _inc/client/components/dash-item/index.jsx:85
_x( "Updates needed", "Short warning message", "jetpack" ), // _inc/client/components/dash-item/index.jsx:79
_x( "Settings", "Noun. Displayed to screen readers.", "jetpack" ), // _inc/client/components/dash-section-header/index.jsx:53
_x( "Privacy", "Shorthand for Privacy Policy.", "jetpack" ), // _inc/client/components/footer/index.jsx:174
__( "Automattic's Privacy Policy", "jetpack" ), // _inc/client/components/footer/index.jsx:172
_x( "Terms", "Shorthand for Terms of Service.", "jetpack" ), // _inc/client/components/footer/index.jsx:163
__( "WordPress.com Terms of Service", "jetpack" ), // _inc/client/components/footer/index.jsx:161
__( "Jetpack version ", "jetpack" ), // _inc/client/components/footer/index.jsx:152
__( "Jetpack version", "jetpack" ), // _inc/client/components/footer/index.jsx:150
__( "An Automattic Airline", "jetpack" ), // _inc/client/components/footer/index.jsx:135
_x( "Dev Tools", "Navigation item.", "jetpack" ), // _inc/client/components/footer/index.jsx:116
_x( "Debug", "Navigation item. Noun. Links to a debugger tool for Jetpack.", "jetpack" ), // _inc/client/components/footer/index.jsx:99
__( "Test your site’s compatibility with Jetpack.", "jetpack" ), // _inc/client/components/footer/index.jsx:97
_x( "Reset Options (dev only)", "Navigation item.", "jetpack" ), // _inc/client/components/footer/index.jsx:82
__( "This will reset all Jetpack options, are you sure?", "jetpack" ), // _inc/client/components/footer/index.jsx:32
__( "No account? Create one for free", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:204
__( "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:196
__( "Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your gorgeous imagery super fast. Optimized for any device, and its completely free.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:181
__( "Lightning fast, optimized images", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:178
__( "Never fall behind on a security release or waste time updating multiple sites.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:168
__( "Automatic site updates.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:165
_x( "Manage", "Header. Noun: Manage is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:161
__( "Stress less. Monitor will send you real-time alerts if your site ever goes down.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:155
__( "Live site monitoring.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:152
_x( "Monitor", "Header. Noun: Monitor is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:148
__( "Gain peace of mind with Protect, the tool that has blocked billions of login attacks across millions of sites.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:139
__( "Block site attacks.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:136
_x( "Protect", "Header. Noun: Protect is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:132
__( "Jetpack blocks malicious log in attempts, lets you know if your site goes down, and can automatically update your plugins, so you don’t have to worry.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:121
__( "Site security and peace of mind", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:118
__( "Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, what they’re reading, and where they’re coming from.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:103
__( "Track your growth", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:100
__( "Keep visitors engaged by giving them more to share and read with Related Posts.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:93
__( "Increase page views.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:90
_x( "Related Posts", "Header. Noun: Related posts is a module of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:86
__( "Give visitors the tools to share and subscribe to your content.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:80
__( "Build a community.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:77
__( "Sharing & Like Buttons", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:73
__( "Use Publicize to automatically share your posts with friends, followers, and the world.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:67
__( "Automated social marketing.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:64
_x( "Publicize", "Header. Noun: Publicize is a module of Jetpack", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:60
__( "Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:48
__( "Drive more traffic to your site", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:45
__( "No account? Create one for free", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:35
__( "Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:30
__( "Welcome to Jetpack", "jetpack" ), // _inc/client/components/jetpack-connect/index.jsx:25
__( "Jupiter", "jetpack" ), // _inc/client/components/jetpack-dialogue/index.jsx:28
__( "Stars", "jetpack" ), // _inc/client/components/jetpack-dialogue/index.jsx:27
__( "Save Settings", "jetpack" ), // _inc/client/components/forms/index.jsx:143
__( "Saving…", "jetpack" ), // _inc/client/components/forms/index.jsx:143
__( "Read more about Jetpack benefits", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:189
_x( "Disconnect", "A caption for a button to disconnect.", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:182
_x( "Stay connected", "A caption for a button to cancel disconnection.", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:174
__( "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:152
__( "Disconnect Jetpack", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:147
__( "Unlimited, high-speed image hosting", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:113
__( "Brute force attack protection and uptime monitoring", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:109
__( "Site stats, related content, and sharing tools", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:105
__( "SEO preview tools", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:98
__( "Unlimited high-speed video hosting", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:94
__( "Priority support", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:90
__( "Daily, automated malware scanning with automated resolution", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:86
__( "Daily, automated backups (unlimited storage)", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:82
__( "13Gb of high-speed video hosting", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:74
__( "Priority support", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:70
__( "Daily, automated malware scanning", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:66
__( "Daily, automated backups (unlimited storage)", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:62
__( "Spam filtering", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:54
__( "Priority support", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:50
__( "Daily, automated backups (unlimited storage)", "jetpack" ), // _inc/client/components/jetpack-disconnect-dialog/index.jsx:46
__( "Features can be activated or deactivated at any time.", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:95
__( "Jetpack's recommended features include:", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:85
__( "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
__( "Your Jetpack site is ready to go!", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:70
__( "Person with laptop", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:67
__( "Jupiter", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:57
__( "Stars", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:56
__( "Activate recommended features", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:34
__( "Activating recommended features…", "jetpack" ), // _inc/client/components/jumpstart/index.jsx:34
__( "Display an ad unit at the top of your site.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:198
__( "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:192
__( "{{link}}Configure your Monitor notification settings on WordPress.com{{/link}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:175
__( "{{a}}Manage Likes visibility from the Sharing Module Settings{{/a}}", "jetpack" ), // _inc/client/components/module-settings/index.jsx:155
__( "WordPress.com Likes are:", "jetpack" ), // _inc/client/components/module-settings/index.jsx:143
_x( "Preview", "Noun, a header for a preview block in a configuration screen.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:121
__( "Use a large and visually striking layout", "jetpack" ), // _inc/client/components/module-settings/index.jsx:119
__( "Show a \"Related\" header to more clearly separate the related section from posts", "jetpack" ), // _inc/client/components/module-settings/index.jsx:115
__( "{{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:101
_x( "Related", "A header for a block of related posts.", "jetpack" ), // _inc/client/components/module-settings/index.jsx:80
__( "Upgrade Focus: VideoPress For Weddings", "jetpack" ), // _inc/client/components/module-settings/index.jsx:73
__( "The WordPress for Android App Gets a Big Facelift", "jetpack" ), // _inc/client/components/module-settings/index.jsx:70
__( "Big iPhone/iPad Update Now Available", "jetpack" ), // _inc/client/components/module-settings/index.jsx:67
__( "Subscriber", "jetpack" ), // _inc/client/components/module-settings/index.jsx:48
__( "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
__( "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
__( "{{link}}Configure your %(module_slug)s Settings {{/link}}", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:144
__( "{{link}}Configure your %(module_slug)s Settings {{/link}}", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:122
__( "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:115
__( "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:113
__( "This module has no configuration options", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:106
__( "Configure Google Analytics settings.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:93
__( "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:78
__( "Configure your SEO settings.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:66
__( "Activate this module to use the advanced SEO tools.", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:60
__( "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
__( "Configure your Security Scans", "jetpack" ), // _inc/client/components/module-settings/modules-per-tab-page.jsx:45
__( "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
__( "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
_x( "At a Glance", "Navigation item.", "jetpack" ), // _inc/client/components/navigation/index.jsx:53
_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:37
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:226
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:211
_x( "Security", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:192
_x( "Traffic", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:178
_x( "Discussion", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:160
_x( "Sharing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:145
_x( "Writing", "Navigation item.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:131
__( "Search for a Jetpack feature.", "jetpack" ), // _inc/client/components/navigation-settings/index.jsx:66
__( "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
__( "You have successfully disconnected Jetpack", "jetpack" ), // _inc/client/components/jetpack-notices/dismissable.jsx:37
__( "Let us know!", "jetpack" ), // _inc/client/components/jetpack-notices/feedback-dash-request.jsx:37
__( "What would you like to see on your Jetpack Dashboard?", "jetpack" ), // _inc/client/components/jetpack-notices/feedback-dash-request.jsx:32
__( "This site is not connected to WordPress.com. Please ask the site administrator to connect.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:214
__( "Connect to WordPress.com", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:171
__( "Connect your account to get the most out of Jetpack", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:170
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:136
__( "Currently in {{a}}Development Mode{{/a}} (some features are disabled) because: {{reasons/}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:121
__( "{{li}}Your site URL lacks a dot (e.g. http://localhost){{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:112
__( "{{li}}The JETPACK_DEV_DEBUG constant is defined{{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:103
__( "{{li}}The jetpack_development_mode filter is active{{/li}}", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:94
__( "More Info", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:69
__( "You are running Jetpack on a staging server.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:59
__( "Submit Beta feedback", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:36
__( "You are currently running a development version of Jetpack.", "jetpack" ), // _inc/client/components/jetpack-notices/index.jsx:31
__( "Learn More", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:202
__( "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:196
__( "You're fueled up and ready to go.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:192
__( "You're fueled up and ready to go, Jetpack is now active.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:188
__( "Your Jetpack is already connected.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:184
__( "Welcome to {{s}}Jetpack %(jetpack_version)s{{/s}}!", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:172
__( "{{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:131
__( "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:92
__( "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:88
__( "{{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:75
__( "Your website needs to be publicly accessible to use Jetpack: %(error_key)s", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:66
__( "There was an issue connecting your Jetpack. Please click \"Connect to WordPress.com\" again.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:62
__( "We had an issue connecting Jetpack; deactivate then reactivate the Jetpack plugin, then connect again.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:59
__( "You need to stay logged in to your WordPress blog while you authorize Jetpack.", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:56
__( "{{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:45
__( "Cheatin' uh?", "jetpack" ), // _inc/client/components/jetpack-notices/state-notices.jsx:42
__( "Settings", "jetpack" ), // _inc/client/components/masthead/index.jsx:90
__( "Dashboard", "jetpack" ), // _inc/client/components/masthead/index.jsx:82
_x( "Save settings", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:265
_x( "Saving…", "Button caption", "jetpack" ), // _inc/client/components/settings-card/index.jsx:264
__( "Protect your site from spam.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:190
__( "Help your content get found and shared with SEO tools.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:173
__( "Integrate easily with Google Analytics.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:158
__( "Protect against data loss, malware, and malicious attacks.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:143
__( "Real-time site backups and automatic threat resolution.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:130
__( "Generate income with high-quality ads.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:113
__( "Host fast, high-quality, ad-free video.", "jetpack" ), // _inc/client/components/settings-card/index.jsx:94
_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:81
__( "Learn more", "jetpack" ), // _inc/client/components/settings-group/index.jsx:78
__( "Learn more", "jetpack" ), // _inc/client/components/settings-group/index.jsx:71
__( "Upgrade", "jetpack" ), // _inc/client/components/support-card/index.jsx:121
__( "Get a faster resolution to your support questions.", "jetpack" ), // _inc/client/components/support-card/index.jsx:119
__( "Search our support site", "jetpack" ), // _inc/client/components/support-card/index.jsx:111
__( "Ask a question", "jetpack" ), // _inc/client/components/support-card/index.jsx:102
__( "Your paid plan gives you access to prioritized Jetpack support.", "jetpack" ), // _inc/client/components/support-card/index.jsx:91
__( "Jetpack comes with free, basic support for all users.", "jetpack" ), // _inc/client/components/support-card/index.jsx:90
__( "We're here to help", "jetpack" ), // _inc/client/components/support-card/index.jsx:85
__( "Compare All Plans", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:85
__( "Explore Professional", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:79
__( "{{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
__( "Introducing Unlimited Themes", "jetpack" ), // _inc/client/components/themes-promo-card/index.jsx:61
__( "A new contact form is here at last!", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:61
__( "People around page", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:60
__( "Read the full release post", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:50
__( "Try it out!", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:46
__( "You will likely want to customize it to properly encourage folks to contact you. To do that, simply select the contact form preview and then click or tap the edit button. It's the one that looks like a pencil.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:36
__( "To use it, just open up a post or page to the visual editor. From there, you'll find a button inside the toolbar with an icon that looks a bit like the contact form. It is usually furthest to the right. Then just click the button and, voila, a contact form has been created!", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:30
__( "Contact Form screen shot", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:27
__( "With this release, your contact form just got a bit sweeter. We moved the big old button right down into your editor's toolbar on the right. Yes, it's a little smaller, but it fits in a bit better, don't you think? Oh and all your forms now have a preview that can be edited all right inside the editor.", "jetpack" ), // _inc/client/components/upgrade-notice-content/index.jsx:21
__( "Your Jetpack Personal plan is powering up!", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:69
__( "Welcome personal", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:68
__( "Got it!", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:59
__( "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
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:46
__( "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
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:39
__( "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
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:32
__( "Thanks for choosing a Jetpack Personal plan. Jetpack is now backing up your site and scanning for security threats.", "jetpack" ), // _inc/client/components/welcome-new-plan/personal.jsx:28
__( "Your Jetpack Premium plan is powering up!", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:103
__( "Welcome Premium", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:102
__( "Monetize your site with ads", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:93
__( "Enable premium video player", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:85
__( "Start exploring Jetpack Premium now to see all the benefits of your new plan.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:70
__( "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
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:62
__( "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
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:55
__( "With Jetpack Premium, you can create the perfect site, no matter its purpose. Customize your site’s appearance with one of more than 200 free themes, or enhance your content with up to 13 GB of HD video -- all hosted free of ads or watermarks.", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:50
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/premium.jsx:48
__( "Thanks for choosing a Jetpack Premium plan. 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
__( "Your Jetpack Professional plan is taking care of business!", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:113
__( "Welcome Professional", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:112
__( "Review SEO features", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:103
__( "Monetize your site with ads", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:95
__( "Install premium themes", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:87
__( "Start exploring Jetpack Professional now to see all the benefits of your new plan.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:72
__( "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
__( "Security", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:64
__( "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
__( "Sharing", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:57
__( "With Jetpack Professional, you can create the perfect site with one of over 300 professionally-designed WordPress themes, including more than 100 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
__( "Themes", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:50
__( "Thanks for choosing a Jetpack Professional plan. Jetpack is now backing up your content, scanning for security threats, and granting access to premium themes.", "jetpack" ), // _inc/client/components/welcome-new-plan/professional.jsx:46
);
/* THIS IS THE END OF THE GENERATED FILE */