prepare new version

This commit is contained in:
Matthias Pfefferle 2020-02-11 10:14:30 +01:00
parent ddabb0a0bf
commit 8ea1fd6aae
3 changed files with 49 additions and 27 deletions

View file

@ -88,6 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
### 0.10.0 ###
* add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. props [@BenLubar](https://github.com/BenLubar)
* use the "summary" property for a title as Mastodon does. props [@BenLubar](https://github.com/BenLubar)
* support authorized fetch to avoid having comments from "Anonymous". props [@BenLubar](https://github.com/BenLubar)
* add new post type: "title and link only". props [@bgcarlisle](https://github.com/bgcarlisle)
### 0.9.1 ### ### 0.9.1 ###
* disable shared inbox * disable shared inbox

View file

@ -1,15 +1,15 @@
# Copyright (C) 2019 Matthias Pfefferle # Copyright (C) 2020 Matthias Pfefferle
# This file is distributed under the MIT. # This file is distributed under the MIT.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ActivityPub 0.9.1\n" "Project-Id-Version: ActivityPub 0.9.1\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wordpress-activitypub\n" "https://wordpress.org/support/plugin/wordpress-activitypub\n"
"POT-Creation-Date: 2019-11-27 07:27:13+00:00\n" "POT-Creation-Date: 2020-02-11 09:13:49+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n" "X-Generator: grunt-wp-i18n 1.0.3\n"
@ -23,14 +23,14 @@ msgid "Followers (Fediverse)"
msgstr "" msgstr ""
#: includes/class-admin.php:59 #: includes/class-admin.php:59
msgid "Use summary or full content" msgid "Use title and link, summary or full content"
msgstr "" msgstr ""
#: includes/class-admin.php:71 #: includes/class-admin.php:71
msgid "The Activity-Object-Type" msgid "The Activity-Object-Type"
msgstr "" msgstr ""
#: includes/class-admin.php:83 templates/settings.php:33 #: includes/class-admin.php:83 templates/settings.php:36
msgid "Use the Shortlink instead of the permalink" msgid "Use the Shortlink instead of the permalink"
msgstr "" msgstr ""
@ -92,23 +92,23 @@ msgstr ""
msgid "The \"actor\" is no valid URL" msgid "The \"actor\" is no valid URL"
msgstr "" msgstr ""
#: includes/functions.php:110 #: includes/functions.php:122
msgid "No valid JSON data" msgid "No valid JSON data"
msgstr "" msgstr ""
#: includes/functions.php:138 #: includes/functions.php:150
msgid "No \"Inbox\" found" msgid "No \"Inbox\" found"
msgstr "" msgstr ""
#: includes/functions.php:164 #: includes/functions.php:176
msgid "No \"Public-Key\" found" msgid "No \"Public-Key\" found"
msgstr "" msgstr ""
#: includes/functions.php:192 #: includes/functions.php:204
msgid "Profile identifier" msgid "Profile identifier"
msgstr "" msgstr ""
#: includes/functions.php:197 #: includes/functions.php:209
#. translators: the webfinger resource #. translators: the webfinger resource
msgid "Try to follow \"@%s\" in the Mastodon/Friendica search field." msgid "Try to follow \"@%s\" in the Mastodon/Friendica search field."
msgstr "" msgstr ""
@ -201,78 +201,86 @@ msgid "Post-Content"
msgstr "" msgstr ""
#: templates/settings.php:21 #: templates/settings.php:21
msgid "Excerpt" msgid "Title and link"
msgstr "" msgstr ""
#: templates/settings.php:21 #: templates/settings.php:21
msgid "Only the title and a link."
msgstr ""
#: templates/settings.php:24
msgid "Excerpt"
msgstr ""
#: templates/settings.php:24
msgid "A content summary, shortened to 400 characters and without markup." msgid "A content summary, shortened to 400 characters and without markup."
msgstr "" msgstr ""
#: templates/settings.php:24 #: templates/settings.php:27
msgid "Content (default)" msgid "Content (default)"
msgstr "" msgstr ""
#: templates/settings.php:24 #: templates/settings.php:27
msgid "The full content." msgid "The full content."
msgstr "" msgstr ""
#: templates/settings.php:30 #: templates/settings.php:33
msgid "Backlink" msgid "Backlink"
msgstr "" msgstr ""
#: templates/settings.php:39 #: templates/settings.php:42
msgid "Activity-Object-Type" msgid "Activity-Object-Type"
msgstr "" msgstr ""
#: templates/settings.php:43 #: templates/settings.php:46
msgid "Note (default)" msgid "Note (default)"
msgstr "" msgstr ""
#: templates/settings.php:43 #: templates/settings.php:46
msgid "Should work with most platforms." msgid "Should work with most platforms."
msgstr "" msgstr ""
#: templates/settings.php:46 #: templates/settings.php:49
msgid "Article" msgid "Article"
msgstr "" msgstr ""
#: templates/settings.php:46 #: templates/settings.php:49
msgid "" msgid ""
"The presentation of the \"Article\" might change on different platforms. " "The presentation of the \"Article\" might change on different platforms. "
"Mastodon for example shows the \"Article\" type as a simple link." "Mastodon for example shows the \"Article\" type as a simple link."
msgstr "" msgstr ""
#: templates/settings.php:49 #: templates/settings.php:52
msgid "WordPress Post-Format" msgid "WordPress Post-Format"
msgstr "" msgstr ""
#: templates/settings.php:49 #: templates/settings.php:52
msgid "Maps the WordPress Post-Format to the ActivityPub Object Type." msgid "Maps the WordPress Post-Format to the ActivityPub Object Type."
msgstr "" msgstr ""
#: templates/settings.php:54 #: templates/settings.php:57
msgid "Supported post types" msgid "Supported post types"
msgstr "" msgstr ""
#: templates/settings.php:57 #: templates/settings.php:60
msgid "Enable ActivityPub support for the following post types:" msgid "Enable ActivityPub support for the following post types:"
msgstr "" msgstr ""
#: templates/settings.php:74 #: templates/settings.php:77
msgid "Hashtags" msgid "Hashtags"
msgstr "" msgstr ""
#: templates/settings.php:78 #: templates/settings.php:81
msgid "" msgid ""
"Add hashtags in the content as native tags and replace the " "Add hashtags in the content as native tags and replace the "
"<code>#tag</code> with the tag-link." "<code>#tag</code> with the tag-link."
msgstr "" msgstr ""
#: templates/settings.php:81 #: templates/settings.php:84
msgid "Add all tags as hashtags to the end of each activity." msgid "Add all tags as hashtags to the end of each activity."
msgstr "" msgstr ""
#: templates/settings.php:96 #: templates/settings.php:99
msgid "" msgid ""
"If you like this plugin, what about a small <a " "If you like this plugin, what about a small <a "
"href=\"https://notiz.blog/donate\">donation</a>?" "href=\"https://notiz.blog/donate\">donation</a>?"

View file

@ -88,6 +88,13 @@ Where 'blog' is the path to the subdirectory at which your blog resides.
Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub). Project maintained on GitHub at [pfefferle/wordpress-activitypub](https://github.com/pfefferle/wordpress-activitypub).
= 0.10.0 =
* add image alt text to the ActivityStreams attachment property in a format that Mastodon can read. props [@BenLubar](https://github.com/BenLubar)
* use the "summary" property for a title as Mastodon does. props [@BenLubar](https://github.com/BenLubar)
* support authorized fetch to avoid having comments from "Anonymous". props [@BenLubar](https://github.com/BenLubar)
* add new post type: "title and link only". props [@bgcarlisle](https://github.com/bgcarlisle)
= 0.9.1 = = 0.9.1 =
* disable shared inbox * disable shared inbox