forked from I2P_Developers/i2p.i2p
update hardcoded tags
This commit is contained in:
@ -34,6 +34,7 @@ class Dummy {
|
|||||||
// note that if the wording changes in i2ptunnel.config, we have to
|
// note that if the wording changes in i2ptunnel.config, we have to
|
||||||
// keep the old string here as well for existing installs
|
// keep the old string here as well for existing installs
|
||||||
_("shared clients");
|
_("shared clients");
|
||||||
|
_("shared clients (DSA)");
|
||||||
_("IRC proxy");
|
_("IRC proxy");
|
||||||
_("eepsite");
|
_("eepsite");
|
||||||
_("I2P webserver");
|
_("I2P webserver");
|
||||||
@ -79,21 +80,5 @@ class Dummy {
|
|||||||
_("port");
|
_("port");
|
||||||
// capabilities
|
// capabilities
|
||||||
_("caps");
|
_("caps");
|
||||||
// introducer host
|
|
||||||
_("ihost0");
|
|
||||||
_("ihost1");
|
|
||||||
_("ihost2");
|
|
||||||
// introducer port
|
|
||||||
_("iport0");
|
|
||||||
_("iport1");
|
|
||||||
_("iport2");
|
|
||||||
// introducer key
|
|
||||||
_("ikey0");
|
|
||||||
_("ikey1");
|
|
||||||
_("ikey2");
|
|
||||||
// introducer tag
|
|
||||||
_("itag0");
|
|
||||||
_("itag1");
|
|
||||||
_("itag2");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user