I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0b4d4ddc authored by zzz's avatar zzz
Browse files

update hardcoded tags

parent 428d89a3
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ class Dummy { ...@@ -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 { ...@@ -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");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment