~vcs-imports/elasticfox/trunk

« back to all changes in this revision

Viewing changes to src/chrome/locale/ec2ui/en-US/ec2ui.dtd

  • Committer: jhatax
  • Date: 2009-05-21 23:27:40 UTC
  • Revision ID: vcs-imports@canonical.com-20090521232740-bi5hmpcscpub0ar4
In this Release:
- Reserved Instances support comes to Elasticfox

Bug fixes to/for:
- EBS volume attachment to an instance from both the instances and volumes view
- Strict Javascript warnings

M    trunk/src/chrome/locale/ec2ui/en-US/ec2ui.dtd
A    trunk/src/chrome/content/ec2ui/dialog_purchase_offering.xul
A    trunk/src/chrome/content/ec2ui/dialog_offering_details.xul
M    trunk/src/chrome/content/ec2ui/eipdetaildialog.js
M    trunk/src/chrome/content/ec2ui/controller.js
M    trunk/src/chrome/content/ec2ui/volumesview.js
M    trunk/src/chrome/content/ec2ui/securitygroupdetaildialog.js
M    trunk/src/chrome/content/ec2ui/dialog_volume_details.xul
M    trunk/src/chrome/content/ec2ui/utils.js
A    trunk/src/chrome/content/ec2ui/offeringdetaildialog.js
M    trunk/src/chrome/content/ec2ui/attachebsvolumedialog.js
A    trunk/src/chrome/content/ec2ui/dialog_reserved_instances_details.xul
M    trunk/src/chrome/content/ec2ui/client.js
M    trunk/src/chrome/content/ec2ui/bundletaskdetailsdialog.js
M    trunk/src/chrome/content/ec2ui/instancesview.js
A    trunk/src/chrome/content/ec2ui/reservedinstancesdetaildialog.js
M    trunk/src/chrome/content/ec2ui/dialog_new_volume.xul
M    trunk/src/chrome/content/ec2ui/permissiondetaildialog.js
M    trunk/src/chrome/content/ec2ui/keypairdetaildialog.js
A    trunk/src/chrome/content/ec2ui/purchaseofferingdialog.js
M    trunk/src/chrome/content/ec2ui/dialog_new_attachment.xul
M    trunk/src/chrome/content/ec2ui/dialog_snapshot_details.xul
A    trunk/src/chrome/content/ec2ui/reservedinstancesview.js
A    trunk/src/chrome/content/ec2ui/leaseofferingsview.js
AM   trunk/src/chrome/content/ec2ui/images/cash.png
M    trunk/src/chrome/content/ec2ui/dialog_attach_ebs_volume.xul
A    trunk/src/chrome/content/ec2ui/leases_tab_overlay.xul
M    trunk/src/chrome/content/ec2ui/snapshotdetaildialog.js
M    trunk/src/chrome/content/ec2ui/instancedetaildialog.js
M    trunk/src/chrome/content/ec2ui/volumedetaildialog.js
M    trunk/src/chrome/content/ec2ui/bundleInstanceDialog.js
M    trunk/src/chrome/content/ec2ui/session.js
M    trunk/src/chrome/content/ec2ui/ec2ui_main_window.xul
M    trunk/src/chrome/content/ec2ui/model.js

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
<!ENTITY ec2ui.tabs.eips.label "Elastic IPs">
13
13
<!ENTITY ec2ui.tabs.volumes.label "Volumes and Snapshots">
14
14
<!ENTITY ec2ui.tabs.bundleTasks.label "Bundle Tasks">
 
15
<!ENTITY ec2ui.tabs.leases.label "Reserved Instances">
15
16
 
16
17
<!ENTITY ec2ui.captions.images.images.label "Machine Images (AMIs)">
17
18
<!ENTITY ec2ui.captions.images.attribs.label "Launch Permissions">
84
85
<!ENTITY ec2ui.snapshots.startTime.label "Local Start Time">
85
86
<!ENTITY ec2ui.snapshots.progress.label "Progress">
86
87
 
87
 
<!ENTITY ec2ui.snapshot.id.label "Snapshot ID:">
88
 
<!ENTITY ec2ui.snapshot.status.label "Status:">
89
 
<!ENTITY ec2ui.snapshot.startTime.label "Start Time:">
90
 
<!ENTITY ec2ui.snapshot.progress.label "Progress:">
91
 
 
92
 
<!ENTITY ec2ui.volume.id.label "Volume ID:">
93
 
<!ENTITY ec2ui.volume.size.label "Size (GB):">
94
 
<!ENTITY ec2ui.volume.availabilityZone.label "Availability Zone:">
95
 
<!ENTITY ec2ui.volume.status.label "Status:">
96
 
<!ENTITY ec2ui.volume.createTime.label "Creation Date:">
97
 
<!ENTITY ec2ui.volume.device.label "Device:">
98
 
<!ENTITY ec2ui.volume.attachStatus.label "Attach Status:">
99
 
<!ENTITY ec2ui.volume.attachTime.label "Attach Time:">
100
 
 
101
88
<!ENTITY ec2ui.captions.bundleTasks.label "Your Bundle Tasks">
102
89
 
103
90
<!ENTITY ec2ui.bundleTasks.id.label "Bundle ID">
108
95
<!ENTITY ec2ui.bundleTasks.s3.prefix.label "S3 Prefix">
109
96
<!ENTITY ec2ui.bundleTasks.errorMessage.label "Error Message">
110
97
 
 
98
<!ENTITY ec2ui.captions.leases.offerings.label "Reserved Instances Offerings">
 
99
<!ENTITY ec2ui.captions.leases.rsvdInst.label "Your Reserved Instances">
 
100
 
 
101
<!ENTITY ec2ui.offerings.id.label "Offering ID">
 
102
<!ENTITY ec2ui.offerings.instType.label "Instance Type">
 
103
<!ENTITY ec2ui.offerings.duration.label "Duration (years)">
 
104
<!ENTITY ec2ui.offerings.fixedPrice.label "One-time Payment/Instance (US$)">
 
105
<!ENTITY ec2ui.offerings.usagePrice.label "Usage Price/Instance (US$)">
 
106
<!ENTITY ec2ui.offerings.description.label "Description">
 
107
 
 
108
<!ENTITY ec2ui.rsvdInst.id.label "Reserved Instances ID">
 
109
<!ENTITY ec2ui.rsvdInst.instType.label "Instance Type">
 
110
<!ENTITY ec2ui.rsvdInst.duration.label "Duration (years)">
 
111
<!ENTITY ec2ui.rsvdInst.remaining.label "Days Remaining">
 
112
<!ENTITY ec2ui.rsvdInst.fixedPrice.label "One-time Payment/Instance (US$)">
 
113
<!ENTITY ec2ui.rsvdInst.usagePrice.label "Usage Price/Instance (US$)">
 
114
<!ENTITY ec2ui.rsvdInst.count.label "Number of Instances">
 
115
<!ENTITY ec2ui.rsvdInst.description.label "Description">
 
116
<!ENTITY ec2ui.rsvdInst.state.label "State">
 
117
 
111
118
<!ENTITY ec2ui.platform.label "Platform">
112
119
<!ENTITY ec2ui.availabilityZone.label "Availability Zone">
113
120