| 27 button.version.create=New Version |
27 button.version.create=New Version |
| 28 button.issue.create=New Issue |
28 button.issue.create=New Issue |
| 29 |
29 |
| 30 no-projects=Welcome to LightPIT. Start off by creating a new project! |
30 no-projects=Welcome to LightPIT. Start off by creating a new project! |
| 31 |
31 |
| |
32 menu.issues=Issues |
| |
33 |
| 32 thead.name=Name |
34 thead.name=Name |
| 33 thead.description=Description |
35 thead.description=Description |
| 34 thead.repoUrl=Repository |
36 thead.repoUrl=Repository |
| 35 thead.owner=Project Lead |
37 thead.owner=Project Lead |
| 36 |
38 |
| 38 thead.version.status=Status |
40 thead.version.status=Status |
| 39 thead.version.ordinal=Custom Ordering |
41 thead.version.ordinal=Custom Ordering |
| 40 tooltip.ordinal=Use to override lexicographic ordering. |
42 tooltip.ordinal=Use to override lexicographic ordering. |
| 41 |
43 |
| 42 placeholder.null-owner=Unassigned |
44 placeholder.null-owner=Unassigned |
| |
45 placeholder.null-assignee=Unassigned |
| 43 |
46 |
| 44 version.status.Future=Future |
47 version.status.Future=Future |
| 45 version.status.Unreleased=Unreleased |
48 version.status.Unreleased=Unreleased |
| 46 version.status.Released=Released |
49 version.status.Released=Released |
| 47 version.status.LTS=LTS |
50 version.status.LTS=LTS |
| 48 version.status.Deprecated=Deprecated |
51 version.status.Deprecated=Deprecated |
| 49 |
52 |
| 50 thead.issue.subject=Subject |
53 thead.issue.subject=Subject |
| |
54 thead.issue.description=Description |
| |
55 thead.issue.assignee=Assignee |
| |
56 thead.issue.affected-version=Affected Version |
| |
57 thead.issue.affected-versions=Affected Versions |
| |
58 thead.issue.scheduled-version=Scheduled for Version |
| |
59 thead.issue.scheduled-versions=Scheduled for Versions |
| |
60 thead.issue.resolved-version=Resolved in Version |
| |
61 thead.issue.resolved-versions=Resolved in Versions |
| 51 thead.issue.category=Category |
62 thead.issue.category=Category |
| 52 thead.issue.status=Status |
63 thead.issue.status=Status |
| 53 thead.issue.created=Created |
64 thead.issue.created=Created |
| 54 thead.issue.updated=Updated |
65 thead.issue.updated=Updated |
| 55 thead.issue.eta=ETA |
66 thead.issue.eta=ETA |
| |
67 |
| |
68 issue.category.Feature=Feature |
| |
69 issue.category.Improvement=Improvement |
| |
70 issue.category.Bug=Bug |
| |
71 issue.category.Task=Task |
| |
72 issue.category.Test=Test |
| |
73 |
| |
74 issue.status.InSpecification=Specification |
| |
75 issue.status.ToDo=To Do |
| |
76 issue.status.Scheduled=Scheduled |
| |
77 issue.status.InProgress=In Progress |
| |
78 issue.status.InReview=Review |
| |
79 issue.status.Done=Done |
| |
80 issue.status.Rejected=Rejected |
| |
81 issue.status.Withdrawn=Withdrawn |