drop old tagged strings

This commit is contained in:
zzz
2020-02-25 14:54:16 +00:00
parent 357d400bc6
commit 1e5414f74f

View File

@ -39,20 +39,13 @@ class Dummy {
_t("eepsite"); _t("eepsite");
_t("I2P webserver"); _t("I2P webserver");
_t("HTTP Proxy"); _t("HTTP Proxy");
// older names for pre-0.7.4 installs
_t("eepProxy");
_t("ircProxy");
// hardcoded in i2psnark // hardcoded in i2psnark
_t("I2PSnark"); _t("I2PSnark");
// hardcoded in iMule?
_t("iMule");
// standard themes for ConfigUIHelper // standard themes for ConfigUIHelper
_t("classic");
_t("dark"); _t("dark");
_t("light"); _t("light");
_t("midnight");
// stat groups for stats.jsp // stat groups for stats.jsp
// See StatsGenerator for groups mapped to a display name // See StatsGenerator for groups mapped to a display name