Changeset 141
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r133 r141 1 1.9 2 3 * Fixed a bug where the number of NZB files processed wasn't showing. 4 1 5 1.8 2 6 -
trunk/README
r133 r141 1 HellaWorld v1. 8-SVN1 HellaWorld v1.9-SVN 2 2 --------------------- 3 3 -
trunk/index.php
r133 r141 59 59 } 60 60 61 $hellaworldversion = "1. 8-SVN";61 $hellaworldversion = "1.9-SVN"; 62 62 $protocol = (($_SERVER['SERVER_PORT'] == 443) ? 'https' : 'http'); 63 63 -
trunk/templates/default.php
r138 r141 61 61 <div> 62 62 <p><?php printf(_('HellaNZB %s - Uptime: %s'), $c->version, $c->uptime); ?></p> 63 <p><?php printf(_('Downloaded: %s files in %s segments totalling %sMB via %s NZB files'), $c->totalfiles, $c->totalSegments, $c->totalMB, $c->totalNZB z); ?></p>63 <p><?php printf(_('Downloaded: %s files in %s segments totalling %sMB via %s NZB files'), $c->totalfiles, $c->totalSegments, $c->totalMB, $c->totalNZBs); ?></p> 64 64 </div> 65 65 </div>
