wordpress-activitypub/languages/activitypub.pot
2019-07-28 22:12:11 +02:00

280 lines
No EOL
6.6 KiB
Text

# Copyright (C) 2019 Matthias Pfefferle
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: ActivityPub 0.7.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/activitypub\n"
"POT-Creation-Date: 2019-07-28 20:11:43+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: includes/class-admin.php:48
msgid "Use summary or full content"
msgstr ""
#: includes/class-admin.php:60
msgid "The Activity-Object-Type"
msgstr ""
#: includes/class-admin.php:72 templates/settings-page.php:33
msgid "Use the Shortlink instead of the permalink"
msgstr ""
#: includes/class-admin.php:79
msgid ""
"Add hashtags in the content as native tags and replace the #tag with the "
"tag-link"
msgstr ""
#: includes/class-admin.php:86
msgid "Add all tags as hashtags at the end of each activity"
msgstr ""
#: includes/class-admin.php:96
msgid "Overview"
msgstr ""
#: includes/class-admin.php:98
msgid ""
"ActivityPub is a decentralized social networking protocol based on the "
"ActivityStreams 2.0 data format. ActivityPub is an official W3C recommended "
"standard published by the W3C Social Web Working Group. It provides a "
"client to server API for creating, updating and deleting content, as well "
"as a federated server to server API for delivering notifications and "
"subscribing to content."
msgstr ""
#: includes/class-admin.php:103
msgid "For more information:"
msgstr ""
#: includes/class-admin.php:104
msgid "<a href=\"https://activitypub.rocks/\">Test Suite</a>"
msgstr ""
#: includes/class-admin.php:105
msgid "<a href=\"https://www.w3.org/TR/activitypub/\">W3C Spec</a>"
msgstr ""
#: includes/class-admin.php:106
msgid ""
"<a href=\"https://github.com/pfefferle/wordpress-activitypub/issues\">Give "
"us feedback</a>"
msgstr ""
#: includes/class-admin.php:108
msgid "<a href=\"https://notiz.blog/donate\">Donate</a>"
msgstr ""
#: includes/class-admin.php:114
msgid "Fediverse"
msgstr ""
#: includes/db/class-followers.php:47
msgid "Unknown Actor schema"
msgstr ""
#: includes/functions.php:104
msgid "The \"actor\" is no valid URL"
msgstr ""
#: includes/functions.php:128
msgid "No valid JSON data"
msgstr ""
#: includes/functions.php:156
msgid "No \"Inbox\" found"
msgstr ""
#: includes/functions.php:182
msgid "No \"Public-Key\" found"
msgstr ""
#: includes/functions.php:210
msgid "Profile identifier"
msgstr ""
#: includes/functions.php:215
#. translators: the webfinger resource
msgid "Try to follow \"@%s\" in the Mastodon/Friendica search field."
msgstr ""
#: includes/rest/class-followers.php:46 includes/rest/class-followers.php:49
#: includes/rest/class-following.php:46 includes/rest/class-following.php:49
#: includes/rest/class-outbox.php:47 includes/rest/class-outbox.php:50
#: includes/rest/class-webfinger.php:61
msgid "User not found"
msgstr ""
#: includes/rest/class-inbox.php:100
msgid "Invalid payload"
msgstr ""
#: includes/rest/class-inbox.php:118
msgid "This method is not yet implemented"
msgstr ""
#: includes/rest/class-inbox.php:149 includes/rest/class-inbox.php:178
#: includes/rest/class-inbox.php:192 includes/rest/class-inbox.php:229
msgid "No \"Actor\" found"
msgstr ""
#: includes/rest/class-webfinger.php:48
msgid "Resource is invalid"
msgstr ""
#: includes/rest/class-webfinger.php:55
msgid "Resource host does not match blog host"
msgstr ""
#: templates/json-author.php:48
msgid "Blog"
msgstr ""
#: templates/json-author.php:58 templates/settings-page.php:71
msgid "Profile"
msgstr ""
#: templates/json-author.php:69
msgid "Website"
msgstr ""
#: templates/settings-page.php:2
msgid "ActivityPub Settings"
msgstr ""
#: templates/settings-page.php:4
msgid ""
"ActivityPub turns your blog into a federated social network. This means you "
"can share and talk to everyone using the ActivityPub protocol, including "
"users of Friendica, Pleroma and Mastodon."
msgstr ""
#: templates/settings-page.php:9
msgid "Activities"
msgstr ""
#: templates/settings-page.php:11
msgid "All activity related settings."
msgstr ""
#: templates/settings-page.php:17
msgid "Post-Content"
msgstr ""
#: templates/settings-page.php:21
msgid "Excerpt"
msgstr ""
#: templates/settings-page.php:21
msgid "A content summary, shortened to 400 characters and without markup."
msgstr ""
#: templates/settings-page.php:24
msgid "Content (default)"
msgstr ""
#: templates/settings-page.php:24
msgid "The full content."
msgstr ""
#: templates/settings-page.php:30
msgid "Backlink"
msgstr ""
#: templates/settings-page.php:39
msgid "Activity-Object-Type"
msgstr ""
#: templates/settings-page.php:43
msgid "Note (default)"
msgstr ""
#: templates/settings-page.php:43
msgid "Should work with most platforms."
msgstr ""
#: templates/settings-page.php:46
msgid "Article"
msgstr ""
#: templates/settings-page.php:46
msgid ""
"The presentation of the \"Article\" might change on different platforms. "
"Mastodon for example shows the \"Article\" type as a simple link."
msgstr ""
#: templates/settings-page.php:49
msgid "WordPress Post-Format"
msgstr ""
#: templates/settings-page.php:49
msgid "Maps the WordPress Post-Format to the ActivityPub Object Type."
msgstr ""
#: templates/settings-page.php:55
msgid "Hashtags"
msgstr ""
#: templates/settings-page.php:59
msgid ""
"Add hashtags in the content as native tags and replace the "
"<code>#tag</code> with the tag-link."
msgstr ""
#: templates/settings-page.php:62
msgid "Add all tags as hashtags to the end of each activity."
msgstr ""
#: templates/settings-page.php:73
msgid "All profile related settings."
msgstr ""
#: templates/settings-page.php:79
msgid "Followers"
msgstr ""
#: templates/settings-page.php:81
msgid "All follower related settings."
msgstr ""
#: templates/settings-page.php:87
msgid "List of followers"
msgstr ""
#: templates/settings-page.php:97
msgid "No followers yet"
msgstr ""
#: templates/settings-page.php:112
msgid ""
"If you like this plugin, what about a small <a "
"href=\"https://notiz.blog/donate\">donation</a>?"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "ActivityPub"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://github.com/pfefferle/wordpress-activitypub/"
msgstr ""
#. Description of the plugin/theme
msgid ""
"The ActivityPub protocol is a decentralized social networking protocol "
"based upon the ActivityStreams 2.0 data format."
msgstr ""
#. Author of the plugin/theme
msgid "Matthias Pfefferle"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://notiz.blog/"
msgstr ""