X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fi18n%2Fsone.en.properties;h=3235622ddd2830e08611ee01c26a741f91dea0ae;hb=c8f518f638aa16cf37145561b709d28252de213a;hp=4012134846b29d76156956e0f793acc5836d4ad6;hpb=062ea263021e1b9d0cab581af87ebb7ac9947910;p=Sone.git diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 4012134..3235622 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -6,8 +6,6 @@ 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 @@ -54,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 @@ -105,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 @@ -126,6 +124,12 @@ Page.DeletePost.Text.PostWillBeGone=Deleting a post will remove it from your Son Page.DeletePost.Button.Yes=Yes, delete. Page.DeletePost.Button.No=No, do not delete. +Page.DeleteReply.Title=Delete Reply - Sone +Page.DeleteReply.Page.Title=Delete Reply +Page.DeleteReply.Text.PostWillBeGone=Deleting a reply will remove it from your Sone. It will not remove it from Freenet because that is not possible. Older versions of your Sone will always include the deleted reply. +Page.DeleteReply.Button.Yes=Yes, delete. +Page.DeleteReply.Button.No=No, do not delete. + Page.FollowSone.Title=Follow Sone - Sone Page.UnfollowSone.Title=Unfollow Sone - Sone @@ -154,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!