CLOUDSTACK-8592: defining additonal labels

This commit is contained in:
Abhinandan Prateek 2015-11-23 17:43:34 +05:30
parent 16502fd345
commit 9deb531b47
2 changed files with 6 additions and 0 deletions

View File

@ -1424,6 +1424,9 @@ label.quota.credit=Credit
label.quota.credits=Credits
label.quota.value=Quota Value
label.quota.statement.bydates=Statement
label.quota.email.subject=Subject
label.quota.email.body=Body
label.quota.email.lastupdated=Last Update
label.destroy.vm.graceperiod=Destroy VM Grace Period
label.SNMP.community=SNMP Community
label.SNMP.port=SNMP Port

View File

@ -1050,6 +1050,9 @@ dictionary = {
'label.quota.statement': '<fmt:message key="label.quota.statement" />',
'label.quota.statement.balance': '<fmt:message key="label.quota.statement.balance" />',
'label.quota.statement.tariff': '<fmt:message key="label.quota.statement.tariff" />',
'label.quota.statement.balance': '<fmt:message key="label.quota.statement.balance" />',
'label.quota.statement.tariff': '<fmt:message key="label.quota.statement.tariff" />',
'label.quota.email.subject': '<fmt:message key="label.quota.email.subject" />',
'label.rbd': '<fmt:message key="label.rbd" />',
'label.rbd.monitor': '<fmt:message key="label.rbd.monitor" />',
'label.rbd.pool': '<fmt:message key="label.rbd.pool" />',