aioseo-pro.php
38.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
<?php
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
$generated_i18n_strings = array(
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:129
__( 'Delete', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:132
__( 'View', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:133
__( 'Delete All Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:136
__( 'Are you sure you want to delete all links for this domain?', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:137
__( 'Are you sure you want to delete all links for these domains?', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:138
__( 'Are you sure you want to delete all links for all domains?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:104
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:139
__( 'This action cannot be undone.', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:140
__( 'Yes, I want to delete this link', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:141
__( 'Yes, I want to delete these links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:142
__( 'Yes, I want to delete all links', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:108
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:143
__( 'No, I changed my mind', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:156
__( 'Domain', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:160
__( 'Posts', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/DomainsReport.vue:165
__( 'Links', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/Update.vue:64
__( 'Enable Video Sitemap on your Site', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/Update.vue:65
__( 'Update Video Sitemap', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/Update.vue:66
__( 'Learn more about Video Sitemaps', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:399
__( 'Additional Pages', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:400
__( 'You can use this section to add any URLs to your sitemap which aren’t a part of your WordPress installation. For example, if you have a contact form that you would like to be included on your sitemap you can enter the information manually.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:401
__( 'Video Sitemap Settings', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:406
__( 'Post Types', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:408
__( 'Include All Post Types', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:409
__( 'Select which Post Types appear in your sitemap.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:412
__( 'Include Custom Fields', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:413
__( 'Enable this option to look for videos in custom fields as well.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:100
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:414
__( 'Advanced Settings', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:415
__( 'Exclude Posts / Pages', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:418
__( 'Priority Score', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:419
__( 'Dynamically Generate', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:420
__( 'Dynamically creates the Video Sitemap instead of using a static file.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:421
__( 'Video Embed Settings', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:422
__( 'This section allows you to manage your video embeds, such as features for Facebook or making them responsive to automatically fit your content width.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:423
__( 'Embed', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:424
__( 'Allow videos to be played directly on other websites, such as Facebook or Twitter.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:426
/* Translators: 1 - "FitVids.js". */
__( 'Try to make videos responsive using %1$s?', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:427
__( 'Content Width', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:428
__( 'This defaults to your theme\'s content width, but if it\'s empty, setting a value here will make sure videos are embedded with the right width.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:429
__( 'Wistia Domain', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:430
__( 'If you use Wistia in combination with a custom domain, set this to the domain name you use for your Wistia videos. Don\'t include https: or slashes as they are not needed.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:431
__( 'Embedly API Key', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:433
/* Translators: 1 - "embed.ly", 2 - "embed.ly". */
__( 'By default, we try to provide enriched information about your videos. A lot of video services are supported by default. For those services which aren\'t supported, we can try to retrieve enriched video information using %1$s. If you want to use this option, you\'ll need to sign up for a (free) %2$s account and provide the API key you receive.', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/VideoSitemap.vue:445
__( 'default', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/PostTitleSelector.vue:127
__( 'View Post', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/PostTitleSelector.vue:128
__( 'Edit Post', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/DomainsReportInner.vue:123
__( 'Are you sure you want to delete these links for this domain?', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Inbound.vue:147
// Reference: src/vue/components/pro/link-assistant/suggestions/Outbound.vue:147
__( 'Post Title', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/DomainsReportInner.vue:143
__( 'Phrases with Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/DomainsReportInner.vue:147
__( 'Publish Date', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/video-sitemap/Activate.vue:60
__( 'Activate Video Sitemap', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/Update.vue:69
__( 'News Sitemap Settings', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/Update.vue:70
__( 'Publication Name', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/NewsSitemap.vue:147
__( 'No pages or posts found with that title or ID. Try again!', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/NewsSitemap.vue:148
__( 'Clear', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/PostReport.vue:200
__( '%1$s Back to Links Report', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/PostReport.vue:203
__( 'Loading Link Suggestions. Please wait...', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/PostReport.vue:204
__( 'view post', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/PostReport.vue:205
__( 'Refresh', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/PostReport.vue:221
__( 'Internal Links & Suggestions for "%1$s"', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Inbound.vue:168
// Reference: src/vue/pages/post-settings/views/pro/Links.vue:169
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:260
__( 'Inbound Internal', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Outbound.vue:160
// Reference: src/vue/pages/post-settings/views/pro/Links.vue:178
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:269
__( 'Outbound Internal', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/Affiliate.vue:125
__( 'Affiliate', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/External.vue:126
// Reference: src/vue/pages/post-settings/views/pro/Links.vue:196
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:287
__( 'External', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Links.vue:206
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:296
__( 'Link Suggestions', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/pro/overview/Overview.vue:92
__( 'No posts have been crawled yet', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/pro/overview/Overview.vue:93
__( 'Scan Now', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/Settings.vue:149
/* Translators: 1 - The plugin name ("AIOSEO"). */
__( 'The amount of sentences at the beginning of the article that %1$s should not suggest internal links for.', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:233
__( 'Activate Link Assistant', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:234
__( 'Enable Link Assistant on your Site', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/pro/overview/Update.vue:56
__( 'Update Link Assistant', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/LinksReport.vue:188
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkingOpportunities.vue:129
/* Translators: 1 - Opening strong tag, 2 - Closing strong tag, BR tag. */
__( '%1$sInbound Internal Links%2$sLinks from other posts to this post', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/LinksReport.vue:190
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkingOpportunities.vue:135
/* Translators: 1 - Opening strong tag, 2 - Closing strong tag, BR tag. */
__( '%1$sOutbound Internal Links%2$sLinks from this post to other posts', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/LinksReport.vue:217
__( 'Internal', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/LinksReport.vue:232
__( 'Suggestions', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkingOpportunities.vue:109
__( 'Linking Opportunities', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkingOpportunities.vue:115
__( 'See All Linking Opportunities', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkCount.vue:51
__( 'Orphaned posts are posts that have no inbound internal links yet and may be more difficult to find by search engines.', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkCount.vue:56
__( 'Posts Crawled', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkCount.vue:61
__( 'External Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkCount.vue:66
__( 'Internal Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkCount.vue:71
__( 'Affiliate Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkCount.vue:76
__( 'Orphaned Posts', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkRatio.vue:35
__( 'Total Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/LinkRatio.vue:39
__( 'See a Full Links Report', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/Update.vue:66
__( 'Enable Google News Sitemap on your Site', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/Activate.vue:62
__( 'Activate News Sitemap', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/Update.vue:68
__( 'Learn more about News Sitemaps', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/MostLinkedDomains.vue:129
__( 'other domains', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/MostLinkedDomains.vue:168
__( '# of Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/MostLinkedDomains.vue:92
__( 'Total External Links', 'aioseo-pro' ),
// Reference: src/vue/pages/link-assistant/views/partials/overview/MostLinkedDomains.vue:97
__( 'See a Full Domains Report', 'aioseo-pro' ),
// Reference: src/vue/pages/sitemaps/views/pro/news-sitemap/Update.vue:67
__( 'Update News Sitemap', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Links.js:59
__( 'Front Page', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Links.js:62
__( 'Delete Link', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Links.js:65
__( 'Are you sure you want to delete this link?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Links.js:66
__( 'Are you sure you want to delete these links?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Links.js:67
__( 'Are you sure you want to delete all links?', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:104
__( 'Pro', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:105
__( 'License Key', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:106
__( 'Your license key provides access to updates and addons.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:107
__( 'Paste your license key here', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:108
__( 'Connect', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:109
__( 'Deactivate this license key', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:110
__( 'A valid license key is required in order to enable Pro features and continue to receive automatic updates.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:119
/* Translators: 1 - The plugin name ("All in One SEO"). */
__( 'Enter your license key below to activate %1$s!', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:123
/* Translators: 1 - The type of license (Individual, Business, Agency). */
__( 'Your %1$s plan is active!', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:131
/* Translators: 1 - The expiration date of the license. */
__( '(expires: %1$s)', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:136
/* Translators: 1 - The type of license (Individual, Business, Agency), 2 - The expiration date of the license. */
__( 'Your license level is %1$s %2$s', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:157
__( 'An unknown error occurred, please try again later.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:163
__( 'The license key provided is invalid. Please use a different key to continue receiving automatic updates.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:165
__( 'The license key provided is disabled. Please use a different key to continue receiving automatic updates.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:169
__( 'This license key has reached the maximum number of activations. Please deactivate it from another site or purchase a new license to continue receiving automatic updates.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/settings/LicenseKey.vue:171
__( 'There was an error connecting to the licensing API. Please try again later.', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:101
__( 'Schema Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:102
__( 'Social Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:103
__( 'Local SEO Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:104
__( 'Link Assistant', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:83
__( 'General SEO Settings:', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:84
__( 'Post SEO Settings:', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:85
__( 'Use Default Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:86
__( 'Dashboard', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:87
__( 'Setup Wizard', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:88
__( 'General Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:89
__( 'Search Appearance Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:90
__( 'Social Networks Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:91
__( 'Sitemap Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:92
__( 'Link Assistant Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:93
__( 'Manage Redirects', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:94
__( 'Redirects Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:96
__( 'SEO Analysis', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:97
__( 'Tools', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:98
__( 'Feature Manager Settings', 'aioseo-pro' ),
// Reference: src/vue/components/pro/core/AccessControlOptions.vue:99
__( 'Page Analysis', 'aioseo-pro' ),
// Reference: src/vue/components/pro/local-business/business/Contact.vue:42
__( 'Email Address', 'aioseo-pro' ),
// Reference: src/vue/components/pro/local-business/business/Contact.vue:43
__( 'Phone Number', 'aioseo-pro' ),
// Reference: src/vue/components/pro/local-business/business/Contact.vue:44
__( 'Fax Number', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/Affiliate.vue:102
/* Translators: 1 - The type of link. */
__( 'Delete All %1$s Links', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/OutboundInternal.vue:157
/* Translators: 1 - The type of link. */
__( '%1$s Link Suggestions', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/OutboundInternal.vue:157
__( 'Outbound', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/OutboundInternal.vue:159
__( 'Open URL', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/OutboundInternal.vue:168
__( 'Post Title / URL', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/Affiliate.vue:112
__( 'Phrase', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/Affiliate.vue:123
/* Translators: 1 - The amount of links, 2 - The type of link. */
__( 'See All %1$s %2$s Links', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/PhraseEditor.vue:64
__( 'Save Changes', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/PhraseEditor.vue:65
__( 'Cancel', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/PhraseEditor.vue:66
__( 'Context', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Inbound.vue:133
// Reference: src/vue/components/pro/link-assistant/suggestions/Outbound.vue:125
/* Translators: 1 - The type of suggestion. */
__( 'Dismiss All %1$s Suggestions', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Inbound.vue:137
// Reference: src/vue/components/pro/link-assistant/suggestions/Outbound.vue:129
/* Translators: 1 - The type of suggestion. */
__( 'You currently don\'t have any %1$s Suggestions!', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Inbound.vue:166
// Reference: src/vue/components/pro/link-assistant/suggestions/Outbound.vue:158
/* Translators: 1 - The amount of suggestions, 2 - The type of suggestion. */
__( 'See All %1$s %2$s Suggestions', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Index.vue:106
__( 'Inbound Internal Suggestions', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Index.vue:115
__( 'Outbound Internal Suggestions', 'aioseo-pro' ),
// Reference: src/vue/components/pro/link-assistant/suggestions/Index.vue:88
/* Translators: 1 - "AIOSEO", 2 - "Learn More" link. */
__( 'Below you can add inbound and outbound internal links based on %1$s\'s smart suggestions. These suggestions are generated in the background, which requires some time to complete. %2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/CustomFields.vue:43
__( 'Custom Fields', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/CustomFields.vue:44
__( 'List of custom field names to include in the SEO Page Analysis. Add one per line.', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/Blur.vue:84
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/ImageSeo.vue:87
__( 'Title Attribute Format', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/Blur.vue:85
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/ImageSeo.vue:88
__( 'Strip Punctuation for Title Attributes', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/Blur.vue:86
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/ImageSeo.vue:89
__( 'Click on the tags below to insert variables into your title attribute.', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/Blur.vue:87
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/ImageSeo.vue:90
__( 'Alt Tag Attribute Format', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/Blur.vue:88
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/ImageSeo.vue:91
__( 'Click on the tags below to insert variables into your alt tag attribute.', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/Blur.vue:89
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/ImageSeo.vue:92
__( 'Strip Punctuation for Alt Attributes', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/Activate.vue:54
__( 'Enable Advanced SEO for Images on your Site', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/lite/image-seo/ImageSeo.vue:44
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/Activate.vue:55
__( 'The Image SEO module is a premium feature that enables you to globally control the Title Attribute and Alt Text for attachment pages and images that are embedded in your content. These can be set based on a specified format, similar to the Title Format settings in the Global Settings menu.', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/Activate.vue:56
__( 'Activate Image SEO', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/Activate.vue:57
__( 'Learn more about Image SEO', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/pro/image-seo/Update.vue:61
__( 'Update Image SEO', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:144
__( 'Software Application', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:145
__( 'Web Page', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/Schema.vue:107
__( 'Collection Page', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/Schema.vue:108
__( 'Profile Page', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:136
__( 'Item Page', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:99
__( 'FAQ Page', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:100
__( 'QA Page', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:101
__( 'Real Estate Listing', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/Schema.vue:116
__( 'Schema Type', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/Schema.vue:118
__( 'Article Type', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:140
__( 'Article', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/Schema.vue:120
__( 'Blog Post', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/partials/pro/Schema.vue:121
__( 'News Article', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:139
__( 'None', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:142
__( 'Product', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/Taxonomies.vue:68
__( 'Title & Description', 'aioseo-pro' ),
// Reference: src/vue/pages/search-appearance/views/Taxonomies.vue:74
__( 'Advanced', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:101
__( 'Are you sure you want to dismiss this suggestion?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:102
__( 'Are you sure you want to dismiss these suggestions?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:103
__( 'Are you sure you want to dismiss all suggestions?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:105
__( 'Yes, I want to dismiss this suggestion', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:106
__( 'Yes, I want to dismiss these suggestions', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:107
__( 'Yes, I want to dismiss all suggestions', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:63
__( 'Dismiss', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:68
__( 'Add Link', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:69
__( 'Dismiss Suggestion', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:90
__( 'Are you sure you want to add this suggestion?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:91
__( 'Are you sure you want to add these suggestions?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:92
__( 'Are you sure you want to add all suggestions?', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:94
__( 'Yes, I want to add this suggestion', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:95
__( 'Yes, I want to add these suggestions', 'aioseo-pro' ),
// Reference: src/vue/mixins/pro/link-assistant/Suggestions.js:96
__( 'Yes, I want to add all suggestions', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Links.vue:214
// Reference: src/vue/pages/post-settings/views/pro/LinksActivate.vue:304
/* Translators: 1 - The post title. */
__( 'Links & Suggestions for "%1$s"', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:166
__( '(Default)', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:91
__( 'About Us Page', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/Schema.vue:92
__( 'Contact Page', 'aioseo-pro' ),
// Reference: src/vue/pages/local-seo/views/pro/partials/UpdateCta.vue:53
__( 'Enable Local SEO on your Site', 'aioseo-pro' ),
// Reference: src/vue/pages/local-seo/views/pro/partials/UpdateCta.vue:54
__( 'The Local SEO module is a premium feature that enables businesses to tell Google about their business, including their business name, address and phone number, opening hours and price range. This information may be displayed as a Knowledge Graph card or business carousel in the search engine sidebar.', 'aioseo-pro' ),
// Reference: src/vue/pages/local-seo/views/pro/partials/ActivateCta.vue:50
__( 'Activate Local SEO', 'aioseo-pro' ),
// Reference: src/vue/pages/local-seo/views/pro/partials/UpdateCta.vue:56
__( 'Learn more about Local SEO', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/SoftwareApplication.vue:94
__( 'Name', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/SoftwareApplication.vue:95
__( 'Price', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/SoftwareApplication.vue:96
__( 'Currency', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/SoftwareApplication.vue:97
__( 'Operating System', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/SoftwareApplication.vue:98
__( 'The supported operating systems, e.g. "Windows 10", "OSX 10.6", "Android 9"', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/SoftwareApplication.vue:99
__( 'Category', 'aioseo-pro' ),
// Reference: src/vue/pages/local-seo/views/pro/partials/UpdateCta.vue:55
__( 'Update Local SEO', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:116
__( 'Description', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:257
__( 'Author', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:258
__( 'Dish Type', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:259
__( 'The type of dish, e.g. "dinner", "main course", "dessert" or "snack".', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:260
__( 'Cuisine Type', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:261
__( 'The region associated with the recipe, e.g. "French" or "Mediterranean" or "American".', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:262
__( 'Time Required', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:263
__( 'The time required for each stage in minutes.', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:264
__( 'Preparation Time', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:265
__( 'Cooking Time', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:266
__( 'Amount of Servings', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:267
__( 'Calories', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:268
__( 'The total number of calories in the recipe.', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:269
__( 'Ingredients', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:270
__( 'The ingredients and their amounts, e.g. "3/4 cup sugar".', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:271
__( 'Instructions', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:272
__( 'Keywords', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:273
__( 'Other relevant terms for your recipe such as a season, a specific holiday or theme, or other descriptors. Don\'t enter the dish or cuisine type.', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:275
__( 'Rating', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:276
__( 'Average Rating', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Recipe.vue:277
__( 'Amount of ratings', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/GenericProduct.vue:149
__( 'SKU', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:117
__( 'Brand', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:118
__( 'Price Valid Until', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:119
__( 'The date until this pricing lasts (optional).', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:120
__( 'Availability', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:121
__( 'Identifier Type', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:122
__( 'The unique global product identifier (optional).', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:123
__( 'Identifier', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:124
__( 'Reviews', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/partialsProduct/EddProduct.vue:126
/* Translators: 1 - The plugin name ("All in One SEO"), 2 - The name of an e-commerce plugin. */
__( '%1$s will automatically pull all other data that is needed for this graph directly from %2$s. Enjoy!', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Course.vue:55
__( 'Provider', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/Course.vue:56
__( 'The organization that publishes the content of the course', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/FaqPage.vue:18
__( 'FAQ', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/FaqPage.vue:19
__( 'Question', 'aioseo-pro' ),
// Reference: src/vue/pages/post-settings/views/pro/partialsSchema/FaqPage.vue:20
__( 'Answer', 'aioseo-pro' ),
// Reference: src/vue/pages/posts-table/pro/PostColumn.vue:28
__( 'Links:', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:536
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking outbound forms with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:550
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking events with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:564
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking URL changes for single pages with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:578
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking how long pages are in visible state with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:592
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking media queries with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:606
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking when elements are visible within the viewport with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:620
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking how far down a user scrolls a page with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:634
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This enables tracking interactions with the official Facebook and Twitter widgets with Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:648
/* Translators: 1 - A link to our documentation, 2 - HTML line break tag. */
__( 'This ensures consistency in URL paths reported to Google Analytics.%1$s%2$s', 'aioseo-pro' ),
// Reference: src/vue/pages/settings/views/WebmasterTools.vue:657
/* Translators: 1 - "Google Tag Manager account". */
__( 'Google Tag Manager account', 'aioseo-pro' ),
// Reference: src/vue/pages/redirects/views/pro/redirects/Activate.vue:54
__( 'Activate Redirects', 'aioseo-pro' ),
// Reference: src/vue/pages/redirects/views/pro/redirects/Update.vue:60
__( 'Enable Redirects on your Site', 'aioseo-pro' ),
// Reference: src/vue/pages/redirects/views/pro/redirects/Update.vue:59
__( 'Update Redirects', 'aioseo-pro' )
);
/* THIS IS THE END OF THE GENERATED FILE */