-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathwebmention.pot
930 lines (733 loc) · 23.1 KB
/
webmention.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
# Copyright (C) 2024 Matthias Pfefferle
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: Webmention 5.3.3\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wordpress-webmention\n"
"POT-Creation-Date: 2024-08-19 08:12:05+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: templates/webmention-comment.php:19
msgid "404"
msgstr ""
#: includes/Handler/class-base.php:71
msgid "$webmention_item is not an instance of Webmention\\Entity\\Item"
msgstr ""
#: includes/Handler/class-wp.php:43 includes/Handler/class-wp.php:111
#: includes/Handler/class-wp.php:132
msgid "No API link found in the source code"
msgstr ""
#: includes/Handler/class-wp.php:57
msgid "No valid API link found"
msgstr ""
#: includes/class-admin.php:19 templates/webmention-settings.php:2
msgid "Webmention Settings"
msgstr ""
#: includes/class-admin.php:51
#. translators: 1. settings page URL
msgid ""
"Based on your feedback and to improve the user experience, we decided to "
"move the settings to a separate <a href=\"%1$s\">settings-page</a>."
msgstr ""
#: includes/class-admin.php:80
msgid "Refresh Webmention"
msgstr ""
#: includes/class-admin.php:117
msgid "Settings"
msgstr ""
#: includes/class-admin.php:138
msgid "Homepage Webmentions"
msgstr ""
#: includes/class-admin.php:150
msgid "Webmention Data"
msgstr ""
#: includes/class-admin.php:183
msgid "Comment-Type"
msgstr ""
#: includes/class-admin.php:201
msgid "Approve & Always Allow"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Webmention"
msgstr ""
#: includes/class-admin.php:273
msgid "Overview"
msgstr ""
#: includes/class-admin.php:275
msgid ""
"Webmention is a simple way to notify any URL when you mention it on your "
"site. From the receiver's perspective, it's a way to request notifications "
"when other sites mention it."
msgstr ""
#: includes/class-admin.php:276
msgid ""
"A Webmention is a notification that one URL links to another. For example, "
"Alice writes an interesting post on her blog. Bob then writes a response to "
"her post on his own site, linking back to Alice's original post. Bob's "
"publishing software sends a Webmention to Alice notifying that her article "
"was replied to, and Alice's software can show that reply as a comment on "
"the original post."
msgstr ""
#: includes/class-admin.php:277
msgid ""
"Sending a Webmention is not limited to blog posts, and can be used for "
"additional kinds of content and responses as well. For example, a response "
"can be an RSVP to an event, an indication that someone \"likes\" another "
"post, a \"bookmark\" of another post, and many others. Webmention enables "
"these interactions to happen across different websites, enabling a "
"distributed social web."
msgstr ""
#: includes/class-admin.php:284
msgid "Screencast"
msgstr ""
#: includes/class-admin.php:293
msgid "The IndieWeb"
msgstr ""
#: includes/class-admin.php:295
msgid "The IndieWeb is a people-focused alternative to the \"corporate web\"."
msgstr ""
#: includes/class-admin.php:297
msgid "Your content is yours"
msgstr ""
#: includes/class-admin.php:298
msgid ""
"When you post something on the web, it should belong to you, not a "
"corporation. Too many companies have gone out of business and lost all of "
"their users’ data. By joining the IndieWeb, your content stays yours and in "
"your control."
msgstr ""
#: includes/class-admin.php:301
msgid "You are better connected"
msgstr ""
#: includes/class-admin.php:302
msgid ""
"Your articles and status messages can go to all services, not just one, "
"allowing you to engage with everyone. Even replies and likes on other "
"services can come back to your site so they’re all in one place."
msgstr ""
#: includes/class-admin.php:305
msgid "You are in control"
msgstr ""
#: includes/class-admin.php:306
msgid ""
"You can post anything you want, in any format you want, with no one "
"monitoring you. In addition, you share simple readable links such as "
"example.com/ideas. These links are permanent and will always work."
msgstr ""
#: includes/class-admin.php:312
msgid "For more information:"
msgstr ""
#: includes/class-admin.php:313
msgid "<a href=\"https://indieweb.org/Webmention\">IndieWeb Wiki page</a>"
msgstr ""
#: includes/class-admin.php:314
msgid "<a href=\"https://webmention.rocks/\">Test suite</a>"
msgstr ""
#: includes/class-admin.php:315
msgid "<a href=\"https://www.w3.org/TR/webmention/\">W3C Spec</a>"
msgstr ""
#: includes/class-admin.php:325
msgid "Disable self Webmentions on the same URL"
msgstr ""
#: includes/class-admin.php:335
msgid "Disable self Webmentions on the same domain"
msgstr ""
#: includes/class-admin.php:345
msgid "Disable sending Webmentions for media links (image, video, and audio tags)"
msgstr ""
#: includes/class-admin.php:355
msgid "Enable Webmention support for post types"
msgstr ""
#: includes/class-admin.php:365
msgid "Show Webmention comment-form"
msgstr ""
#: includes/class-admin.php:375
msgid "Change the text of the Webmention comment-form"
msgstr ""
#: includes/class-admin.php:385
msgid "Where to direct Mentions of the home page"
msgstr ""
#: includes/class-admin.php:395
msgid "Automatically approve Webmentions from these domains"
msgstr ""
#: includes/class-admin.php:405
msgid "Show Avatars on Webmentions"
msgstr ""
#: includes/class-admin.php:415
msgid "Separate Webmention Comment Types in Display from Comments"
msgstr ""
#: includes/class-admin.php:425
msgid "Initial number of faces to show in facepiles <small>(0 for all)</small>"
msgstr ""
#: includes/class-admin.php:437
msgid ""
"Webmentions are an explicit feature of your content management system: by "
"sending a Webmention to the Webmention endpoint of this website, you "
"request the server to take notice of that referral and process it. As long "
"as public content is concerned (i.e. you are not sending a private "
"Webmention), such use of this website’s Webmention endpoint implies that "
"you are aware of it being published."
msgstr ""
#: includes/class-admin.php:438
msgid ""
"You can at any time request the removal of one or all Webmentions "
"originating from your website."
msgstr ""
#: includes/class-admin.php:440
msgid "Processing"
msgstr ""
#: includes/class-admin.php:441
msgid ""
"Incoming Webmentions are handled as a request to process personal data that "
"you make available by explicitly providing metadata in your website's "
"markup."
msgstr ""
#: includes/class-admin.php:443
msgid "Publishing"
msgstr ""
#: includes/class-admin.php:444
msgid ""
"An incoming Webmention request is by design a request for publishing a "
"comment from elsewhere on the web; this is what the protocol was designed "
"for and why it is active on your website."
msgstr ""
#: includes/class-admin.php:446
msgid "Personal data"
msgstr ""
#: includes/class-admin.php:447
msgid "The Webmention plugin processes the following data (if available):"
msgstr ""
#: includes/class-admin.php:450
msgid "Your name"
msgstr ""
#: includes/class-admin.php:451
msgid "The profile picture from your website"
msgstr ""
#: includes/class-admin.php:452
msgid "The URL of your website"
msgstr ""
#: includes/class-admin.php:453
msgid "Personal information you include in your post"
msgstr ""
#: includes/class-cli.php:77
msgid "Webmention Plugin Meta:\n"
msgstr ""
#: includes/class-cli.php:115
msgid "Webmention refreshed!"
msgstr ""
#: includes/class-cli.php:135 includes/class-cli.php:139
msgid "Failure: "
msgstr ""
#: includes/class-cli.php:137
msgid "Success: "
msgstr ""
#: includes/class-cli.php:144
msgid "Please provide a comment ID or a post-id/permalink"
msgstr ""
#: includes/class-cli.php:189 includes/class-cli.php:211
msgid "Nothing to ping."
msgstr ""
#: includes/class-cli.php:192
msgid "Webmentions sent:"
msgstr ""
#: includes/class-cli.php:198
msgid "Invalid post ID or permalink"
msgstr ""
#: includes/class-cli.php:205 includes/class-cli.php:216
msgid "Please provide a post-id/permalink or a source and a target"
msgstr ""
#: includes/class-cli.php:213
msgid "Webmention sent!"
msgstr ""
#: includes/class-cli.php:322
msgid "DB Migration finished"
msgstr ""
#: includes/class-comment-walker.php:195
msgid "Your comment is awaiting moderation."
msgstr ""
#: includes/class-comment-walker.php:197
msgid ""
"Your comment is awaiting moderation. This is a preview; your comment will "
"be visible after it has been approved."
msgstr ""
#: includes/class-comment-walker.php:218
#. translators: %s: Comment author link.
msgid "%s <span class=\"says\">says:</span>"
msgstr ""
#: includes/class-comment-walker.php:238 templates/webmention-comment.php:67
#. translators: 1: Comment date, 2: Comment time.
#. translators: 1: date, 2: time
msgid "%1$s at %2$s"
msgstr ""
#: includes/class-comment-walker.php:244
msgid "Edit"
msgstr ""
#: includes/class-comment.php:103
msgid "Reposts"
msgstr ""
#: includes/class-comment.php:104
msgid "Repost"
msgstr ""
#: includes/class-comment.php:105
msgid ""
"A repost on the indieweb is a post that is purely a 100% re-publication of "
"another (typically someone else's) post."
msgstr ""
#: includes/class-comment.php:109
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s reposted %2$s on <a href=\"%3$s\">%4$s</a>."
msgstr ""
#: includes/class-comment.php:116
msgid "Likes"
msgstr ""
#: includes/class-comment.php:117
msgid "Like"
msgstr ""
#: includes/class-comment.php:118
msgid ""
"A like is a popular webaction button and in some cases post type on various "
"silos such as Facebook and Instagram."
msgstr ""
#: includes/class-comment.php:122
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s liked %2$s on <a href=\"%3$s\">%4$s</a>."
msgstr ""
#: includes/class-comment.php:129
msgid "Favorites"
msgstr ""
#: includes/class-comment.php:130
msgid "Favorite"
msgstr ""
#: includes/class-comment.php:131
msgid ""
"A favorite is a common webaction on many silos (like Flickr, Twitter), "
"typically visually indicated with a star symbol that fills in with a color "
"when activated (pink, orange)."
msgstr ""
#: includes/class-comment.php:135
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s favorited %2$s on <a href=\"%3$s\">%4$s</a>."
msgstr ""
#: includes/class-comment.php:142
msgid "Tags"
msgstr ""
#: includes/class-comment.php:143
msgid "Tag"
msgstr ""
#: includes/class-comment.php:144
msgid ""
"Tags or tagging refers to categorizing or labeling content, your own or "
"others (tag-reply), with words, phrases, names, or other information, "
"optionally linked to specific people, events, locations, such as the "
"practice of tagging posts being about certain people (person-tag), like "
"tagging people or other items where (area-tag) they're depicted in a photo."
msgstr ""
#: includes/class-comment.php:148
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s tagged %2$s on <a href=\"%3$s\">%4$s</a>."
msgstr ""
#: includes/class-comment.php:155
msgid "Bookmarks"
msgstr ""
#: includes/class-comment.php:156
msgid "Bookmark"
msgstr ""
#: includes/class-comment.php:157
msgid ""
"A bookmark (or linkblog) is a post that is primarily comprised of a URL, "
"often title text from that URL, sometimes optional text describing, "
"tagging, or quoting from its contents."
msgstr ""
#: includes/class-comment.php:161
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s bookmarked %2$s on <a href=\"%3$s\">%4$s</a>."
msgstr ""
#: includes/class-comment.php:168
msgid "Listens"
msgstr ""
#: includes/class-comment.php:169
msgid "Listen"
msgstr ""
#: includes/class-comment.php:170
msgid ""
"A \"listen\" is a passive type of post used to publish a song (music or "
"audio track, including concert recordings or DJ sets) or podcast that you "
"have listened to."
msgstr ""
#: includes/class-comment.php:174
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s <strong>listened</strong> to %2$s (via <a href=\"%3$s\">%4$s</a>)."
msgstr ""
#: includes/class-comment.php:181
msgid "Watches"
msgstr ""
#: includes/class-comment.php:182
msgid "Watch"
msgstr ""
#: includes/class-comment.php:183
msgid ""
"A watch is a semi-passive type of post used to publish that you have "
"watched a video (movie, TV, film), or a live show (theater, concert)."
msgstr ""
#: includes/class-comment.php:187
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s <strong>watched</strong> %2$s (via <a href=\"%3$s\">%4$s</a>)."
msgstr ""
#: includes/class-comment.php:194
msgid "Reads"
msgstr ""
#: includes/class-comment.php:195
msgid "Read"
msgstr ""
#: includes/class-comment.php:198
msgid ""
"To read or reading is the act of viewing and interpreting posts or other "
"documents; on the IndieWeb, a read post expresses that something has been "
"read, like a book or section thereof."
msgstr ""
#: includes/class-comment.php:200
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s <strong>read</strong> %2$s (via <a href=\"%3$s\">%4$s</a>)."
msgstr ""
#: includes/class-comment.php:207
msgid "Follows"
msgstr ""
#: includes/class-comment.php:208
msgid "Follow"
msgstr ""
#: includes/class-comment.php:209
msgid ""
"Follow is a common feature (and often UI button) in silo UIs (like Twitter) "
"that adds updates from that profile (typically a person) to the stream "
"shown in an integrated reader, and sometimes creates a follow post either "
"in the follower's stream (\"… followed …\" or \"… is following …\") thus "
"visible to their followers, and/or in the notifications of the user being "
"followed (\"… followed you\")."
msgstr ""
#: includes/class-comment.php:213
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s <strong>followed</strong> %2$s (via <a href=\"%3$s\">%4$s</a>)."
msgstr ""
#: includes/class-comment.php:220
msgid "Mentions"
msgstr ""
#: includes/class-comment.php:221
msgid "Mention"
msgstr ""
#: includes/class-comment.php:222
msgid ""
"A mention is a post which links to another post without explicitly being in "
"response to it. In contrast, a reply, like, or repost are explicit "
"responses to a post."
msgstr ""
#: includes/class-comment.php:226
#. translators: %1$s username, %2$s opject format (post, audio, ...), %3$s URL,
#. %4$s domain
msgid "%1$s <strong>mentioned</strong> %2$s on <a href=\"%3$s\">%4$s</a>."
msgstr ""
#: includes/class-comment.php:233
msgid "Reacjis"
msgstr ""
#: includes/class-comment.php:234
msgid "Reacji"
msgstr ""
#: includes/class-comment.php:235
msgid ""
"Reacji is an emoji reaction, the use of a single emoji character in "
"response to a post."
msgstr ""
#: includes/class-receiver.php:52
msgid "Protocol Used to Receive"
msgstr ""
#: includes/class-receiver.php:60
msgid "Target URL for the Webmention"
msgstr ""
#: includes/class-receiver.php:69
msgid "Source URL for the Webmention"
msgstr ""
#: includes/class-receiver.php:77
msgid "Target URL Fragment for the Webmention"
msgstr ""
#: includes/class-receiver.php:86
msgid "Last Modified Time for the Webmention (GMT)"
msgstr ""
#: includes/class-receiver.php:95
msgid "Response Code Returned During Webmention Verification"
msgstr ""
#: includes/class-receiver.php:104
msgid "Webmention Vouch URL"
msgstr ""
#: includes/class-receiver.php:112
msgid "Canonical URL for the Webmention"
msgstr ""
#: includes/class-receiver.php:120
msgid "Avatar URL"
msgstr ""
#: includes/class-receiver.php:229
msgid "Target is not on this domain"
msgstr ""
#: includes/class-receiver.php:236 includes/class-receiver.php:250
msgid "Target is not a valid post"
msgstr ""
#: includes/class-receiver.php:240
msgid "Target and source cannot direct to the same resource"
msgstr ""
#: includes/class-receiver.php:245
msgid "Webmentions are disabled for this post"
msgstr ""
#: includes/class-receiver.php:314
msgid "Webmention is scheduled"
msgstr ""
#: includes/class-receiver.php:364 includes/class-receiver.php:440
msgid "Webmention was successful"
msgstr ""
#: includes/class-receiver.php:379
msgid "Unknown Webmention Type"
msgstr ""
#: includes/class-receiver.php:491 includes/class-vouch.php:64
msgid "Invalid data passed"
msgstr ""
#: includes/class-receiver.php:516
msgid "Cannot find target link"
msgstr ""
#: includes/class-receiver.php:664
msgid "Not enough data available"
msgstr ""
#: includes/class-response.php:124
msgid "Content Type is not supported"
msgstr ""
#: includes/class-response.php:170
msgid "Cannot generate DOMDocument"
msgstr ""
#: includes/class-response.php:178
msgid "Request body has no data"
msgstr ""
#: includes/class-response.php:182
msgid "Request body is not valid HTML"
msgstr ""
#: includes/class-vouch.php:31
msgid "Has this Webmention Been Vouched for"
msgstr ""
#: includes/class-vouch.php:97 includes/class-vouch.php:111
#: includes/class-vouch.php:147
msgid "Vouch Not Found"
msgstr ""
#: includes/functions.php:124
msgid ""
"To respond on your own website, enter the URL of your response which should "
"contain a link to this post's permalink URL. Your response will then appear "
"(possibly after moderation) on this page. Want to update or remove your "
"response? Update or delete your post and re-enter your post's URL again. "
"(<a href=\"https://indieweb.org/webmention\">Learn More</a>)"
msgstr ""
#: includes/functions.php:400
msgid "Pingback"
msgstr ""
#: includes/functions.php:403
msgid "Trackback"
msgstr ""
#: includes/functions.php:409
msgid "Response"
msgstr ""
#: includes/functions.php:641
msgid "Valid Comment Not Passed to Function"
msgstr ""
#: includes/functions.php:644
msgid "Comment object is not a Webmention"
msgstr ""
#: includes/functions.php:650
msgid "Webmention data missing - unable to refresh"
msgstr ""
#: templates/webmention-api-message.php:11
#: templates/webmention-endpoint-form.php:11
msgid "Webmention Endpoint"
msgstr ""
#: templates/webmention-comment-form.php:12
#: templates/webmention-endpoint-form.php:130
msgid "URL/Permalink of your article"
msgstr ""
#: templates/webmention-comment-form.php:15
#: templates/webmention-endpoint-form.php:137
msgid "Ping me!"
msgstr ""
#: templates/webmention-comment.php:18
msgid "Page not found"
msgstr ""
#: templates/webmention-edit-comment-form.php:2
msgid "Comment Type"
msgstr ""
#: templates/webmention-edit-comment-form.php:6
#: templates/webmention-tools.php:14
msgid "Target"
msgstr ""
#: templates/webmention-edit-comment-form.php:10
msgid "Source"
msgstr ""
#: templates/webmention-edit-comment-form.php:14
msgid "Avatar"
msgstr ""
#: templates/webmention-edit-comment-form.php:18
msgid "Canonical URL"
msgstr ""
#: templates/webmention-edit-comment-form.php:22
msgid "Creation Time"
msgstr ""
#: templates/webmention-endpoint-form.php:119
msgid "Send a Webmention"
msgstr ""
#: templates/webmention-endpoint-form.php:129 templates/webmention-tools.php:11
msgid "Source URL"
msgstr ""
#: templates/webmention-endpoint-form.php:133
msgid "Target URL"
msgstr ""
#: templates/webmention-endpoint-form.php:134
msgid "URL/Permalink of my article"
msgstr ""
#: templates/webmention-endpoint-form.php:143
msgid ""
"Webmention is a way for you to tell me \"Hey, I have written a response to "
"your post.\""
msgstr ""
#: templates/webmention-endpoint-form.php:147
#. Translators: placeholder will be an html link to webmention.net
msgid "Learn more about Webmentions at %s"
msgstr ""
#: templates/webmention-settings.php:7
msgid "Sender"
msgstr ""
#: templates/webmention-settings.php:9
msgid "A Webmention Sender is an implementation that sends Webmentions."
msgstr ""
#: templates/webmention-settings.php:13
msgid "Self-Ping settings"
msgstr ""
#: templates/webmention-settings.php:18
msgid "Disable self-pings on the same URL"
msgstr ""
#: templates/webmention-settings.php:19
msgid "(for example \"http://example.com/?p=123\")"
msgstr ""
#: templates/webmention-settings.php:26
msgid "Disable self-pings on the same Domain"
msgstr ""
#: templates/webmention-settings.php:27
msgid "(for example \"example.com\")"
msgstr ""
#: templates/webmention-settings.php:34
msgid "Disable sending Webmentions for media links (image, video, audio)"
msgstr ""
#: templates/webmention-settings.php:43
msgid "Receiver"
msgstr ""
#: templates/webmention-settings.php:45
msgid ""
"A Webmention Receiver is an implementation that receives Webmentions to one "
"or more target URLs on which the Receiver's Webmention endpoint is "
"advertised."
msgstr ""
#: templates/webmention-settings.php:49
msgid "Webmention support for post types"
msgstr ""
#: templates/webmention-settings.php:52
msgid "Enable Webmention support for the following post types:"
msgstr ""
#: templates/webmention-settings.php:70
msgid "Set a page for mentions of the homepage to be sent to:"
msgstr ""
#: templates/webmention-settings.php:75
msgid "No homepage mentions"
msgstr ""
#: templates/webmention-settings.php:85
msgid "Visit site"
msgstr ""
#: templates/webmention-settings.php:93
msgid "Automatically approve Webmention from these domains"
msgstr ""
#: templates/webmention-settings.php:101
msgid ""
"A Webmention received from a site that matches a domain in this list will "
"be auto-approved. One domain (e.g. indieweb.org) per line."
msgstr ""
#: templates/webmention-settings.php:108
msgid "Comment settings"
msgstr ""
#: templates/webmention-settings.php:114
msgid ""
"Show a Webmention form at the comment section, to allow anyone to notify "
"you of a mention."
msgstr ""
#: templates/webmention-settings.php:123
msgid "Change the default help text of the Webmention form"
msgstr ""
#: templates/webmention-settings.php:130
msgid "Avatars"
msgstr ""
#: templates/webmention-settings.php:135
msgid "Show avatars on Webmentions if available."
msgstr ""
#: templates/webmention-settings.php:141
msgid "Display"
msgstr ""
#: templates/webmention-settings.php:147
msgid "Separate Webmention Types from Comments."
msgstr ""
#: templates/webmention-settings.php:154
msgid "Initial number of faces to show in facepiles (0 for all)."
msgstr ""
#: templates/webmention-tools.php:2
msgid "Webmention Testing Tools"
msgstr ""
#: templates/webmention-tools.php:4
msgid "Webmention Parsing Debugger"
msgstr ""
#: templates/webmention-tools.php:5
msgid ""
"This tests the parsing of an incoming webmention to show what information "
"is available to produce a rich comment"
msgstr ""
#: templates/webmention-tools.php:17
msgid "Output format"
msgstr ""
#: templates/webmention-tools.php:18
msgid "Aggregated"
msgstr ""
#: templates/webmention-tools.php:23
msgid "Parse"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/pfefferle/wordpress-webmention"
msgstr ""
#. Description of the plugin/theme
msgid "Webmention support for WordPress posts"
msgstr ""
#. Author of the plugin/theme
msgid "Matthias Pfefferle"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://notiz.blog/"
msgstr ""
#: includes/functions.php:397
msgctxt "noun"
msgid "Comment"
msgstr ""
#: templates/webmention-api-message.php:124
#. translators: %s: site title
msgctxt "site"
msgid "← Back to %s"
msgstr ""