mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 9126: cloudStack UI - Add Disk Offering Dialog, Add Service Offering Dialog - rename "tags" to "storage tags".
This commit is contained in:
parent
7ce2f0362f
commit
ae6907dd01
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#Labels
|
#Labels
|
||||||
|
label.storage.tags=Storage Tags
|
||||||
|
|
||||||
label.redundant.router=Redundant Router
|
label.redundant.router=Redundant Router
|
||||||
label.is.redundant.router=Redundant
|
label.is.redundant.router=Redundant
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#Labels
|
#Labels
|
||||||
|
label.storage.tags=Etiquetas de almacenamiento
|
||||||
|
|
||||||
label.redundant.router=enrutador redundante
|
label.redundant.router=enrutador redundante
|
||||||
label.is.redundant.router=redundante
|
label.is.redundant.router=redundante
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#Labels
|
#Labels
|
||||||
|
label.storage.tags=ストレージタグ
|
||||||
|
|
||||||
label.redundant.router=冗長ルータ
|
label.redundant.router=冗長ルータ
|
||||||
label.is.redundant.router=冗長
|
label.is.redundant.router=冗長
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#Labels
|
#Labels
|
||||||
|
label.storage.tags=存储标签
|
||||||
|
|
||||||
label.redundant.router=冗余路由器
|
label.redundant.router=冗余路由器
|
||||||
label.is.redundant.router=冗余
|
label.is.redundant.router=冗余
|
||||||
|
|
||||||
|
|||||||
@ -107,7 +107,7 @@ dictionary = {
|
|||||||
<div class="grid_rows odd">
|
<div class="grid_rows odd">
|
||||||
<div class="grid_row_cell" style="width: 20%;">
|
<div class="grid_row_cell" style="width: 20%;">
|
||||||
<div class="row_celltitles">
|
<div class="row_celltitles">
|
||||||
<fmt:message key="label.tags"/>:</div>
|
<fmt:message key="label.storage.tags"/>:</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid_row_cell" style="width: 79%;">
|
<div class="grid_row_cell" style="width: 79%;">
|
||||||
<div class="row_celltitles" id="tags">
|
<div class="row_celltitles" id="tags">
|
||||||
@ -179,7 +179,7 @@ dictionary = {
|
|||||||
</li>
|
</li>
|
||||||
<li id="add_disk_tags_container">
|
<li id="add_disk_tags_container">
|
||||||
<label for="add_disk_tags">
|
<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" />
|
<input class="text" type="text" id="add_disk_tags" />
|
||||||
<div id="add_disk_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
<div id="add_disk_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -149,7 +149,7 @@ dictionary = {
|
|||||||
<div class="grid_rows odd">
|
<div class="grid_rows odd">
|
||||||
<div class="grid_row_cell" style="width: 20%;">
|
<div class="grid_row_cell" style="width: 20%;">
|
||||||
<div class="row_celltitles">
|
<div class="row_celltitles">
|
||||||
<fmt:message key="label.tags"/>:</div>
|
<fmt:message key="label.storage.tags"/>:</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid_row_cell" style="width: 79%;">
|
<div class="grid_row_cell" style="width: 79%;">
|
||||||
<div class="row_celltitles" id="tags">
|
<div class="row_celltitles" id="tags">
|
||||||
@ -250,7 +250,7 @@ dictionary = {
|
|||||||
</li>
|
</li>
|
||||||
<li id="add_service_tags_container">
|
<li id="add_service_tags_container">
|
||||||
<label for="add_service_tags">
|
<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" />
|
<input class="text" type="text" id="add_service_tags" />
|
||||||
<div id="add_service_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
<div id="add_service_tags_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user