1 # Copyright 2018 Mike Becker. All rights reserved. |
|
2 # |
|
3 # Redistribution and use in source and binary forms, with or without |
|
4 # modification, are permitted provided that the following conditions are met: |
|
5 # |
|
6 # 1. Redistributions of source code must retain the above copyright |
|
7 # notice, this list of conditions and the following disclaimer. |
|
8 # |
|
9 # 2. Redistributions in binary form must reproduce the above copyright |
|
10 # notice, this list of conditions and the following disclaimer in the |
|
11 # documentation and/or other materials provided with the distribution. |
|
12 # |
|
13 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
14 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
15 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
16 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
|
17 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
18 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
19 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
21 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
23 |
|
24 pageTitle=Project Tracking |
|
25 |
|
26 button.create=New Project |
|
27 button.component.create=New Component |
|
28 button.component.edit=Edit Component |
|
29 button.version.create=New Version |
|
30 button.version.edit=Edit Version |
|
31 button.issue.create=New Issue |
|
32 button.issue.create.another=Create another Issue |
|
33 button.issue.edit=Edit Issue |
|
34 button.issue.all=All Issues |
|
35 button.comment=Comment |
|
36 |
|
37 no-projects=Welcome to LightPIT. Start off by creating a new project! |
|
38 |
|
39 navmenu.versions=Versions |
|
40 navmenu.components=Components |
|
41 navmenu.unassigned=unassigned |
|
42 navmenu.all=all |
|
43 |
|
44 name=Name |
|
45 node=Node |
|
46 ordinal=Ordering |
|
47 node.tooltip=Name of the path node that will be used in URL construction. |
|
48 description=Description |
|
49 repoUrl=Repository |
|
50 owner=Project Lead |
|
51 version.latest=Latest Version |
|
52 version.next=Next Version |
|
53 issues=Issues |
|
54 component=Component |
|
55 |
|
56 progress=Overall Progress |
|
57 |
|
58 issues.open=Open |
|
59 issues.active=In Progress |
|
60 issues.done=Done |
|
61 issues.reported=Reported Issues |
|
62 issues.resolved=Assigned Issues |
|
63 |
|
64 version.project=Project |
|
65 version.name=Version |
|
66 version.status=Status |
|
67 version.ordinal=Ordering |
|
68 |
|
69 component.project=Project |
|
70 component.name=Component |
|
71 component.color=Color |
|
72 component.lead=Lead |
|
73 component.ordinal=Ordering |
|
74 component.description=Description |
|
75 |
|
76 tooltip.ordinal=Use to override lexicographic ordering. |
|
77 |
|
78 placeholder.null-owner=Unassigned |
|
79 placeholder.null-lead=Unassigned |
|
80 placeholder.null-assignee=Unassigned |
|
81 placeholder.auto-assignee=Automatic |
|
82 placeholder.auto-assignee.tooltip=Assigns the component lead, if available. |
|
83 placeholder.null-component=Unassigned |
|
84 |
|
85 version.status.Future=Future |
|
86 version.status.Unreleased=Unreleased |
|
87 version.status.Released=Released |
|
88 version.status.LTS=LTS |
|
89 version.status.Deprecated=Deprecated |
|
90 |
|
91 issue.without-version=No Assigned Version |
|
92 issue.id=Issue ID |
|
93 issue.project=Project |
|
94 issue.component=Component |
|
95 issue.subject=Subject |
|
96 issue.description=Description |
|
97 issue.assignee=Assignee |
|
98 issue.affected-versions=Affected Versions |
|
99 issue.resolved-versions=Target Versions |
|
100 issue.category=Category |
|
101 issue.status=Status |
|
102 issue.created=Created |
|
103 issue.updated=Updated |
|
104 issue.eta=ETA |
|
105 |
|
106 issue.category.Feature=Feature |
|
107 issue.category.Improvement=Improvement |
|
108 issue.category.Bug=Bug |
|
109 issue.category.Task=Task |
|
110 issue.category.Test=Test |
|
111 |
|
112 issue.status.InSpecification=Specification |
|
113 issue.status.ToDo=To Do |
|
114 issue.status.Scheduled=Scheduled |
|
115 issue.status.InProgress=In Progress |
|
116 issue.status.InReview=Review |
|
117 issue.status.Done=Done |
|
118 issue.status.Rejected=Rejected |
|
119 issue.status.Withdrawn=Withdrawn |
|
120 issue.status.Duplicate=Duplicate |
|
121 |
|
122 issue.comments=Comments |
|
123 issue.comments.anonauthor=Anonymous Author |
|