~jan0sch/smederee

~jan0sch/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.tickets-enabled=Ticket tracking
86 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.
87 form.create-repo.website=Website
88 form.create-repo.website.placeholder=https://example.com
89 form.create-repo.website.help=An optional URI pointing to the website of your project.
90 form.repository.delete.button.submit=Delete repository
91 form.repository.delete.i-am-sure=Yes, I am sure that I want to delete the repository {0}!
92 form.repository.delete.notice=This action CANNOT be undone! Please be careful.
93 form.repository.delete.title=Delete repository {0}
94 form.reset-password.button.submit=Request password reset
95 form.reset-password.help=You can use this form to request a reset link via email that will allow you to change your password.
96 form.edit-repo.button.submit=Edit repository
97 form.edit-repo.name=Name
98 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.
99 form.edit-repo.is-private=Private Repository
100 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.
101 form.edit-repo.description=Description
102 form.edit-repo.description.help=An optional short description of you repo / project.
103 form.edit-repo.website=Website
104 form.edit-repo.website.placeholder=https://example.com
105 form.edit-repo.website.help=An optional URI pointing to the website of your project.
106 form.fork.button.submit=Clone to your account.
107 form.fork.button.submit.not-validated=Please validate your account first, only validated users can create repositories.
108 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).
109 form.login.button.submit=Login
110 form.login.link.reset-password=I forgot my password.
111 form.login.password=Password
112 form.login.password.placeholder=Please enter your password here.
113 form.login.username=Username
114 form.login.username.placeholder=Please enter your username.
115 form.signup.button.submit=Sign up for an account
116 form.signup.email=Email address
117 form.signup.email.help=Please enter your email address.
118 form.signup.email.placeholder=someone@somewhere.org
119 form.signup.password=Password
120 form.signup.password.help=Your password must be at least 12 characters long.
121 form.signup.password.placeholder=Please choose a secure password!
122 form.signup.username=Username
123 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).
124 form.signup.username.placeholder=Please choose your username.
125 form.ssh.add.button.reset=Cancel
126 form.ssh.add.button.submit=Add SSH key
127 form.ssh.add.key=Key content
128 form.ssh.add.key.help=Please note that we currently only support RSA keys!
129 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.
130 form.ssh.add.name=Name
131 form.ssh.add.name.help=If left empty it will be taken from the ssh key comment (if that exists).
132 form.ssh.delete.button.submit=Delete key
133 form.ssh.delete.i-am-sure=Yes, I'm sure!
134
135 # Global / generic translations
136 global.alpha=Alpha Notice
137 global.contact=Contact
138 global.copyright=© 2022 Wegtam GmbH
139 global.error=Error
140 global.imprint=Imprint/Impressum
141 global.login=Login
142 global.logout=Logout
143 global.navbar.top.logo=Smederee
144 global.navbar.top.organisation.new=New organisation
145 global.navbar.top.repositories.all=All repositories
146 global.navbar.top.repositories.yours=Your repositories
147 global.navbar.top.repository.new=New repository
148 global.navbar.top.settings=Settings
149 global.privacy=Privacy Policy
150 global.signup=Sign Up
151 global.terms.of.use=Terms of Use
152
153 # Landing Pages
154 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.
155 landingpage.alpha.future-goals.title=Goals for the alpha phase.
156 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.
157 landingpage.alpha.guarantees.data-safety.title=Safety of account data
158 landingpage.alpha.guarantees.intro=Even though the Smederee is considered alpha we provide the following guarantees:
159 landingpage.alpha.guarantees.title=Guarantees during alpha
160 landingpage.alpha.image.alt=A construction worker working on a roof structure high above a city seen in the background.
161 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.
162 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.
163 landingpage.alpha.issues.changes.title=Existing services might be subject to change
164 landingpage.alpha.issues.incomplete.text=Several features are not yet available.
165 landingpage.alpha.issues.incomplete.title=Incomplete feature set
166 landingpage.alpha.issues.intro=As mentioned some issues are to be expected, most notably:
167 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.
168 landingpage.alpha.issues.payment.title=Payment will be required eventually.
169 landingpage.alpha.issues.title=Issues to expect
170 landingpage.alpha.title=Details about the public alpha phase of Smederee.
171
172 landingpage.contact.title=Contact
173 landingpage.contact.intro=Currently our preferred channel of communication is via email.
174 landingpage.contact.email.title=E-Mail
175 #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}.
176 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.
177 landingpage.contact.abuse.title=Abuse
178 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.
179
180 landingpage.imprint.title=Imprint / Impressum
181
182 landingpage.index.footer.alpha.title=Public alpha phase
183 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.
184 landingpage.index.footer.alpha.link-text=Read more details about what to expect while using the Smederee.
185 landingpage.index.footer.services.link-text=Our Services
186 landingpage.index.footer.services.title=Software Consulting and Development
187 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.
188 landingpage.index.getstarted.title=Get started today
189 landingpage.index.menu.heading=Smederee
190 landingpage.index.pitch.header.first=Code Hosting
191 landingpage.index.pitch.header.fourth=Seamless CI/CD
192 landingpage.index.pitch.header.second=Issue Tracking
193 landingpage.index.pitch.header.third=Code Review
194 landingpage.index.pitch.teaser.first=Hosted code repositories with fine grained access control including read only access for users without an account.
195 landingpage.index.pitch.teaser.fourth=Coming soon...
196 landingpage.index.pitch.teaser.second=Enjoy powerful and focussed issue tracking and project management which seamlessly integrates with email and mailing lists.
197 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.
198 landingpage.index.pitch.title=Smederee brings teams together to build solid software!
199 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!
200 landingpage.index.ribbon.title=We help you to craft great tools!
201 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!
202 landingpage.index.splash.title=Craft Software!
203
204 landingpage.privacy-policy.title=Privacy Policy
205 landingpage.privacy-policy.intro=We are not collecting any user data aside from essential data required to keep the service running.
206 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.
207 landingpage.privacy-policy.backups.title=Backups
208 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.
209 landingpage.privacy-policy.contributions.title=User contributions
210 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.
211 landingpage.privacy-policy.ip-addresses.title=IP addresses / Log files
212 landingpage.privacy-policy.sources.text=This text was heavily inspired by the privacy policy of Codeberg.
213 landingpage.privacy-policy.sources.title=Sources
214
215 landingpage.terms-of-use.title=Terms of Use
216
217 landingpage.welcome.image.alt=A neon sign saying: Do something great!
218 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.
219 landingpage.welcome.ribbon.title=Thank you and welcome!
220 landingpage.welcome.title=Welcome to the Smederee!
221
222 # Repository pages
223 repositories.all.column.description=Description
224 repositories.all.column.name=Name
225 repositories.all.none-found=No repositories found.
226
227 repositories.yours.column.description=Description
228 repositories.yours.column.name=Name
229 repositories.yours.none-found=Looks like you don''t have any repositories created yet.
230
231 repository.branches.summary={0} branches exist for this repository.
232
233 repository.changes.patch.description=Showing details for patch {0}.
234 repository.changes.patch.title.link=Show details for patch {0}.
235 repository.changes.patch.summary.title=Summary of changes
236 repository.changes.patch.summary.added={0} files added
237 repository.changes.patch.summary.modified={0} files modified with {1} lines added and {2} lines removed
238 repository.changes.patch.summary.modified.details={0} with {1} added and {2} removed lines
239 repository.changes.patch.summary.removed={0} files removed
240 repository.changes.description=Showing {0} changes starting from {1}.
241 repository.changes.description.empty=There are no recorded patches yet.
242
243 repository.delete.title=Here you can delete your repository if you want to.
244
245 repository.edit.title=Edit the repository settings.
246
247 repository.label.edit.title=Edit label >> {0} <<
248 repository.label.edit.link=Edit
249 repository.labels.add.title=Add a new label.
250 repository.labels.edit.title=Manage your repository labels.
251 repository.labels.view.title=Repository labels
252 repository.labels.list.empty=There are no labels defined.
253 repository.labels.list.title={0} labels.
254
255 repository.menu.branches=Branches ({0})
256 repository.menu.changes.next=Next
257 repository.menu.changes=Changes
258 repository.menu.delete=Delete
259 repository.menu.edit=Edit
260 repository.menu.files=Files
261 repository.menu.labels=Labels
262 repository.menu.milestones=Milestones
263 repository.menu.overview=Overview
264 repository.menu.statistics=Statistics
265 repository.menu.tickets=Tickets
266 repository.menu.website=Website
267 repository.menu.website.tooltip=Click here to open the project website ({0}) in a new tab or window.
268
269 repository.milestone.edit.title=Edit milestone >> {0} <<
270 repository.milestone.edit.link=Edit
271 repository.milestone.title.date=({0,date,yyyy-MM-dd (E)})
272 repository.milestones.add.title=Add a new milestone.
273 repository.milestones.edit.title=Manage your repository milestones.
274 repository.milestones.view.title=Repository milestones
275 repository.milestones.list.empty=There are no milestones defined.
276 repository.milestones.list.title={0} milestones.
277
278 repository.description.title=Summary:
279 repository.description.forked-from=Forked from:
280 repository.description.last-tag:Last tag set at {0,date,yyyy-MM-dd (E)}, {0,time,short} :
281 repository.description.last-tag.link=Show details for tag {0}.
282
283 repository.overview.clone.fork=Create your personal branch (fork).
284 repository.overview.clone.title=Clone this repository
285 repository.overview.clone.read-only=read-only
286 repository.overview.clone.read-write=read-write
287 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.
288 repository.overview.clone.read-write.owners-only=Currently only the owner of a repository can use it via ssh.
289 repository.overview.download.title=Downloads
290 repository.overview.download.link=Source code (.tar.gz)
291 repository.overview.latest-changes=Latest changes
292 repository.overview.latest-changes.timestamp={0,date,yyyy-MM-dd (E)}, {0,time,short}
293 repository.overview.rss-feed=RSS feed for this project.
294
295 repository.statistics.average-weekly-code-lines=Average weekly code lines
296 repository.statistics.average-weekly-code-lines.details={0} added, {1} removed
297 repository.statistics.average-weekly-patch-count=Average weekly patch count
298 repository.statistics.description=Some statistics on the repository. Details for programming languages are provided by tokei if available.
299 repository.statistics.general-details=General details about the repository
300 repository.statistics.latest-patch=Latest patch at
301 repository.statistics.number-of-patch-authors=Number of patch authors
302 repository.statistics.number-of-patches=Number of patches
303 repository.statistics.oldest-patch=Oldest patch at
304 repository.statistics.programming-language-details=Details about used programming languages
305 repository.statistics.tokei.disabled=Please install and enable tokei to show detailled statistics.
306
307 # User management / settings
308 user.settings.account.delete.title=Delete your account
309 user.settings.account.description=On this page you can manage your basic account settings and validate or delete your account.
310 user.settings.account.title=Account
311 user.settings.account.validate-email.title=Validate your email address
312 user.settings.language.title=You preferred language.
313 user.settings.organisation.admins=Administrators
314 user.settings.organisation.edit=Edit
315 user.settings.organisation.members=Members
316 user.settings.organisations.description=Here you find all organisations that you''re the owner of.
317 user.settings.organisations.title=Organisations
318 user.settings.ssh.add.title=Add a new public ssh key.
319 user.settings.ssh.description=Here you can manage your SSH keys.
320 user.settings.ssh.key.created=Uploaded on {0,date,yyyy-MM-dd (E)}
321 user.settings.ssh.key.last-used=Last used on {0,date,yyyy-MM-dd (E)}
322 user.settings.ssh.list.title=Manage your existing ssh keys.
323 user.settings.ssh.list.empty=You haven''t uploaded any ssh keys yet.
324 user.settings.ssh.title=SSH-Keys
325 user.settings.title=Settings
326
327 ### Ticket service (to be moved to separate file)
328 # Smederee - Tickets
329 # Resource bundle for translations.
330 #
331 # *** FILE ENCODING MUST BE UTF-8! ***
332 #
333 # File structure
334 # ==============
335 # 1. Translation keys are supposed to be grouped by semantic topic (e.g.
336 # error.foo.bar or ui.button.logout).
337 # 2. Grouping continues downward if it makes sense, e.g.
338 # error.forbidden.title, error.forbidden.message.
339 #
340 form.label.colour.help=Pick a colour which will be used as background colour for the label.
341 form.label.colour=Colour
342 form.label.create.button.submit=Create label
343 form.label.delete.button.submit=Delete
344 form.label.delete.i-am-sure=Yes, I'm sure!
345 form.label.description.help=The description is optional and may contain up to 254 characters.
346 form.label.description.placeholder=description
347 form.label.description=Description
348 form.label.edit.button.submit=Save label
349 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.
350 form.label.name.placeholder=label name
351 form.label.name=Name
352 form.milestone.close.button.submit=Close
353 form.milestone.close.button.submit.help=Mark this milestone as closed e.g. completed or obsolete.
354 form.milestone.create.button.submit=Create milestone
355 form.milestone.delete.button.submit=Delete
356 form.milestone.delete.i-am-sure=Yes, I'm sure!
357 form.milestone.description.help=An optional description of the milestone.
358 form.milestone.description.placeholder=description
359 form.milestone.description=Description
360 form.milestone.due-date.help=You may pick an optional date to indicate until when the milestone is planned to be reached.
361 form.milestone.due-date=Due date
362 form.milestone.edit.button.submit=Save milestone
363 form.milestone.open.button.submit=Open
364 form.milestone.open.button.submit.help=Re-open this milestone.
365 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.
366 form.milestone.title.placeholder=milestone title
367 form.milestone.title=Title
368 form.ticket.content.help=The description can be as detailed as needed.
369 form.ticket.content.placeholder=A detailed description about the issue at hand.
370 form.ticket.content=Describe the ticket in detail.
371 form.ticket.create.button.submit=Create ticket
372 form.ticket.edit.button.submit=Save changes
373 form.ticket.edit.button.cancel=Cancel
374 form.ticket.labels=Labels
375 form.ticket.labels.help=Select labels to apply to this ticket. Hold down the control (or command) key to select multiple values.
376 form.ticket.milestones=Milestones
377 form.ticket.milestones.help=Select the milestones that this ticket is part of.
378 form.ticket.resolution=Resolution
379 form.ticket.resolution.help=This can be set to further describe the resolution of a ticket.
380 form.ticket.status=Status
381 form.ticket.status.help=The current status of the ticket describing its life cycle.
382 form.ticket.title.placeholder=Short concise summary what the ticket is about.
383 form.ticket.title=Title
384
385 milestone.due-date=Due date
386
387 organisation.menu.edit.admins=Manage organisation administrators
388 organisation.menu.edit.members=Manage organisation members
389 organisation.menu.edit.settings=Edit organisation settings
390
391 project.label.edit.link=Edit
392 project.label.edit.title=Edit label ''{0}''.
393 project.labels.add.title=Add a new label.
394 project.labels.edit.title=Edit project labels.
395 project.labels.list.empty=There are no labels defined for this project.
396 project.labels.list.title={0} labels found.
397 project.labels.view.title=Labels
398 project.menu.labels=Labels
399 project.menu.milestones=Milestones
400 project.menu.overview=Overview
401 project.menu.tickets=Tickets
402 project.milestone.edit.link=Edit
403 project.milestone.edit.title=Edit milestone ''{0}''.
404 project.milestone.status.tickets={0} tickets closed from {1} total.
405 project.milestone.title=Milestone {0}
406 project.milestones.add.title=Add a new milestone.
407 project.milestones.edit.title=Edit project milestones.
408 project.milestones.list.empty=There are no milestones defined for this project.
409 project.milestones.list.title={0} milestones found.
410 project.milestones.view.title=Milestones
411 project.tickets.add.link=New ticket
412 project.tickets.add.title=Create a new ticket for {0}.
413 project.tickets.edit.link=Edit ticket
414 project.tickets.edit.title=Edit the ticket {0}.
415 project.tickets.list.empty=No tickets were found.
416 project.tickets.list.title={0} tickets found.
417 project.tickets.query=Search tickets
418 project.tickets.query.examples=Example queries:
419 project.tickets.query.help=Enter a query to search for tickets e.g. "status: Resolved resolution: Duplicate"
420 project.tickets.query.open=Open tickets
421 project.tickets.query.open.help=Use a query that will show only open tickets.
422 project.tickets.query.resolved=Resolved tickets
423 project.tickets.query.resolved.help=Use a query that will show only resolved tickets.
424 project.tickets.view.title=Tickets
425
426 ticket.assigned=Assigned to
427 ticket.reported=Reported by
428 ticket.milestones=Milestones
429 ticket.status=Status
430 ticket.status.confirmed=Confirmed
431 ticket.status.inprogress=In progress
432 ticket.status.pending=Pending
433 ticket.status.resolved=Resolved
434 ticket.status.resolved.bydesign=By design
435 ticket.status.resolved.closed=Closed
436 ticket.status.resolved.duplicate=Duplicate
437 ticket.status.resolved.fixed=Fixed
438 ticket.status.resolved.implemented=Implemented
439 ticket.status.resolved.invalid=Invalid
440 ticket.status.resolved.wontfix=Won''t fix
441 ticket.status.submitted=Submitted
442 ticket.updated=Last updated at