forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwordpress-seo.pot
4028 lines (3207 loc) · 106 KB
/
wordpress-seo.pot
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
# Copyright (C) 2015 Team Yoast
# This file is distributed under the GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: Yoast SEO 3.0.6\n"
"Report-Msgid-Bugs-To: https://github.com/yoast/wordpress-seo/issues\n"
"POT-Creation-Date: 2015-12-23 10:13:46+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"Last-Translator: Yoast Translate Team <[email protected]>\n"
"Language-Team: Yoast Translate <[email protected]>\n"
"X-Generator: grunt-wp-i18n 0.4.9\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
"esc_html_x:1,2c;\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: admin/ajax.php:119
msgid "Some files could not be removed. Please remove them via FTP."
msgstr ""
#: admin/ajax.php:218
msgid "Post doesn't exist."
msgstr ""
#: admin/ajax.php:227
msgid "Post has an invalid Post Type: %s."
msgstr ""
#: admin/ajax.php:235
msgid "You can't edit %s."
msgstr ""
#: admin/ajax.php:243
msgid "You can't edit %s that aren't yours."
msgstr ""
#: admin/ajax.php:251
msgid "You have used HTML in your value which is not allowed."
msgstr ""
#. translators: %1$s expands to Yoast SEO, $2%s to the version number, %3$s and
#. %4$s to anchor tags with link to intro page
#: admin/class-admin-init.php:76
msgid ""
"%1$s has been updated to version %2$s. %3$sClick here%4$s to find out what's "
"new!"
msgstr ""
#: admin/class-admin-init.php:120
msgid ""
"You still have the default WordPress tagline, even an empty one is probably "
"better. %1$sYou can fix this in the customizer%2$s."
msgstr ""
#: admin/class-admin-init.php:141
msgid "Just another WordPress site"
msgstr ""
#. translators: %1$s expands to Yoast SEO, %2$s expands to 5.4.3, %3$s expands
#. to Google Analytics by Yoast
#: admin/class-admin-init.php:162
msgid ""
"%1$s detected you are using version %2$s of %3$s, please update to the "
"latest version to prevent compatibility issues."
msgstr ""
#. translators: 1: is a link to 'admin_url /
#. admin.php?page=wpseo_tools&recalculate=1' 2: closing link tag
#: admin/class-admin-init.php:191
msgid ""
"We've updated our SEO score algorithm. %1$sClick here to recalculate the SEO "
"scores%2$s for all posts and pages."
msgstr ""
#: admin/class-admin-init.php:377
msgid "%s filter/action"
msgstr ""
#: admin/class-admin.php:117
msgid "General Settings"
msgstr ""
#: admin/class-admin.php:117 admin/class-admin.php:276
#: admin/class-meta-columns.php:43 inc/wpseo-non-ajax-functions.php:257
msgid "SEO"
msgstr ""
#: admin/class-admin.php:127 inc/wpseo-non-ajax-functions.php:408
msgid "Titles & Metas"
msgstr ""
#: admin/class-admin.php:136 admin/class-social-admin.php:125
#: admin/class-social-admin.php:126
#: admin/taxonomy/class-taxonomy-metabox.php:203
#: admin/taxonomy/class-taxonomy-metabox.php:204
#: inc/wpseo-non-ajax-functions.php:414
msgid "Social"
msgstr ""
#: admin/class-admin.php:145 admin/class-pointers.php:300
#: inc/wpseo-non-ajax-functions.php:420
msgid "XML Sitemaps"
msgstr ""
#: admin/class-admin.php:154 admin/metabox/class-metabox.php:419
#: admin/metabox/class-metabox.php:421 admin/metabox/class-metabox.php:430
#: admin/metabox/class-metabox.php:431 inc/wpseo-non-ajax-functions.php:426
msgid "Advanced"
msgstr ""
#: admin/class-admin.php:163 inc/wpseo-non-ajax-functions.php:432
msgid "Tools"
msgstr ""
#: admin/class-admin.php:172 inc/wpseo-non-ajax-functions.php:438
msgid "Search Console"
msgstr ""
#: admin/class-admin.php:181 admin/class-admin.php:289
#: admin/class-pointers.php:331 admin/pages/licenses.php:77
#: inc/wpseo-non-ajax-functions.php:444
msgid "Extensions"
msgstr ""
#: admin/class-admin.php:211 admin/pages/dashboard.php:145
#: admin/pages/metas.php:20 admin/pages/xml-sitemaps.php:36
#: inc/wpseo-non-ajax-functions.php:402
msgid "General"
msgstr ""
#: admin/class-admin.php:238
msgid "For more information:"
msgstr ""
#: admin/class-admin.php:239
msgid "Title optimization"
msgstr ""
#: admin/class-admin.php:240
msgid "Why Google won't display the right page title"
msgstr ""
#: admin/class-admin.php:246
msgid "Template explanation"
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-admin.php:248
msgid ""
"The title & metas settings for %1$s are made up of variables that are "
"replaced by specific values from the page when the page is displayed. The "
"tabs on the left explain the available variables."
msgstr ""
#: admin/class-admin.php:248
msgid "Note that not all variables can be used in every template."
msgstr ""
#: admin/class-admin.php:255 admin/class-admin.php:256
msgid "Basic Variables"
msgstr ""
#: admin/class-admin.php:263 admin/class-admin.php:264
msgid "Advanced Variables"
msgstr ""
#: admin/class-admin.php:276 admin/pages/network.php:86
msgid "MultiSite Settings"
msgstr ""
#: admin/class-admin.php:282
msgid "Edit Files"
msgstr ""
#: admin/class-admin.php:355
msgid "Posts"
msgstr ""
#: admin/class-admin.php:402
msgid "Huge SEO Issue: You're blocking access to robots."
msgstr ""
#: admin/class-admin.php:403
msgid ""
"You must %sgo to your Reading Settings%s and uncheck the box for Search "
"Engine Visibility."
msgstr ""
#: admin/class-admin.php:405 admin/class-admin.php:440
msgid "I know, don't bug me."
msgstr ""
#: admin/class-admin.php:436
msgid "SEO Issue:"
msgstr ""
#. translators: %1$s expands to Yoast SEO, %2$s to opening anchor and %3$s the
#. anchor closing tag
#: admin/class-admin.php:438
msgid ""
"Your theme contains a meta description, which blocks %1$s from working "
"properly. Please visit the %2$sSEO Dashboard%3$s to fix this."
msgstr ""
#: admin/class-admin.php:456
#: admin/google_search_console/class-gsc-platform-tabs.php:40
#: admin/taxonomy/class-taxonomy-metabox.php:129
#: admin/taxonomy/class-taxonomy-metabox.php:131
#: admin/taxonomy/class-taxonomy-metabox.php:140
#: admin/taxonomy/class-taxonomy-metabox.php:141
msgid "Settings"
msgstr ""
#: admin/class-admin.php:468
msgid "Premium Support"
msgstr ""
#: admin/class-admin.php:472
msgid "FAQ"
msgstr ""
#: admin/class-admin.php:498 admin/class-pointers.php:287
#: admin/class-social-admin.php:47 admin/pages/social.php:24
#: admin/taxonomy/class-taxonomy-social-fields.php:94
msgid "Google+"
msgstr ""
#: admin/class-admin.php:500
msgid "Twitter username (without @)"
msgstr ""
#: admin/class-admin.php:502
msgid "Facebook profile URL"
msgstr ""
#. translators: this should be an array of stopwords for your language,
#. separated by comma's.
#: admin/class-admin.php:571
msgid ""
"a,about,above,after,again,against,all,am,an,and,any,are,as,at,be,because,"
"been,before,being,below,between,both,but,by,could,did,do,does,doing,down,"
"during,each,few,for,from,further,had,has,have,having,he,he'd,he'll,he's,her,"
"here,here's,hers,herself,him,himself,his,how,how's,i,i'd,i'll,i'm,i've,if,in,"
"into,is,it,it's,its,itself,let's,me,more,most,my,myself,nor,of,on,once,only,"
"or,other,ought,our,ours,ourselves,out,over,own,same,she,she'd,she'll,she's,"
"should,so,some,such,than,that,that's,the,their,theirs,them,themselves,then,"
"there,there's,these,they,they'd,they'll,they're,they've,this,those,through,"
"to,too,under,until,up,very,was,we,we'd,we'll,we're,we've,were,what,what's,"
"when,when's,where,where's,which,while,who,who's,whom,why,why's,with,would,"
"you,you'd,you'll,you're,you've,your,yours,yourself,yourselves"
msgstr ""
#: admin/class-bulk-description-editor-list-table.php:43
msgid "Existing Yoast Meta Description"
msgstr ""
#: admin/class-bulk-description-editor-list-table.php:44
msgid "New Yoast Meta Description"
msgstr ""
#: admin/class-bulk-editor-list-table.php:133
msgid "You are not allowed to access this page."
msgstr ""
#: admin/class-bulk-editor-list-table.php:387
msgid "Filter"
msgstr ""
#: admin/class-bulk-editor-list-table.php:748
msgid "Edit this item"
msgstr ""
#: admin/class-bulk-editor-list-table.php:748
msgid "Edit"
msgstr ""
#: admin/class-bulk-editor-list-table.php:754
msgid "Preview “%s”"
msgstr ""
#: admin/class-bulk-editor-list-table.php:754
msgid "Preview"
msgstr ""
#: admin/class-bulk-editor-list-table.php:758
msgid "View “%s”"
msgstr ""
#: admin/class-bulk-editor-list-table.php:758
#: admin/google_search_console/class-gsc-table.php:209
msgid "View"
msgstr ""
#: admin/class-bulk-editor-list-table.php:920
msgid "WP Page Title"
msgstr ""
#: admin/class-bulk-editor-list-table.php:921
msgid "Post Type"
msgstr ""
#: admin/class-bulk-editor-list-table.php:922
msgid "Post Status"
msgstr ""
#: admin/class-bulk-editor-list-table.php:923
msgid "Publication date"
msgstr ""
#: admin/class-bulk-editor-list-table.php:924
msgid "Page URL/Slug"
msgstr ""
#: admin/class-bulk-editor-list-table.php:929
msgid "Action"
msgstr ""
#: admin/class-bulk-title-editor-list-table.php:45
msgid "Existing Yoast SEO Title"
msgstr ""
#: admin/class-bulk-title-editor-list-table.php:46
msgid "New Yoast SEO Title"
msgstr ""
#: admin/class-config.php:102 admin/metabox/class-metabox.php:759
#: admin/taxonomy/class-taxonomy.php:101
msgid "Use Image"
msgstr ""
#. translators: %s: '%%term_title%%' variable used in titles and meta's
#. template that's not compatible with the given template
#: admin/class-config.php:116
msgid "Warning: the variable %s cannot be used in this template."
msgstr ""
#: admin/class-config.php:116
msgid "See the help tab for more info."
msgstr ""
#. translators: %s is the name of the plugin
#: admin/class-customizer.php:52
msgid "%s Breadcrumbs"
msgstr ""
#: admin/class-customizer.php:86
msgid "Remove blog page from breadcrumbs"
msgstr ""
#: admin/class-customizer.php:121
msgid "Breadcrumbs separator:"
msgstr ""
#: admin/class-customizer.php:146
msgid "Anchor text for the homepage:"
msgstr ""
#: admin/class-customizer.php:171
msgid "Prefix for breadcrumbs:"
msgstr ""
#: admin/class-customizer.php:196
msgid "Prefix for archive pages:"
msgstr ""
#: admin/class-customizer.php:221
msgid "Prefix for search result pages:"
msgstr ""
#: admin/class-customizer.php:246
msgid "Breadcrumb for 404 pages:"
msgstr ""
#: admin/class-export.php:66
msgid "Export created: %1$sdownload your export file here%2$s."
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-export.php:71
msgid "Error creating %1$s export: "
msgstr ""
#: admin/class-export.php:97
msgid "Could not zip settings-file."
msgstr ""
#: admin/class-export.php:102
msgid "Could not write settings to file."
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-export.php:112
msgid "This is a settings export file for the %1$s plugin by Yoast.com"
msgstr ""
#: admin/class-export.php:114
msgid "This export includes taxonomy metadata"
msgstr ""
#: admin/class-export.php:181
msgid "No taxonomy metadata found"
msgstr ""
#: admin/class-import-external.php:108
msgid "HeadSpace2 data successfully imported"
msgstr ""
#: admin/class-import-external.php:120
msgid "Error: no Robots Meta data found to import."
msgstr ""
#: admin/class-import-external.php:168
msgid "RSS Footer options imported successfully."
msgstr ""
#: admin/class-import-external.php:189
msgid "Yoast Breadcrumbs options imported successfully."
msgstr ""
#: admin/class-import-external.php:192
msgid "Yoast Breadcrumbs options could not be found"
msgstr ""
#: admin/class-import-woothemes-seo.php:29
msgid "WooThemes SEO framework settings & data successfully imported."
msgstr ""
#: admin/class-import.php:76 admin/class-import.php:82
#: admin/class-import.php:88 admin/class-import.php:120
#: admin/class-import.php:127 admin/class-import.php:151
msgid "Settings could not be imported:"
msgstr ""
#: admin/class-import.php:88
msgid "Upload failed."
msgstr ""
#: admin/class-import.php:120
msgid "Unzipping failed with error \"%s\"."
msgstr ""
#: admin/class-import.php:127
msgid "Unzipping failed - file settings.ini not found."
msgstr ""
#: admin/class-import.php:148
msgid "Settings successfully imported."
msgstr ""
#: admin/class-import.php:151
msgid "No settings found in file."
msgstr ""
#: admin/class-import.php:173
msgid "Setting \"%s\" is no longer used and has been discarded."
msgstr ""
#: admin/class-meta-columns.php:44 admin/metabox/class-metabox.php:59
msgid "SEO Title"
msgstr ""
#: admin/class-meta-columns.php:45
msgid "Meta Desc."
msgstr ""
#: admin/class-meta-columns.php:46
msgid "Focus KW"
msgstr ""
#: admin/class-meta-columns.php:137
msgid "All SEO Scores"
msgstr ""
#: admin/class-meta-columns.php:330 admin/metabox/class-metabox.php:150
msgid "Post is set to noindex."
msgstr ""
#: admin/class-meta-columns.php:335
msgid "Focus keyword not set."
msgstr ""
#. translators: %1$s expands to Yoast SEO, %2%s: 'Facebook' plugin name of
#. possibly conflicting plugin with regard to creating OpenGraph output
#: admin/class-plugin-conflict.php:128
msgid ""
"Both %1$s and %2$s create OpenGraph output, which might make Facebook, "
"Twitter, LinkedIn and other social networks use the wrong texts and images "
"when your pages are being shared."
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-plugin-conflict.php:132
msgid "Configure %1$s's OpenGraph settings"
msgstr ""
#. translators: %1$s expands to Yoast SEO, %2$s: 'Google XML Sitemaps' plugin
#. name of possibly conflicting plugin with regard to the creation of sitemaps
#: admin/class-plugin-conflict.php:135
msgid ""
"Both %1$s and %2$s can create XML sitemaps. Having two XML sitemaps is not "
"beneficial for search engines, yet might slow down your site."
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-plugin-conflict.php:139
msgid "Configure %1$s's XML Sitemap settings"
msgstr ""
#: admin/class-pointers.php:111
msgid "Close"
msgstr ""
#: admin/class-pointers.php:174
msgid "Congratulations!"
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-pointers.php:176
msgid ""
"You’ve just installed %1$s! Click “Start Tour” to view a "
"quick introduction of this plugin’s core functionality."
msgstr ""
#: admin/class-pointers.php:182 admin/pages/dashboard.php:162
msgid "Start Tour"
msgstr ""
#: admin/class-pointers.php:208
msgid "Next"
msgstr ""
#: admin/class-pointers.php:214
msgid "Previous"
msgstr ""
#: admin/class-pointers.php:230
msgid "General settings"
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-pointers.php:232
msgid ""
"These are the General settings for %1$s, here you can restart this tour or "
"revert the %1$s settings to default."
msgstr ""
#: admin/class-pointers.php:233
msgid "Tab: Your Info / Company Info"
msgstr ""
#: admin/class-pointers.php:233
msgid "Add some info here needed for Google's Knowledge Graph."
msgstr ""
#: admin/class-pointers.php:234
msgid "Tab: Webmaster Tools"
msgstr ""
#: admin/class-pointers.php:234
msgid ""
"You can add the verification codes for the different Webmaster Tools "
"programs here. We highly encourage you to check out both Google and "
"Bing’s Webmaster Tools."
msgstr ""
#: admin/class-pointers.php:235
msgid "Tab: Security"
msgstr ""
#: admin/class-pointers.php:235
msgid ""
"Determine who has access to the plugins advanced settings on the post edit "
"screen."
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-pointers.php:238
msgid "More %1$s"
msgstr ""
#: admin/class-pointers.php:241
msgid ""
"There’s more to learn about WordPress & SEO than just using this "
"plugin. A great start is our article %1$sthe definitive guide to WordPress "
"SEO%2$s."
msgstr ""
#: admin/class-pointers.php:243
msgid "Subscribe to our Newsletter"
msgstr ""
#. translators: %1$s expands to Yoast SEO
#: admin/class-pointers.php:245
msgid ""
"If you would like us to keep you up-to-date regarding %1$s and other plugins "
"by Yoast, subscribe to our newsletter:"
msgstr ""
#: admin/class-pointers.php:248
msgid "Email"
msgstr ""
#: admin/class-pointers.php:250
msgid "Subscribe"
msgstr ""
#: admin/class-pointers.php:264
msgid "Title & Metas settings"
msgstr ""
#: admin/class-pointers.php:265
msgid ""
"This is where you\tset the titles and meta-information for all your post "
"types, taxonomies, archives, special pages and for your homepage. The page "
"is divided into different tabs. Make sure you check ’em all out!"
msgstr ""
#: admin/class-pointers.php:266
msgid "Sitewide settings"
msgstr ""
#: admin/class-pointers.php:266
msgid ""
"The first tab will show you site-wide settings for titles, normally you'll "
"only need to change the Title Separator."
msgstr ""
#: admin/class-pointers.php:267
msgid "Templates and settings"
msgstr ""
#: admin/class-pointers.php:267
msgid ""
"Now click on the ‘%1$sPost Types%2$s’-tab, as this will be our "
"example."
msgstr ""
#: admin/class-pointers.php:267
msgid ""
"The templates are built using variables. You can find all these variables in "
"the help tab (in the top-right corner of the page). The settings allow you "
"to set specific behavior for the post types."
msgstr ""
#: admin/class-pointers.php:268 admin/pages/metas.php:24
#: frontend/class-frontend.php:527 frontend/class-frontend.php:548
msgid "Archives"
msgstr ""
#: admin/class-pointers.php:268
msgid ""
"On the archives tab you can set templates for specific pages like author "
"archives, search results and more."
msgstr ""
#: admin/class-pointers.php:269
#: admin/google_search_console/class-gsc-category-filters.php:117
#: admin/pages/metas.php:25
msgid "Other"
msgstr ""
#: admin/class-pointers.php:269
msgid ""
"On the Other tab you can change sitewide meta settings, like enable meta "
"keywords."
msgstr ""
#: admin/class-pointers.php:282
msgid "Social settings"
msgstr ""
#: admin/class-pointers.php:283 admin/class-social-admin.php:45
#: admin/pages/social.php:21 admin/taxonomy/class-taxonomy-social-fields.php:92
msgid "Facebook"
msgstr ""
#: admin/class-pointers.php:283
msgid ""
"On this tab you can enable the %1$sFacebook Open Graph%2$s functionality "
"from this plugin, as well as assign a Facebook user or Application to be the "
"admin of your site, so you can view the Facebook insights."
msgstr ""
#: admin/class-pointers.php:284
msgid ""
"The frontpage settings allow you to set meta-data for your homepage, whereas "
"the default settings allow you to set a fallback for all posts/pages without "
"images. "
msgstr ""
#: admin/class-pointers.php:285 admin/class-social-admin.php:46
#: admin/pages/social.php:22 admin/taxonomy/class-taxonomy-social-fields.php:93
msgid "Twitter"
msgstr ""
#: admin/class-pointers.php:285
msgid ""
"With %1$sTwitter Cards%2$s, you can attach rich photos, videos and media "
"experience to tweets that drive traffic to your website. Simply check the "
"box, sign up for the service, and users who Tweet links to your content will "
"have a “Card” added to the tweet that’s visible to all of "
"their followers."
msgstr ""
#: admin/class-pointers.php:286 admin/pages/social.php:23
msgid "Pinterest"
msgstr ""
#: admin/class-pointers.php:286
msgid ""
"On this tab you can verify your site with Pinterest and enter your Pinterest "
"account."
msgstr ""
#: admin/class-pointers.php:287
msgid ""
"This tab allows you to add specific post meta data for Google+. And if you "
"have a Google+ page for your business, add that URL here and link it on your "
"%1$sGoogle+%2$s page’s about page."
msgstr ""
#: admin/class-pointers.php:301
msgid "What are XML sitemaps?"
msgstr ""
#: admin/class-pointers.php:301
msgid ""
"A Sitemap is an XML file that lists the URLs for a site. It allows "
"webmasters to include additional information about each URL: when it was "
"last updated, how often it changes, and how important it is in relation to "
"other URLs in the site. This allows search engines to crawl the site more "
"intelligently."
msgstr ""
#: admin/class-pointers.php:302
msgid "What does the plugin do with XML Sitemaps?"
msgstr ""
#: admin/class-pointers.php:302
msgid ""
"This plugin adds XML sitemaps to your site. The sitemaps are automatically "
"updated when you publish a new post, page or custom post and Google and Bing "
"will be automatically notified."
msgstr ""
#: admin/class-pointers.php:303
msgid ""
"If you want to exclude certain post types and/or taxonomies, you can also "
"set that on this page."
msgstr ""
#: admin/class-pointers.php:304
msgid ""
"Is your webserver low on memory? Decrease the entries per sitemap (default: "
"1000) to reduce load."
msgstr ""
#: admin/class-pointers.php:317
msgid "Advanced Settings"
msgstr ""
#: admin/class-pointers.php:317
msgid ""
"All of the options on these tabs are for advanced users only, if you "
"don’t know whether you should check any, don’t touch them."
msgstr ""
#: admin/class-pointers.php:330
msgid "Extensions and Licenses"
msgstr ""
#. translators: %1$s expands to Yoast SEO, %2$s to Yoast SEO Premium, %3$s and
#. %4$s to an anchor with link about our premium plugins
#: admin/class-pointers.php:333
msgid ""
"The powerful functions of %1$s can be extended with %3$sYoast premium plugins"
"%4$s. These premium plugins require the installation of %1$s or %2$s and add "
"specific functionality. You can read all about the Yoast Premium Plugins "
"%3$shere%4$s."
msgstr ""
#: admin/class-pointers.php:335 admin/pages/licenses.php:78
msgid "Licenses"
msgstr ""
#. translators: %1$s expands to Yoast SEO Premium
#: admin/class-pointers.php:337
msgid ""
"Once you’ve purchased %1$s or any other premium Yoast plugin, "
"you’ll have to enter a license key. You can do so on the Licenses-tab. "
"Once you’ve activated your premium plugin, you can use all its "
"powerful features."
msgstr ""
#: admin/class-pointers.php:339
msgid "Like this plugin?"
msgstr ""
#: admin/class-pointers.php:339
msgid ""
"So, we’ve come to the end of the tour. If you like the plugin, please "
"%srate it 5 stars on WordPress.org%s!"
msgstr ""
#: admin/class-pointers.php:340
msgid ""
"Thank you for using our plugin and good luck with your SEO!<br/><br/>Best,"
"<br/>Team Yoast - %1$sYoast.com%2$s"
msgstr ""
#. translators: 1: expands to a <span> containing the number of posts
#. recalculated. 2: expands to a <strong> containing the total number of posts.
#: admin/class-recalculate-scores.php:39
msgid "%1$s of %2$s done."
msgstr ""
#: admin/class-recalculate-scores.php:46
msgid ""
"Recalculating SEO scores for all pieces of content with a focus keyword."
msgstr ""
#. translators: %s expands to the social network's name
#: admin/class-social-admin.php:34
msgid ""
"If you don't want to use the post title for sharing the post on %s but "
"instead want another title there, write it here."
msgstr ""
#. translators: %s expands to the social network's name
#: admin/class-social-admin.php:36
msgid ""
"If you don't want to use the meta description for sharing the post on %s but "
"want another description there, write it here."
msgstr ""
#. translators: %s expands to the social network's name
#: admin/class-social-admin.php:38
msgid ""
"If you want to override the image used on %s for this post, upload / choose "
"an image or add the URL here."
msgstr ""
#. translators: %1$s expands to the social network, %2$s to the recommended
#. image size
#. translators: %1$s expands to the social network name, %2$s expands to the
#. image size
#: admin/class-social-admin.php:40
#: admin/taxonomy/class-taxonomy-social-fields.php:63
msgid "The recommended image size for %1$s is %2$spx."
msgstr ""
#. translators: %s expands to the social network name
#: admin/class-social-admin.php:63
#: admin/taxonomy/class-taxonomy-social-fields.php:44
msgid "%s Title"
msgstr ""
#. translators: %s expands to the social network name
#: admin/class-social-admin.php:66
#: admin/taxonomy/class-taxonomy-social-fields.php:52
msgid "%s Description"
msgstr ""
#. translators: %s expands to the social network name
#: admin/class-social-admin.php:69
#: admin/taxonomy/class-taxonomy-social-fields.php:59
msgid "%s Image"
msgstr ""
#: admin/class-social-admin.php:90 admin/class-social-admin.php:91
msgid "Facebook / Open Graph metadata"
msgstr ""
#: admin/class-social-admin.php:102 admin/class-social-admin.php:103
#: admin/taxonomy/class-taxonomy-metabox.php:178
#: admin/taxonomy/class-taxonomy-metabox.php:179
msgid "Twitter metadata"
msgstr ""
#: admin/class-social-admin.php:114 admin/class-social-admin.php:115
#: admin/taxonomy/class-taxonomy-metabox.php:192
#: admin/taxonomy/class-taxonomy-metabox.php:193
msgid "Google+ metadata"
msgstr ""
#: admin/class-social-facebook.php:113
msgid "Please make sure both fields are filled."
msgstr ""
#: admin/class-social-facebook.php:116
msgid ""
"Your input contains invalid characters. Please make sure both fields are "
"filled in correctly."
msgstr ""
#: admin/class-social-facebook.php:119
msgid "This Facebook user has already been added as an admin."
msgstr ""
#: admin/class-social-facebook.php:155
msgid "Successfully removed admin %s"
msgstr ""
#: admin/class-social-facebook.php:178
msgid "Successfully cleared all Facebook Data"
msgstr ""
#: admin/class-social-facebook.php:291
msgid "Facebook Insights and Admins"
msgstr ""
#: admin/class-social-facebook.php:293
msgid ""
"To be able to access %sFacebook Insights%s for your site, you need to "
"specify a Facebook Admin. This can be a user. If you have an app for your "
"site, you could use that as well."
msgstr ""
#. translators: %1$s and %2$s expand to a link to the Yoast Knowledge Base
#: admin/class-social-facebook.php:301
msgid "More info can be found %1$son our knowledge base%2$s."
msgstr ""
#. translators: %1$s and %2$s expand to a link to Facebook Insights
#: admin/class-social-facebook.php:318
msgid ""
"To be able to access %1$sFacebook Insights%2$s, you need to add a user here. "
"The name is used for reference only, the ID is used for verification."
msgstr ""
#. translators: %1$s and %2$s expand to a link to the Yoast Knowledge Base
#: admin/class-social-facebook.php:322
msgid ""
"If you don't know where to find the needed ID, see %1$sthis knowledge base "
"article%2$s."
msgstr ""
#: admin/class-social-facebook.php:325
msgid "Admin's name:"
msgstr ""
#: admin/class-social-facebook.php:329
msgid "Admin's Facebook user ID:"
msgstr ""
#: admin/class-social-facebook.php:334 admin/class-social-facebook.php:348
msgid "Add Facebook admin"
msgstr ""
#: admin/class-social-facebook.php:354
msgid "Add Another Facebook Admin"
msgstr ""
#: admin/class-social-facebook.php:359
msgid "Currently connected Facebook admins:"
msgstr ""
#: admin/class-social-facebook.php:386
msgid "Facebook App ID"
msgstr ""
#: admin/class-social-facebook.php:454
msgid "Clear all Facebook Data"
msgstr ""
#. translators: %s is the plugin name
#: admin/class-yoast-dashboard-widget.php:41
msgid "%s Posts Overview"
msgstr ""
#: admin/class-yoast-dashboard-widget.php:153
msgid "Posts without focus keyword"
msgstr ""
#: admin/class-yoast-dashboard-widget.php:154
msgid "Posts with bad SEO score"
msgstr ""
#: admin/class-yoast-dashboard-widget.php:155
msgid "Posts with OK SEO score"
msgstr ""
#: admin/class-yoast-dashboard-widget.php:156
msgid "Posts with good SEO score"
msgstr ""
#. translators: %s expands to <code>noindex</code>
#: admin/class-yoast-dashboard-widget.php:158
msgid "Posts that are set to %s"
msgstr ""