I2PSnark resolutions.

This commit is contained in:
z3d
2010-12-06 13:15:43 +00:00
parent 6749931450
commit 51ba6c16fc
7 changed files with 11 additions and 4 deletions

View File

@ -350,10 +350,17 @@ public class I2PSnarkServlet extends Default {
out.write(_("Totals"));
out.write("\"> ");
out.write(" ");
out.write(ngettext("1 torrent", "{0} torrents", snarks.size()));
out.write(", ");
out.write(DataHelper.formatSize2(stats[5]) + "B, ");
out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4]));
// out.write(ngettext("1 connected peer", "{0} connected peers", (int) stats[4]));
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_peers.png\">");
out.write(ngettext("1", "{0}", (int) stats[4]));
out.write("&nbsp;&nbsp;");
// out.write(ngettext("1 torrent", "{0} torrents", snarks.size()));
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_snarks.png\">");
out.write(ngettext("1", "{0}", snarks.size()));
out.write("&nbsp;&nbsp;");
out.write("<img border=\"0\" src=\"/themes/snark/" + _manager.getTheme() + "/images/head_loaded.png\">");
out.write(DataHelper.formatSize2(stats[5]) + "B");
out.write("</th>\n" +
" <th>&nbsp;</th>\n" +
" <th align=\"right\">" + formatSize(stats[0]) + "</th>\n" +

Binary file not shown.

After

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 877 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B