[hybridfox] push by anandchitravelu - Changes... on 2012-07-13 05:23 GMT

7 views
Skip to first unread message

hybr...@googlecode.com

unread,
Jul 13, 2012, 1:23:24 AM7/13/12
to hybr...@googlegroups.com
Revision: 88b93c8e7d31
Author: anandchitravelu
Date: Thu Jul 12 22:23:18 2012
Log: Changes
*Instance Context Menu Checks
*About Content
http://code.google.com/p/hybridfox/source/detail?r=88b93c8e7d31

Modified:
/src/chrome/content/ec2ui/dialog_about.xul
/src/chrome/content/ec2ui/instances_tab_overlay.xul
/src/chrome/content/ec2ui/instancesview.js
/src/chrome/locale/ec2ui/en-US/ec2ui.dtd
/src/chrome/locale/ec2ui/en-US/ec2ui.properties
/src/chrome/locale/ec2ui/ja-JP/ec2ui.dtd
/src/chrome/locale/ec2ui/ja-JP/ec2ui.properties
/src/chrome/locale/ec2ui/zh-CN/ec2ui.dtd
/src/chrome/locale/ec2ui/zh-CN/ec2ui.properties

=======================================
--- /src/chrome/content/ec2ui/dialog_about.xul Wed Jul 4 20:34:15 2012
+++ /src/chrome/content/ec2ui/dialog_about.xul Thu Jul 12 22:23:18 2012
@@ -5,7 +5,7 @@
<dialog id="ec2ui.dialog.about"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
buttons="accept" ondialogaccept="return true;" onload="init();"
- title="&ec2ui.dialog.title.about;">
+ title="&ec2ui.dialog.title.about;" height="400px;" width="550px;">

<script type="application/x-javascript"
src="chrome://ec2ui/content/utils.js" />
<script type="application/x-javascript">
@@ -18,6 +18,9 @@

try {
document.getElementById("ec2ui.about.hybridfox").innerHTML =
ec2ui_utils.getMessageProperty("ec2ui.msg.about.description.hybridfox");
+ document.getElementById("ec2ui.sypportscloud.hybridfox").innerHTML =
ec2ui_utils.getMessageProperty("ec2ui.msg.supportscloud.description.hybridfox");
+
document.getElementById("ec2ui.sypportslangauges.hybridfox").innerHTML =
ec2ui_utils.getMessageProperty("ec2ui.msg.sypportslangauges.description.hybridfox");
+ document.getElementById("ec2ui.contributers.hybridfox").innerHTML =
ec2ui_utils.getMessageProperty("ec2ui.msg.contributers.description.hybridfox");
var iconsProvideLink =
document.getElementById("ec2ui.iconsProvide.link").innerHTML;
document.getElementById("ec2ui.about.iconsProvide").innerHTML =
ec2ui_utils.getMessageProperty("ec2ui.msg.about.description.iconsProvide",
[iconsProvideLink]);
var licenseLink =
document.getElementById("ec2ui.license.link").innerHTML;
@@ -27,16 +30,26 @@
}
</script>

- <vbox flex="1">
+ <vbox flex="1" style="overflow:auto;">
<groupbox>
<description class="header">Hybridfox version __VERSION__ build
__BUILD__ (EC2 API <html:span
id="ec2ui.apiversion">API-VERSION</html:span>)</description>
- <description><html:p id="ec2ui.about.hybridfox">Hybridfox is a
Firefox extension for interacting with Amazon's EC2 and Eucalyptus web
service.</html:p></description>
- <description><html:p><html:a target="_blank" href=""
onclick="openURL('http://code.google.com/p/hybridfox/'); return false"
style="color: blue; text-decoration:
underline">code.google.com/p/hybridfox</html:a></html:p></description>
- <description><html:p><html:a target="_blank" href=""
onclick="openURL('http://labs.csscorp.com/'); return false" style="color:
blue; text-decoration: underline">CSS Labs, CSS Corp Pvt
Ltd</html:a></html:p></description>
+ <description>
+ <html:p id="ec2ui.about.hybridfox"></html:p>
+ <html:p id="ec2ui.sypportscloud.hybridfox"></html:p>
+ <html:p id="ec2ui.sypportslangauges.hybridfox"></html:p>
+ <html:p><html:a target="_blank" href=""
onclick="openURL('http://code.google.com/p/hybridfox/'); return false"
style="color: blue; text-decoration:
underline">code.google.com/p/hybridfox</html:a></html:p>
+ <html:p><html:a target="_blank" href=""
onclick="openURL('http://labs.csscorp.com/'); return false" style="color:
blue; text-decoration: underline">CSS Labs, CSS Corp Pvt
Ltd</html:a></html:p>
+ </description>
+ <description class="header">Contributers</description>
+ <description>
+ <html:p id="ec2ui.contributers.hybridfox"></html:p>
+ </description>
</groupbox>
<vbox>
- <description><html:span id="ec2ui.about.iconsProvide">Icons were
provided by <html:span id="ec2ui.iconsProvide.link"><html:a target="_blank"
href="" onclick="openURL('http://www.mouserunner.com/'); return false"
style="color: blue; text-decoration: underline">Ken
Saunders</html:a></html:span>. </html:span></description>
- <description><html:span id="ec2ui.about.license">Hybridfox is
licensed under the <html:span id="ec2ui.license.link"><html:a
target="_blank" href=""
onclick="openURL('http://www.apache.org/licenses/'); return false"
style="color: blue; text-decoration: underline">Apache
2.0</html:a></html:span> license.</html:span></description>
+ <description>
+ <html:p id="ec2ui.about.iconsProvide">Icons were provided by
<html:span id="ec2ui.iconsProvide.link"><html:a target="_blank" href=""
onclick="openURL('http://www.mouserunner.com/'); return false"
style="color: blue; text-decoration: underline">Ken
Saunders</html:a></html:span>. </html:p>
+ <html:p id="ec2ui.about.license">Hybridfox is licensed under the
<html:span id="ec2ui.license.link"><html:a target="_blank" href=""
onclick="openURL('http://www.apache.org/licenses/'); return false"
style="color: blue; text-decoration: underline">Apache
2.0</html:a></html:span> license.</html:p>
+ </description>
</vbox>
</vbox>
</dialog>
=======================================
--- /src/chrome/content/ec2ui/instances_tab_overlay.xul Wed Jul 4 20:34:15
2012
+++ /src/chrome/content/ec2ui/instances_tab_overlay.xul Thu Jul 12 22:23:18
2012
@@ -39,7 +39,7 @@
</menu>
<menuitem id="instances.context.changeInstanceType"
oncommand="ec2ui_InstancesTreeView.changeInstanceType();"
- label="Change Instance Type" />
+ label="&ec2ui.instances.contextmenu.changeInstanceType.label;"
/>
<menuseparator />
<menuitem oncommand="ec2ui_InstancesTreeView.launchMore();"
label="&ec2ui.instances.contextmenu.launchmore.label;" />
=======================================
--- /src/chrome/content/ec2ui/instancesview.js Wed Jul 4 20:40:13 2012
+++ /src/chrome/content/ec2ui/instancesview.js Thu Jul 12 22:23:18 2012
@@ -900,6 +900,7 @@
document.getElementById("instances.context.start").disabled =
disableStart;
document.getElementById("instances.context.stop").disabled =
disableStop;

document.getElementById("instances.context.forceStop").disabled =
disableStop;
+
document.getElementById("instances.context.changeInstanceType").disabled =
disableStart;
if(rootdevicetype){
document.getElementById("instances.context.stop").disabled
= true;

document.getElementById("instances.context.forceStop").disabled = true;
@@ -917,7 +918,7 @@

document.getElementById("instances.context.showTerminationProtection").disabled
= true;

document.getElementById("instances.context.changeTerminationProtection").disabled
= true;

document.getElementById("instances.context.createtag").disabled = true;
-
document.getElementById("instances.context.deletetag").disabled = true;
+
document.getElementById("instances.context.deletetag").disabled = true;
if(rootdevicetype){
document.getElementById("instances.context.stop").disabled
= true;

document.getElementById("instances.context.forceStop").disabled = true;
@@ -930,6 +931,7 @@

document.getElementById("instances.context.forceStop").disabled = true;

document.getElementById("instances.context.createtag").disabled = true;

document.getElementById("instances.context.deletetag").disabled = true;
+
document.getElementById("instances.context.changeInstanceType").disabled =
true;
}


=======================================
--- /src/chrome/locale/ec2ui/en-US/ec2ui.dtd Wed Jul 4 20:34:15 2012
+++ /src/chrome/locale/ec2ui/en-US/ec2ui.dtd Thu Jul 12 22:23:18 2012
@@ -171,6 +171,7 @@
<!ENTITY ec2ui.instances.contextmenu.copypublic.label "Copy Public DNS
Name to clipboard">
<!ENTITY ec2ui.instances.contextmenu.copyprivate.label "Copy Private DNS
Name to clipboard">
<!ENTITY ec2ui.instances.contextmenu.connect.label "Connect to Public DNS
Name">
+<!ENTITY ec2ui.instances.contextmenu.changeInstanceType.label "Change
Instance Type">

<!ENTITY ec2ui.addresses.contextmenu.associate.label "Associate Elastic IP
with Instance">
<!ENTITY ec2ui.addresses.contextmenu.disassociate.label "Disassociate this
address">
=======================================
--- /src/chrome/locale/ec2ui/en-US/ec2ui.properties Wed Jul 4 20:34:15 2012
+++ /src/chrome/locale/ec2ui/en-US/ec2ui.properties Thu Jul 12 22:23:18 2012
@@ -139,7 +139,10 @@
ec2ui.msg.volumesview.confirm.detachVolume = Detach volume %S?
ec2ui.msg.volumesview.confirm.forceDetachVolume = Force detach volume %S?

-ec2ui.msg.about.description.hybridfox = Hybridfox is a Firefox extension
for interacting with Amazon's EC2 and Eucalyptus web service.
+ec2ui.msg.about.description.hybridfox = Hybridfox is a Firefox addon that
attempts to get the best of popular public and private Cloud Computing
environments.
+ec2ui.msg.supportscloud.description.hybridfox = Currently it supports
Amazon AWS, Eucalyptus, OpenStack, OpenNebula, CloudStack and HP cloud
environments.
+ec2ui.msg.sypportslangauges.description.hybridfox = Currently localized in
Japanese and Chinese languages with the help of community support.
+ec2ui.msg.contributers.description.hybridfox = Andrey Kurdumov, David
Kavanagh, Ryo Watanabe, Punkboyee, Jose Martin
ec2ui.msg.about.description.iconsProvide = Icons were provided by %S.
ec2ui.msg.about.description.license = Hybridfox is licensed under the %S
license.

=======================================
--- /src/chrome/locale/ec2ui/ja-JP/ec2ui.dtd Wed Jul 4 20:34:15 2012
+++ /src/chrome/locale/ec2ui/ja-JP/ec2ui.dtd Thu Jul 12 22:23:18 2012
@@ -170,6 +170,7 @@
<!ENTITY ec2ui.instances.contextmenu.copypublic.label "パブリックDNSをコ
ピー">
<!ENTITY ec2ui.instances.contextmenu.copyprivate.label "プライベートDNSをコ
ピー">
<!ENTITY ec2ui.instances.contextmenu.connect.label "パブリックDNSへ接続">
+<!ENTITY ec2ui.instances.contextmenu.changeInstanceType.label "インスタンス
の種類を変更">

<!ENTITY ec2ui.addresses.contextmenu.associate.label "ElasticIPをインスタン
スに関連付け">
<!ENTITY ec2ui.addresses.contextmenu.disassociate.label "インスタンスへの関
連付けを解除">
=======================================
--- /src/chrome/locale/ec2ui/ja-JP/ec2ui.properties Wed Jul 4 20:34:15 2012
+++ /src/chrome/locale/ec2ui/ja-JP/ec2ui.properties Thu Jul 12 22:23:18 2012
@@ -139,7 +139,10 @@
ec2ui.msg.volumesview.confirm.detachVolume = EBSボリューム %S を取り外しま
すか?
ec2ui.msg.volumesview.confirm.forceDetachVolume = EBSボリューム %S を強制的
に取り外しますか?

-ec2ui.msg.about.description.hybridfox = Hybridfox はWebブラウザから Amazon
EC2 や Eucalyptus ウェブサービスを利用できる Firefox の拡張機能(アドオン
)です
+ec2ui.msg.about.description.hybridfox = Hybridfoxは、人気の公共および民間ク
ラウド·コンピューティング環境の最良を取得しようとFirefoxのアドオンです。
+ec2ui.msg.supportscloud.description.hybridfox = 現在のところは、Amazon
AWS、ユーカリ、OpenStack、OpenNebula、CloudStackとHP、クラウド環境をサポート
しています。
+ec2ui.msg.sypportslangauges.description.hybridfox = 現在、コミュニティサ
ポートの助けを借りて、日本語と中国語の言語でローカライズされた。
+ec2ui.msg.contributers.description.hybridfox = Andrey Kurdumov, David
Kavanagh, Ryo Watanabe, Punkboyee, Jose Martin
ec2ui.msg.about.description.iconsProvide = アイコン提供 %S.
ec2ui.msg.about.description.license = Hybridfox は %S ライセンスのもとで公
開されています

=======================================
--- /src/chrome/locale/ec2ui/zh-CN/ec2ui.dtd Wed Jul 4 20:34:15 2012
+++ /src/chrome/locale/ec2ui/zh-CN/ec2ui.dtd Thu Jul 12 22:23:18 2012
@@ -184,6 +184,7 @@
<!ENTITY ec2ui.instances.contextmenu.copyprivateip.label "私有 IP">
<!ENTITY ec2ui.instances.contextmenu.copypublicip.label "公共 IP">
<!ENTITY ec2ui.instances.contextmenu.connect.label "连接到公有 DNS">
+<!ENTITY ec2ui.instances.contextmenu.changeInstanceType.label "更改实例类
型">

<!ENTITY ec2ui.addresses.contextmenu.associate.label "关联 弹性IP 到实例">
<!ENTITY ec2ui.addresses.contextmenu.disassociate.label "解除该 弹性IP 关
联">
=======================================
--- /src/chrome/locale/ec2ui/zh-CN/ec2ui.properties Wed Jul 4 20:34:15 2012
+++ /src/chrome/locale/ec2ui/zh-CN/ec2ui.properties Thu Jul 12 22:23:18 2012
@@ -139,7 +139,10 @@
ec2ui.msg.volumesview.confirm.detachVolume = 确定卸载 EBS 卷吗?
ec2ui.msg.volumesview.confirm.forceDetachVolume = 是否强制卸载 EBS 卷?

-ec2ui.msg.about.description.hybridfox = Hybridfox 是 Amazon 的 EC2 和
Eucalyptus 云平台的 Web Service 图形管理窗口.
+ec2ui.msg.about.description.hybridfox = hybridfox是一个Firefox插件,试图得
到最佳流行的公共和私有云计算环境。
+ec2ui.msg.supportscloud.description.hybridfox = 目前,它支持亚马逊AWS,桉
树,OpenStack里,OpenNebula,CloudStack和惠普云环境。
+ec2ui.msg.sypportslangauges.description.hybridfox = 目前在日本和中国的语言
与社会的支持帮助本地化。
+ec2ui.msg.contributers.description.hybridfox = Andrey Kurdumov, David
Kavanagh, Ryo Watanabe, Punkboyee, Jose Martin
ec2ui.msg.about.description.iconsProvide = 图标由 %S 提供. 中文版由 田保强
(punkboyee(at)foxmail.com) 翻译
ec2ui.msg.about.description.license = Hybridfox 是由 %S 许可授权的开源免费
插件.

Reply all
Reply to author
Forward
0 new messages