forked from I2P_Developers/i2p.i2p
drop old tagged strings
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user