PluginProbe
ActivityPub / 0.7.3
ActivityPub v0.7.3
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
activitypub / languages / activitypub.pot

activitypub.pot in ActivityPub 0.7.3, at languages/activitypub.pot

280 lines 6.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2019 Matthias Pfefferle
2 # This file is distributed under the MIT.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: ActivityPub 0.7.2\n"
6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n"
7 "POT-Creation-Date: 2019-07-28 20:11:43+00:00\n"
8 "MIME-Version: 1.0\n"
9 "Content-Type: text/plain; charset=utf-8\n"
10 "Content-Transfer-Encoding: 8bit\n"
11 "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "X-Generator: grunt-wp-i18n 1.0.3\n"
15
16 #: includes/class-admin.php:48
17 msgid "Use summary or full content"
18 msgstr ""
19
20 #: includes/class-admin.php:60
21 msgid "The Activity-Object-Type"
22 msgstr ""
23
24 #: includes/class-admin.php:72 templates/settings-page.php:33
25 msgid "Use the Shortlink instead of the permalink"
26 msgstr ""
27
28 #: includes/class-admin.php:79
29 msgid ""
30 "Add hashtags in the content as native tags and replace the #tag with the "
31 "tag-link"
32 msgstr ""
33
34 #: includes/class-admin.php:86
35 msgid "Add all tags as hashtags at the end of each activity"
36 msgstr ""
37
38 #: includes/class-admin.php:96
39 msgid "Overview"
40 msgstr ""
41
42 #: includes/class-admin.php:98
43 msgid ""
44 "ActivityPub is a decentralized social networking protocol based on the "
45 "ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended "
46 "standard published by the W3C Social Web Working Group. It provides a "
47 "client to server API for creating, updating and deleting content, as well "
48 "as a federated server to server API for delivering notifications and "
49 "subscribing to content."
50 msgstr ""
51
52 #: includes/class-admin.php:103
53 msgid "For more information:"
54 msgstr ""
55
56 #: includes/class-admin.php:104
57 msgid "<a href=\"https://activitypub.rocks/\">Test Suite</a>"
58 msgstr ""
59
60 #: includes/class-admin.php:105
61 msgid "<a href=\"https://www.w3.org/TR/activitypub/\">W3C Spec</a>"
62 msgstr ""
63
64 #: includes/class-admin.php:106
65 msgid ""
66 "<a href=\"https://github.com/pfefferle/wordpress-activitypub/issues\">Give "
67 "us feedback</a>"
68 msgstr ""
69
70 #: includes/class-admin.php:108
71 msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
72 msgstr ""
73
74 #: includes/class-admin.php:114
75 msgid "Fediverse"
76 msgstr ""
77
78 #: includes/db/class-followers.php:47
79 msgid "Unknown Actor schema"
80 msgstr ""
81
82 #: includes/functions.php:104
83 msgid "The \"actor\" is no valid URL"
84 msgstr ""
85
86 #: includes/functions.php:128
87 msgid "No valid JSON data"
88 msgstr ""
89
90 #: includes/functions.php:156
91 msgid "No \"Inbox\" found"
92 msgstr ""
93
94 #: includes/functions.php:182
95 msgid "No \"Public-Key\" found"
96 msgstr ""
97
98 #: includes/functions.php:210
99 msgid "Profile identifier"
100 msgstr ""
101
102 #: includes/functions.php:215
103 #. translators: the webfinger resource
104 msgid "Try to follow \"@%s\" in the Mastodon/Friendica search field."
105 msgstr ""
106
107 #: includes/rest/class-followers.php:46 includes/rest/class-followers.php:49
108 #: includes/rest/class-following.php:46 includes/rest/class-following.php:49
109 #: includes/rest/class-outbox.php:47 includes/rest/class-outbox.php:50
110 #: includes/rest/class-webfinger.php:61
111 msgid "User not found"
112 msgstr ""
113
114 #: includes/rest/class-inbox.php:100
115 msgid "Invalid payload"
116 msgstr ""
117
118 #: includes/rest/class-inbox.php:118
119 msgid "This method is not yet implemented"
120 msgstr ""
121
122 #: includes/rest/class-inbox.php:149 includes/rest/class-inbox.php:178
123 #: includes/rest/class-inbox.php:192 includes/rest/class-inbox.php:229
124 msgid "No \"Actor\" found"
125 msgstr ""
126
127 #: includes/rest/class-webfinger.php:48
128 msgid "Resource is invalid"
129 msgstr ""
130
131 #: includes/rest/class-webfinger.php:55
132 msgid "Resource host does not match blog host"
133 msgstr ""
134
135 #: templates/json-author.php:48
136 msgid "Blog"
137 msgstr ""
138
139 #: templates/json-author.php:58 templates/settings-page.php:71
140 msgid "Profile"
141 msgstr ""
142
143 #: templates/json-author.php:69
144 msgid "Website"
145 msgstr ""
146
147 #: templates/settings-page.php:2
148 msgid "ActivityPub Settings"
149 msgstr ""
150
151 #: templates/settings-page.php:4
152 msgid ""
153 "ActivityPub turns your blog into a federated social network. This means you "
154 "can share and talk to everyone using the ActivityPub protocol, including "
155 "users of Friendica, Pleroma and Mastodon."
156 msgstr ""
157
158 #: templates/settings-page.php:9
159 msgid "Activities"
160 msgstr ""
161
162 #: templates/settings-page.php:11
163 msgid "All activity related settings."
164 msgstr ""
165
166 #: templates/settings-page.php:17
167 msgid "Post-Content"
168 msgstr ""
169
170 #: templates/settings-page.php:21
171 msgid "Excerpt"
172 msgstr ""
173
174 #: templates/settings-page.php:21
175 msgid "A content summary, shortened to 400 characters and without markup."
176 msgstr ""
177
178 #: templates/settings-page.php:24
179 msgid "Content (default)"
180 msgstr ""
181
182 #: templates/settings-page.php:24
183 msgid "The full content."
184 msgstr ""
185
186 #: templates/settings-page.php:30
187 msgid "Backlink"
188 msgstr ""
189
190 #: templates/settings-page.php:39
191 msgid "Activity-Object-Type"
192 msgstr ""
193
194 #: templates/settings-page.php:43
195 msgid "Note (default)"
196 msgstr ""
197
198 #: templates/settings-page.php:43
199 msgid "Should work with most platforms."
200 msgstr ""
201
202 #: templates/settings-page.php:46
203 msgid "Article"
204 msgstr ""
205
206 #: templates/settings-page.php:46
207 msgid ""
208 "The presentation of the \"Article\" might change on different platforms. "
209 "Mastodon for example shows the \"Article\" type as a simple link."
210 msgstr ""
211
212 #: templates/settings-page.php:49
213 msgid "WordPress Post-Format"
214 msgstr ""
215
216 #: templates/settings-page.php:49
217 msgid "Maps the WordPress Post-Format to the ActivityPub Object Type."
218 msgstr ""
219
220 #: templates/settings-page.php:55
221 msgid "Hashtags"
222 msgstr ""
223
224 #: templates/settings-page.php:59
225 msgid ""
226 "Add hashtags in the content as native tags and replace the "
227 "<code>#tag</code> with the tag-link."
228 msgstr ""
229
230 #: templates/settings-page.php:62
231 msgid "Add all tags as hashtags to the end of each activity."
232 msgstr ""
233
234 #: templates/settings-page.php:73
235 msgid "All profile related settings."
236 msgstr ""
237
238 #: templates/settings-page.php:79
239 msgid "Followers"
240 msgstr ""
241
242 #: templates/settings-page.php:81
243 msgid "All follower related settings."
244 msgstr ""
245
246 #: templates/settings-page.php:87
247 msgid "List of followers"
248 msgstr ""
249
250 #: templates/settings-page.php:97
251 msgid "No followers yet"
252 msgstr ""
253
254 #: templates/settings-page.php:112
255 msgid ""
256 "If you like this plugin, what about a small <a "
257 "href=\"https://notiz.blog/donate\">donation</a>?"
258 msgstr ""
259
260 #. Plugin Name of the plugin/theme
261 msgid "ActivityPub"
262 msgstr ""
263
264 #. Plugin URI of the plugin/theme
265 msgid "https://github.com/pfefferle/wordpress-activitypub/"
266 msgstr ""
267
268 #. Description of the plugin/theme
269 msgid ""
270 "The ActivityPub protocol is a decentralized social networking protocol "
271 "based upon the ActivityStreams 2.0 data format."
272 msgstr ""
273
274 #. Author of the plugin/theme
275 msgid "Matthias Pfefferle"
276 msgstr ""
277
278 #. Author URI of the plugin/theme
279 msgid "https://notiz.blog/"
280 msgstr ""