Too many changes to list them all.
[Sone.git] / src / main / resources / i18n / sone.en.properties
index 53e69e2..6bfe3e1 100644 (file)
@@ -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.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
@@ -47,14 +45,7 @@ Page.Login.Page.Title=Login
 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 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. 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:
@@ -62,17 +53,11 @@ 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
 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.Page.Description=This will not delete the Sone from Freenet (because that is impossible), it will merely disconnect your web of trust identity from Sone.
 Page.DeleteSone.Button.Yes=Yes, delete.
 Page.DeleteSone.Button.No=No, do not delete.
 
@@ -86,13 +71,6 @@ 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. Once the Sone has been loaded, it will show up here.
 Page.Index.AddSone.Button.Add=Add Sone
 
-Page.AddSone.Title=Add Sone - Sone
-Page.AddSone.Page.Title=Add Sone
-Page.AddSone.Text.SoneLoading=The Sone at the given key is now being loaded. Please wait until it appears in your {link}Known Sones.{/link}
-Page.AddSone.Text.ReturnToIndex=Or {link}return to the index{/link}.
-Page.AddSone.Text.AddAnotherSone=Or you can add another Sone by entering it’s Freenet URI below:
-Page.AddSone.Button.AddSone=Add Sone
-
 Page.KnownSones.Title=Known Sones - Sone
 Page.KnownSones.Page.Title=Known Sones
 Page.KnownSones.Text.NoKnownSones=There are currently no known Sones.
@@ -169,12 +147,23 @@ Page.NoPermission.Title=Unauthorized Access - Sone
 Page.NoPermission.Page.Title=Unauthorized Access
 Page.NoPermission.Text.NoPermission=You tried to do something that you do not have sufficient authorization for. Please refrain from such actions in the future or we will be forced to take counter-measures!
 
+Page.WotPluginMissing.Title=Web of Trust Plugin Missing - Sone
+Page.WotPluginMissing.Page.Title=Web of Trust Plugin Missing
+Page.WotPluginMissing.Text.WotRequired=Because the Web of Trust is an integral part of Sone, the Web of Trust plugin has to be loaded in order to run Sone.
+Page.WotPluginMissing.Text.LoadPlugin=Please load the Web of Trust plugin in the {link}plugin manager{/link}.
+
 Page.Logout.Title=Logout - Sone
 
 View.Head.ProfileLink.Text=Your Profile
 
 Page.Tail.Text.KeyOfSone=Key of this Sone (give this to other people):
 
+View.CreateSone.Text.WotIdentityRequired=To create a Sone you need an identity from the {link}Web of Trust plugin{/link}.
+View.CreateSone.Select.Default=Select an identity
+View.CreateSone.Text.NoIdentities=You do not have any Web of Trust identities. Please head over to the {link}Web of Trust plugin{/link} and create an identity.
+View.CreateSone.Button.Create=Create Sone
+View.CreateSone.Text.Error.NoIdentity=You have not selected an identity.
+
 View.Sone.Label.LastUpdate=Last update:
 View.Sone.Button.UnfollowSone=unfollow
 View.Sone.Button.FollowSone=follow
@@ -211,3 +200,5 @@ WebInterface.Confirmation.DeleteReplyButton=Yes, delete!
 WebInterface.SelectBox.Choose=Choose…
 WebInterface.SelectBox.Yes=Yes
 WebInterface.SelectBox.No=No
+
+Warning.PluginNotConnected.Text=The Web of Trust plugin could not be found! This can happen if the Web of Trust plugin is not loaded or if your node is currently still starting up. In the first case, load the Web of Trust plugin using the {link}plugin manager{/link}, in the second case wait until the Web of Trust plugin has been loaded, because in either case Sone will not be working unless the Web of Trust plugin is loaded!