diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 336c571d4c8..ca5521085ea 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -4,6 +4,8 @@ #Labels +extractable=Extractable + label.ocfs2=OCFS2 label.action.edit.host=Edit Host @@ -49,7 +51,7 @@ force.remove=Force Remove force.remove.host.warning=Warning: Choosing this option will cause CloudStack to forcefully stop all running virtual machines before removing this host from the cluster. force.stop=Force Stop -force.stop.instance.warning=Warning: Forcing a stop on this instance should be your last option. It can lead to data loss as well as inconsistent behavior of the virtual machine's state. Please consult with the Administrator Guide or Cloud.com Support before executing this command. +force.stop.instance.warning=Warning: Forcing a stop on this instance should be your last option. It can lead to data loss as well as inconsistent behavior of the virtual machine's state. label.PreSetup=PreSetup label.SR.name = SR Name-Label diff --git a/client/WEB-INF/classes/resources/messages_es.properties b/client/WEB-INF/classes/resources/messages_es.properties index de8a434065a..42e55348c7e 100644 --- a/client/WEB-INF/classes/resources/messages_es.properties +++ b/client/WEB-INF/classes/resources/messages_es.properties @@ -4,6 +4,8 @@ #Labels +extractable=extraíble + label.ocfs2=OCFS2 label.action.edit.host=edición Anfitrión @@ -49,7 +51,7 @@ force.remove=Fuerza Retire force.remove.host.warning=Advertencia: Si elige esta opción, CloudStack para detener la fuerza todas las máquinas virtuales en ejecución antes de retirar este host del clúster. force.stop=Grupo de Alto -force.stop.instance.warning=Advertencia: Obligar a una parada en este caso debería ser su última opción. Puede conducir a la pérdida de datos, así como un comportamiento incoherente del estado de la máquina virtual. Por favor, consulte con la Guía del administrador o al Cloud.com antes de ejecutar este comando. +force.stop.instance.warning=Advertencia: Obligar a una parada en este caso debería ser su última opción. Puede conducir a la pérdida de datos, así como un comportamiento incoherente del Estado de la máquina virtual. label.PreSetup=PreSetup label.SR.name = SR Nombre de etiqueta diff --git a/client/WEB-INF/classes/resources/messages_ja.properties b/client/WEB-INF/classes/resources/messages_ja.properties index c9e53889350..1c7e788efba 100644 --- a/client/WEB-INF/classes/resources/messages_ja.properties +++ b/client/WEB-INF/classes/resources/messages_ja.properties @@ -4,6 +4,8 @@ #Labels +extractable=抽出可能な + label.ocfs2=OCFS2 label.action.edit.host=ホストを編集する @@ -49,7 +51,7 @@ force.remove=強制削除 force.remove.host.warning=警告:このオプションを選択すると、実行中のすべての仮想マシンを強制的に停止して、クラスタからホストを削除します。 force.stop=強制停止 -force.stop.instance.warning=警告:このオプションは他に選択肢が無い場合に選択してください。インスタンスの強制停止はデータの損失だけでなく、仮想マシンの状態の一貫性を失う事があります。この操作を行う前に、管理者ガイドを参照されるか、またはCloud.comサポートにご連絡ください。 +force.stop.instance.warning=警告:このインスタンスの停止を強制すると、あなたの最後のオプションでなければなりません。それは、データの損失だけでなく、仮想マシンの状態の一貫性のない動作が発生する可能性があります。 label.PreSetup=PreSetup label.SR.name=SR名-ラベル diff --git a/client/WEB-INF/classes/resources/messages_zh_CN.properties b/client/WEB-INF/classes/resources/messages_zh_CN.properties index c18156aa439..a796055110b 100644 --- a/client/WEB-INF/classes/resources/messages_zh_CN.properties +++ b/client/WEB-INF/classes/resources/messages_zh_CN.properties @@ -4,6 +4,8 @@ #Labels +extractable=萃取 + label.ocfs2=OCFS2 label.action.edit.host=编辑主机 @@ -49,7 +51,7 @@ force.remove=强行移走 force.remove.host.warning=警告:选择此选项将导致CloudStack强行删除此之前停止从群集主机上的所有正在运行的虚拟机。 force.stop=强制停止 -force.stop.instance.warning=警告:强制停止在这种情况下应该是你最后的选择。它可以导致数据丢失,以及虚拟机的状态不一致的行为。请与系统管理员指南或Cloud.com支援与顾问在执行此命令。 +force.stop.instance.warning=警告:强制停止在这个实例应该是你最后的选择。它可以导致数据丢失,以及虚拟机的状态不一致的行为。 label.PreSetup=PreSetup label.SR.name=简名称标签 diff --git a/ui/css/main.css b/ui/css/main.css index 52a18d45d27..c58578d2b1f 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -366,7 +366,7 @@ a:hover { #overlay_black{ display: block; - position: absolute; + position: fixed; top: 0%; left: 0%; width: 100%; diff --git a/ui/index.jsp b/ui/index.jsp index 6118cae3ca3..3c478800061 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -96,6 +96,7 @@ 'label.PreSetup': '', 'label.iscsi': '', 'label.VMFS.datastore': '', + 'label.theme.default': '', 'label.none': '', 'label.yes': '', 'label.no': '' diff --git a/ui/jsp/account.jsp b/ui/jsp/account.jsp index 33e0aae3960..91c3820ec5d 100644 --- a/ui/jsp/account.jsp +++ b/ui/jsp/account.jsp @@ -221,7 +221,7 @@ dictionary = {
-