defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'
/>
</DismissableBanner>
<DismissableBannerid='public_timeline'>
<FormattedMessage
id='dismissable_banner.public_timeline'
defaultMessage='These are the most recent public posts from people on the social web that people on {domain} follow.'
@ -147,7 +148,7 @@ class PublicTimeline extends PureComponent {
</ColumnHeader>
<StatusListContainer
prepend={<DismissableBannerid='public_timeline'><FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'/></DismissableBanner>}
prepend={<DismissableBannerid='public_timeline'><FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on the social web that people on {domain} follow.' values={{domain}}/></DismissableBanner>}
defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'
/>
</DismissableBanner>
<DismissableBannerid='public_timeline'>
<FormattedMessage
id='dismissable_banner.public_timeline'
defaultMessage='These are the most recent public posts from people on the social web that people on {domain} follow.'
@ -143,7 +144,7 @@ class PublicTimeline extends PureComponent {
</ColumnHeader>
<StatusListContainer
prepend={<DismissableBannerid='public_timeline'><FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.'/></DismissableBanner>}
prepend={<DismissableBannerid='public_timeline'><FormattedMessageid='dismissable_banner.public_timeline'defaultMessage='These are the most recent public posts from people on the social web that people on {domain} follow.' values={{domain}}/></DismissableBanner>}
"dismissable_banner.explore_links":"These are news stories being shared the most on the social web today. Newer news stories posted by more different people are ranked higher.",
"dismissable_banner.explore_statuses":"These are posts from across the social web that are gaining traction today. Newer posts with more boosts and favourites are ranked higher.",
"dismissable_banner.explore_tags":"These are hashtags that are gaining traction on the social web today. Hashtags that are used by more different people are ranked higher.",
"dismissable_banner.public_timeline":"These are the most recent public posts from people on this and other servers of the decentralized network that this server knows about.",
"dismissable_banner.public_timeline":"These are the most recent public posts from people on the social web that people on {domain} follow.",
"embed.instructions":"Embed this post on your website by copying the code below.",
"embed.preview":"Here is what it will look like:",
"emoji_button.activity":"Activity",
@ -269,8 +269,8 @@
"filter_modal.select_filter.title":"Filter this post",
"filter_modal.title.status":"Filter a post",
"firehose.all":"All",
"firehose.local":"Local",
"firehose.remote":"Remote",
"firehose.local":"This server",
"firehose.remote":"Other servers",
"follow_request.authorize":"Authorize",
"follow_request.reject":"Reject",
"follow_requests.unlocked_explanation":"Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
@ -487,6 +487,7 @@
"picture_in_picture.restore":"Put it back",
"poll.closed":"Closed",
"poll.refresh":"Refresh",
"poll.reveal":"See results",
"poll.total_people":"{count, plural, one {# person} other {# people}}",
"poll.total_votes":"{count, plural, one {# vote} other {# votes}}",
t.index["reset_password_token"],name:"index_users_on_reset_password_token",unique:true,opclass::text_pattern_ops,where:"(reset_password_token IS NOT NULL)"
t.index["role_id"],name:"index_users_on_role_id",where:"(role_id IS NOT NULL)"
t.index["unconfirmed_email"],name:"index_users_on_unconfirmed_email",where:"(unconfirmed_email IS NOT NULL)"