~wegtam/smederee

~wegtam/smederee/modules/hub/src/main/resources/messages.properties
 ..
0 # Smederee - Hub
1 # Resource bundle for translations.
2 #
3 # *** FILE ENCODING MUST BE UTF-8! ***
4 #
5 # File structure
6 # ==============
7 # 1. Translation keys are supposed to be grouped by semantic topic (e.g.
8 # error.foo.bar or ui.button.logout).
9 # 2. Grouping continues downward if it makes sense, e.g.
10 # error.forbidden.title, error.forbidden.message.
11 #
12 errors.account.not-validated=Sorry, but your account has not been validated and is therefore not allowed to perform the desired action. Please validate your account. You can do so on the settings page.
13 errors.csrf-failed.title=403 - CSRF check failed!
14 errors.csrf-failed.message=The request triggered the Cross-Site-Request-Forgery protection. In some circumstances this can be triggered accidently, to resume normal operations it is advised to delete the cookies that are stored by your web browser for this website.
15 errors.forbidden.title=403 - Forbidden
16 errors.internal-server-error.title=500 - Internal Server Error
17 errors.internal-server-error.message=An error occured while processing the request.
18 errors.repository.not-found.title=Not found
19 errors.repository.not-found.message=No repository named "{0}" found for user or organisation "{1}"!
20 errors.user-or-organisation.not-found.title=Not found
21 errors.user-or-organisation.not-found.message=No user or organisation named "{0}" could be found!
22
23 # Forms
24 form.account.delete.button.submit=Delete my account!
25 form.account.delete.i-am-sure=Yes, I am sure that I want to delete my account and all related data!
26 form.account.delete.notice=If you delete your account then all related data will be permanently removed. This action CANNOT be undone!
27 form.account.delete.password=Password
28 form.account.language.button.submit=Save language settings.
29 form.account.language=Language
30 form.account.language.help=The language settings will affect the translation and display of date and numbers.
31 form.account.validate-email.notice=You have not yet validated your email address, therefore some operations are not yet allowed. If you have not received a validation email from us, please use the button below to send the email.
32 form.account.validate-email.button.submit=Send validation email
33 form.change-password.button.submit=Change password
34 form.change-password.help=Please note that all your currently active user sessions will be closed if you change your password.
35 form.change-password.password-confirmation.help=Please confirm your password here to reduce possible errors due to typos.
36 form.change-password.password-confirmation.placeholder=Repeat the password you entered above.
37 form.change-password.password-confirmation=Confirm password
38 form.change-password.password.help=Your password must be at least 12 characters long.
39 form.change-password.password.placeholder=Please choose a secure password!
40 form.change-password.password=New password
41 form.change-password.username.help=Please enter the username for your account.
42 form.change-password.username.placeholder=Please enter your username.
43 form.change-password.username=Username
44 form.organisation.admins.add.name=Add administrator
45 form.organisation.admins.add.name.help=You may add an administrator to this organisation by specifying the name of a validated user account.
46 form.organisation.admins.add.name.placeholder=
47 form.organisation.admins.button.edit.submit=Save changes
48 form.organisation.admins.delete.notice=Please select all administrators that you would like to remove.
49 form.organisation.button.create.submit=Create organisation
50 form.organisation.button.delete.submit=Delete this organisation!
51 form.organisation.button.edit.submit=Save changes
52 form.organisation.delete.i-am-sure=Yes, I am sure that I want to delete this organisation and all related data!
53 form.organisation.delete.notice=If you delete an organisation then all related data will be permanently removed. This action CANNOT be undone!
54 form.organisation.delete.title=Delete this organisation!
55 form.organisation.description.help=An optional short description of your organisation.
56 form.organisation.description.placeholder=
57 form.organisation.description=Description
58 form.organisation.full-name.help=The full name of an organisation is allowed to be more verbose and less restricitive but it must not exceed 128 characters.
59 form.organisation.full-name.placeholder=
60 form.organisation.full-name=Full Name
61 form.organisation.is-private.help=A private organisation can only be accessed by the owner and accounts which have been given permissions to do so.
62 form.organisation.is-private=Private Organisation
63 form.organisation.name.help=It must start with a letter, contain only alphanumeric characters, be at least 2 and at most 31 characters long and be all lowercase.
64 form.organisation.name.placeholder=Please enter a organisation name.
65 form.organisation.name=Name
66 form.organisation.owner.help=You may change the primary owner of the organisation here.
67 form.organisation.members.add.name=Add member
68 form.organisation.members.add.name.help=You may add a new member to this organisation by specifying the name of a validated user account.
69 form.organisation.members.add.name.placeholder=
70 form.organisation.members.button.edit.submit=Save changes
71 form.organisation.members.delete.notice=Please select all members that you would like to remove.
72 form.organisation.owner=Owner
73 form.organisation.website.help=An optional URI pointing to a website.
74 form.organisation.website.placeholder=https://example.com
75 form.organisation.website=Website
76 form.create-repo.button.submit=Create repository
77 form.create-repo.name=Name
78 form.create-repo.name.placeholder=Please enter a repository name.
79 form.create-repo.name.help=A repository name must start with a letter or number and must contain only alphanumeric ASCII characters as well as minus or underscore signs. It must be between 2 and 64 characters long.
80 form.create-repo.is-private=Private Repository
81 form.create-repo.is-private.help=A private repository can only be accessed by the owner and accounts which have been given permissions to do so.
82 form.create-repo.description=Description
83 form.create-repo.description.placeholder=
84 form.create-repo.description.help=An optional short description of your repo / project.
85 form.create-repo.darcs-patch-format=Darcs patch format
86 form.create-repo.darcs-patch-format.help=The internal patch format to be used for the repository. Currently V2 is the default and recommended.
87 form.create-repo.tickets-enabled=Ticket tracking
88 form.create-repo.tickets-enabled.help=Enable ticket tracking support to be able to use tickets with labels and milestones for organising the development process if needed.
89 form.create-repo.website=Website
90 form.create-repo.website.placeholder=https://example.com
91 form.create-repo.website.help=An optional URI pointing to the website of your project.
92 form.repository.delete.button.submit=Delete repository
93 form.repository.delete.i-am-sure=Yes, I am sure that I want to delete the repository {0}!
94 form.repository.delete.notice=This action CANNOT be undone! Please be careful.
95 form.repository.delete.title=Delete repository {0}
96 form.reset-password.button.submit=Request password reset
97 form.reset-password.help=You can use this form to request a reset link via email that will allow you to change your password.
98 form.edit-repo.button.submit=Edit repository
99 form.edit-repo.name=Name
100 form.edit-repo.name.help=A repository name must start with a letter or number and must contain only alphanumeric ASCII characters as well as minus or underscore signs. It must be between 2 and 64 characters long.
101 form.edit-repo.is-private=Private Repository
102 form.edit-repo.is-private.help=A private repository can only be accessed by the owner and accounts which have been given permissions to do so.
103 form.edit-repo.description=Description
104 form.edit-repo.description.help=An optional short description of you repo / project.
105 form.edit-repo.website=Website
106 form.edit-repo.website.placeholder=https://example.com
107 form.edit-repo.website.help=An optional URI pointing to the website of your project.
108 form.fork.button.submit=Clone to your account.
109 form.fork.button.submit.not-validated=Please validate your account first, only validated users can create repositories.
110 form.fork.help=Please remember that darcs has a different nomenclature than for example git. Cloning this repository to your account will create a branch (equal to a git fork).
111 form.login.button.submit=Login
112 form.login.link.reset-password=I forgot my password.
113 form.login.password=Password
114 form.login.password.placeholder=Please enter your password here.
115 form.login.username=Username
116 form.login.username.placeholder=Please enter your username.
117 form.signup.button.submit=Sign up for an account
118 form.signup.email=Email address
119 form.signup.email.help=Please enter your email address.
120 form.signup.email.placeholder=someone@somewhere.org
121 form.signup.password=Password
122 form.signup.password.help=Your password must be at least 12 characters long.
123 form.signup.password.placeholder=Please choose a secure password!
124 form.signup.username=Username
125 form.signup.username.help=A username is required because it will be used to group your projects and other stuff. It must be between 2 and 31 characters long and contain only lowercase alphanumeric characters and start with a character (letter).
126 form.signup.username.placeholder=Please choose your username.
127 form.ssh.add.button.reset=Cancel
128 form.ssh.add.button.submit=Add SSH key
129 form.ssh.add.key=Key content
130 form.ssh.add.key.help=Please note that we currently only support RSA keys!
131 form.ssh.add.key.placeholder=The content of your key file (usually located in ~/.ssh/id_rsa.pub) starting with ssh-rsa or ssh-ed25519.
132 form.ssh.add.name=Name
133 form.ssh.add.name.help=If left empty it will be taken from the ssh key comment (if that exists).
134 form.ssh.delete.button.submit=Delete key
135 form.ssh.delete.i-am-sure=Yes, I'm sure!
136
137 # Global / generic translations
138 global.alpha=Alpha Notice
139 global.contact=Contact
140 global.copyright=© 2022 Wegtam GmbH
141 global.error=Error
142 global.imprint=Imprint/Impressum
143 global.login=Login
144 global.logout=Logout
145 global.navbar.top.logo=Smederee
146 global.navbar.top.organisation.new=New organisation
147 global.navbar.top.repositories.all=All repositories
148 global.navbar.top.repositories.yours=Your repositories
149 global.navbar.top.repository.new=New repository
150 global.navbar.top.settings=Settings
151 global.privacy=Privacy Policy
152 global.signup=Sign Up
153 global.terms.of.use=Terms of Use
154
155 # Landing Pages
156 landingpage.alpha.future-goals.intro=We intend to develop the Smederee into a production ready project during the alpha phase. Afterwards we''ll phase over into a beta phase during which remaining bugs are squashed and the payment system will be introduced.
157 landingpage.alpha.future-goals.title=Goals for the alpha phase.
158 landingpage.alpha.guarantees.data-safety.text=Frequent backups are performed and everything is stored on servers inside the EU which implies that it is protected by the EU GDPR regulation, so what is yours stays yours. Furthermore we do our best to secure our systems as best as we can.
159 landingpage.alpha.guarantees.data-safety.title=Safety of account data
160 landingpage.alpha.guarantees.intro=Even though the Smederee is considered alpha we provide the following guarantees:
161 landingpage.alpha.guarantees.title=Guarantees during alpha
162 landingpage.alpha.image.alt=A construction worker working on a roof structure high above a city seen in the background.
163 landingpage.alpha.intro=Although we are aiming for high quality software an alpha implies several rough edges which we will explain a bit on this page.
164 landingpage.alpha.issues.changes.text=As we are developing and testing our product we might run into situations where bigger changes to existing features are necessary. Nonetheless we try to reduce these to a minimum.
165 landingpage.alpha.issues.changes.title=Existing services might be subject to change
166 landingpage.alpha.issues.incomplete.text=Several features are not yet available.
167 landingpage.alpha.issues.incomplete.title=Incomplete feature set
168 landingpage.alpha.issues.intro=As mentioned some issues are to be expected, most notably:
169 landingpage.alpha.issues.payment.text=Once we reach the phase in which the project stabilises and can be considered production ready all users who maintain (host) their own project(s) here are expected to pay. This does not include contributors who only create an account to contribute to projects hosted on the Smederee. However there is no payment plan yet and also we do not plan to price out users that are unable to pay. We will communicate these changes in advance and try to reach a feasible solution. Payment functionality will be rolled out and tested after we leave the alpha and enter the beta phase.
170 landingpage.alpha.issues.payment.title=Payment will be required eventually.
171 landingpage.alpha.issues.title=Issues to expect
172 landingpage.alpha.title=Details about the public alpha phase of Smederee.
173
174 landingpage.contact.title=Contact
175 landingpage.contact.intro=Currently our preferred channel of communication is via email.
176 landingpage.contact.email.title=E-Mail
177 #landingpage.contact.email.text=If you have feedback and questions, please don''t hesitate to ready out to us either via our official mailing list: {0} or directly (and in private) via email: {1}.
178 landingpage.contact.email.text=If you have feedback and questions, please don''t hesitate to ready out to us directly (and in private) via email: {1}. We will have a mailing list in the future but currently this is work in progress.
179 landingpage.contact.abuse.title=Abuse
180 landingpage.contact.abuse.text=In the case of noticing content that you deem to be removed, please write an email to {0} and describe what content and why you think it should be removed.
181
182 landingpage.imprint.title=Imprint / Impressum
183
184 landingpage.index.footer.alpha.title=Public alpha phase
185 landingpage.index.footer.alpha.text=We are currently running the Smederee as a public alpha service. This means that some functionality is incomplete or not yet implemented. Also existing services might be subject to change.
186 landingpage.index.footer.alpha.link-text=Read more details about what to expect while using the Smederee.
187 landingpage.index.footer.services.link-text=Our Services
188 landingpage.index.footer.services.title=Software Consulting and Development
189 landingpage.index.footer.services.text=Hire our experienced engineers to deliver solutions to your problems. We are used to solving hard problems and working across a multitude of business domains. While bringing in knowledge from our field of expertise we provide mentoring to increase the potential of your teams.
190 landingpage.index.getstarted.title=Get started today
191 landingpage.index.menu.heading=Smederee
192 landingpage.index.pitch.header.first=Code Hosting
193 landingpage.index.pitch.header.fourth=Seamless CI/CD
194 landingpage.index.pitch.header.second=Issue Tracking
195 landingpage.index.pitch.header.third=Code Review
196 landingpage.index.pitch.teaser.first=Hosted code repositories with fine grained access control including read only access for users without an account.
197 landingpage.index.pitch.teaser.fourth=Coming soon...
198 landingpage.index.pitch.teaser.second=Enjoy powerful and focussed issue tracking and project management which seamlessly integrates with email and mailing lists.
199 landingpage.index.pitch.teaser.third=Review patches the way it was meant to be by leveraging the power of email without missing out on a web based interface.
200 landingpage.index.pitch.title=Smederee brings teams together to build solid software!
201 landingpage.index.ribbon.text=Benefit from our experience with building software for decades and leverage efficient engineering tools to craft your own software. All of your data is protected by the EU GDPR regulation, so what is yours stays yours. No tracking, no third party cookies and no dependencies on external services!
202 landingpage.index.ribbon.title=We help you to craft great tools!
203 landingpage.index.splash.text=Leverage the power of the <a href="http://darcs.net" target="_blank">darcs</a> vcs to handle your projects with ease and confidence and rest assured that we won''t track you or sell your data!
204 landingpage.index.splash.title=Craft Software!
205
206 landingpage.privacy-policy.title=Privacy Policy
207 landingpage.privacy-policy.intro=We are not collecting any user data aside from essential data required to keep the service running.
208 landingpage.privacy-policy.backups.text=In the case of deleting your account, data in our rotating off-line backup files may continue to exist for up to 30 days according to GDPR guidelines.
209 landingpage.privacy-policy.backups.title=Backups
210 landingpage.privacy-policy.contributions.text=For all contributions done by you (dear user), you have full responsibility and control to add, modify, create this data. This includes for example the code you commit, content, repositories and your account settings and details. If some data cannot be modified by users, this is considered a technical bug that needs to be fixed. Please report such issues.
211 landingpage.privacy-policy.contributions.title=User contributions
212 landingpage.privacy-policy.ip-addresses.text=Server log files can contain IP addresses and user agent strings from connecting computers. These log files are deleted automatically within in 30 days.
213 landingpage.privacy-policy.ip-addresses.title=IP addresses / Log files
214 landingpage.privacy-policy.sources.text=This text was heavily inspired by the privacy policy of Codeberg.
215 landingpage.privacy-policy.sources.title=Sources
216
217 landingpage.terms-of-use.title=Terms of Use
218
219 landingpage.welcome.image.alt=A neon sign saying: Do something great!
220 landingpage.welcome.ribbon.text=Welcome to the smederee! You can now use your credentials to login and start creating. Please note that some functionalities are locked until you have validated your email address.
221 landingpage.welcome.ribbon.title=Thank you and welcome!
222 landingpage.welcome.title=Welcome to the Smederee!
223
224 # Repository pages
225 repositories.all.column.description=Description
226 repositories.all.column.name=Name
227 repositories.all.none-found=No repositories found.
228
229 repositories.yours.column.description=Description
230 repositories.yours.column.name=Name
231 repositories.yours.none-found=Looks like you don''t have any repositories created yet.
232
233 repository.branches.summary={0} branches exist for this repository.
234
235 repository.changes.patch.description=Showing details for patch {0}.
236 repository.changes.patch.title.link=Show details for patch {0}.
237 repository.changes.patch.summary.title=Summary of changes
238 repository.changes.patch.summary.added={0} files added
239 repository.changes.patch.summary.modified={0} files modified with {1} lines added and {2} lines removed
240 repository.changes.patch.summary.modified.details={0} with {1} added and {2} removed lines
241 repository.changes.patch.summary.removed={0} files removed
242 repository.changes.description=Showing {0} changes starting from {1}.
243 repository.changes.description.empty=There are no recorded patches yet.
244
245 repository.delete.title=Here you can delete your repository if you want to.
246
247 repository.edit.title=Edit the repository settings.
248
249 repository.label.edit.title=Edit label >> {0} <<
250 repository.label.edit.link=Edit
251 repository.labels.add.title=Add a new label.
252 repository.labels.edit.title=Manage your repository labels.
253 repository.labels.view.title=Repository labels
254 repository.labels.list.empty=There are no labels defined.
255 repository.labels.list.title={0} labels.
256
257 repository.menu.branches=Branches ({0})
258 repository.menu.changes.next=Next
259 repository.menu.changes=Changes
260 repository.menu.delete=Delete
261 repository.menu.edit=Edit
262 repository.menu.files=Files
263 repository.menu.labels=Labels
264 repository.menu.milestones=Milestones
265 repository.menu.overview=Overview
266 repository.menu.statistics=Statistics
267 repository.menu.tickets=Tickets
268 repository.menu.website=Website
269 repository.menu.website.tooltip=Click here to open the project website ({0}) in a new tab or window.
270
271 repository.milestone.edit.title=Edit milestone >> {0} <<
272 repository.milestone.edit.link=Edit
273 repository.milestone.title.date=({0,date,yyyy-MM-dd (E)})
274 repository.milestones.add.title=Add a new milestone.
275 repository.milestones.edit.title=Manage your repository milestones.
276 repository.milestones.view.title=Repository milestones
277 repository.milestones.list.empty=There are no milestones defined.
278 repository.milestones.list.title={0} milestones.
279
280 repository.description.title=Summary:
281 repository.description.forked-from=Forked from:
282 repository.description.last-tag:Last tag set at {0,date,yyyy-MM-dd (E)}, {0,time,short} :
283 repository.description.last-tag.link=Show details for tag {0}.
284
285 repository.overview.clone.fork=Create your personal branch (fork).
286 repository.overview.clone.title=Clone this repository
287 repository.overview.clone.read-only=read-only
288 repository.overview.clone.read-write=read-write
289 repository.overview.clone.read-write.help=Please note that you might need to set the DARCS_SCP="scp -O" environment variable on some systems if you get "subsystem request failed" errors during darcs ssh operations.
290 repository.overview.clone.read-write.owners-only=Currently only the owner of a repository can use it via ssh.
291 repository.overview.download.title=Downloads
292 repository.overview.download.link=Source code (.tar.gz)
293 repository.overview.latest-changes=Latest changes
294 repository.overview.latest-changes.timestamp={0,date,yyyy-MM-dd (E)}, {0,time,short}
295 repository.overview.rss-feed=RSS feed for this project.
296
297 repository.statistics.average-weekly-code-lines=Average weekly code lines
298 repository.statistics.average-weekly-code-lines.details={0} added, {1} removed
299 repository.statistics.average-weekly-patch-count=Average weekly patch count
300 repository.statistics.description=Some statistics on the repository. Details for programming languages are provided by tokei if available.
301 repository.statistics.general-details=General details about the repository
302 repository.statistics.latest-patch=Latest patch at
303 repository.statistics.no-data=There is not enough data to calculate statistics.
304 repository.statistics.number-of-patch-authors=Number of patch authors
305 repository.statistics.number-of-patches=Number of patches
306 repository.statistics.oldest-patch=Oldest patch at
307 repository.statistics.programming-language-details=Details about used programming languages
308 repository.statistics.tokei.disabled=Please install and enable tokei to show detailled statistics.
309
310 # User management / settings
311 user.settings.account.delete.title=Delete your account
312 user.settings.account.description=On this page you can manage your basic account settings and validate or delete your account.
313 user.settings.account.title=Account
314 user.settings.account.validate-email.title=Validate your email address
315 user.settings.language.title=You preferred language.
316 user.settings.organisation.admins=Administrators
317 user.settings.organisation.edit=Edit
318 user.settings.organisation.members=Members
319 user.settings.organisations.description=Here you find all organisations that you''re the owner of.
320 user.settings.organisations.title=Organisations
321 user.settings.ssh.add.title=Add a new public ssh key.
322 user.settings.ssh.description=Here you can manage your SSH keys.
323 user.settings.ssh.key.created=Uploaded on {0,date,yyyy-MM-dd (E)}
324 user.settings.ssh.key.last-used=Last used on {0,date,yyyy-MM-dd (E)}
325 user.settings.ssh.list.title=Manage your existing ssh keys.
326 user.settings.ssh.list.empty=You haven''t uploaded any ssh keys yet.
327 user.settings.ssh.title=SSH-Keys
328 user.settings.title=Settings
329
330 ### Ticket service (to be moved to separate file)
331 # Smederee - Tickets
332 # Resource bundle for translations.
333 #
334 # *** FILE ENCODING MUST BE UTF-8! ***
335 #
336 # File structure
337 # ==============
338 # 1. Translation keys are supposed to be grouped by semantic topic (e.g.
339 # error.foo.bar or ui.button.logout).
340 # 2. Grouping continues downward if it makes sense, e.g.
341 # error.forbidden.title, error.forbidden.message.
342 #
343 form.label.colour.help=Pick a colour which will be used as background colour for the label.
344 form.label.colour=Colour
345 form.label.create.button.submit=Create label
346 form.label.delete.button.submit=Delete
347 form.label.delete.i-am-sure=Yes, I'm sure!
348 form.label.description.help=The description is optional and may contain up to 254 characters.
349 form.label.description.placeholder=description
350 form.label.description=Description
351 form.label.edit.button.submit=Save label
352 form.label.name.help=A label name can be up to 40 characters long, must not be empty and must be unique in the scope of a project.
353 form.label.name.placeholder=label name
354 form.label.name=Name
355 form.milestone.close.button.submit=Close
356 form.milestone.close.button.submit.help=Mark this milestone as closed e.g. completed or obsolete.
357 form.milestone.create.button.submit=Create milestone
358 form.milestone.delete.button.submit=Delete
359 form.milestone.delete.i-am-sure=Yes, I'm sure!
360 form.milestone.description.help=An optional description of the milestone.
361 form.milestone.description.placeholder=description
362 form.milestone.description=Description
363 form.milestone.due-date.help=You may pick an optional date to indicate until when the milestone is planned to be reached.
364 form.milestone.due-date=Due date
365 form.milestone.edit.button.submit=Save milestone
366 form.milestone.open.button.submit=Open
367 form.milestone.open.button.submit.help=Re-open this milestone.
368 form.milestone.title.help=A milestone title can be up to 64 characters long, must not be empty and must be unique in the scope of a project.
369 form.milestone.title.placeholder=milestone title
370 form.milestone.title=Title
371 form.ticket.content.help=The description can be as detailed as needed.
372 form.ticket.content.placeholder=A detailed description about the issue at hand.
373 form.ticket.content=Describe the ticket in detail.
374 form.ticket.create.button.submit=Create ticket
375 form.ticket.edit.button.submit=Save changes
376 form.ticket.edit.button.cancel=Cancel
377 form.ticket.labels=Labels
378 form.ticket.labels.help=Select labels to apply to this ticket. Hold down the control (or command) key to select multiple values.
379 form.ticket.milestones=Milestones
380 form.ticket.milestones.help=Select the milestones that this ticket is part of.
381 form.ticket.resolution=Resolution
382 form.ticket.resolution.help=This can be set to further describe the resolution of a ticket.
383 form.ticket.status=Status
384 form.ticket.status.help=The current status of the ticket describing its life cycle.
385 form.ticket.title.placeholder=Short concise summary what the ticket is about.
386 form.ticket.title=Title
387
388 milestone.due-date=Due date
389
390 organisation.menu.edit.admins=Manage organisation administrators
391 organisation.menu.edit.members=Manage organisation members
392 organisation.menu.edit.settings=Edit organisation settings
393
394 project.label.edit.link=Edit
395 project.label.edit.title=Edit label ''{0}''.
396 project.labels.add.title=Add a new label.
397 project.labels.edit.title=Edit project labels.
398 project.labels.list.empty=There are no labels defined for this project.
399 project.labels.list.title={0} labels found.
400 project.labels.view.title=Labels
401 project.menu.labels=Labels
402 project.menu.milestones=Milestones
403 project.menu.overview=Overview
404 project.menu.tickets=Tickets
405 project.milestone.edit.link=Edit
406 project.milestone.edit.title=Edit milestone ''{0}''.
407 project.milestone.status.tickets={0} tickets closed from {1} total.
408 project.milestone.title=Milestone {0}
409 project.milestones.add.title=Add a new milestone.
410 project.milestones.edit.title=Edit project milestones.
411 project.milestones.list.empty=There are no milestones defined for this project.
412 project.milestones.list.title={0} milestones found.
413 project.milestones.view.title=Milestones
414 project.tickets.add.link=New ticket
415 project.tickets.add.title=Create a new ticket for {0}.
416 project.tickets.edit.link=Edit ticket
417 project.tickets.edit.title=Edit the ticket {0}.
418 project.tickets.list.empty=No tickets were found.
419 project.tickets.list.title={0} tickets found.
420 project.tickets.query=Search tickets
421 project.tickets.query.examples=Example queries:
422 project.tickets.query.help=Enter a query to search for tickets e.g. "status: Resolved resolution: Duplicate"
423 project.tickets.query.open=Open tickets
424 project.tickets.query.open.help=Use a query that will show only open tickets.
425 project.tickets.query.resolved=Resolved tickets
426 project.tickets.query.resolved.help=Use a query that will show only resolved tickets.
427 project.tickets.view.title=Tickets
428
429 ticket.assigned=Assigned to
430 ticket.reported=Reported by
431 ticket.milestones=Milestones
432 ticket.status=Status
433 ticket.status.confirmed=Confirmed
434 ticket.status.inprogress=In progress
435 ticket.status.pending=Pending
436 ticket.status.resolved=Resolved
437 ticket.status.resolved.bydesign=By design
438 ticket.status.resolved.closed=Closed
439 ticket.status.resolved.duplicate=Duplicate
440 ticket.status.resolved.fixed=Fixed
441 ticket.status.resolved.implemented=Implemented
442 ticket.status.resolved.invalid=Invalid
443 ticket.status.resolved.wontfix=Won''t fix
444 ticket.status.submitted=Submitted
445 ticket.updated=Last updated at