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