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 menuLabel=Projects |
24 menuLabel=Projects |
25 |
25 |
|
26 menu.index=Index |
26 menu.versions=Versions |
27 menu.versions=Versions |
27 |
28 |
28 button.create=New Project |
29 button.create=New Project |
|
30 button.version.create=New Version |
29 |
31 |
30 no-projects=Welcome to LightPIT. Start off by creating a new project! |
32 no-projects=Welcome to LightPIT. Start off by creating a new project! |
31 |
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 |
|
39 thead.version.name=Version |
|
40 thead.version.status=Status |
|
41 thead.version.ordinal=Custom Ordering |
|
42 tooltip.ordinal=Use to override lexicographic ordering. |
|
43 |
37 placeholder.null-owner=Unassigned |
44 placeholder.null-owner=Unassigned |
|
45 |
|
46 version.status.Future=Future |
|
47 version.status.Unreleased=Unreleased |
|
48 version.status.Released=Released |
|
49 version.status.LTS=LTS |
|
50 version.status.Deprecated=Deprecated |