pro-aioseo.pot
31.1 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
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
# Copyright (C) 2022 All in One SEO Team
# This file is distributed under the same license as the All in One SEO Pro plugin.
msgid ""
msgstr ""
"Project-Id-Version: All in One SEO Pro 4.1.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/all-in-one-seo-pack-pro\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-01-11T13:44:24+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: aioseo-pro\n"
#. Plugin Name of the plugin
msgid "All in One SEO Pro"
msgstr ""
#. Plugin URI of the plugin
#. Author URI of the plugin
msgid "https://aioseo.com/"
msgstr ""
#. Description of the plugin
msgid "SEO for WordPress. Features like XML Sitemaps, SEO for custom post types, SEO for blogs, business sites, ecommerce sites, and much more. More than 80 million downloads since 2007."
msgstr ""
#. Author of the plugin
msgid "All in One SEO Team"
msgstr ""
#: app/Pro/Admin/License.php:116
msgid "Your License is expired and your SEO is at risk!"
msgstr ""
#. Translators: 1 - "Pro", 2 - The plugin name ("All in One SEO"), 3 - Opening bold tag, 4 - Closing bold tag.
#: app/Pro/Admin/License.php:118
#: app/Pro/Admin/License.php:350
msgid "An active license is needed to use any of the %1$s features of %2$s, including %3$sVideo and News sitemaps, Redirection Manager, Breadcrumb Templates%4$s and more. It also provides access to new features & addons, plugin updates (including security improvements), and our world class support!"
msgstr ""
#: app/Pro/Admin/License.php:126
#: app/Pro/Admin/License.php:354
msgid "Renew Now"
msgstr ""
#: app/Pro/Admin/License.php:128
#: app/Pro/Admin/License.php:355
msgid "Learn More"
msgstr ""
#. Translators: 1 - Opening link tag, 2 - Closing link tag, 4 - The plugin name ("All in One SEO").
#: app/Pro/Admin/License.php:307
msgid "Please %1$senter and activate%2$s your license key for %3$s to enable automatic updates."
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/License.php:344
msgid "Heads up! Your %1$s license has expired and your SEO is at risk!"
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/License.php:369
msgid "Your license key for %1$s has been disabled. Please use a different key to continue receiving automatic updates."
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/License.php:386
msgid "Your license key for %1$s is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key to continue receiving automatic updates."
msgstr ""
#: app/Pro/Admin/License.php:390
#: app/Pro/Admin/License.php:469
msgid "Manage Licenses"
msgstr ""
#. Translators: 1 - Opening HTML bold tag, 2 - Closing HTML bold tag, 3 - The plugin name ("All in One SEO").
#: app/Pro/Admin/License.php:408
msgid "A %1$svalid license key%2$s is required to download updates for %3$s."
msgstr ""
#: app/Pro/Admin/License.php:428
msgid "has not been entered"
msgstr ""
#: app/Pro/Admin/License.php:440
msgid "is expired"
msgstr ""
#: app/Pro/Admin/License.php:443
msgid "is disabled"
msgstr ""
#: app/Pro/Admin/License.php:446
msgid "is invalid"
msgstr ""
#. Translators: 1 - HTML Line break tags, 2 - "Pro", 3 - Opening bold tag, 4 - Closing bold tag, 5 - HTML Line break tags.
#: app/Pro/Admin/License.php:451
msgid "and your SEO is at risk!%1$sAn active license is needed to use any of the %2$s features including %3$sVideo and News sitemaps, Redirection Manager, Breadcrumb Templates%4$s and more. It also provides access to new features & addons, plugin updates (including security improvements), and our world class support! %5$s"
msgstr ""
#: app/Pro/Admin/License.php:461
msgid "Your"
msgstr ""
#: app/Pro/Admin/License.php:462
msgid "license key"
msgstr ""
#: app/Pro/Admin/License.php:473
msgid "Purchase one now."
msgstr ""
#. Translators: 1 - The plugin short name ("AIOSEO").
#: app/Pro/Admin/SiteHealth.php:41
msgid "%1$s Automatic Updates"
msgstr ""
#: app/Pro/Admin/SiteHealth.php:46
msgid "AIOSEO License"
msgstr ""
#: app/Pro/Admin/SiteHealth.php:51
msgid "AIOSEO Connection"
msgstr ""
#: app/Pro/Admin/SiteHealth.php:66
msgid "Your website is receiving automatic updates"
msgstr ""
#. Translators: 1 - The plugin short name ("AIOSEO").
#: app/Pro/Admin/SiteHealth.php:71
msgid "%1$s automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released."
msgstr ""
#: app/Pro/Admin/SiteHealth.php:78
msgid "Your website is receiving minor updates"
msgstr ""
#. Translators: 1 - The plugin short name ("AIOSEO").
#: app/Pro/Admin/SiteHealth.php:81
msgid "%1$s minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features."
msgstr ""
#: app/Pro/Admin/SiteHealth.php:87
msgid "Automatic updates are disabled"
msgstr ""
#. Translators: 1 - The plugin short name ("AIOSEO").
#: app/Pro/Admin/SiteHealth.php:90
msgid "%1$s automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released."
msgstr ""
#: app/Pro/Admin/SiteHealth.php:96
msgid "Update Settings"
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/SiteHealth.php:117
msgid "Your %1$s license key is valid."
msgstr ""
#. Translators: 1 - The license type.
#: app/Pro/Admin/SiteHealth.php:120
msgid "Your license key type for this site is %1$s."
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/SiteHealth.php:125
msgid "%1$s is not licensed"
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/SiteHealth.php:128
msgid "%1$s is not licensed which means you can't access automatic updates, and other advanced features"
msgstr ""
#: app/Pro/Admin/SiteHealth.php:132
msgid "Add License now"
msgstr ""
#: app/Pro/Admin/SiteHealth.php:153
msgid "Can connect to aioseo.com correctly"
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/SiteHealth.php:156
msgid "The %1$s API is reachable and no connection issues have been detected."
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/SiteHealth.php:170
msgid "The %1$s server is not reachable."
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: app/Pro/Admin/SiteHealth.php:171
msgid "Your server is blocking external requests to aioseo.com, please check your firewall settings or contact your host for more details."
msgstr ""
#. Translators: 1 - The description of the error.
#: app/Pro/Admin/SiteHealth.php:175
msgid "Error message: %1$s"
msgstr ""
#. Translators: 1 - Opening HTML link tag, 2 - Closing HTML link tag.
#: app/Pro/Utils/Addons.php:209
msgid "The following addons cannot be used, because your plan has expired. To renew your subscription, please %1$svisit our website%2$s."
msgstr ""
#. Translators: 1 - "All in One SEO", 2 - Opening HTML link tag, 3 - Closing HTML link tag.
#: app/Pro/Utils/Addons.php:222
msgid "The following addons cannot be used, because they require an active license for %1$s. Your license is missing or has expired. To verify your subscription, please %2$svisit our website%3$s."
msgstr ""
#: app/Pro/Utils/Addons.php:235
msgid "Unlicensed"
msgstr ""
#: languages/aioseo-pro.php:5
msgid "Delete"
msgstr ""
#: languages/aioseo-pro.php:8
msgid "View"
msgstr ""
#: languages/aioseo-pro.php:11
msgid "Delete All Links"
msgstr ""
#: languages/aioseo-pro.php:14
msgid "Are you sure you want to delete all links for this domain?"
msgstr ""
#: languages/aioseo-pro.php:17
msgid "Are you sure you want to delete all links for these domains?"
msgstr ""
#: languages/aioseo-pro.php:20
msgid "Are you sure you want to delete all links for all domains?"
msgstr ""
#: languages/aioseo-pro.php:24
msgid "This action cannot be undone."
msgstr ""
#: languages/aioseo-pro.php:27
msgid "Yes, I want to delete this link"
msgstr ""
#: languages/aioseo-pro.php:30
msgid "Yes, I want to delete these links"
msgstr ""
#: languages/aioseo-pro.php:33
msgid "Yes, I want to delete all links"
msgstr ""
#: languages/aioseo-pro.php:37
msgid "No, I changed my mind"
msgstr ""
#: languages/aioseo-pro.php:40
msgid "Domain"
msgstr ""
#: languages/aioseo-pro.php:43
msgid "Posts"
msgstr ""
#: languages/aioseo-pro.php:46
msgid "Links"
msgstr ""
#: languages/aioseo-pro.php:49
msgid "Enable Video Sitemap on your Site"
msgstr ""
#: languages/aioseo-pro.php:52
msgid "Update Video Sitemap"
msgstr ""
#: languages/aioseo-pro.php:55
msgid "Learn more about Video Sitemaps"
msgstr ""
#: languages/aioseo-pro.php:58
msgid "Additional Pages"
msgstr ""
#: languages/aioseo-pro.php:61
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:64
msgid "Video Sitemap Settings"
msgstr ""
#: languages/aioseo-pro.php:67
msgid "Post Types"
msgstr ""
#: languages/aioseo-pro.php:70
msgid "Include All Post Types"
msgstr ""
#: languages/aioseo-pro.php:73
msgid "Select which Post Types appear in your sitemap."
msgstr ""
#: languages/aioseo-pro.php:76
msgid "Include Custom Fields"
msgstr ""
#: languages/aioseo-pro.php:79
msgid "Enable this option to look for videos in custom fields as well."
msgstr ""
#: languages/aioseo-pro.php:83
msgid "Advanced Settings"
msgstr ""
#: languages/aioseo-pro.php:86
msgid "Exclude Posts / Pages"
msgstr ""
#: languages/aioseo-pro.php:89
msgid "Priority Score"
msgstr ""
#: languages/aioseo-pro.php:92
msgid "Dynamically Generate"
msgstr ""
#: languages/aioseo-pro.php:95
msgid "Dynamically creates the Video Sitemap instead of using a static file."
msgstr ""
#: languages/aioseo-pro.php:98
msgid "Video Embed Settings"
msgstr ""
#: languages/aioseo-pro.php:101
msgid "This section allows you to manage your video embeds, such as features for Facebook or making them responsive to automatically fit your content width."
msgstr ""
#: languages/aioseo-pro.php:104
msgid "Embed"
msgstr ""
#: languages/aioseo-pro.php:107
msgid "Allow videos to be played directly on other websites, such as Facebook or Twitter."
msgstr ""
#. Translators: 1 - "FitVids.js".
#: languages/aioseo-pro.php:111
msgid "Try to make videos responsive using %1$s?"
msgstr ""
#: languages/aioseo-pro.php:114
msgid "Content Width"
msgstr ""
#: languages/aioseo-pro.php:117
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:120
msgid "Wistia Domain"
msgstr ""
#: languages/aioseo-pro.php:123
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:126
msgid "Embedly API Key"
msgstr ""
#. Translators: 1 - "embed.ly", 2 - "embed.ly".
#: languages/aioseo-pro.php:130
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:133
msgid "default"
msgstr ""
#: languages/aioseo-pro.php:136
msgid "View Post"
msgstr ""
#: languages/aioseo-pro.php:139
msgid "Edit Post"
msgstr ""
#: languages/aioseo-pro.php:142
msgid "Are you sure you want to delete these links for this domain?"
msgstr ""
#: languages/aioseo-pro.php:146
msgid "Post Title"
msgstr ""
#: languages/aioseo-pro.php:149
msgid "Phrases with Links"
msgstr ""
#: languages/aioseo-pro.php:152
msgid "Publish Date"
msgstr ""
#: languages/aioseo-pro.php:155
msgid "Activate Video Sitemap"
msgstr ""
#: languages/aioseo-pro.php:158
msgid "News Sitemap Settings"
msgstr ""
#: languages/aioseo-pro.php:161
msgid "Publication Name"
msgstr ""
#: languages/aioseo-pro.php:164
msgid "No pages or posts found with that title or ID. Try again!"
msgstr ""
#: languages/aioseo-pro.php:167
msgid "Clear"
msgstr ""
#: languages/aioseo-pro.php:170
msgid "%1$s Back to Links Report"
msgstr ""
#: languages/aioseo-pro.php:173
msgid "Loading Link Suggestions. Please wait..."
msgstr ""
#: languages/aioseo-pro.php:176
msgid "view post"
msgstr ""
#: languages/aioseo-pro.php:179
msgid "Refresh"
msgstr ""
#: languages/aioseo-pro.php:182
msgid "Internal Links & Suggestions for \"%1$s\""
msgstr ""
#: languages/aioseo-pro.php:187
msgid "Inbound Internal"
msgstr ""
#: languages/aioseo-pro.php:192
msgid "Outbound Internal"
msgstr ""
#: languages/aioseo-pro.php:195
msgid "Affiliate"
msgstr ""
#: languages/aioseo-pro.php:200
msgid "External"
msgstr ""
#: languages/aioseo-pro.php:204
msgid "Link Suggestions"
msgstr ""
#: languages/aioseo-pro.php:207
msgid "No posts have been crawled yet"
msgstr ""
#: languages/aioseo-pro.php:210
msgid "Scan Now"
msgstr ""
#. Translators: 1 - The plugin name ("AIOSEO").
#: languages/aioseo-pro.php:214
msgid "The amount of sentences at the beginning of the article that %1$s should not suggest internal links for."
msgstr ""
#: languages/aioseo-pro.php:217
msgid "Activate Link Assistant"
msgstr ""
#: languages/aioseo-pro.php:220
msgid "Enable Link Assistant on your Site"
msgstr ""
#: languages/aioseo-pro.php:223
msgid "Update Link Assistant"
msgstr ""
#. Translators: 1 - Opening strong tag, 2 - Closing strong tag, BR tag.
#: languages/aioseo-pro.php:228
msgid "%1$sInbound Internal Links%2$sLinks from other posts to this post"
msgstr ""
#. Translators: 1 - Opening strong tag, 2 - Closing strong tag, BR tag.
#: languages/aioseo-pro.php:233
msgid "%1$sOutbound Internal Links%2$sLinks from this post to other posts"
msgstr ""
#: languages/aioseo-pro.php:236
msgid "Internal"
msgstr ""
#: languages/aioseo-pro.php:239
msgid "Suggestions"
msgstr ""
#: languages/aioseo-pro.php:242
msgid "Linking Opportunities"
msgstr ""
#: languages/aioseo-pro.php:245
msgid "See All Linking Opportunities"
msgstr ""
#: languages/aioseo-pro.php:248
msgid "Orphaned posts are posts that have no inbound internal links yet and may be more difficult to find by search engines."
msgstr ""
#: languages/aioseo-pro.php:251
msgid "Posts Crawled"
msgstr ""
#: languages/aioseo-pro.php:254
msgid "External Links"
msgstr ""
#: languages/aioseo-pro.php:257
msgid "Internal Links"
msgstr ""
#: languages/aioseo-pro.php:260
msgid "Affiliate Links"
msgstr ""
#: languages/aioseo-pro.php:263
msgid "Orphaned Posts"
msgstr ""
#: languages/aioseo-pro.php:266
msgid "Total Links"
msgstr ""
#: languages/aioseo-pro.php:269
msgid "See a Full Links Report"
msgstr ""
#: languages/aioseo-pro.php:272
msgid "Enable Google News Sitemap on your Site"
msgstr ""
#: languages/aioseo-pro.php:275
msgid "Activate News Sitemap"
msgstr ""
#: languages/aioseo-pro.php:278
msgid "Learn more about News Sitemaps"
msgstr ""
#: languages/aioseo-pro.php:281
msgid "other domains"
msgstr ""
#: languages/aioseo-pro.php:284
msgid "# of Links"
msgstr ""
#: languages/aioseo-pro.php:287
msgid "Total External Links"
msgstr ""
#: languages/aioseo-pro.php:290
msgid "See a Full Domains Report"
msgstr ""
#: languages/aioseo-pro.php:293
msgid "Update News Sitemap"
msgstr ""
#: languages/aioseo-pro.php:296
msgid "Front Page"
msgstr ""
#: languages/aioseo-pro.php:299
msgid "Delete Link"
msgstr ""
#: languages/aioseo-pro.php:302
msgid "Are you sure you want to delete this link?"
msgstr ""
#: languages/aioseo-pro.php:305
msgid "Are you sure you want to delete these links?"
msgstr ""
#: languages/aioseo-pro.php:308
msgid "Are you sure you want to delete all links?"
msgstr ""
#: languages/aioseo-pro.php:311
msgid "Pro"
msgstr ""
#: languages/aioseo-pro.php:314
msgid "License Key"
msgstr ""
#: languages/aioseo-pro.php:317
msgid "Your license key provides access to updates and addons."
msgstr ""
#: languages/aioseo-pro.php:320
msgid "Paste your license key here"
msgstr ""
#: languages/aioseo-pro.php:323
msgid "Connect"
msgstr ""
#: languages/aioseo-pro.php:326
msgid "Deactivate this license key"
msgstr ""
#: languages/aioseo-pro.php:329
msgid "A valid license key is required in order to enable Pro features and continue to receive automatic updates."
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO").
#: languages/aioseo-pro.php:333
msgid "Enter your license key below to activate %1$s!"
msgstr ""
#. Translators: 1 - The type of license (Individual, Business, Agency).
#: languages/aioseo-pro.php:337
msgid "Your %1$s plan is active!"
msgstr ""
#. Translators: 1 - The expiration date of the license.
#: languages/aioseo-pro.php:341
msgid "(expires: %1$s)"
msgstr ""
#. Translators: 1 - The type of license (Individual, Business, Agency), 2 - The expiration date of the license.
#: languages/aioseo-pro.php:345
msgid "Your license level is %1$s %2$s"
msgstr ""
#: languages/aioseo-pro.php:348
msgid "An unknown error occurred, please try again later."
msgstr ""
#: languages/aioseo-pro.php:351
msgid "The license key provided is invalid. Please use a different key to continue receiving automatic updates."
msgstr ""
#: languages/aioseo-pro.php:354
msgid "The license key provided is disabled. Please use a different key to continue receiving automatic updates."
msgstr ""
#: languages/aioseo-pro.php:357
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:360
msgid "There was an error connecting to the licensing API. Please try again later."
msgstr ""
#: languages/aioseo-pro.php:363
msgid "Schema Settings"
msgstr ""
#: languages/aioseo-pro.php:366
msgid "Social Settings"
msgstr ""
#: languages/aioseo-pro.php:369
msgid "Local SEO Settings"
msgstr ""
#: languages/aioseo-pro.php:372
msgid "Link Assistant"
msgstr ""
#: languages/aioseo-pro.php:375
msgid "General SEO Settings:"
msgstr ""
#: languages/aioseo-pro.php:378
msgid "Post SEO Settings:"
msgstr ""
#: languages/aioseo-pro.php:381
msgid "Use Default Settings"
msgstr ""
#: languages/aioseo-pro.php:384
msgid "Dashboard"
msgstr ""
#: languages/aioseo-pro.php:387
msgid "Setup Wizard"
msgstr ""
#: languages/aioseo-pro.php:390
msgid "General Settings"
msgstr ""
#: languages/aioseo-pro.php:393
msgid "Search Appearance Settings"
msgstr ""
#: languages/aioseo-pro.php:396
msgid "Social Networks Settings"
msgstr ""
#: languages/aioseo-pro.php:399
msgid "Sitemap Settings"
msgstr ""
#: languages/aioseo-pro.php:402
msgid "Link Assistant Settings"
msgstr ""
#: languages/aioseo-pro.php:405
msgid "Manage Redirects"
msgstr ""
#: languages/aioseo-pro.php:408
msgid "Redirects Settings"
msgstr ""
#: languages/aioseo-pro.php:411
msgid "SEO Analysis"
msgstr ""
#: languages/aioseo-pro.php:414
msgid "Tools"
msgstr ""
#: languages/aioseo-pro.php:417
msgid "Feature Manager Settings"
msgstr ""
#: languages/aioseo-pro.php:420
msgid "Page Analysis"
msgstr ""
#: languages/aioseo-pro.php:423
msgid "Email Address"
msgstr ""
#: languages/aioseo-pro.php:426
msgid "Phone Number"
msgstr ""
#: languages/aioseo-pro.php:429
msgid "Fax Number"
msgstr ""
#. Translators: 1 - The type of link.
#: languages/aioseo-pro.php:433
msgid "Delete All %1$s Links"
msgstr ""
#. Translators: 1 - The type of link.
#: languages/aioseo-pro.php:437
msgid "%1$s Link Suggestions"
msgstr ""
#: languages/aioseo-pro.php:440
msgid "Outbound"
msgstr ""
#: languages/aioseo-pro.php:443
msgid "Open URL"
msgstr ""
#: languages/aioseo-pro.php:446
msgid "Post Title / URL"
msgstr ""
#: languages/aioseo-pro.php:449
msgid "Phrase"
msgstr ""
#. Translators: 1 - The amount of links, 2 - The type of link.
#: languages/aioseo-pro.php:453
msgid "See All %1$s %2$s Links"
msgstr ""
#: languages/aioseo-pro.php:456
msgid "Save Changes"
msgstr ""
#: languages/aioseo-pro.php:459
msgid "Cancel"
msgstr ""
#: languages/aioseo-pro.php:462
msgid "Context"
msgstr ""
#. Translators: 1 - The type of suggestion.
#: languages/aioseo-pro.php:467
msgid "Dismiss All %1$s Suggestions"
msgstr ""
#. Translators: 1 - The type of suggestion.
#: languages/aioseo-pro.php:472
msgid "You currently don't have any %1$s Suggestions!"
msgstr ""
#. Translators: 1 - The amount of suggestions, 2 - The type of suggestion.
#: languages/aioseo-pro.php:477
msgid "See All %1$s %2$s Suggestions"
msgstr ""
#: languages/aioseo-pro.php:480
msgid "Inbound Internal Suggestions"
msgstr ""
#: languages/aioseo-pro.php:483
msgid "Outbound Internal Suggestions"
msgstr ""
#. Translators: 1 - "AIOSEO", 2 - "Learn More" link.
#: languages/aioseo-pro.php:487
msgid "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"
msgstr ""
#: languages/aioseo-pro.php:490
msgid "Custom Fields"
msgstr ""
#: languages/aioseo-pro.php:493
msgid "List of custom field names to include in the SEO Page Analysis. Add one per line."
msgstr ""
#: languages/aioseo-pro.php:497
msgid "Title Attribute Format"
msgstr ""
#: languages/aioseo-pro.php:501
msgid "Strip Punctuation for Title Attributes"
msgstr ""
#: languages/aioseo-pro.php:505
msgid "Click on the tags below to insert variables into your title attribute."
msgstr ""
#: languages/aioseo-pro.php:509
msgid "Alt Tag Attribute Format"
msgstr ""
#: languages/aioseo-pro.php:513
msgid "Click on the tags below to insert variables into your alt tag attribute."
msgstr ""
#: languages/aioseo-pro.php:517
msgid "Strip Punctuation for Alt Attributes"
msgstr ""
#: languages/aioseo-pro.php:520
msgid "Enable Advanced SEO for Images on your Site"
msgstr ""
#: languages/aioseo-pro.php:524
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:527
msgid "Activate Image SEO"
msgstr ""
#: languages/aioseo-pro.php:530
msgid "Learn more about Image SEO"
msgstr ""
#: languages/aioseo-pro.php:533
msgid "Update Image SEO"
msgstr ""
#: languages/aioseo-pro.php:536
msgid "Software Application"
msgstr ""
#: languages/aioseo-pro.php:539
msgid "Web Page"
msgstr ""
#: languages/aioseo-pro.php:542
msgid "Collection Page"
msgstr ""
#: languages/aioseo-pro.php:545
msgid "Profile Page"
msgstr ""
#: languages/aioseo-pro.php:548
msgid "Item Page"
msgstr ""
#: languages/aioseo-pro.php:551
msgid "FAQ Page"
msgstr ""
#: languages/aioseo-pro.php:554
msgid "QA Page"
msgstr ""
#: languages/aioseo-pro.php:557
msgid "Real Estate Listing"
msgstr ""
#: languages/aioseo-pro.php:560
msgid "Schema Type"
msgstr ""
#: languages/aioseo-pro.php:563
msgid "Article Type"
msgstr ""
#: languages/aioseo-pro.php:566
msgid "Article"
msgstr ""
#: languages/aioseo-pro.php:569
msgid "Blog Post"
msgstr ""
#: languages/aioseo-pro.php:572
msgid "News Article"
msgstr ""
#: languages/aioseo-pro.php:575
msgid "None"
msgstr ""
#: languages/aioseo-pro.php:578
msgid "Product"
msgstr ""
#: languages/aioseo-pro.php:581
msgid "Title & Description"
msgstr ""
#: languages/aioseo-pro.php:584
msgid "Advanced"
msgstr ""
#: languages/aioseo-pro.php:587
msgid "Are you sure you want to dismiss this suggestion?"
msgstr ""
#: languages/aioseo-pro.php:590
msgid "Are you sure you want to dismiss these suggestions?"
msgstr ""
#: languages/aioseo-pro.php:593
msgid "Are you sure you want to dismiss all suggestions?"
msgstr ""
#: languages/aioseo-pro.php:596
msgid "Yes, I want to dismiss this suggestion"
msgstr ""
#: languages/aioseo-pro.php:599
msgid "Yes, I want to dismiss these suggestions"
msgstr ""
#: languages/aioseo-pro.php:602
msgid "Yes, I want to dismiss all suggestions"
msgstr ""
#: languages/aioseo-pro.php:605
msgid "Dismiss"
msgstr ""
#: languages/aioseo-pro.php:608
msgid "Add Link"
msgstr ""
#: languages/aioseo-pro.php:611
msgid "Dismiss Suggestion"
msgstr ""
#: languages/aioseo-pro.php:614
msgid "Are you sure you want to add this suggestion?"
msgstr ""
#: languages/aioseo-pro.php:617
msgid "Are you sure you want to add these suggestions?"
msgstr ""
#: languages/aioseo-pro.php:620
msgid "Are you sure you want to add all suggestions?"
msgstr ""
#: languages/aioseo-pro.php:623
msgid "Yes, I want to add this suggestion"
msgstr ""
#: languages/aioseo-pro.php:626
msgid "Yes, I want to add these suggestions"
msgstr ""
#: languages/aioseo-pro.php:629
msgid "Yes, I want to add all suggestions"
msgstr ""
#. Translators: 1 - The post title.
#: languages/aioseo-pro.php:634
msgid "Links & Suggestions for \"%1$s\""
msgstr ""
#: languages/aioseo-pro.php:637
msgid "(Default)"
msgstr ""
#: languages/aioseo-pro.php:640
msgid "About Us Page"
msgstr ""
#: languages/aioseo-pro.php:643
msgid "Contact Page"
msgstr ""
#: languages/aioseo-pro.php:646
msgid "Enable Local SEO on your Site"
msgstr ""
#: languages/aioseo-pro.php:649
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:652
msgid "Activate Local SEO"
msgstr ""
#: languages/aioseo-pro.php:655
msgid "Learn more about Local SEO"
msgstr ""
#: languages/aioseo-pro.php:658
msgid "Name"
msgstr ""
#: languages/aioseo-pro.php:661
msgid "Price"
msgstr ""
#: languages/aioseo-pro.php:664
msgid "Currency"
msgstr ""
#: languages/aioseo-pro.php:667
msgid "Operating System"
msgstr ""
#: languages/aioseo-pro.php:670
msgid "The supported operating systems, e.g. \"Windows 10\", \"OSX 10.6\", \"Android 9\""
msgstr ""
#: languages/aioseo-pro.php:673
msgid "Category"
msgstr ""
#: languages/aioseo-pro.php:676
msgid "Update Local SEO"
msgstr ""
#: languages/aioseo-pro.php:679
msgid "Description"
msgstr ""
#: languages/aioseo-pro.php:682
msgid "Author"
msgstr ""
#: languages/aioseo-pro.php:685
msgid "Dish Type"
msgstr ""
#: languages/aioseo-pro.php:688
msgid "The type of dish, e.g. \"dinner\", \"main course\", \"dessert\" or \"snack\"."
msgstr ""
#: languages/aioseo-pro.php:691
msgid "Cuisine Type"
msgstr ""
#: languages/aioseo-pro.php:694
msgid "The region associated with the recipe, e.g. \"French\" or \"Mediterranean\" or \"American\"."
msgstr ""
#: languages/aioseo-pro.php:697
msgid "Time Required"
msgstr ""
#: languages/aioseo-pro.php:700
msgid "The time required for each stage in minutes."
msgstr ""
#: languages/aioseo-pro.php:703
msgid "Preparation Time"
msgstr ""
#: languages/aioseo-pro.php:706
msgid "Cooking Time"
msgstr ""
#: languages/aioseo-pro.php:709
msgid "Amount of Servings"
msgstr ""
#: languages/aioseo-pro.php:712
msgid "Calories"
msgstr ""
#: languages/aioseo-pro.php:715
msgid "The total number of calories in the recipe."
msgstr ""
#: languages/aioseo-pro.php:718
msgid "Ingredients"
msgstr ""
#: languages/aioseo-pro.php:721
msgid "The ingredients and their amounts, e.g. \"3/4 cup sugar\"."
msgstr ""
#: languages/aioseo-pro.php:724
msgid "Instructions"
msgstr ""
#: languages/aioseo-pro.php:727
msgid "Keywords"
msgstr ""
#: languages/aioseo-pro.php:730
msgid "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."
msgstr ""
#: languages/aioseo-pro.php:733
msgid "Rating"
msgstr ""
#: languages/aioseo-pro.php:736
msgid "Average Rating"
msgstr ""
#: languages/aioseo-pro.php:739
msgid "Amount of ratings"
msgstr ""
#: languages/aioseo-pro.php:742
msgid "SKU"
msgstr ""
#: languages/aioseo-pro.php:745
msgid "Brand"
msgstr ""
#: languages/aioseo-pro.php:748
msgid "Price Valid Until"
msgstr ""
#: languages/aioseo-pro.php:751
msgid "The date until this pricing lasts (optional)."
msgstr ""
#: languages/aioseo-pro.php:754
msgid "Availability"
msgstr ""
#: languages/aioseo-pro.php:757
msgid "Identifier Type"
msgstr ""
#: languages/aioseo-pro.php:760
msgid "The unique global product identifier (optional)."
msgstr ""
#: languages/aioseo-pro.php:763
msgid "Identifier"
msgstr ""
#: languages/aioseo-pro.php:766
msgid "Reviews"
msgstr ""
#. Translators: 1 - The plugin name ("All in One SEO"), 2 - The name of an e-commerce plugin.
#: languages/aioseo-pro.php:770
msgid "%1$s will automatically pull all other data that is needed for this graph directly from %2$s. Enjoy!"
msgstr ""
#: languages/aioseo-pro.php:773
msgid "Provider"
msgstr ""
#: languages/aioseo-pro.php:776
msgid "The organization that publishes the content of the course"
msgstr ""
#: languages/aioseo-pro.php:779
msgid "FAQ"
msgstr ""
#: languages/aioseo-pro.php:782
msgid "Question"
msgstr ""
#: languages/aioseo-pro.php:785
msgid "Answer"
msgstr ""
#: languages/aioseo-pro.php:788
msgid "Links:"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:792
msgid "This enables tracking outbound forms with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:796
msgid "This enables tracking events with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:800
msgid "This enables tracking URL changes for single pages with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:804
msgid "This enables tracking how long pages are in visible state with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:808
msgid "This enables tracking media queries with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:812
msgid "This enables tracking when elements are visible within the viewport with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:816
msgid "This enables tracking how far down a user scrolls a page with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:820
msgid "This enables tracking interactions with the official Facebook and Twitter widgets with Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - A link to our documentation, 2 - HTML line break tag.
#: languages/aioseo-pro.php:824
msgid "This ensures consistency in URL paths reported to Google Analytics.%1$s%2$s"
msgstr ""
#. Translators: 1 - "Google Tag Manager account".
#: languages/aioseo-pro.php:828
msgid "Google Tag Manager account"
msgstr ""
#: languages/aioseo-pro.php:831
msgid "Activate Redirects"
msgstr ""
#: languages/aioseo-pro.php:834
msgid "Enable Redirects on your Site"
msgstr ""
#: languages/aioseo-pro.php:837
msgid "Update Redirects"
msgstr ""