mirror of https://github.com/apache/cloudstack.git
bug 13784: Fix missing status localization
This commit is contained in:
parent
2c27de0042
commit
52f1f53234
|
|
@ -1,5 +1,6 @@
|
|||
#new labels (begin) **********************************************************************************************
|
||||
|
||||
state.Allocating=Allocating
|
||||
state.Migrating=Migrating
|
||||
|
||||
#new labels (end) ************************************************************************************************
|
||||
|
||||
|
|
|
|||
|
|
@ -1614,6 +1614,8 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'state.Migrating': '<fmt:message key="state.Migrating"/>',
|
||||
'state.Allocating': '<fmt:message key="state.Allocating"/>',
|
||||
'label.total.of.ip': '<fmt:message key="label.total.of.ip"/>',
|
||||
'state.Stopping': '<fmt:message key="state.Stopping"/>',
|
||||
'message.add.load.balancer.under.ip': '<fmt:message key="message.add.load.balancer.under.ip"/>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue