bug 9126: cloudStack UI - Add Disk Offering Dialog, Add Service Offering Dialog - rename "tags" to "storage tags".

This commit is contained in:
Jessica Wang 2011-06-16 11:38:47 -07:00
parent 7ce2f0362f
commit ae6907dd01
6 changed files with 12 additions and 4 deletions

View File

@ -4,6 +4,8 @@
#Labels
label.storage.tags=Storage Tags
label.redundant.router=Redundant Router
label.is.redundant.router=Redundant

View File

@ -4,6 +4,8 @@
#Labels
label.storage.tags=Etiquetas de almacenamiento
label.redundant.router=enrutador redundante
label.is.redundant.router=redundante

View File

@ -4,6 +4,8 @@
#Labels
label.storage.tags=ストレージタグ
label.redundant.router=冗長ルータ
label.is.redundant.router=冗長

View File

@ -4,6 +4,8 @@
#Labels
label.storage.tags=存储标签
label.redundant.router=冗余路由器
label.is.redundant.router=冗余

View File

@ -107,7 +107,7 @@ dictionary = {
<div class="grid_rows odd">
<div class="grid_row_cell" style="width: 20%;">
<div class="row_celltitles">
<fmt:message key="label.tags"/>:</div>
<fmt:message key="label.storage.tags"/>:</div>
</div>
<div class="grid_row_cell" style="width: 79%;">
<div class="row_celltitles" id="tags">
@ -179,7 +179,7 @@ dictionary = {
</li>
<li id="add_disk_tags_container">
<label for="add_disk_tags">
<fmt:message key="label.tags"/>:</label>
<fmt:message key="label.storage.tags"/>:</label>
<input class="text" type="text" id="add_disk_tags" />
<div id="add_disk_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
</div>

View File

@ -149,7 +149,7 @@ dictionary = {
<div class="grid_rows odd">
<div class="grid_row_cell" style="width: 20%;">
<div class="row_celltitles">
<fmt:message key="label.tags"/>:</div>
<fmt:message key="label.storage.tags"/>:</div>
</div>
<div class="grid_row_cell" style="width: 79%;">
<div class="row_celltitles" id="tags">
@ -250,7 +250,7 @@ dictionary = {
</li>
<li id="add_service_tags_container">
<label for="add_service_tags">
<fmt:message key="label.tags"/>:</label>
<fmt:message key="label.storage.tags"/>:</label>
<input class="text" type="text" id="add_service_tags" />
<div id="add_service_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
</div>