X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fi18n%2Fsone.en.properties;h=da7c8db3bb482bd8dbc72d818211db477effd8ca;hb=9d6e64f8548fd45e06a492d0b92099c27fddd378;hp=8f26721cc75372d198b7783f378033231b93a031;hpb=a591b90dd311bf642e286a5b7b2d9402d3e495aa;p=Sone.git diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 8f26721..da7c8db 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -6,6 +6,8 @@ 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.ImportSone.Name=Import Sone +Navigation.Menu.Item.ImportSone.Tooltip=Import a Sone from a backup Navigation.Menu.Item.KnownSones.Name=Known Sones Navigation.Menu.Item.KnownSones.Tooltip=Shows all known Sones Navigation.Menu.Item.EditProfile.Name=Edit Profile @@ -14,6 +16,32 @@ 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.Blacklist.Name=Blacklist +Navigation.Menu.Item.Blacklist.Tooltip=Manages the global blacklist +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.Option.ClearOnNextRestart.Description=Resets the configuration of the Sone plugin at the next restart. Warning! {strong}This will destroy all of your Sones{/strong} so make sure you have backed up everyhing you still need! Also, you need to set the next option to true to actually do it. +Page.Options.Option.ReallyClearOnNextRestart.Description=This option needs to be set to “yes” if you really, {strong}really{/strong} want to clear the plugin configuration on the next restart. +Page.Options.Button.Save=Save + +Page.Blacklist.Title=Blacklist - Sone +Page.Blacklist.Page.Title=Blacklist +Page.Blacklist.Text.Description=The Sone on the blacklist are prevented from being distributed with your next Sone updates, and there will be no updates fetched for these Sones. +Page.Blacklist.Text.Empty=There are currently no Sones in the blacklist. + +Page.BlacklistSone.Title=Blacklist Sone - Sone + +Page.UnblacklistSone.Title=Unblacklist Sone - Sone Page.Login.Title=Login - Sone Page.Login.Page.Title=Login @@ -27,7 +55,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: @@ -35,6 +63,10 @@ Page.Login.CreateSone.Label.DocumentName=Name in key: Page.Login.CreateSone.Button.CreateFromURI=Create at given URI Page.Login.CreateSone.Button.CreateRandom=Create new Sone +Page.ImportSone.Title=Import Sone - Sone +Page.ImportSone.Page.Title=Import Sone +Page.ImportSone.Button.Import=Import + Page.CreateSone.Title=Create Sone - Sone Page.DeleteSone.Title=Delete Sone - Sone @@ -73,6 +105,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 @@ -149,6 +185,8 @@ View.Sone.Button.UnfollowSone=unfollow View.Sone.Button.FollowSone=follow View.Sone.Button.UnblockSone=unblock View.Sone.Button.BlockSone=block +View.Sone.Button.BlacklistSone=blacklist +View.Sone.Button.UnblacklistSone=unblacklist View.Sone.Status.Modified=This Sone was modified and waits to be inserted. View.Sone.Status.Unknown=This Sone has not yet been retrieved. View.Sone.Status.Idle=This Sone is idle, i.e. not being inserted or downloaded. @@ -158,6 +196,8 @@ 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 @@ -168,3 +208,15 @@ 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! +WebInterface.SelectBox.Choose=Choose… +WebInterface.SelectBox.Yes=Yes +WebInterface.SelectBox.No=No