Add “known Sones” page.
[Sone.git] / src / main / resources / i18n / sone.en.properties
index 55100d4..2d3c1d3 100644 (file)
@@ -2,6 +2,20 @@ Navigation.Menu.Name=Sone
 Navigation.Menu.Tooltip=Freenet Social Network Plugin
 Navigation.Menu.Item.Login.Name=Login
 Navigation.Menu.Item.Login.Tooltip=Login to your Sone
+Navigation.Menu.Item.Index.Name=Your Sone
+Navigation.Menu.Item.Index.Tooltip=Show your Sone
+Navigation.Menu.Item.CreateSone.Name=Create Sone
+Navigation.Menu.Item.CreateSone.Tooltip=Create a new Sone
+Navigation.Menu.Item.AddSone.Name=Add Sone
+Navigation.Menu.Item.AddSone.Tooltip=Add a Sone by Freenet URI
+Navigation.Menu.Item.KnownSones.Name=Known Sones
+Navigation.Menu.Item.KnownSones.Tooltip=Shows all known Sones
+Navigation.Menu.Item.EditProfile.Name=Edit Profile
+Navigation.Menu.Item.EditProfile.Tooltip=Edit the Profile of your Sone
+Navigation.Menu.Item.DeleteSone.Name=Delete Sone
+Navigation.Menu.Item.DeleteSone.Tooltip=Deletes the current Sone
+Navigation.Menu.Item.Logout.Name=Logout
+Navigation.Menu.Item.Logout.Tooltip=Logs you out of the current Sone
 
 Page.Login.Title=Login - Sone
 Page.Login.Page.Title=Login
@@ -21,3 +35,75 @@ Page.Login.CreateSone.Label.InsertURI=Sone Insert URI:
 Page.Login.CreateSone.Label.Name=Sone name:
 Page.Login.CreateSone.Button.CreateFromURI=Create at given URI
 Page.Login.CreateSone.Button.CreateRandom=Create new Sone
+
+Page.CreateSone.Title=Create Sone - Sone
+
+Page.DeleteSone.Title=Delete Sone - Sone
+Page.DeleteSone.Page.Title=Delete Sone “{zone}”?
+Page.DeleteSone.Page.Description=This will not delete the Sone from Freenet (because that is impossible), it will merely remove all references to this Sone from this plugin instance. You can write down the insert and request keys and reload your Sone from a different plugin instance or computer.
+Page.DeleteSone.Label.RequestURI=Request URI:
+Page.DeleteSone.Label.InsertURI=Insert URI:
+Page.DeleteSone.Button.Yes=Yes, delete.
+Page.DeleteSone.Button.No=No, do not delete.
+
+Page.Index.Title=Your Sone - Sone
+Page.Index.Page.Title=Your Sone: {sone}
+Page.Index.Label.Text=Post text:
+Page.Index.Button.Post=Post!
+Page.Index.PostList.Title=Posts by you and your friends
+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.Button.Add=Add Sone
+
+Page.AddSone.Title=Add Sone - Sone
+Page.AddSone.Page.Title=Add Sone
+Page.AddSone.Text.SoneLoading=The Sone at the given key is now being loaded. Please wait until it appears in your {link}Known Sones.{/link}
+Page.AddSone.Text.ReturnToIndex=Or {link}return to the index{/link}.
+Page.AddSone.Text.AddAnotherSone=Or you can add another Sone by entering it’s Freenet URI below:
+Page.AddSone.Button.AddSone=Add Sone
+
+Page.KnownSones.Title=Known Sones - Sone
+Page.KnownSones.Page.Title=Known Sones
+Page.KnownSones.Text.NoKnownSones=There are currently no known Sones.
+
+Page.EditProfile.Title=Edit Profile - Sone
+Page.EditProfile.Page.Title=Edit Profile
+Page.EditProfile.Page.Description=On this page you can enter your profile data.
+Page.EditProfile.Page.Hint.Optionality=And remember, every single field of this profile is optional! You are not required to enter a single thing here! Also, everything you enter here will probably be stored in Freenet for a very long time!
+Page.EditProfile.Label.FirstName=First name:
+Page.EditProfile.Label.MiddleName=Middle name(s):
+Page.EditProfile.Label.LastName=Last name:
+Page.EditProfile.Page.Status.Changed=Your changes have been saved and will be inserted shortly.
+Page.EditProfile.Button.Save=Save Profile
+
+Page.CreatePost.Title=Create Post - Sone
+Page.CreatePost.Page.Title=Create Post
+Page.CreatePost.Label.Text=Post text:
+Page.CreatePost.Button.Post=Post!
+Page.CreatePost.Error.EmptyText=You did not enter any text, which is a pity. You should try writing more!
+
+Page.CreateReply.Title=Create Reply - Sone
+Page.CreateReply.Page.Title=Create Reply
+Page.CreateReply.Error.EmptyText=You did not enter any text, which is a pity. You should try writing more!
+Page.CreateReply.Label.Text=Reply text:
+Page.CreateReply.Button.Post=Post Reply!
+
+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.Text.NoPostYet=This Sone has not yet posted anything.
+Page.ViewSone.UnfollowSone.Text=Unfollow this Sone
+Page.ViewSone.FollowSone.Text=Follow this Sone
+Page.ViewSone.Following.Title=This Sone follows
+Page.ViewSone.Following.FollowingNone.Text=Apparently, this Sone does not yet follow any other Sone.
+
+Page.ViewPost.Title=View Post - Sone
+Page.ViewPost.Page.Title=View Post by {sone}
+Page.ViewPost.Button.PostReply=Post Reply!
+
+Page.FollowSone.Title=Follow Sone - Sone
+
+Page.Logout.Title=Logout - Sone