Add missing translation.
[Sone.git] / src / main / resources / i18n / sone.en.properties
1 Navigation.Menu.Name=Sone
2 Navigation.Menu.Tooltip=Freenet Social Network Plugin
3 Navigation.Menu.Item.Login.Name=Login
4 Navigation.Menu.Item.Login.Tooltip=Login to your Sone
5 Navigation.Menu.Item.Index.Name=Your Sone
6 Navigation.Menu.Item.Index.Tooltip=Show your Sone
7 Navigation.Menu.Item.CreateSone.Name=Create Sone
8 Navigation.Menu.Item.CreateSone.Tooltip=Create a new Sone
9 Navigation.Menu.Item.KnownSones.Name=Known Sones
10 Navigation.Menu.Item.KnownSones.Tooltip=Shows all known Sones
11 Navigation.Menu.Item.EditProfile.Name=Edit Profile
12 Navigation.Menu.Item.EditProfile.Tooltip=Edit the Profile of your Sone
13 Navigation.Menu.Item.DeleteSone.Name=Delete Sone
14 Navigation.Menu.Item.DeleteSone.Tooltip=Deletes the current Sone
15 Navigation.Menu.Item.Logout.Name=Logout
16 Navigation.Menu.Item.Logout.Tooltip=Logs you out of the current Sone
17 Navigation.Menu.Item.Options.Name=Options
18 Navigation.Menu.Item.Options.Tooltip=Options for the Sone plugin
19 Navigation.Menu.Item.About.Name=About
20 Navigation.Menu.Item.About.Tooltip=Information about Sone
21
22 Page.About.Title=About - Sone
23 Page.About.Page.Title=About
24
25 Page.Options.Title=Options - Sone
26 Page.Options.Page.Title=Options
27 Page.Options.Page.Description=These options influence the runtime behaviour of the Sone plugin.
28 Page.Options.Section.RuntimeOptions.Title=Runtime Behaviour
29 Page.Options.Option.InsertionDelay.Description=The number of seconds the Sone inserter waits after a modification of a Sone before it is being inserted.
30 Page.Options.Section.TrustOptions.Title=Trust Settings
31 Page.Options.Option.PositiveTrust.Description=The amount of positive trust you want to assign to other Sones by clicking the checkmark below a post or reply.
32 Page.Options.Option.NegativeTrust.Description=The amount of trust you want to assign to other Sones by clicking the red X below a post or reply. This value should be negative.
33 Page.Options.Option.TrustComment.Description=The comment that will be set in the web of trust for any trust you assign from Sone.
34 Page.Options.Section.RescueOptions.Title=Rescue Settings
35 Page.Options.Option.SoneRescueMode.Description=Try to rescue your Sones at the next start of the Sone plugin. This will read your all your old Sones from Freenet and ignore any disappearing postings and replies. You have to unlock your local Sones after they have been restored and you have to manually disable the rescue mode once you are satisfied with what has been restored!
36 Page.Options.Section.Cleaning.Title=Clean Up
37 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.
38 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.
39 Page.Options.Button.Save=Save
40
41 Page.Login.Title=Login - Sone
42 Page.Login.Page.Title=Login
43 Page.Login.Label.SelectSone=Select Sone:
44 Page.Login.Option.NoSone=Select Sone…
45
46 Page.Login.CreateSone.Title=Create Sone
47
48 Page.CreateSone.Title=Create Sone - Sone
49
50 Page.DeleteSone.Title=Delete Sone - Sone
51 Page.DeleteSone.Page.Title=Delete Sone “{zone}”?
52 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.
53 Page.DeleteSone.Button.Yes=Yes, delete.
54 Page.DeleteSone.Button.No=No, do not delete.
55
56 Page.Index.Title=Your Sone - Sone
57 Page.Index.Label.Text=Post text:
58 Page.Index.Button.Post=Post!
59 Page.Index.PostList.Title=Post Feed
60 Page.Index.PostList.Text.NoPostYet=Nobody has written any posts yet. You should probably start it right now!
61
62 Page.KnownSones.Title=Known Sones - Sone
63 Page.KnownSones.Page.Title=Known Sones
64 Page.KnownSones.Text.NoKnownSones=There are currently no known Sones.
65
66 Page.EditProfile.Title=Edit Profile - Sone
67 Page.EditProfile.Page.Title=Edit Profile
68 Page.EditProfile.Page.Description=On this page you can enter your profile data.
69 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!
70 Page.EditProfile.Label.FirstName=First name:
71 Page.EditProfile.Label.MiddleName=Middle name(s):
72 Page.EditProfile.Label.LastName=Last name:
73 Page.EditProfile.Birthday.Title=Birthday
74 Page.EditProfile.Birthday.Label.Day=Day:
75 Page.EditProfile.Birthday.Label.Month=Month:
76 Page.EditProfile.Birthday.Label.Year=Year:
77 Page.EditProfile.Fields.Title=Custom Fields
78 Page.EditProfile.Fields.Description=Here you can enter custom fields into your profile. These fields can contain anything you want and be as terse or as verbose as you wish. Just remember that when it comes to anonymity, sometimes less is more.
79 Page.EditProfile.Fields.Button.Edit=edit
80 Page.EditProfile.Fields.Button.MoveUp=move up
81 Page.EditProfile.Fields.Button.MoveDown=move down
82 Page.EditProfile.Fields.Button.Delete=delete
83 Page.EditProfile.Fields.Button.ReallyDelete=really delete
84 Page.EditProfile.Fields.AddField.Title=Add Field
85 Page.EditProfile.Fields.AddField.Label.Name=Name:
86 Page.EditProfile.Fields.AddField.Button.AddField=Add Field
87 Page.EditProfile.Button.Save=Save Profile
88 Page.EditProfile.Error.DuplicateFieldName=The field name “{fieldName}” does already exist.
89
90 Page.EditProfileField.Title=Edit Profile Field - Sone
91 Page.EditProfileField.Page.Title=Edit Profile Field
92 Page.EditProfileField.Text=Enter a new name for this profile field.
93 Page.EditProfileField.Error.DuplicateFieldName=The field name you entered does already exist.
94 Page.EditProfileField.Button.Save=Change
95 Page.EditProfileField.Button.Reset=Revert to old name
96 Page.EditProfileField.Button.Cancel=Do not change name
97
98 Page.DeleteProfileField.Title=Delete Profile Field - Sone
99 Page.DeleteProfileField.Page.Title=Delete Profile Field
100 Page.DeleteProfileField.Text=Do you really want to delete this profile field?
101 Page.DeleteProfileField.Button.Yes=Yes, delete
102 Page.DeleteProfileField.Button.No=No, do not delete
103
104 Page.CreatePost.Title=Create Post - Sone
105 Page.CreatePost.Page.Title=Create Post
106 Page.CreatePost.Label.Text=Post text:
107 Page.CreatePost.Button.Post=Post!
108 Page.CreatePost.Error.EmptyText=You did not enter any text, which is a pity. You should try writing more!
109
110 Page.CreateReply.Title=Create Reply - Sone
111 Page.CreateReply.Page.Title=Create Reply
112 Page.CreateReply.Error.EmptyText=You did not enter any text, which is a pity. You should try writing more!
113 Page.CreateReply.Label.Text=Reply text:
114 Page.CreateReply.Button.Post=Post Reply!
115
116 Page.ViewSone.Title=View Sone - Sone
117 Page.ViewSone.Page.TitleWithoutSone=View unknown Sone
118 Page.ViewSone.NoSone.Description=There is currently no known Sone with the ID {sone}. If you were looking for a specific Sone, make sure that it is visible in your web of trust!
119 Page.ViewSone.UnknownSone.Description=This Sone has not yet been retrieved. Please check back in a short time.
120 Page.ViewSone.WriteAMessage=You can write a message to this Sone here. Please note that everybody will be able to read this message!
121 Page.ViewSone.PostList.Title=Posts by {sone}
122 Page.ViewSone.PostList.Text.NoPostYet=This Sone has not yet posted anything.
123 Page.ViewSone.Profile.Title=Profile
124 Page.ViewSone.Profile.Label.Name=Name
125
126 Page.ViewPost.Title=View Post - Sone
127 Page.ViewPost.Page.Title=View Post by {sone}
128 Page.ViewPost.Page.TitleUnknownSone=View Unknown Post
129 Page.ViewPost.Text.UnknownPost=This post has not yet been downloaded.
130
131 Page.Like.Title=Like Post - Sone
132 Page.Unlike.Title=Unlike Post - Sone
133
134 Page.DeletePost.Title=Delete Sone - Sone
135 Page.DeletePost.Page.Title=Delete Sone
136 Page.DeletePost.Text.PostWillBeGone=Deleting a post will remove it from your Sone. It will not remove it from Freenet because that is not possible. Older versions of your Sone will always include the deleted post.
137 Page.DeletePost.Button.Yes=Yes, delete.
138 Page.DeletePost.Button.No=No, do not delete.
139
140 Page.DeleteReply.Title=Delete Reply - Sone
141 Page.DeleteReply.Page.Title=Delete Reply
142 Page.DeleteReply.Text.PostWillBeGone=Deleting a reply will remove it from your Sone. It will not remove it from Freenet because that is not possible. Older versions of your Sone will always include the deleted reply.
143 Page.DeleteReply.Button.Yes=Yes, delete.
144 Page.DeleteReply.Button.No=No, do not delete.
145
146 Page.LockSone.Title=Lock Sone - Sone
147
148 Page.UnlockSone.Title=Unlock Sone - Sone
149
150 Page.FollowSone.Title=Follow Sone - Sone
151
152 Page.UnfollowSone.Title=Unfollow Sone - Sone
153
154 Page.Trust.Title=Trust Sone - Sone
155
156 Page.Distrust.Title=Distrust Sone - Sone
157
158 Page.Untrust.Title=Untrust Sone - Sone
159
160 Page.MarkAsKnown.Title=Mark as Known - Sone
161
162 Page.NoPermission.Title=Unauthorized Access - Sone
163 Page.NoPermission.Page.Title=Unauthorized Access
164 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!
165
166 Page.DismissNotification.Title=Dismiss Notification - Sone
167
168 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.
169 Page.WotPluginMissing.Text.LoadPlugin=Please load the Web of Trust plugin in the {link}plugin manager{/link}.
170
171 Page.Logout.Title=Logout - Sone
172
173 Page.Invalid.Title=Invalid Action Performed
174 Page.Invalid.Page.Title=Invalid Action Performed
175 Page.Invalid.Text=An invalid action was performed, or the action was valid but the parameters were not. Please go back to the {link}index page{/link} and try again. If the error persists you have probably found a bug.
176
177 View.CreateSone.Text.WotIdentityRequired=To create a Sone you need an identity from the {link}Web of Trust plugin{/link}.
178 View.CreateSone.Select.Default=Select an identity
179 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.
180 View.CreateSone.Text.NoNonSoneIdentities=You do not have any Web of Trust identities that are not already a Sone. Please head over to the {link}Web of Trust plugin{/link} and create an identity.
181 View.CreateSone.Button.Create=Create Sone
182 View.CreateSone.Text.Error.NoIdentity=You have not selected an identity.
183
184 View.Sone.Label.LastUpdate=Last update:
185 View.Sone.Text.UnknownDate=unknown
186 View.Sone.Button.UnlockSone=unlock
187 View.Sone.Button.UnlockSone.Tooltip=Allow this Sone to be inserted now
188 View.Sone.Button.LockSone=lock
189 View.Sone.Button.LockSone.Tooltip=Prevents this Sone from being inserted right now
190 View.Sone.Button.UnfollowSone=unfollow
191 View.Sone.Button.FollowSone=follow
192 View.Sone.Status.Modified=This Sone was modified and waits to be inserted.
193 View.Sone.Status.Unknown=This Sone has not yet been retrieved.
194 View.Sone.Status.Idle=This Sone is idle, i.e. not being inserted or downloaded.
195 View.Sone.Status.Downloading=This Sone is currently being downloaded.
196 View.Sone.Status.Inserting=This Sone is currently being inserted.
197
198 View.Post.UnknownAuthor=(unknown)
199 View.Post.DeleteLink=Delete
200 View.Post.SendReply=Post Reply!
201 View.Post.Reply.DeleteLink=Delete
202 View.Post.LikeLink=Like
203 View.Post.UnlikeLink=Unlike
204
205 View.Trust.Tooltip.Trust=Trust this person
206 View.Trust.Tooltip.Distrust=Assign negative trust to this person
207 View.Trust.Tooltip.Untrust=Remove your trust assignment for this person
208
209 WebInterface.DefaultText.StatusUpdate=What’s on your mind?
210 WebInterface.DefaultText.Message=Write a Message…
211 WebInterface.DefaultText.Reply=Write a Reply…
212 WebInterface.DefaultText.FirstName=First name
213 WebInterface.DefaultText.MiddleName=Middle name(s)
214 WebInterface.DefaultText.LastName=Last name
215 WebInterface.DefaultText.BirthDay=Day
216 WebInterface.DefaultText.BirthMonth=Month
217 WebInterface.DefaultText.BirthYear=Year
218 WebInterface.DefaultText.FieldName=Field name
219 WebInterface.DefaultText.Option.InsertionDelay=Time to wait after a Sone is modified before insert (in seconds)
220 WebInterface.Confirmation.DeletePostButton=Yes, delete!
221 WebInterface.Confirmation.DeleteReplyButton=Yes, delete!
222 WebInterface.SelectBox.Choose=Choose…
223 WebInterface.SelectBox.Yes=Yes
224 WebInterface.SelectBox.No=No
225 WebInterface.ClickToShow.Replies=Click here to show hidden replies.
226 WebInterface.VersionInformation.CurrentVersion=Current Version:
227 WebInterface.VersionInformation.LatestVersion=Latest Version:
228
229 Notification.ClickHereToRead=Click here to read the full text of the notification.
230 Notification.FirstStart.Text=This seems to be the first time you start Sone. To start, create a new Sone from a web of trust identity and start following other Sones.
231 Notification.Startup.Text=Sone is currently starting up. It may take a while to retrieve all identities and Sones from the web of trust. If you are missing some elements, please be patient, they will probably reappear very soon.
232 Notification.ConfigNotRead.Text=The configuration file “sone.properties” could not be read, probably because it was not saved correctly. This can happen on versions prior to Sone 0.3.3 and there is nothing you can do about it.
233 Notification.Button.Dismiss=Dismiss
234 Notification.NewSone.ShortText=New Sones have been discovered:
235 Notification.NewSone.Text=New Sones have been discovered:
236 Notification.NewPost.ShortText=New posts have been discovered.
237 Notification.NewPost.Text=New posts have been discovered by the following Sones:
238 Notification.NewPost.Button.MarkRead=Mark as read
239 Notification.NewReply.ShortText=New replies have been discovered.
240 Notification.NewReply.Text=New replies have been discovered by the following Sones:
241 Notification.SoneIsBeingRescued.Text=The following Sones are currently being rescued:
242 Notification.SoneRescued.Text=The following Sones have been rescued:
243 Notification.SoneRescued.Text.RememberToUnlock=Please remember to control the posts and replies you have given and don’t forget to unlock your Sones!
244 Notification.LockedSones.Text=The following Sones have been locked for more than 5 minutes. Please check if you really want to keep these Sones locked:
245 Notification.NewVersion.Text=A new version of the Sone plugin was found: Version {version}.