mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +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
|
||||
label.storage.tags=Storage Tags
|
||||
|
||||
label.redundant.router=Redundant Router
|
||||
label.is.redundant.router=Redundant
|
||||
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
|
||||
|
||||
#Labels
|
||||
label.storage.tags=Etiquetas de almacenamiento
|
||||
|
||||
label.redundant.router=enrutador redundante
|
||||
label.is.redundant.router=redundante
|
||||
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
|
||||
|
||||
#Labels
|
||||
label.storage.tags=ストレージタグ
|
||||
|
||||
label.redundant.router=冗長ルータ
|
||||
label.is.redundant.router=冗長
|
||||
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
|
||||
|
||||
#Labels
|
||||
label.storage.tags=存储标签
|
||||
|
||||
label.redundant.router=冗余路由器
|
||||
label.is.redundant.router=冗余
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user