Add the labels to the resources and the dictionary Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/27473bd6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/27473bd6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/27473bd6
Branch: refs/heads/master Commit: 27473bd6eea73f6101f8b2f0c3ae11d8c65385a4 Parents: bb4dada Author: Hugo Trippaers <[email protected]> Authored: Fri Oct 5 07:53:24 2012 -0700 Committer: Hugo Trippaers <[email protected]> Committed: Fri Oct 5 07:53:24 2012 -0700 ---------------------------------------------------------------------- .../WEB-INF/classes/resources/messages.properties | 2 +- ui/dictionary.jsp | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/27473bd6/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index e236582..0210e42 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1517,5 +1517,5 @@ label.add.NiciraNvp.device=Add Nvp Controller label.delete.NiciraNvp=Remove Nvp Controller label.nicira.controller.address=Controller Address label.nicira.transportzoneuuid=Transport Zone Uuid -label.nicia.l3gatewayserviceuuid=L3 Gateway Service Uuid +label.nicira.l3gatewayserviceuuid=L3 Gateway Service Uuid http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/27473bd6/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index 9457e30..25cc005 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -1408,6 +1408,11 @@ dictionary = { 'label.add.network.ACL': '<fmt:message key="label.add.network.ACL" />', 'label.private.Gateway': '<fmt:message key="label.private.Gateway" />', 'label.VPC.router.details': '<fmt:message key="label.VPC.router.details" />', -'label.VMs.in.tier': '<fmt:message key="label.VMs.in.tier" />' +'label.VMs.in.tier': '<fmt:message key="label.VMs.in.tier" />', +'label.add.NiciraNvp.device': '<fmt:message key="label.add.NiciraNvp.device" />', +'label.delete.NiciraNvp': '<fmt:message key="label.delete.NiciraNvp" />', +'label.nicira.controller.address': '<fmt:message key="label.nicira.controller.address" />', +'label.nicira.transportzoneuuid': '<fmt:message key="label.nicira.transportzoneuuid" />', +'label.nicira.l3gatewayserviceuuid': '<fmt:message key="label.nicira.l3gatewayserviceuuid" />' }; </script>
