From 9594a7964afd06d1cde4bff1e015293de90a7694 Mon Sep 17 00:00:00 2001
From: César Calvo <ccalvo@curisit.net>
Date: Tue, 14 Mar 2017 15:45:22 +0000
Subject: [PATCH] Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/securis into angular2

---
 securis/src/main/webapp/src/lang/messages_en.json |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/lang/messages_en.json b/securis/src/main/webapp/src/lang/messages_en.json
index 6b2ae29..eea7aca 100644
--- a/securis/src/main/webapp/src/lang/messages_en.json
+++ b/securis/src/main/webapp/src/lang/messages_en.json
@@ -18,5 +18,18 @@
 	"field.key": "Parameter",
 	"field.value": "Value",
 	"field.comments": "Comments",
+	"pack.status.CR": "Created",
+	"pack.status.AC": "Active",
+	"pack.status.OH": "On Hold",
+	"pack.status.EX": "Expired",
+	"pack.status.CA": "Cancelled",
+	"license.status.CR": "Created",
+	"license.status.AC": "Active",
+	"license.status.PA": "Pre-active",
+	"license.status.RE": "Requested",
+	"license.status.EX": "Expired",
+	"license.status.BL": "Blocked",
+	"license.status.CA": "Cancelled",
 	"": ""
-}
\ No newline at end of file
+}
+

--
Gitblit v1.3.2