| 20 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
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 |
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. |
22 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 23 |
23 |
| 24 app.title=LightPIT |
24 app.title=LightPIT |
| 25 browserLanguage = Browser language |
|
| 26 browserLanguageNotAvailable = Browser language not available. |
|
| 27 button.cancel=Cancel |
25 button.cancel=Cancel |
| 28 button.comment=Comment |
26 button.comment=Comment |
| 29 button.component.create=New Component |
27 button.component.create=New Component |
| 30 button.component.edit=Edit Component |
28 button.component.edit=Edit Component |
| 31 button.user.create=Add Developer |
|
| 32 button.issue.all=All Issues |
29 button.issue.all=All Issues |
| 33 button.issue.create.another=Create another Issue |
30 button.issue.create.another=Create another Issue |
| 34 button.issue.create=New Issue |
31 button.issue.create=New Issue |
| 35 button.issue.edit=Edit Issue |
32 button.issue.edit=Edit Issue |
| |
33 button.language.submit = Switch language |
| 36 button.okay=OK |
34 button.okay=OK |
| 37 button.project.create=New Project |
35 button.project.create=New Project |
| |
36 button.user.create=Add Developer |
| 38 button.version.create=New Version |
37 button.version.create=New Version |
| 39 button.version.edit=Edit Version |
38 button.version.edit=Edit Version |
| 40 commit.redirect-link=If redirection does not work, click the following link: |
39 commit.redirect-link=If redirection does not work, click the following link: |
| 41 commit.success=Operation successful - you will be redirected in a second. |
40 commit.success=Operation successful - you will be redirected in a second. |
| 42 component.color=Color |
41 component.color=Color |
| 43 component.description=Description |
|
| 44 component.lead=Lead |
42 component.lead=Lead |
| 45 component.name=Component |
|
| 46 component.ordinal=Ordering |
|
| 47 component.project=Project |
|
| 48 component=Component |
43 component=Component |
| 49 description=Description |
44 description=Description |
| 50 displayname=Developer |
|
| 51 error.code = Code |
45 error.code = Code |
| 52 error.code.401 = Authorization required |
46 error.code.401 = Authorization required |
| 53 error.code.403 = Access denied |
47 error.code.403 = Access denied |
| 54 error.code.404 = Page not found |
48 error.code.404 = Page not found |
| 55 error.code.500 = Internal error |
49 error.code.500 = Internal error |
| 57 error.exceptionText = Internal Exception |
51 error.exceptionText = Internal Exception |
| 58 error.headline = The requested page cannot be displayed. |
52 error.headline = The requested page cannot be displayed. |
| 59 error.message = Server Message |
53 error.message = Server Message |
| 60 error.returnLink = Return to |
54 error.returnLink = Return to |
| 61 error.timestamp = Timestamp |
55 error.timestamp = Timestamp |
| 62 givenname=Given Name |
|
| 63 issue.affected-versions=Affected Versions |
56 issue.affected-versions=Affected Versions |
| 64 issue.assignee=Assignee |
57 issue.assignee=Assignee |
| 65 issue.category.Bug=Bug |
58 issue.category.Bug=Bug |
| 66 issue.category.Feature=Feature |
59 issue.category.Feature=Feature |
| 67 issue.category.Improvement=Improvement |
60 issue.category.Improvement=Improvement |
| 68 issue.category.Task=Task |
61 issue.category.Task=Task |
| 69 issue.category.Test=Test |
62 issue.category.Test=Test |
| 70 issue.category=Category |
63 issue.category=Category |
| 71 issue.comments.anonauthor=Anonymous Author |
64 issue.comments.anonauthor=Anonymous Author |
| 72 issue.comments=Comments |
65 issue.comments=Comments |
| 73 issue.component=Component |
|
| 74 issue.created=Created |
66 issue.created=Created |
| 75 issue.description=Description |
67 issue.description=Description |
| 76 issue.eta=ETA |
68 issue.eta=ETA |
| 77 issue.id=Issue ID |
69 issue.id=Issue ID |
| 78 issue.project=Project |
|
| 79 issue.resolved-versions=Target Versions |
70 issue.resolved-versions=Target Versions |
| 80 issue.status.Done=Done |
71 issue.status.Done=Done |
| 81 issue.status.Duplicate=Duplicate |
72 issue.status.Duplicate=Duplicate |
| 82 issue.status.InProgress=In Progress |
73 issue.status.InProgress=In Progress |
| 83 issue.status.InReview=Review |
74 issue.status.InReview=Review |
| 94 issues.done=Done |
85 issues.done=Done |
| 95 issues.open=Open |
86 issues.open=Open |
| 96 issues.reported=Reported Issues |
87 issues.reported=Reported Issues |
| 97 issues.resolved=Assigned Issues |
88 issues.resolved=Assigned Issues |
| 98 issues=Issues |
89 issues=Issues |
| 99 lastname=Last Name |
90 language.browser = Browser language |
| 100 mail=E-Mail |
91 language.browser.unavailable = Browser language not available. |
| 101 menu.languages=Language |
92 menu.languages=Language |
| 102 menu.projects=Projects |
93 menu.projects=Projects |
| 103 menu.users=Developer |
94 menu.users=Developer |
| 104 name=Name |
|
| 105 navmenu.all=all |
95 navmenu.all=all |
| 106 navmenu.components=Components |
96 navmenu.components=Components |
| 107 navmenu.unassigned=unassigned |
97 navmenu.unassigned=unassigned |
| 108 navmenu.versions=Versions |
98 navmenu.versions=Versions |
| 109 no-projects=Welcome to LightPIT. Start off by creating a new project! |
99 no-projects=Welcome to LightPIT. Start off by creating a new project! |
| 110 no-users=No developers have been configured yet. |
100 no-users=No developers have been configured yet. |
| 111 node.tooltip=Name of the path node that will be used in URL construction. |
101 node.tooltip=Name of the path node that will be used in URL construction. |
| 112 node=Node |
102 node=Node |
| |
103 ordinal.tooltip=Use to override lexicographic ordering. |
| 113 ordinal=Ordering |
104 ordinal=Ordering |
| 114 owner=Project Lead |
|
| 115 placeholder.auto-assignee.tooltip=Assigns the component lead, if available. |
105 placeholder.auto-assignee.tooltip=Assigns the component lead, if available. |
| 116 placeholder.auto-assignee=Automatic |
106 placeholder.auto-assignee=Automatic |
| 117 placeholder.null-assignee=Unassigned |
107 placeholder.null-assignee=Unassigned |
| 118 placeholder.null-component=Unassigned |
108 placeholder.null-component=Unassigned |
| 119 placeholder.null-lead=Unassigned |
109 placeholder.null-lead=Unassigned |
| 120 placeholder.null-owner=Unassigned |
110 placeholder.null-owner=Unassigned |
| 121 progress=Overall Progress |
111 progress=Overall Progress |
| 122 repoUrl=Repository |
112 project.name=Name |
| 123 submit = Switch language |
113 project.owner=Project Lead |
| 124 tooltip.ordinal=Use to override lexicographic ordering. |
114 project.repoUrl=Repository |
| |
115 project=Project |
| |
116 user.displayname=Developer |
| |
117 user.givenname=Given Name |
| |
118 user.lastname=Last Name |
| |
119 user.mail=E-Mail |
| 125 username=User Name |
120 username=User Name |
| 126 version.latest=Latest Version |
121 version.latest=Latest Version |
| 127 version.name=Version |
|
| 128 version.next=Next Version |
122 version.next=Next Version |
| 129 version.ordinal=Ordering |
|
| 130 version.project=Project |
|
| 131 version.status.Deprecated=Deprecated |
123 version.status.Deprecated=Deprecated |
| 132 version.status.Future=Future |
124 version.status.Future=Future |
| 133 version.status.LTS=LTS |
125 version.status.LTS=LTS |
| 134 version.status.Released=Released |
126 version.status.Released=Released |
| 135 version.status.Unreleased=Unreleased |
127 version.status.Unreleased=Unreleased |
| 136 version.status=Status |
128 version.status=Status |
| |
129 version=Version |