mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8592: defining additonal labels
This commit is contained in:
parent
16502fd345
commit
9deb531b47
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" />',
|
||||
|
|
|
|||
Loading…
Reference in New Issue