Implement profile editing.
[Sone.git] / src / main / resources / i18n / sone.en.properties
index 826f277..49660cd 100644 (file)
@@ -2,6 +2,16 @@ 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.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
@@ -9,13 +19,38 @@ Page.Login.Label.SelectSone=Select Sone:
 Page.Login.Option.NoSone=Select Sone…
 
 Page.Login.LoadSone.Title=Load Sone
-Page.Login.LoadSone.Description=This function can be used to load an existing Sone. You need to specify the {mark}insert key{/mark} of the Sone to load it!
+Page.Login.LoadSone.Description=This function can be used to load an existing Sone. You need to specify both keys of the Sone to load it!
+Page.Login.LoadSone.Label.RequestURI=Sone Request URI:
 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.Label.RequestURI=Sone Request URI:
 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.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.Logout.Title=Logout - Sone