# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-04-16 22:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: tests/gettext-speedtest.php:57 msgid "Feeds" msgstr "" #. TRANS: Link to subscribe to a remote entity. #. TRANS: Link text for a user to subscribe to an OStatus user. #: OStatusPlugin.php:249 OStatusPlugin.php:270 OStatusPlugin.php:1260 msgid "Subscribe" msgstr "" #. TRANS: Fieldset legend. #: OStatusPlugin.php:289 msgid "Tag remote profile" msgstr "" #. TRANS: Field label. #: OStatusPlugin.php:298 msgctxt "LABEL" msgid "Remote profile" msgstr "" #. TRANS: Field title. #: OStatusPlugin.php:300 msgid "" "OStatus user's address, like nickname@example.com or http://example.net/" "nickname." msgstr "" #. TRANS: Button text to fetch remote profile. #: OStatusPlugin.php:304 msgctxt "BUTTON" msgid "Fetch" msgstr "" #. TRANS: Exception in OStatus when invalid URI was entered. #: OStatusPlugin.php:322 OStatusPlugin.php:358 msgid "Invalid URI." msgstr "" #. TRANS: Error message in OStatus plugin. #. TRANS: Error text. #: OStatusPlugin.php:331 OStatusPlugin.php:364 actions/ostatussub.php:232 #: actions/ostatussub.php:239 actions/ostatussub.php:264 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: Title. #. TRANS: %s is a domain name. #: OStatusPlugin.php:580 #, php-format msgid "Sent from %s via OStatus" msgstr "" #. TRANS: Exception thrown when setup of remote subscription fails. #: OStatusPlugin.php:652 msgid "Could not set up remote subscription." msgstr "" #. TRANS: Title for unfollowing a remote profile. #: OStatusPlugin.php:727 msgctxt "TITLE" msgid "Unfollow" 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:730 #, php-format msgid "%1$s stopped following %2$s." msgstr "" #. TRANS: Exception thrown when setup of remote group membership fails. #: OStatusPlugin.php:758 msgid "Could not set up remote group membership." msgstr "" #. TRANS: Title to join a remote group. #: OStatusPlugin.php:778 msgctxt "TITLE" msgid "Join" 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:781 #, php-format msgid "%1$s has joined group %2$s." msgstr "" #. TRANS: Exception thrown when joining a remote group fails. #: OStatusPlugin.php:790 msgid "Failed joining remote group." msgstr "" #. TRANS: Title for leaving a remote group. #: OStatusPlugin.php:830 msgctxt "TITLE" msgid "Leave" 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:833 #, php-format msgid "%1$s has left group %2$s." msgstr "" #. TRANS: Exception thrown when setup of remote list subscription fails. #: OStatusPlugin.php:858 msgid "Could not set up remote list subscription." msgstr "" #. TRANS: Title for remote follow list. #: OStatusPlugin.php:876 msgctxt "TITLE" msgid "Follow list" msgstr "" #. TRANS: Exception thrown when subscription of remote people tag fails. #: OStatusPlugin.php:889 msgid "Failed subscribing to remote people tag." msgstr "" #: OStatusPlugin.php:925 msgid "Unfollow people tag" msgstr "" #: OStatusPlugin.php:926 #, php-format msgid "%1$s stopped following the list %2$s by %3$s." msgstr "" #: OStatusPlugin.php:1002 msgctxt "TITLE" msgid "Tag" msgstr "" #: OStatusPlugin.php:1003 #, php-format msgid "%1$s listed %2$s in the list %3$s." msgstr "" #: OStatusPlugin.php:1016 #, php-format msgid "" "Could not complete subscription to remote profile's feed. Tag %s could not " "be saved." msgstr "" #: OStatusPlugin.php:1055 msgctxt "TITLE" msgid "Untag" msgstr "" #: OStatusPlugin.php:1103 msgid "Disfavor" 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:1106 #, php-format msgid "%1$s marked notice %2$s as no longer a favorite." msgstr "" #. TRANS: Link text for link to remote subscribe. #: OStatusPlugin.php:1182 msgid "Remote" msgstr "" #. TRANS: Title for activity. #: OStatusPlugin.php:1222 msgid "Profile update" msgstr "" #. TRANS: Ping text for remote profile update through OStatus. #. TRANS: %s is user that updated their profile. #: OStatusPlugin.php:1225 #, php-format msgid "%s has updated their profile page." msgstr "" #: OStatusPlugin.php:1268 msgid "Tag" msgstr "" #. TRANS: Plugin description. #: OStatusPlugin.php:1283 msgid "" "Follow people across social networks that implement OStatus." msgstr "" #. TRANS: Client exception. #: actions/pushhub.php:66 msgid "Publishing outside feeds not supported." msgstr "" #. TRANS: Client exception. %s is a mode. #: actions/pushhub.php:69 #, php-format msgid "Unrecognized mode \"%s\"." 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." msgstr "" #. TRANS: Client exception. %s is sync or async. #: actions/pushhub.php:95 #, php-format msgid "Invalid hub.verify \"%s\". It must be sync or async." msgstr "" #. TRANS: Client exception. %s is the invalid lease value. #: actions/pushhub.php:101 #, php-format msgid "Invalid hub.lease \"%s\". It must be empty or positive integer." msgstr "" #. TRANS: Client exception. %s is the invalid hub secret. #: actions/pushhub.php:109 #, php-format msgid "Invalid hub.secret \"%s\". It must be under 200 bytes." msgstr "" #. TRANS: Client exception. %s is a feed URL. #: actions/pushhub.php:161 #, php-format msgid "Invalid hub.topic \"%s\". User does not exist." msgstr "" #. TRANS: Client exception. %s is a feed URL. #: actions/pushhub.php:170 #, php-format msgid "Invalid hub.topic \"%s\". Group does not exist." msgstr "" #. TRANS: Client exception. %s is a feed URL. #: actions/pushhub.php:186 #, php-format msgid "Invalid hub.topic %s; people tag 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:211 #, php-format msgid "Invalid URL passed for %1$s: \"%2$s\"" msgstr "" #: actions/ostatustag.php:40 msgid "You can use the local tagging!" msgstr "" #: actions/ostatustag.php:54 #, php-format msgid "Tag %s" msgstr "" #: actions/ostatustag.php:55 msgid "Go" msgstr "" #. TRANS: Field label. #: actions/ostatustag.php:66 actions/ostatusinit.php:136 msgid "User nickname" msgstr "" #: actions/ostatustag.php:67 msgid "Nickname of the user you want to tag" msgstr "" #. TRANS: Field label. #: actions/ostatustag.php:70 actions/ostatusinit.php:146 msgid "Profile Account" msgstr "" #: actions/ostatustag.php:71 msgid "Your account id (i.e. user@identi.ca)" msgstr "" #. TRANS: Client error. #: actions/ostatustag.php:86 actions/ostatusinit.php:182 msgid "Could not look up OStatus account profile." msgstr "" #. TRANS: Client error. #: actions/ostatustag.php:98 actions/ostatusinit.php:195 msgid "Could not confirm remote profile address." msgstr "" #: actions/ostatustag.php:115 msgid "OStatus people tag" msgstr "" #: actions/pushcallback.php:50 msgid "Empty or invalid feed id." msgstr "" #. TRANS: Server exception. %s is a feed ID. #: actions/pushcallback.php:56 #, 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. %1$s the invalid token, %2$s is the topic for which the invalid token was given. #: actions/pushcallback.php:101 #, php-format msgid "Bad hub.verify_token %1$s for %2$s." msgstr "" #. TRANS: Client exception. %s is an invalid topic. #: actions/pushcallback.php:108 #, php-format msgid "Unexpected subscribe request for %s." msgstr "" #. TRANS: Client exception. %s is an invalid topic. #: actions/pushcallback.php:113 #, php-format msgid "Unexpected unsubscribe request for %s." msgstr "" #: actions/ownerxrd.php:39 actions/usersalmon.php:43 msgid "No such user." msgstr "" #. TRANS: Field label for a field that takes an OStatus user address. #: actions/ostatussub.php:68 msgid "Subscribe to" msgstr "" #. TRANS: Tooltip for field label "Subscribe to". #: actions/ostatussub.php:71 msgid "" "OStatus user's address, like nickname@example.com or http://example.net/" "nickname" msgstr "" #. TRANS: Button text. #: actions/ostatussub.php:75 actions/ostatusgroup.php:86 msgctxt "BUTTON" msgid "Continue" msgstr "" #: actions/ostatussub.php:109 msgid "Join" msgstr "" #. TRANS: Button text. #. TRANS: Tooltip for button "Join". #: actions/ostatussub.php:112 msgctxt "BUTTON" msgid "Join this group" msgstr "" #. TRANS: Button text. #: actions/ostatussub.php:115 msgctxt "BUTTON" msgid "Confirm" msgstr "" #. TRANS: Tooltip for button "Confirm". #: actions/ostatussub.php:117 msgid "Subscribe to this user" msgstr "" #: actions/ostatussub.php:138 msgid "You are already subscribed to this user." msgstr "" #. TRANS: Error text. #: actions/ostatussub.php:243 actions/ostatussub.php:247 #: actions/ostatussub.php:251 actions/ostatussub.php:255 #: actions/ostatussub.php:259 msgid "" "Sorry, we could not reach that feed. Please try that OStatus address again " "later." msgstr "" #. TRANS: OStatus remote subscription dialog error. #. TRANS: OStatus remote group subscription dialog error. #: actions/ostatussub.php:296 actions/ostatuspeopletag.php:140 msgid "Already subscribed!" msgstr "" #. TRANS: OStatus remote subscription dialog error. #: actions/ostatussub.php:301 msgid "Remote subscription failed!" msgstr "" #. TRANS: Client error displayed when the session token does not match or is not given. #: actions/ostatussub.php:349 actions/ostatusinit.php:69 msgid "There was a problem with your session token. Try again, please." msgstr "" #. TRANS: Form title. #: actions/ostatussub.php:377 msgid "Subscribe to user" msgstr "" #. TRANS: Page title for OStatus remote subscription form #: actions/ostatussub.php:397 msgid "Confirm" msgstr "" #. TRANS: Instructions. #: actions/ostatussub.php:409 msgid "" "You can subscribe to users from other supported sites. Paste their address " "or profile URI below:" msgstr "" #. TRANS: Field label. #: actions/ostatusgroup.php:78 msgid "Join group" msgstr "" #. TRANS: Tooltip for field label "Join group". #: actions/ostatusgroup.php:81 msgid "OStatus group's address, like http://example.net/group/nickname." msgstr "" #: actions/ostatusgroup.php:105 msgid "You are already a member of this group." msgstr "" #. TRANS: OStatus remote group subscription dialog error. #: actions/ostatusgroup.php:140 msgid "Already a member!" msgstr "" #. TRANS: OStatus remote group subscription dialog error. #: actions/ostatusgroup.php:148 msgid "Remote group join failed!" msgstr "" #. TRANS: Page title for OStatus remote group join form #: actions/ostatusgroup.php:161 msgid "Confirm joining remote group" msgstr "" #. TRANS: Instructions. #: actions/ostatusgroup.php:172 msgid "" "You can subscribe to groups from other supported sites. Paste the group's " "profile URI below:" msgstr "" #. TRANS: Client error. #: actions/usersalmon.php:37 actions/groupsalmon.php:40 #: actions/peopletagsalmon.php:39 msgid "No ID." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:70 classes/Ostatus_profile.php:489 msgid "Cannot handle that kind of post." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:83 msgid "In reply to unknown notice." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:88 msgid "In reply to a notice not by this user and not mentioning this user." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:160 msgid "This is already a favorite." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:165 msgid "Could not save new favorite." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:182 msgid "Notice was not favorited!" msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:258 msgid "Cannot favorite/unfavorite without an object." msgstr "" #. TRANS: Client exception. #: actions/usersalmon.php:270 msgid "Cannot handle that kind of object for liking/faving." msgstr "" #. TRANS: Client exception. %s is an object ID. #: actions/usersalmon.php:277 #, 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:282 #, php-format msgid "Notice with ID %1$s not posted by %2$s." msgstr "" #: actions/ostatuspeopletag.php:73 msgid "Subscribe to people tag" msgstr "" #: actions/ostatuspeopletag.php:75 msgid "Address of the OStatus people tag, like http://example.net/user/all/tag" msgstr "" #: actions/ostatuspeopletag.php:79 msgid "Continue" msgstr "" #: actions/ostatuspeopletag.php:98 msgid "You are already subscribed to this people tag." msgstr "" #. TRANS: Page title for OStatus remote people tag subscription form #: actions/ostatuspeopletag.php:161 msgid "Confirm subscription to remote people tag" msgstr "" #. TRANS: Instructions for OStatus list subscription form. #: actions/ostatuspeopletag.php:173 msgid "" "You can subscribe to lists from other supported sites. Paste the lists's URI " "below:" msgstr "" #. TRANS: Client error. #: actions/groupsalmon.php:47 msgid "No such group." msgstr "" #. TRANS: Client error. #: actions/groupsalmon.php:56 msgid "Cannot accept remote posts for a remote group." msgstr "" #. TRANS: Client error. #: actions/groupsalmon.php:130 msgid "Cannot read profile to set up group membership." msgstr "" #. TRANS: Client error. #: actions/groupsalmon.php:134 actions/groupsalmon.php:170 msgid "Groups cannot join groups." msgstr "" #: actions/groupsalmon.php:147 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:155 #, php-format msgid "Could not join remote user %1$s to group %2$s." msgstr "" #: actions/groupsalmon.php:167 msgid "Cannot read profile to cancel group membership." msgstr "" #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname. #: actions/groupsalmon.php:180 #, php-format msgid "Could not remove remote user %1$s from group %2$s." msgstr "" #: actions/peopletagsalmon.php:45 msgid "No such list." msgstr "" #: actions/peopletagsalmon.php:51 msgid "Cannot accept remote posts for a remote list." msgstr "" #: actions/peopletagsalmon.php:89 msgid "Cannot read profile to set up profile tag subscription." msgstr "" #: actions/peopletagsalmon.php:92 actions/peopletagsalmon.php:126 msgid "Groups cannot subscribe to lists." msgstr "" #: actions/peopletagsalmon.php:110 #, php-format msgid "Could not subscribe remote user %1$s to list %2$s." msgstr "" #: actions/peopletagsalmon.php:123 msgid "Cannot read profile to cancel list membership." msgstr "" #: actions/peopletagsalmon.php:136 #, php-format msgid "Could not remove remote user %1$s from list %2$s." msgstr "" #. TRANS: Client error. #: actions/ostatusinit.php:44 msgid "You can use the local subscription!" msgstr "" #. TRANS: Form title. #: actions/ostatusinit.php:88 msgctxt "TITLE" msgid "Subscribe to user" msgstr "" #. TRANS: Form legend. %s is a group name. #: actions/ostatusinit.php:103 #, php-format msgid "Join group %s" msgstr "" #. TRANS: Button text to join a group. #: actions/ostatusinit.php:105 msgctxt "BUTTON" msgid "Join" msgstr "" #. TRANS: Form legend. %1$s is a people tag, %2$s is a tagger's name. #: actions/ostatusinit.php:108 #, php-format msgid "Subscribe to people tagged %1$s by %2$s" msgstr "" #. TRANS: Button text to subscribe to a people tag. #. TRANS: Button text to subscribe to a profile. #: actions/ostatusinit.php:110 actions/ostatusinit.php:116 msgctxt "BUTTON" msgid "Subscribe" msgstr "" #. TRANS: Form legend. %s is a nickname. #: actions/ostatusinit.php:114 #, php-format msgid "Subscribe to %s" msgstr "" #. TRANS: Field label. #: actions/ostatusinit.php:131 msgid "Group nickname" msgstr "" #. TRANS: Field title. #: actions/ostatusinit.php:133 msgid "Nickname of the group you want to join." msgstr "" #. TRANS: Field title. #: actions/ostatusinit.php:138 msgid "Nickname of the user you want to follow." msgstr "" #. TRANS: Tooltip for field label "Profile Account". #: actions/ostatusinit.php:148 msgid "Your account ID (e.g. user@identi.ca)." msgstr "" #. TRANS: Client error. #: actions/ostatusinit.php:170 msgid "Must provide a remote profile." msgstr "" #. TRANS: Page title. #: actions/ostatusinit.php:252 msgid "OStatus Connect" msgstr "" #. TRANS: Server exception. #: classes/FeedSub.php:253 msgid "Attempting to start PuSH subscription for feed with no hub." msgstr "" #. TRANS: Server exception. #: classes/FeedSub.php:284 msgid "Attempting to end PuSH subscription for feed with no hub." msgstr "" #. TRANS: Server exception. %s is a URI #: classes/Ostatus_profile.php:174 classes/Ostatus_profile.php:192 #, 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:177 classes/Ostatus_profile.php:195 #, php-format msgid "Invalid ostatus_profile state: all IDs empty for %s." msgstr "" #. TRANS: Server exception. #. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type. #: classes/Ostatus_profile.php:292 #, php-format msgid "Invalid actor passed to %1$s: %2$s." msgstr "" #. TRANS: Server exception. #: classes/Ostatus_profile.php:388 msgid "" "Invalid type passed to Ostatus_profile::notify. It must be XML string or " "Activity entry." msgstr "" #. TRANS: Exception. #: classes/Ostatus_profile.php:421 msgid "Unknown feed format." msgstr "" #. TRANS: Exception. #: classes/Ostatus_profile.php:445 msgid "RSS feed without a channel." msgstr "" #. TRANS: Client exception. %s is a source URI. #: classes/Ostatus_profile.php:547 #, 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:582 msgid "Show more" msgstr "" #. TRANS: Exception. %s is a profile URL. #: classes/Ostatus_profile.php:779 #, php-format msgid "Could not reach profile page %s." msgstr "" #. TRANS: Exception. %s is a URL. #: classes/Ostatus_profile.php:837 #, php-format msgid "Could not find a feed URL for profile page %s." msgstr "" #. TRANS: Feed sub exception. #: classes/Ostatus_profile.php:935 msgid "Cannot find enough profile information to make a feed." msgstr "" #. TRANS: Server exception. %s is a URL. #: classes/Ostatus_profile.php:999 #, php-format msgid "Invalid avatar URL %s." msgstr "" #. TRANS: Server exception. %s is a URI. #: classes/Ostatus_profile.php:1010 #, php-format msgid "Tried to update avatar for unsaved remote profile %s." msgstr "" #. TRANS: Server exception. %s is a URL. #: classes/Ostatus_profile.php:1020 #, php-format msgid "Unable to fetch avatar from %s." msgstr "" #. TRANS: Exception. #: classes/Ostatus_profile.php:1243 msgid "Local user cannot be referenced as remote." msgstr "" #. TRANS: Exception. #: classes/Ostatus_profile.php:1248 msgid "Local group cannot be referenced as remote." msgstr "" #. TRANS: Server exception. #: classes/Ostatus_profile.php:1308 classes/Ostatus_profile.php:1319 msgid "Cannot save local profile." msgstr "" #. TRANS: Server exception. #: classes/Ostatus_profile.php:1337 msgid "Cannot save OStatus profile." msgstr "" #. TRANS: Exception. #: classes/Ostatus_profile.php:1650 classes/Ostatus_profile.php:1677 msgid "Not a valid webfinger address." msgstr "" #. TRANS: Exception. %s is a webfinger address. #: classes/Ostatus_profile.php:1756 #, php-format msgid "Could not save profile for \"%s\"." msgstr "" #. TRANS: Exception. %s is a webfinger address. #: classes/Ostatus_profile.php:1775 #, php-format msgid "Could not save ostatus_profile for \"%s\"." msgstr "" #. TRANS: Exception. %s is a webfinger address. #: classes/Ostatus_profile.php:1783 #, php-format msgid "Could not find a valid profile for \"%s\"." msgstr "" #. TRANS: Server exception. #: classes/Ostatus_profile.php:1826 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:1858 #, php-format msgid "Unrecognized URI protocol for profile: %1$s (%2$s)." msgstr "" #. TRANS: Server exception. %s is a URI. #: classes/Ostatus_profile.php:1865 #, php-format msgid "No URI protocol for profile: %s." msgstr "" #. TRANS: Client exception. %s is a HTTP status code. #: classes/HubSub.php:212 #, php-format msgid "Hub subscriber verification returned HTTP %s." msgstr "" #. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response. #: classes/HubSub.php:359 #, php-format msgid "Callback returned status: %1$s. Body: %2$s" msgstr "" #. TRANS: Exception. #: lib/magicenvelope.php:79 msgid "Unable to locate signer public key." msgstr "" #. TRANS: Exception. #: lib/salmon.php:126 msgid "Salmon invalid actor for signing." msgstr "" #. TRANS: Client error. POST is a HTTP command. It should not be translated. #: lib/salmonaction.php:43 msgid "This method requires a POST." msgstr "" #. TRANS: Client error. Do not translate "application/magic-envelope+xml" #: lib/salmonaction.php:48 msgid "Salmon requires \"application/magic-envelope+xml\"." msgstr "" #. TRANS: Client error. #: lib/salmonaction.php:58 msgid "Salmon signature verification failed." msgstr "" #. TRANS: Client error. #: lib/salmonaction.php:70 msgid "Salmon post must be an Atom entry." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:126 msgid "Unrecognized activity type." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:136 msgid "This target does not understand posts." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:142 msgid "This target does not understand follows." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:148 msgid "This target does not understand unfollows." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:154 msgid "This target does not understand favorites." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:160 msgid "This target does not understand unfavorites." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:166 msgid "This target does not understand share events." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:172 msgid "This target does not understand joins." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:178 msgid "This target does not understand leave events." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:184 msgid "This target does not understand tag events." msgstr "" #. TRANS: Client exception. #: lib/salmonaction.php:190 msgid "This target does not understand untag events." msgstr "" #. TRANS: Exception. #: lib/salmonaction.php:218 msgid "Received a salmon slap from unidentified actor." msgstr ""