Implement “like” button.
[Sone.git] / src / main / resources / i18n / sone.en.properties
index d67d3b3..3235622 100644 (file)
@@ -52,7 +52,7 @@ Page.Index.Button.Post=Post!
 Page.Index.PostList.Title=Post Feed
 Page.Index.PostList.Text.NoPostYet=Nobody has written any posts yet. You should probably start it right now!
 Page.Index.AddSone.Title=Add Sone by Key
-Page.Index.AddSone.Description=Here you can enter the Freenet URI of another Sone that should be loaded.
+Page.Index.AddSone.Description=Here you can enter the Freenet URI of another Sone that should be loaded. Once the Sone has been loaded, it will show up here.
 Page.Index.AddSone.Button.Add=Add Sone
 
 Page.AddSone.Title=Add Sone - Sone
@@ -103,7 +103,7 @@ Page.ViewSone.Title=View Sone - Sone
 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
@@ -158,3 +158,20 @@ View.Sone.Status.Inserting=This Sone is currently being inserted.
 View.Post.DeleteLink=Delete
 View.Post.SendReply=Post Reply!
 View.Post.Reply.DeleteLink=Delete
+View.Post.LikeLink=Like
+View.Post.UnlikeLink=Unlike
+
+WebInterface.DefaultText.StatusUpdate=What’s on your mind?
+WebInterface.DefaultText.CreateSoneName=The name of your Sone
+WebInterface.DefaultText.CreateSoneDocumentName=The document name of your Sone (e.g. the “foo” in USK@…/foo/0)
+WebInterface.DefaultText.CreateSoneRequestURI=The Request Key of your Sone
+WebInterface.DefaultText.CreateSoneInsertURI=The Insert Key of your Sone
+WebInterface.DefaultText.LoadSoneRequestURI=The Request Key of the Sone
+WebInterface.DefaultText.LoadSoneInsertURI=The Insert Key of the Sone
+WebInterface.DefaultText.Reply=Write a Reply…
+WebInterface.DefaultText.SoneRequestURI=Sone Request Key
+WebInterface.DefaultText.FirstName=First name
+WebInterface.DefaultText.MiddleName=Middle name(s)
+WebInterface.DefaultText.LastName=Last name
+WebInterface.Confirmation.DeletePostButton=Yes, delete!
+WebInterface.Confirmation.DeleteReplyButton=Yes, delete!