X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fi18n%2Fsone.en.properties;h=5d74a57ae8b1e5cd417c35c73d88a43077193d00;hb=68882b660ba80ab62387fbcc3ae3392adf3a3e82;hp=d67d3b353452b59a8c6821b763f735acdd4f5db8;hpb=3dd1b715950ddec586d3f6d3654f4cacdaff05d3;p=Sone.git diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index d67d3b3..5d74a57 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -14,6 +14,19 @@ 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 +Navigation.Menu.Item.Options.Name=Options +Navigation.Menu.Item.Options.Tooltip=Options for the Sone plugin +Navigation.Menu.Item.About.Name=About +Navigation.Menu.Item.About.Tooltip=Information about Sone + +Page.About.Title=About - Sone +Page.About.Page.Title=About + +Page.Options.Title=Options - Sone +Page.Options.Page.Title=Options +Page.Options.Page.Description=These options influence the runtime behaviour of the Sone plugin. +Page.Options.Option.InsertionDelay.Description=The number of seconds the Sone inserter waits after a modification of a Sone before it is being inserted. +Page.Options.Button.Save=Save Page.Login.Title=Login - Sone Page.Login.Page.Title=Login @@ -27,7 +40,7 @@ Page.Login.LoadSone.Label.InsertURI=Sone Insert URI: Page.Login.LoadSone.Button.LoadSone=Load Sone Page.Login.CreateSone.Title=Create Sone -Page.Login.CreateSone.Description=Use this function if you want to create a completely new Sone, either at a location of your choosing or a new, random location. +Page.Login.CreateSone.Description=Use this function if you want to create a completely new Sone, either at a location of your choosing or a new, random location. The name you specify can later be overridden in your profile, this name is just used when your Sone has not yet been completely downloaded by other people or when your profile is empty. Page.Login.CreateSone.Label.RequestURI=Sone Request URI: Page.Login.CreateSone.Label.InsertURI=Sone Insert URI: Page.Login.CreateSone.Label.Name=Sone name: @@ -52,7 +65,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 @@ -73,6 +86,10 @@ Page.EditProfile.Page.Hint.Optionality=And remember, every single field of this Page.EditProfile.Label.FirstName=First name: Page.EditProfile.Label.MiddleName=Middle name(s): Page.EditProfile.Label.LastName=Last name: +Page.EditProfile.Birthday.Title=Birthday +Page.EditProfile.Birthday.Label.Day=Day: +Page.EditProfile.Birthday.Label.Month=Month: +Page.EditProfile.Birthday.Label.Year=Year: Page.EditProfile.Page.Status.Changed=Your changes have been saved and will be inserted shortly. Page.EditProfile.Button.Save=Save Profile Page.EditProfile.Keys.Title=Sone Keys @@ -103,7 +120,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 +175,24 @@ 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.DefaultText.BirthDay=Day +WebInterface.DefaultText.BirthMonth=Month +WebInterface.DefaultText.BirthYear=Year +WebInterface.DefaultText.Option.InsertionDelay=Time to wait after a Sone is modified before insert (in seconds) +WebInterface.Confirmation.DeletePostButton=Yes, delete! +WebInterface.Confirmation.DeleteReplyButton=Yes, delete!