Page.ViewSone.Page.TitleWithoutSone=View unknown Sone
Page.ViewSone.Page.TitleWithSone=View Sone “{sone}”
Page.ViewSone.UnknownSone.Description=This Sone has not yet been retrieved. Please check back in a short time.
-Page.ViewSone.PostList.Title=Posts by “{sone}”
+Page.ViewSone.PostList.Title=Posts by {sone}
Page.ViewSone.PostList.Text.NoPostYet=This Sone has not yet posted anything.
Page.ViewSone.UnfollowSone.Text=Unfollow this Sone
Page.ViewSone.FollowSone.Text=Follow this Sone
<div id="posts">
<%foreach sone.posts post>
+ <%first>
+ <h1><%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html></h1>
+ <%/first>
<%include include/viewPost.html>
<%foreachelse>
<div><%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html></div>