propagate from branch 'i2p.i2p.zzz.test' (head efc35e19029b7d92265f25eb024114737b6545e1)

to branch 'i2p.i2p' (head bbf149917e39bdd2f53246c238d440369498ae09)
This commit is contained in:
zzz
2009-10-20 16:01:13 +00:00
39 changed files with 2008 additions and 665 deletions

View File

@@ -319,4 +319,9 @@ class ProfileOrganizerRenderer {
long c = r.getCurrentEventCount() + r.getLastEventCount();
return "" + c;
}
/** translate a string */
private String _(String s) {
return Messages.getString(s, _context);
}
}