X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fi18n%2Fsone.en.properties;h=5d74a57ae8b1e5cd417c35c73d88a43077193d00;hb=68882b660ba80ab62387fbcc3ae3392adf3a3e82;hp=43996a1dacd89dba7f709ecb1cd101cce33927e6;hpb=e55e5795ac1e05fdc19e0958ccfffb26e3cd1081;p=Sone.git diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 43996a1..5d74a57 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -14,12 +14,20 @@ 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 Page.Login.Label.SelectSone=Select Sone: @@ -78,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 @@ -178,5 +190,9 @@ 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!