bug 13784: Fix missing status localization

This commit is contained in:
Brian Federle 2012-02-21 13:50:23 -08:00
parent 2c27de0042
commit 52f1f53234
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#new labels (begin) **********************************************************************************************
state.Allocating=Allocating
state.Migrating=Migrating
#new labels (end) ************************************************************************************************

View File

@ -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"/>',