* Console:

- More tagging
      - Show user-installed themes on configui.jsp
      - Fix reseed button spacing
    * GraphHelper cleanup
    * Susidns: add link to subscription faq
This commit is contained in:
zzz
2009-10-31 18:18:36 +00:00
parent 7594c4383b
commit 428cbdce2a
11 changed files with 53 additions and 24 deletions

View File

@ -8,7 +8,7 @@ package dummy;
*/
class Dummy {
void dummy {
// wars
// wars for ConfigClientsHelper
_("addressbook");
_("i2psnark");
_("i2ptunnel");
@ -16,7 +16,7 @@ class Dummy {
_("susidns");
_("routerconsole");
// clients, taken from clients.config
// clients, taken from clients.config, for ConfigClientsHelper
// note that if the wording changes in clients.config, we have to
// keep the old string here as well for existing installs
_("Web console");
@ -35,5 +35,10 @@ class Dummy {
_("eepsite");
// hardcoded in i2psnark
_("I2PSnark");
// standard themes for ConfigUIHelper
_("classic");
_("dark");
_("light");
}
}