bug 13702

Fix missing labels for instance state/actions
This commit is contained in:
Brian Federle 2012-02-17 16:01:04 -08:00
parent 86ce1b0675
commit f58cec83c6
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#new labels (begin) **********************************************************************************************
state.Stopping=Stopping
message.add.load.balancer.under.ip=The load balancer rule has been added under IP:
message.select.instance=Please select an instance.
label.select=Select

View File

@ -1,4 +1,5 @@
#new labels (begin) **********************************************************************************************
state.Stopping=停止
message.add.load.balancer.under.ip=ロードバランサのルールは、IPの下に追加されました。
message.select.instance=インスタンスを選択してください。
label.select=選択する

View File

@ -1614,6 +1614,7 @@
<script language="javascript">
dictionary = {
'state.Stopping': '<fmt:message key="state.Stopping"/>',
'message.add.load.balancer.under.ip': '<fmt:message key="message.add.load.balancer.under.ip"/>',
'message.select.instance': '<fmt:message key="message.select.instance"/>',
'label.select': '<fmt:message key="label.select"/>',

View File

@ -560,7 +560,7 @@
return 'message.action.start.instance';
},
notification: function(args) {
return 'message.notification.start.instance';
return 'label.action.start.instance';
}
},
notification: {
@ -611,7 +611,7 @@
},
notification: function(args) {
return 'message.notification.stop.instance';
return 'label.action.stop.instance';
}
},
notification: {
@ -647,7 +647,7 @@
return 'message.action.reboot.instance';
},
notification: function(args) {
return 'message.notification.reboot.instance';
return 'instances.actions.reboot.label';
}
},
notification: {