<label localize="RESUMING_AT"></label>
<label id="resuming"></label>
</div></div>
-
- <div><div>
- <label id="disk-key"></label>
- <label id="disk-value"></label>
- </div></div>
</fieldset>
<label localize="MODIFICATIONS"></label>
$(".resuming").remove();
else
$("#resuming").html($.xml(resuming));
-
- var size = sizes[2];
- var negative;
-
- if (size.charAt(0) != '-')
- negative = false;
- else {
- negative = true;
- size = size.substr(1);
- }
-
- $("#disk-key").html(cydia.localize(negative ? "DISK_FREEING" : "DISK_USING"));
- $("#disk-value").html($.xml(size));
} else for (var i = 0; i != issues.length; ++i) {
document.title = cydia.localize("CANNOT_COMPLY");
sizes_ = [[NSArray alloc] initWithObjects:
SizeString([database_ fetcher].FetchNeeded()),
SizeString([database_ fetcher].PartialPresent()),
- SizeString([database_ cache]->UsrSize()),
nil];
[self loadURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"confirm" ofType:@"html"]]];