Merge branch 'master' into next
[Sone.git] / src / main / resources / i18n / sone.en.properties
index f093d44..9f63a64 100644 (file)
@@ -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,12 +16,43 @@ 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
+Navigation.Menu.Item.Help.Name=Help
+Navigation.Menu.Item.Help.Tooltip=The Sone User Manual
+
+Page.Help.Title=Help - Sone
+Page.Help.Page.Title=The Sone User Manual
+Page.Help.Text.Introduction=Though Sone aims to be very easy to use there probably are a couple of functions that need to be explained.
+Page.Help.Topic.Blocking.Title=What is “blocking?”
+Page.Help.Topic.Blocking.Text=“Blocking a Sone” means to exclude it from the current Sone distribution method. Every time your Sone is updated, a list of all Sones you know is distributed as well—unless you block or blacklist a Sone.
+Page.Help.Topic.Blacklisting.Title=What is the difference between “blocking” and “blacklisting?”
+Page.Help.Topic.Blacklisting.Text=Blocking a Sone is only possible when you are logged in to a Sone so you can choose to not distribute somebody else’s Sone per Sone. Blacklisting works globally—a blacklisted Sone will not be distributed by any Sone on your node, starting with the next update of each Sone. A blacklisted Sone will also not appear in your “Known Sones” anymore, it will only be shown on the “Blacklist” page.
 
 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
 Page.Login.Label.SelectSone=Select Sone:
@@ -40,6 +73,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
@@ -158,6 +195,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.
@@ -185,5 +224,9 @@ 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