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 |
|
27 menu.versions=Versions |
|
28 menu.issues=Issues |
|
29 |
|
30 button.create=New Project |
26 button.create=New Project |
31 button.version.create=New Version |
27 button.version.create=New Version |
|
28 button.issue.create=New Issue |
32 |
29 |
33 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! |
34 |
31 |
35 thead.name=Name |
32 thead.name=Name |
36 thead.description=Description |
33 thead.description=Description |
47 version.status.Future=Future |
44 version.status.Future=Future |
48 version.status.Unreleased=Unreleased |
45 version.status.Unreleased=Unreleased |
49 version.status.Released=Released |
46 version.status.Released=Released |
50 version.status.LTS=LTS |
47 version.status.LTS=LTS |
51 version.status.Deprecated=Deprecated |
48 version.status.Deprecated=Deprecated |
|
49 |
|
50 thead.issue.subject=Subject |
|
51 thead.issue.category=Category |
|
52 thead.issue.status=Status |
|
53 thead.issue.created=Created |
|
54 thead.issue.updated=Updated |
|
55 thead.issue.eta=ETA |