]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/locale/OStatus.pot
[ROUTES] Allow accept-header specification during router creation
[quix0rs-gnu-social.git] / plugins / OStatus / locale / OStatus.pot
index f7e764b92880d4f0e4a1aa63b8f5358b8fca5209..d2b042b6c736583565988e4f2e7b79a6805bd120 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-27 16:31+0100\n"
+"POT-Creation-Date: 2019-06-08 18:20+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,274 +17,253 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#. TRANS: Link to subscribe to a remote entity.
-#. TRANS: Link text for a user to subscribe to an OStatus user.
-#: OStatusPlugin.php:206 OStatusPlugin.php:227 OStatusPlugin.php:1196
-msgid "Subscribe"
+#. TRANS: String in the gettext speed test script. Unimportant.
+#: tests/gettext-speedtest.php:58
+msgid "Feeds"
 msgstr ""
 
-#. TRANS: Exception in OStatus when invalid URI was entered.
-#: OStatusPlugin.php:249 OStatusPlugin.php:284
-msgid "Invalid URI."
+#. TRANS: Exception.
+#: lib/magicenvelope.php:137
+msgid "Unable to locate signer public key."
 msgstr ""
 
-#. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com
-#. TRANS: and example.net, as these are official standard domain names for use in examples.
-#: OStatusPlugin.php:258 OStatusPlugin.php:291 actions/ostatussub.php:253
-#: actions/ostatussub.php:261 actions/ostatussub.php:287
-msgid ""
-"Sorry, we could not reach that address. Please make sure that the OStatus "
-"address is like nickname@example.com or http://example.net/nickname."
+#. TRANS: Exception when public key was not properly formatted.
+#: lib/magicenvelope.php:161
+msgid "Incorrectly formatted public key element."
 msgstr ""
 
-#. TRANS: Title. %s is a domain name.
-#: OStatusPlugin.php:519
-#, php-format
-msgid "Sent from %s via OStatus"
+#: lib/magicenvelope.php:260
+msgid "Salmon post must be an Atom entry."
 msgstr ""
 
-#. TRANS: Title for unfollowing a remote profile.
-#: OStatusPlugin.php:657
-msgctxt "TITLE"
-msgid "Unfollow"
+#. TRANS: Client error when incoming salmon slap signature does not verify cryptographically.
+#: lib/magicenvelope.php:362
+msgid "Salmon signature verification failed."
 msgstr ""
 
-#. TRANS: Success message for unsubscribe from user attempt through OStatus.
-#. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name.
-#: OStatusPlugin.php:660
-#, php-format
-msgid "%1$s stopped following %2$s."
+#. TRANS: Client error. Do not translate "Content-type"
+#: lib/salmonaction.php:48
+msgid "Salmon requires a Content-type header."
 msgstr ""
 
-#. TRANS: Title for joining a remote groep.
-#: OStatusPlugin.php:707
-msgctxt "TITLE"
-msgid "Join"
+#. TRANS: Exception.
+#: lib/salmonaction.php:75
+msgid "Activity in salmon slap has no actor id."
 msgstr ""
 
-#. TRANS: Success message for subscribe to group attempt through OStatus.
-#. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
-#: OStatusPlugin.php:710
-#, php-format
-msgid "%1$s has joined group %2$s."
+#. TRANS: Client exception.
+#: lib/salmonaction.php:156
+msgid "Unrecognized activity type."
 msgstr ""
 
-#. TRANS: Exception thrown when joining a remote group fails.
-#: OStatusPlugin.php:719
-msgid "Failed joining remote group."
+#. TRANS: Client exception.
+#: lib/salmonaction.php:172
+msgid "This target does not understand posts."
 msgstr ""
 
-#. TRANS: Title for leaving a remote group.
-#: OStatusPlugin.php:761
-msgctxt "TITLE"
-msgid "Leave"
+#. TRANS: Client exception.
+#: lib/salmonaction.php:178
+msgid "This target does not understand follows."
 msgstr ""
 
-#. TRANS: Success message for unsubscribe from group attempt through OStatus.
-#. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name.
-#: OStatusPlugin.php:764
-#, php-format
-msgid "%1$s has left group %2$s."
+#. TRANS: Client exception.
+#: lib/salmonaction.php:184
+msgid "This target does not understand unfollows."
 msgstr ""
 
-#. TRANS: Title for following a remote list.
-#: OStatusPlugin.php:807
-msgctxt "TITLE"
-msgid "Follow list"
+#. TRANS: Client exception.
+#: lib/salmonaction.php:190
+msgid "This target does not understand share events."
 msgstr ""
 
-#. TRANS: Success message for remote list follow through OStatus.
-#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name.
-#: OStatusPlugin.php:810
-#, php-format
-msgid "%1$s is now following people listed in %2$s by %3$s."
+#. TRANS: Client exception.
+#: lib/salmonaction.php:196
+msgid "This target does not understand joins."
 msgstr ""
 
-#. TRANS: Exception thrown when subscription to remote list fails.
-#: OStatusPlugin.php:820
-msgid "Failed subscribing to remote list."
+#. TRANS: Client exception.
+#: lib/salmonaction.php:202
+msgid "This target does not understand leave events."
 msgstr ""
 
-#. TRANS: Title for unfollowing a remote list.
-#: OStatusPlugin.php:859
-msgid "Unfollow list"
+#. TRANS: Client exception.
+#: lib/salmonaction.php:208
+msgid "This target does not understand list events."
 msgstr ""
 
-#. TRANS: Success message for remote list unfollow through OStatus.
-#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name.
-#: OStatusPlugin.php:862
-#, php-format
-msgid "%1$s stopped following the list %2$s by %3$s."
+#. TRANS: Client exception.
+#: lib/salmonaction.php:214
+msgid "This target does not understand unlist events."
 msgstr ""
 
-#. TRANS: Title for listing a remote profile.
-#: OStatusPlugin.php:938
-msgctxt "TITLE"
-msgid "List"
+#. TRANS: Field label for a field that takes an OStatus user address.
+#: actions/ostatussub.php:94
+msgid "Subscribe to"
 msgstr ""
 
-#. TRANS: Success message for remote list addition through OStatus.
-#. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name.
-#: OStatusPlugin.php:941
-#, php-format
-msgid "%1$s listed %2$s in the list %3$s."
+#. TRANS: Tooltip for field label "Subscribe to".
+#: actions/ostatussub.php:97
+msgid ""
+"OStatus user's address, like nickname@example.com or http://example.net/"
+"nickname."
 msgstr ""
 
-#. TRANS: Title for unlisting a remote profile.
-#: OStatusPlugin.php:989
-msgctxt "TITLE"
-msgid "Unlist"
+#. TRANS: Button text.
+#. TRANS: Button text to continue joining a remote list.
+#: actions/ostatussub.php:101 actions/ostatusgroup.php:83
+#: actions/ostatuspeopletag.php:82
+msgctxt "BUTTON"
+msgid "Continue"
 msgstr ""
 
-#. TRANS: Success message for remote list removal through OStatus.
-#. TRANS: %1$s is the list creator's name, %2$s is the removed list member, %3$s is the list name.
-#: OStatusPlugin.php:992
-#, php-format
-msgid "%1$s removed %2$s from the list %3$s."
+#. TRANS: Button text.
+#: actions/ostatussub.php:136
+msgid "Join"
 msgstr ""
 
-#. TRANS: Title for unliking a remote notice.
-#: OStatusPlugin.php:1039
-msgid "Unlike"
+#. TRANS: Tooltip for button "Join".
+#: actions/ostatussub.php:138
+msgctxt "BUTTON"
+msgid "Join this group"
 msgstr ""
 
-#. TRANS: Success message for remove a favorite notice through OStatus.
-#. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice.
-#: OStatusPlugin.php:1042
-#, php-format
-msgid "%1$s no longer likes %2$s."
+#. TRANS: Button text.
+#: actions/ostatussub.php:141
+msgctxt "BUTTON"
+msgid "Confirm"
 msgstr ""
 
-#. TRANS: Link text for link to remote subscribe.
-#: OStatusPlugin.php:1118
-msgid "Remote"
+#. TRANS: Tooltip for button "Confirm".
+#: actions/ostatussub.php:143
+msgid "Subscribe to this user"
 msgstr ""
 
-#. TRANS: Title for activity.
-#: OStatusPlugin.php:1158
-msgid "Profile update"
+#. TRANS: Extra paragraph in remote profile view when already subscribed.
+#: actions/ostatussub.php:164
+msgid "You are already subscribed to this user."
 msgstr ""
 
-#. TRANS: Ping text for remote profile update through OStatus.
-#. TRANS: %s is user that updated their profile.
-#: OStatusPlugin.php:1161
-#, php-format
-msgid "%s has updated their profile page."
+#. TRANS: Error message in OStatus plugin. Do not translate the domain names example.com
+#. TRANS: and example.net, as these are official standard domain names for use in examples.
+#: actions/ostatussub.php:259 actions/ostatussub.php:267
+#: actions/ostatussub.php:297 OStatusPlugin.php:252
+msgid ""
+"Sorry, we could not reach that address. Please make sure that the OStatus "
+"address is like nickname@example.com or http://example.net/nickname."
 msgstr ""
 
-#. TRANS: Link text for a user to list an OStatus user.
-#: OStatusPlugin.php:1205
-msgid "List"
+#. TRANS: Error text.
+#: actions/ostatussub.php:271 actions/ostatussub.php:275
+#: actions/ostatussub.php:279 actions/ostatussub.php:283
+#: actions/ostatussub.php:287
+msgid ""
+"Sorry, we could not reach that feed. Please try that OStatus address again "
+"later."
 msgstr ""
 
-#. TRANS: Plugin description.
-#: OStatusPlugin.php:1220
-msgid ""
-"Follow people across social networks that implement <a href=\"http://ostatus."
-"org/\">OStatus</a>."
+#. TRANS: Error text.
+#: actions/ostatussub.php:291
+msgid "Sorry, that feed is not Pubsubhubub enabled."
 msgstr ""
 
-#. TRANS: Client exception.
-#: actions/pushhub.php:66
-msgid "Publishing outside feeds not supported."
+#. TRANS: OStatus remote subscription dialog error.
+#. TRANS: OStatus remote group subscription dialog error.
+#: actions/ostatussub.php:328 actions/ostatuspeopletag.php:144
+msgid "Already subscribed!"
 msgstr ""
 
-#. TRANS: Client exception. %s is a mode.
-#: actions/pushhub.php:69
-#, php-format
-msgid "Unrecognized mode \"%s\"."
+#. TRANS: OStatus remote subscription dialog error.
+#: actions/ostatussub.php:333
+msgid "Remote subscription failed!"
 msgstr ""
 
-#. TRANS: Client exception. %s is a topic.
-#: actions/pushhub.php:89
-#, php-format
-msgid ""
-"Unsupported hub.topic %s this hub only serves local user and group Atom "
-"feeds."
+#. TRANS: Client error displayed when the session token does not match or is not given.
+#: actions/ostatussub.php:349 actions/ostatusinit.php:68
+msgid "There was a problem with your session token. Try again, please."
 msgstr ""
 
-#. TRANS: Client exception. %s is the invalid lease value.
-#: actions/pushhub.php:95
-#, php-format
-msgid "Invalid hub.lease \"%s\". It must be empty or positive integer."
+#. TRANS: Form title.
+#: actions/ostatussub.php:375
+msgid "Subscribe to user"
 msgstr ""
 
-#. TRANS: Client exception. %s is the invalid hub secret.
-#: actions/pushhub.php:101
-#, php-format
-msgid "Invalid hub.secret \"%s\". It must be under 200 bytes."
+#. TRANS: Page title for OStatus remote subscription form.
+#: actions/ostatussub.php:395
+msgid "Confirm"
 msgstr ""
 
-#. TRANS: Client exception. %s is a feed URL.
-#: actions/pushhub.php:153
-#, php-format
-msgid "Invalid hub.topic \"%s\". User does not exist."
+#: actions/ostatussub.php:395
+msgid "Remote subscription"
 msgstr ""
 
-#. TRANS: Client exception. %s is a feed URL.
-#: actions/pushhub.php:161
-#, php-format
-msgid "Invalid hub.topic \"%s\". Local_group does not exist."
+#. TRANS: Instructions.
+#: actions/ostatussub.php:407
+msgid ""
+"You can subscribe to users from other supported sites. Paste their address "
+"or profile URI below:"
 msgstr ""
 
-#. TRANS: Client exception. %s is a feed URL.
-#: actions/pushhub.php:182
-#, php-format
-msgid "Invalid hub.topic %s; list does not exist."
+#. TRANS: Client exception.
+#: actions/usersalmon.php:69
+msgid ""
+"The owner of this salmon endpoint was not in the context of the carried slap."
+msgstr ""
+
+#. TRANS: Client exception thrown when an undefied activity is performed.
+#: actions/usersalmon.php:95
+msgid "Cannot handle that kind of post."
 msgstr ""
 
 #. TRANS: Client exception.
-#. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL.
-#: actions/pushhub.php:209
-#, php-format
-msgid "Invalid URL passed for %1$s: \"%2$s\""
+#: actions/usersalmon.php:136 actions/usersalmon.php:168
+msgid "Not a person object."
 msgstr ""
 
-#. TRANS: Field label.
-#: actions/ostatusgroup.php:74
-msgid "Join group"
+#. TRANS: Client exception.
+#: actions/usersalmon.php:143
+msgid "Unidentified profile being listed."
 msgstr ""
 
-#. TRANS: Tooltip for field label "Join group". Do not translate the "example.net"
-#. TRANS: domain name in the URL, as it is an official standard domain name for examples.
-#: actions/ostatusgroup.php:78
-msgid "OStatus group's address, like http://example.net/group/nickname."
+#. TRANS: Client exception.
+#: actions/usersalmon.php:148
+msgid "This user is not the one being listed."
 msgstr ""
 
-#. TRANS: Button text.
-#. TRANS: Button text to continue joining a remote list.
-#. TRANS: Button text.
-#: actions/ostatusgroup.php:83 actions/ostatuspeopletag.php:82
-#: actions/ostatussub.php:101
-msgctxt "BUTTON"
-msgid "Continue"
+#. TRANS: Client exception.
+#: actions/usersalmon.php:158
+msgid "The listing could not be saved."
 msgstr ""
 
-#. TRANS: Error text displayed when trying to join a remote group the user is already a member of.
-#: actions/ostatusgroup.php:101
-msgid "You are already a member of this group."
+#. TRANS: Client exception.
+#: actions/usersalmon.php:175
+msgid "Unidentified profile being unlisted."
 msgstr ""
 
-#. TRANS: OStatus remote group subscription dialog error.
-#: actions/ostatusgroup.php:134
-msgid "Already a member!"
+#. TRANS: Client exception.
+#: actions/usersalmon.php:180
+msgid "This user is not the one being unlisted."
 msgstr ""
 
-#. TRANS: OStatus remote group subscription dialog error.
-#: actions/ostatusgroup.php:144
-msgid "Remote group join failed!"
+#. TRANS: Client exception.
+#: actions/usersalmon.php:191
+msgid "The listing could not be deleted."
 msgstr ""
 
-#. TRANS: Page title for OStatus remote group join form
-#: actions/ostatusgroup.php:159
-msgid "Confirm joining remote group"
+#. TRANS: Client exception.
+#: actions/usersalmon.php:212
+msgid "Cannot handle that kind of object for liking/faving."
 msgstr ""
 
-#. TRANS: Form instructions.
-#: actions/ostatusgroup.php:170
-msgid ""
-"You can subscribe to groups from other supported sites. Paste the group's "
-"profile URI below:"
+#. TRANS: Client exception. %s is an object ID.
+#: actions/usersalmon.php:219
+#, php-format
+msgid "Notice with ID %s unknown."
+msgstr ""
+
+#. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID.
+#: actions/usersalmon.php:224
+#, php-format
+msgid "Notice with ID %1$s not posted by %2$s."
 msgstr ""
 
 #. TRANS: Client error displayed when trying to list a local object as if it is remote.
@@ -326,7 +305,7 @@ msgstr ""
 
 #. TRANS: Client error displayed when remote profile address could not be confirmed.
 #. TRANS: Client error.
-#: actions/ostatustag.php:103 actions/ostatusinit.php:191
+#: actions/ostatustag.php:103 actions/ostatusinit.php:192
 msgid "Could not confirm remote profile address."
 msgstr ""
 
@@ -335,42 +314,60 @@ msgstr ""
 msgid "OStatus list"
 msgstr ""
 
-#. TRANS: Client error displayed trying to perform an action without providing an ID.
-#. TRANS: Client error.
-#: actions/peopletagsalmon.php:38 actions/usersalmon.php:36
-#: actions/groupsalmon.php:38
-msgid "No ID."
+#. TRANS: Client exception.
+#: actions/pushhub.php:66
+msgid "Publishing outside feeds not supported."
 msgstr ""
 
-#. TRANS: Client error displayed when referring to a non-existing list.
-#. TRANS: Client error.
-#: actions/peopletagsalmon.php:45 actions/ostatusinit.php:240
-msgid "No such list."
+#. TRANS: Client exception. %s is a mode.
+#: actions/pushhub.php:69
+#, php-format
+msgid "Unrecognized mode \"%s\"."
 msgstr ""
 
-#. TRANS: Client error displayed when trying to send a message to a remote list.
-#: actions/peopletagsalmon.php:54
-msgid "Cannot accept remote posts for a remote list."
+#. TRANS: Client exception. %s is a topic.
+#: actions/pushhub.php:91
+#, php-format
+msgid ""
+"Unsupported hub.topic %s this hub only serves local user and group Atom "
+"feeds."
 msgstr ""
 
-#. TRANS: Client error displayed when trying to subscribe a group to a list.
-#. TRANS: Client error displayed when trying to unsubscribe a group from a list.
-#: actions/peopletagsalmon.php:91 actions/peopletagsalmon.php:124
-msgid "Groups cannot subscribe to lists."
+#. TRANS: Client exception. %s is the invalid lease value.
+#: actions/pushhub.php:98
+#, php-format
+msgid "Invalid hub.lease \"%s\". It must be empty or positive integer."
 msgstr ""
 
-#. TRANS: Server error displayed when subscribing a remote user to a list fails.
-#. TRANS: %1$s is a profile URI, %2$s is a list name.
-#: actions/peopletagsalmon.php:109
+#. TRANS: Client exception. %s is the invalid hub secret.
+#: actions/pushhub.php:105
 #, php-format
-msgid "Could not subscribe remote user %1$s to list %2$s."
+msgid "Invalid hub.secret \"%s\". It must be under 200 bytes."
 msgstr ""
 
-#. TRANS: Client error displayed when trying to unsubscribe a remote user from a list fails.
-#. TRANS: %1$s is a profile URL, %2$s is a list name.
-#: actions/peopletagsalmon.php:133
+#. TRANS: Client exception. %s is a feed URL.
+#: actions/pushhub.php:158
 #, php-format
-msgid "Could not unsubscribe remote user %1$s from list %2$s."
+msgid "Invalid hub.topic \"%s\". User does not exist."
+msgstr ""
+
+#. TRANS: Client exception. %s is a feed URL.
+#: actions/pushhub.php:166
+#, php-format
+msgid "Invalid hub.topic \"%s\". Local_group does not exist."
+msgstr ""
+
+#. TRANS: Client exception. %s is a feed URL.
+#: actions/pushhub.php:187
+#, php-format
+msgid "Invalid hub.topic %s; list does not exist."
+msgstr ""
+
+#. TRANS: Client exception.
+#. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL.
+#: actions/pushhub.php:212
+#, php-format
+msgid "Invalid URL passed for %1$s: \"%2$s\""
 msgstr ""
 
 #. TRANS: Client error.
@@ -378,11 +375,6 @@ msgstr ""
 msgid "You can use the local subscription!"
 msgstr ""
 
-#. TRANS: Client error displayed when the session token does not match or is not given.
-#: actions/ostatusinit.php:68 actions/ostatussub.php:339
-msgid "There was a problem with your session token. Try again, please."
-msgstr ""
-
 #. TRANS: Form title.
 #: actions/ostatusinit.php:85
 msgctxt "TITLE"
@@ -441,155 +433,78 @@ msgid "Your account ID (e.g. user@example.com)."
 msgstr ""
 
 #. TRANS: Client error.
-#: actions/ostatusinit.php:168
+#: actions/ostatusinit.php:169
 msgid "Must provide a remote profile."
 msgstr ""
 
 #. TRANS: Client error.
-#. TRANS: Client error displayed when referring to a non-existing user.
-#: actions/ostatusinit.php:217 actions/ostatusinit.php:231
-#: actions/usersalmon.php:43
+#: actions/ostatusinit.php:218 actions/ostatusinit.php:232
 msgid "No such user."
 msgstr ""
 
 #. TRANS: Client error.
-#: actions/ostatusinit.php:225 actions/groupsalmon.php:45
+#: actions/ostatusinit.php:226 actions/groupsalmon.php:45
 msgid "No such group."
 msgstr ""
 
 #. TRANS: Client error.
-#: actions/ostatusinit.php:243
+#. TRANS: Client error displayed when referring to a non-existing list.
+#: actions/ostatusinit.php:241 actions/peopletagsalmon.php:45
+msgid "No such list."
+msgstr ""
+
+#. TRANS: Client error.
+#: actions/ostatusinit.php:244
 msgid "No local user or group nickname provided."
 msgstr ""
 
 #. TRANS: Page title.
-#: actions/ostatusinit.php:250
+#: actions/ostatusinit.php:251
 msgid "OStatus Connect"
 msgstr ""
 
-#. TRANS: Server exception thrown when referring to a non-existing or empty feed.
-#: actions/pushcallback.php:51
-msgid "Empty or invalid feed id."
-msgstr ""
-
-#. TRANS: Server exception. %s is a feed ID.
-#: actions/pushcallback.php:57
-#, php-format
-msgid "Unknown PuSH feed id %s"
-msgstr ""
-
-#. TRANS: Client exception. %s is an invalid feed name.
-#: actions/pushcallback.php:96
-#, php-format
-msgid "Bad hub.topic feed \"%s\"."
-msgstr ""
-
-#. TRANS: Client exception. %s is an invalid topic.
-#: actions/pushcallback.php:103
-#, php-format
-msgid "Unexpected subscribe request for %s."
-msgstr ""
-
-#. TRANS: Client exception. %s is an invalid topic.
-#: actions/pushcallback.php:108
-#, php-format
-msgid "Unexpected unsubscribe request for %s."
-msgstr ""
-
-#. TRANS: Client exception thrown when an undefied activity is performed.
-#. TRANS: Client exception.
-#: actions/usersalmon.php:71 classes/Ostatus_profile.php:513
-msgid "Cannot handle that kind of post."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:95
-msgid "Not to anyone in reply to anything."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:138 actions/usersalmon.php:170
-msgid "Not a person object."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:145
-msgid "Unidentified profile being listed."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:150
-msgid "This user is not the one being listed."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:160
-msgid "The listing could not be saved."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:177
-msgid "Unidentified profile being unlisted."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:182
-msgid "This user is not the one being unlisted."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:193
-msgid "The listing could not be deleted."
-msgstr ""
-
-#. TRANS: Client exception.
-#: actions/usersalmon.php:214
-msgid "Cannot handle that kind of object for liking/faving."
-msgstr ""
-
-#. TRANS: Client exception. %s is an object ID.
-#: actions/usersalmon.php:221
-#, php-format
-msgid "Notice with ID %s unknown."
-msgstr ""
-
-#. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID.
-#: actions/usersalmon.php:226
-#, php-format
-msgid "Notice with ID %1$s not posted by %2$s."
+#. TRANS: Field label.
+#: actions/ostatusgroup.php:74
+msgid "Join group"
 msgstr ""
 
-#. TRANS: Field label.
-#: actions/ostatuspeopletag.php:74
-msgid "Subscribe to list"
+#. TRANS: Tooltip for field label "Join group". Do not translate the "example.net"
+#. TRANS: domain name in the URL, as it is an official standard domain name for examples.
+#: actions/ostatusgroup.php:78
+msgid "OStatus group's address, like http://example.net/group/nickname."
 msgstr ""
 
-#. TRANS: Field title.
-#: actions/ostatuspeopletag.php:77
-msgid "Address of the OStatus list, like http://example.net/user/all/tag."
+#. TRANS: Error text displayed when trying to join a remote group the user is already a member of.
+#: actions/ostatusgroup.php:101
+msgid "You are already a member of this group."
 msgstr ""
 
-#. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to.
-#: actions/ostatuspeopletag.php:102
-msgid "You are already subscribed to this list."
+#. TRANS: OStatus remote group subscription dialog error.
+#: actions/ostatusgroup.php:134
+msgid "Already a member!"
 msgstr ""
 
 #. TRANS: OStatus remote group subscription dialog error.
-#. TRANS: OStatus remote subscription dialog error.
-#: actions/ostatuspeopletag.php:144 actions/ostatussub.php:318
-msgid "Already subscribed!"
+#: actions/ostatusgroup.php:144
+msgid "Remote group join failed!"
 msgstr ""
 
-#. TRANS: Page title for OStatus remote list subscription form
-#: actions/ostatuspeopletag.php:165
-msgid "Confirm subscription to remote list"
+#. TRANS: Page title for OStatus remote group join form
+#: actions/ostatusgroup.php:159
+msgid "Confirm joining remote group"
 msgstr ""
 
-#. TRANS: Instructions for OStatus list subscription form.
-#: actions/ostatuspeopletag.php:177
+#. TRANS: Form instructions.
+#: actions/ostatusgroup.php:170
 msgid ""
-"You can subscribe to lists from other supported sites. Paste the list's URI "
-"below:"
+"You can subscribe to groups from other supported sites. Paste the group's "
+"profile URI below:"
+msgstr ""
+
+#. TRANS: Client error.
+#. TRANS: Client error displayed trying to perform an action without providing an ID.
+#: actions/groupsalmon.php:38 actions/peopletagsalmon.php:38
+msgid "No ID."
 msgstr ""
 
 #. TRANS: Client error.
@@ -598,366 +513,446 @@ msgid "Cannot accept remote posts for a remote group."
 msgstr ""
 
 #. TRANS: Client error.
-#: actions/groupsalmon.php:125
+#: actions/groupsalmon.php:129
 msgid "Groups cannot join groups."
 msgstr ""
 
 #. TRANS: Client error displayed when trying to join a group the user is blocked from by a group admin.
-#: actions/groupsalmon.php:138
+#: actions/groupsalmon.php:142
 msgid "You have been blocked from that group by the admin."
 msgstr ""
 
 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
-#: actions/groupsalmon.php:145
+#: actions/groupsalmon.php:149
 #, php-format
 msgid "Could not join remote user %1$s to group %2$s."
 msgstr ""
 
 #. TRANS: Client error displayed when trying to have a group join another group.
-#: actions/groupsalmon.php:157
+#: actions/groupsalmon.php:161
 msgid "Groups cannot be members of groups"
 msgstr ""
 
 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
-#: actions/groupsalmon.php:166
+#: actions/groupsalmon.php:170
 #, php-format
 msgid "Could not remove remote user %1$s from group %2$s."
 msgstr ""
 
-#. TRANS: Field label for a field that takes an OStatus user address.
-#: actions/ostatussub.php:94
-msgid "Subscribe to"
-msgstr ""
-
-#. TRANS: Tooltip for field label "Subscribe to".
-#: actions/ostatussub.php:97
-msgid ""
-"OStatus user's address, like nickname@example.com or http://example.net/"
-"nickname."
-msgstr ""
-
-#. TRANS: Button text.
-#: actions/ostatussub.php:136
-msgid "Join"
+#. TRANS: Client error displayed when trying to send a message to a remote list.
+#: actions/peopletagsalmon.php:54
+msgid "Cannot accept remote posts for a remote list."
 msgstr ""
 
-#. TRANS: Tooltip for button "Join".
-#: actions/ostatussub.php:138
-msgctxt "BUTTON"
-msgid "Join this group"
+#. TRANS: Client error displayed when trying to subscribe a group to a list.
+#. TRANS: Client error displayed when trying to unsubscribe a group from a list.
+#: actions/peopletagsalmon.php:91 actions/peopletagsalmon.php:124
+msgid "Groups cannot subscribe to lists."
 msgstr ""
 
-#. TRANS: Button text.
-#: actions/ostatussub.php:141
-msgctxt "BUTTON"
-msgid "Confirm"
+#. TRANS: Server error displayed when subscribing a remote user to a list fails.
+#. TRANS: %1$s is a profile URI, %2$s is a list name.
+#: actions/peopletagsalmon.php:109
+#, php-format
+msgid "Could not subscribe remote user %1$s to list %2$s."
 msgstr ""
 
-#. TRANS: Tooltip for button "Confirm".
-#: actions/ostatussub.php:143
-msgid "Subscribe to this user"
+#. TRANS: Client error displayed when trying to unsubscribe a remote user from a list fails.
+#. TRANS: %1$s is a profile URL, %2$s is a list name.
+#: actions/peopletagsalmon.php:133
+#, php-format
+msgid "Could not unsubscribe remote user %1$s from list %2$s."
 msgstr ""
 
-#. TRANS: Extra paragraph in remote profile view when already subscribed.
-#: actions/ostatussub.php:164
-msgid "You are already subscribed to this user."
+#. TRANS: Server exception thrown when referring to a non-existing or empty feed.
+#: actions/pushcallback.php:51
+msgid "Empty or invalid feed id."
 msgstr ""
 
-#. TRANS: Error text.
-#: actions/ostatussub.php:265 actions/ostatussub.php:269
-#: actions/ostatussub.php:273 actions/ostatussub.php:277
-#: actions/ostatussub.php:281
-msgid ""
-"Sorry, we could not reach that feed. Please try that OStatus address again "
-"later."
+#. TRANS: Server exception. %s is a feed ID.
+#: actions/pushcallback.php:57
+#, php-format
+msgid "Unknown WebSub subscription feed id %s"
 msgstr ""
 
-#. TRANS: OStatus remote subscription dialog error.
-#: actions/ostatussub.php:323
-msgid "Remote subscription failed!"
+#. TRANS: Client exception. %s is an invalid feed name.
+#: actions/pushcallback.php:96
+#, php-format
+msgid "Bad hub.topic feed \"%s\"."
 msgstr ""
 
-#. TRANS: Form title.
-#: actions/ostatussub.php:365
-msgid "Subscribe to user"
+#. TRANS: Client exception. %s is an invalid topic.
+#: actions/pushcallback.php:103
+#, php-format
+msgid "Unexpected subscribe request for %s."
 msgstr ""
 
-#. TRANS: Page title for OStatus remote subscription form.
-#: actions/ostatussub.php:385
-msgid "Confirm"
+#. TRANS: Client exception. %s is an invalid topic.
+#: actions/pushcallback.php:108
+#, php-format
+msgid "Unexpected unsubscribe request for %s."
 msgstr ""
 
-#. TRANS: Instructions.
-#: actions/ostatussub.php:397
-msgid ""
-"You can subscribe to users from other supported sites. Paste their address "
-"or profile URI below:"
+#. TRANS: Field label.
+#: actions/ostatuspeopletag.php:74
+msgid "Subscribe to list"
 msgstr ""
 
-#. TRANS: Server exception.
-#: classes/FeedSub.php:219
-msgid "Attempting to start PuSH subscription for feed with no hub."
+#. TRANS: Field title.
+#: actions/ostatuspeopletag.php:77
+msgid "Address of the OStatus list, like http://example.net/user/all/tag."
 msgstr ""
 
-#. TRANS: Server exception.
-#: classes/FeedSub.php:255
-msgid "Attempting to end PuSH subscription for feed with no hub."
+#. TRANS: Error text displayed when trying to subscribe to a list already a subscriber to.
+#: actions/ostatuspeopletag.php:102
+msgid "You are already subscribed to this list."
 msgstr ""
 
-#. TRANS: Client exception. %s is a HTTP status code.
-#: classes/HubSub.php:163
-#, php-format
-msgid "Hub subscriber verification returned HTTP %s."
+#. TRANS: Page title for OStatus remote list subscription form
+#: actions/ostatuspeopletag.php:165
+msgid "Confirm subscription to remote list"
 msgstr ""
 
-#. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response.
-#: classes/HubSub.php:269
-#, php-format
-msgid "Callback returned status: %1$s. Body: %2$s"
+#. TRANS: Instructions for OStatus list subscription form.
+#: actions/ostatuspeopletag.php:177
+msgid ""
+"You can subscribe to lists from other supported sites. Paste the list's URI "
+"below:"
 msgstr ""
 
 #. TRANS: Server exception. %s is a URI
-#: classes/Ostatus_profile.php:190 classes/Ostatus_profile.php:208
+#: classes/Ostatus_profile.php:195 classes/Ostatus_profile.php:218
 #, php-format
 msgid "Invalid ostatus_profile state: Two or more IDs set for %s."
 msgstr ""
 
 #. TRANS: Server exception. %s is a URI
-#: classes/Ostatus_profile.php:193 classes/Ostatus_profile.php:211
+#: classes/Ostatus_profile.php:198 classes/Ostatus_profile.php:221
 #, php-format
 msgid "Invalid ostatus_profile state: All IDs empty for %s."
 msgstr ""
 
 #. TRANS: Server exception.
-#: classes/Ostatus_profile.php:402
+#: classes/Ostatus_profile.php:419
 msgid ""
 "Invalid type passed to Ostatus_profile::notify. It must be XML string or "
 "Activity entry."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:435
+#: classes/Ostatus_profile.php:452
 msgid "Unknown feed format."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:459
+#: classes/Ostatus_profile.php:473
 msgid "RSS feed without a channel."
 msgstr ""
 
-#. TRANS: Client exception thrown when trying to share multiple activities at once.
-#: classes/Ostatus_profile.php:551
-msgid "Can only handle share activities with exactly one object."
-msgstr ""
-
-#. TRANS: Client exception thrown when trying to share a non-activity object.
-#: classes/Ostatus_profile.php:558
-msgid "Can only handle shared activities."
-msgstr ""
-
-#: classes/Ostatus_profile.php:569
-msgid "Shared activity does not have an id"
-msgstr ""
-
-#. TRANS: Client exception thrown when saving an activity share fails.
-#. TRANS: %s is a share ID.
-#: classes/Ostatus_profile.php:587
-#, php-format
-msgid "Failed to save activity %s."
-msgstr ""
-
-#. TRANS: Client exception. %s is a source URI.
-#: classes/Ostatus_profile.php:619 classes/Ostatus_profile.php:786
-#, php-format
-msgid "No content for notice %s."
-msgstr ""
-
-#. TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime
-#. TRANS: this will usually be replaced with localised text from StatusNet core messages.
-#: classes/Ostatus_profile.php:654 classes/Ostatus_profile.php:821
-msgid "Show more"
-msgstr ""
-
 #. TRANS: Exception. %s is a profile URL.
-#: classes/Ostatus_profile.php:1018
+#: classes/Ostatus_profile.php:645
 #, php-format
 msgid "Could not reach profile page %s."
 msgstr ""
 
 #. TRANS: Exception. %s is a URL.
-#: classes/Ostatus_profile.php:1076 scripts/update_ostatus_profiles.php:123
+#: classes/Ostatus_profile.php:710 scripts/update_ostatus_profiles.php:123
 #, php-format
 msgid "Could not find a feed URL for profile page %s."
 msgstr ""
 
 #. TRANS: Feed sub exception.
-#: classes/Ostatus_profile.php:1183
+#: classes/Ostatus_profile.php:822
 msgid "Cannot find enough profile information to make a feed."
 msgstr ""
 
 #. TRANS: Server exception. %s is a URL.
-#: classes/Ostatus_profile.php:1255
+#: classes/Ostatus_profile.php:896
 #, php-format
 msgid "Invalid avatar URL %s."
 msgstr ""
 
 #. TRANS: Server exception.
-#: classes/Ostatus_profile.php:1464
+#: classes/Ostatus_profile.php:1104
 msgid "No author ID URI found."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:1490
+#: classes/Ostatus_profile.php:1132
 msgid "No profile URI."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:1496
+#: classes/Ostatus_profile.php:1138
 msgid "Local user cannot be referenced as remote."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:1501
+#: classes/Ostatus_profile.php:1143
 msgid "Local group cannot be referenced as remote."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:1509
+#: classes/Ostatus_profile.php:1151
 msgid "Local list cannot be referenced as remote."
 msgstr ""
 
 #. TRANS: Server exception.
-#: classes/Ostatus_profile.php:1564 classes/Ostatus_profile.php:1603
+#: classes/Ostatus_profile.php:1206 classes/Ostatus_profile.php:1245
 msgid "Cannot save local profile."
 msgstr ""
 
 #. TRANS: Server exception.
-#: classes/Ostatus_profile.php:1616
+#: classes/Ostatus_profile.php:1258
 msgid "Cannot save local list."
 msgstr ""
 
 #. TRANS: Server exception.
-#: classes/Ostatus_profile.php:1624
+#: classes/Ostatus_profile.php:1266
 msgid "Cannot save OStatus profile."
 msgstr ""
 
 #. TRANS: Exception.
-#: classes/Ostatus_profile.php:1937 classes/Ostatus_profile.php:1964
-#: scripts/update_ostatus_profiles.php:148
+#: classes/Ostatus_profile.php:1592
+msgid "Not a valid webfinger address (via cache)."
+msgstr ""
+
+#. TRANS: Exception.
+#: classes/Ostatus_profile.php:1621 scripts/update_ostatus_profiles.php:148
 msgid "Not a valid webfinger address."
 msgstr ""
 
 #. TRANS: Exception. %s is a webfinger address.
-#: classes/Ostatus_profile.php:2046
+#: classes/Ostatus_profile.php:1700
 #, php-format
 msgid "Could not save profile for \"%s\"."
 msgstr ""
 
 #. TRANS: Exception. %s is a webfinger address.
-#: classes/Ostatus_profile.php:2066
+#: classes/Ostatus_profile.php:1720
 #, php-format
 msgid "Could not save OStatus profile for \"%s\"."
 msgstr ""
 
 #. TRANS: Exception. %s is a webfinger address.
-#: classes/Ostatus_profile.php:2074 scripts/update_ostatus_profiles.php:203
+#: classes/Ostatus_profile.php:1728 scripts/update_ostatus_profiles.php:203
 #, php-format
 msgid "Could not find a valid profile for \"%s\"."
 msgstr ""
 
 #. TRANS: Server exception.
-#: classes/Ostatus_profile.php:2117
+#: classes/Ostatus_profile.php:1773
 msgid "Could not store HTML content of long post as file."
 msgstr ""
 
 #. TRANS: Server exception.
 #. TRANS: %1$s is a protocol, %2$s is a URI.
-#: classes/Ostatus_profile.php:2151
+#: classes/Ostatus_profile.php:1807
 #, php-format
 msgid "Unrecognized URI protocol for profile: %1$s (%2$s)."
 msgstr ""
 
 #. TRANS: Server exception. %s is a URI.
-#: classes/Ostatus_profile.php:2158
+#: classes/Ostatus_profile.php:1813
 #, php-format
 msgid "No URI protocol for profile: %s."
 msgstr ""
 
-#. TRANS: Exception.
-#: lib/magicenvelope.php:116
-msgid "Unable to locate signer public key."
+#. TRANS: Server exception.
+#: classes/FeedSub.php:285
+msgid "Attempting to start WebSub subscription for feed with no hub."
 msgstr ""
 
-#. TRANS: Exception when public key was not properly formatted.
-#: lib/magicenvelope.php:135
-msgid "Incorrectly formatted public key element."
+#. TRANS: Server exception.
+#: classes/FeedSub.php:328
+msgid "Attempting to end WebSub subscription for feed with no hub."
 msgstr ""
 
-#: lib/magicenvelope.php:217
-msgid "Salmon post must be an Atom entry."
+#: classes/FeedSub.php:442
+#, php-format
+msgid "Unexpected HTTP status: %d"
 msgstr ""
 
-#. TRANS: Client error. Do not translate "application/magic-envelope+xml".
-#: lib/salmonaction.php:46
-msgid "Salmon requires \"application/magic-envelope+xml\"."
+#. TRANS: Client exception. %s is a HTTP status code.
+#: classes/HubSub.php:233
+#, php-format
+msgid "Hub subscriber verification returned HTTP %s."
 msgstr ""
 
-#. TRANS: Exception.
-#: lib/salmonaction.php:59
-msgid "Received a salmon slap from unidentified actor."
+#. TRANS: Link to subscribe to a remote entity.
+#. TRANS: Link text for a user to subscribe to an OStatus user.
+#: OStatusPlugin.php:196 OStatusPlugin.php:217 OStatusPlugin.php:1325
+msgid "Subscribe"
 msgstr ""
 
-#. TRANS: Client error.
-#: lib/salmonaction.php:72
-msgid "Salmon signature verification failed."
+#. TRANS: Exception in OStatus when invalid URI was entered.
+#: OStatusPlugin.php:245
+msgid "Invalid URI."
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:121
-msgid "Unrecognized activity type."
+#. TRANS: Title. %s is a domain name.
+#: OStatusPlugin.php:606
+#, php-format
+msgid "Sent from %s via OStatus"
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:137
-msgid "This target does not understand posts."
+#. TRANS: Title for unfollowing a remote profile.
+#: OStatusPlugin.php:744
+msgctxt "TITLE"
+msgid "Unfollow"
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:143
-msgid "This target does not understand follows."
+#. TRANS: Success message for unsubscribe from user attempt through OStatus.
+#. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name.
+#: OStatusPlugin.php:747
+#, php-format
+msgid "%1$s stopped following %2$s."
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:149
-msgid "This target does not understand unfollows."
+#. TRANS: Title for joining a remote groep.
+#: OStatusPlugin.php:794
+msgctxt "TITLE"
+msgid "Join"
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:155
-msgid "This target does not understand share events."
+#. TRANS: Success message for subscribe to group attempt through OStatus.
+#. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
+#: OStatusPlugin.php:797
+#, php-format
+msgid "%1$s has joined group %2$s."
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:161
-msgid "This target does not understand joins."
+#. TRANS: Exception thrown when joining a remote group fails.
+#: OStatusPlugin.php:806
+msgid "Failed joining remote group."
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:167
-msgid "This target does not understand leave events."
+#. TRANS: Title for leaving a remote group.
+#: OStatusPlugin.php:848
+msgctxt "TITLE"
+msgid "Leave"
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:173
-msgid "This target does not understand list events."
+#. TRANS: Success message for unsubscribe from group attempt through OStatus.
+#. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name.
+#: OStatusPlugin.php:851
+#, php-format
+msgid "%1$s has left group %2$s."
 msgstr ""
 
-#. TRANS: Client exception.
-#: lib/salmonaction.php:179
-msgid "This target does not understand unlist events."
+#. TRANS: Title for following a remote list.
+#: OStatusPlugin.php:894
+msgctxt "TITLE"
+msgid "Follow list"
 msgstr ""
 
-#. TRANS: String in the gettext speed test script. Unimportant.
-#: tests/gettext-speedtest.php:58
-msgid "Feeds"
+#. TRANS: Success message for remote list follow through OStatus.
+#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name.
+#: OStatusPlugin.php:897
+#, php-format
+msgid "%1$s is now following people listed in %2$s by %3$s."
+msgstr ""
+
+#. TRANS: Exception thrown when subscription to remote list fails.
+#: OStatusPlugin.php:907
+msgid "Failed subscribing to remote list."
+msgstr ""
+
+#. TRANS: Title for unfollowing a remote list.
+#: OStatusPlugin.php:946
+msgid "Unfollow list"
+msgstr ""
+
+#. TRANS: Success message for remote list unfollow through OStatus.
+#. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's name.
+#: OStatusPlugin.php:949
+#, php-format
+msgid "%1$s stopped following the list %2$s by %3$s."
+msgstr ""
+
+#. TRANS: Title for listing a remote profile.
+#: OStatusPlugin.php:1025
+msgctxt "TITLE"
+msgid "List"
+msgstr ""
+
+#. TRANS: Success message for remote list addition through OStatus.
+#. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s is the list name.
+#: OStatusPlugin.php:1028
+#, php-format
+msgid "%1$s listed %2$s in the list %3$s."
+msgstr ""
+
+#. TRANS: Title for unlisting a remote profile.
+#: OStatusPlugin.php:1076
+msgctxt "TITLE"
+msgid "Unlist"
+msgstr ""
+
+#. TRANS: Success message for remote list removal through OStatus.
+#. TRANS: %1$s is the list creator's name, %2$s is the removed list member, %3$s is the list name.
+#: OStatusPlugin.php:1079
+#, php-format
+msgid "%1$s removed %2$s from the list %3$s."
+msgstr ""
+
+#. TRANS: Title for unliking a remote notice.
+#: OStatusPlugin.php:1126
+msgid "Unlike"
+msgstr ""
+
+#. TRANS: Success message for remove a favorite notice through OStatus.
+#. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice.
+#: OStatusPlugin.php:1129
+#, php-format
+msgid "%1$s no longer likes %2$s."
+msgstr ""
+
+#. TRANS: Link text for link to remote subscribe.
+#: OStatusPlugin.php:1209
+msgid "Remote"
+msgstr ""
+
+#. TRANS: Title for activity.
+#: OStatusPlugin.php:1249
+msgid "Profile update"
+msgstr ""
+
+#. TRANS: Ping text for remote profile update through OStatus.
+#. TRANS: %s is user that updated their profile.
+#: OStatusPlugin.php:1252
+#, php-format
+msgid "%s has updated their profile page."
+msgstr ""
+
+#: OStatusPlugin.php:1287
+msgid "Pending"
+msgstr ""
+
+#: OStatusPlugin.php:1288
+msgid "Active"
+msgstr ""
+
+#: OStatusPlugin.php:1289
+msgid "Polling"
+msgstr ""
+
+#: OStatusPlugin.php:1290
+msgid "Inactive"
+msgstr ""
+
+#: OStatusPlugin.php:1293
+msgid "WebSub"
+msgstr ""
+
+#. TRANS: Link text for a user to list an OStatus user.
+#: OStatusPlugin.php:1334
+msgid "List"
+msgstr ""
+
+#. TRANS: Plugin description.
+#: OStatusPlugin.php:1359
+msgid ""
+"Follow people across social networks that implement <a href=\"http://ostatus."
+"org/\">OStatus</a>."
 msgstr ""