2009-10-26 21:48:46 +00:00
|
|
|
package dummy;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Just more strings for xgettext, that don't appear in the source anywhere.
|
|
|
|
* I'm sure there's easier ways to do this, but this will do for now.
|
|
|
|
*
|
|
|
|
* Obviously, do not compile this.
|
|
|
|
*/
|
|
|
|
class Dummy {
|
|
|
|
void dummy {
|
2009-10-31 18:18:36 +00:00
|
|
|
// wars for ConfigClientsHelper
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("addressbook");
|
|
|
|
_t("i2psnark");
|
|
|
|
_t("i2ptunnel");
|
|
|
|
_t("susimail");
|
|
|
|
_t("susidns");
|
|
|
|
_t("routerconsole");
|
2009-10-26 21:48:46 +00:00
|
|
|
|
2009-10-31 18:18:36 +00:00
|
|
|
// clients, taken from clients.config, for ConfigClientsHelper
|
2009-10-26 21:48:46 +00:00
|
|
|
// note that if the wording changes in clients.config, we have to
|
|
|
|
// keep the old string here as well for existing installs
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("Web console");
|
|
|
|
_t("SAM application bridge");
|
|
|
|
_t("Application tunnels");
|
|
|
|
_t("My eepsite web server");
|
|
|
|
_t("I2P webserver (eepsite)");
|
|
|
|
_t("Browser launch at startup");
|
|
|
|
_t("BOB application bridge");
|
|
|
|
_t("I2P Router Console");
|
|
|
|
_t("Open Router Console in web browser at startup");
|
2009-11-17 19:55:51 +00:00
|
|
|
|
2009-10-28 18:26:50 +00:00
|
|
|
// tunnel nicknames, taken from i2ptunnel.config so they will display
|
|
|
|
// nicely under 'local destinations' in the summary bar
|
|
|
|
// note that if the wording changes in i2ptunnel.config, we have to
|
|
|
|
// keep the old string here as well for existing installs
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("shared clients");
|
|
|
|
_t("shared clients (DSA)");
|
|
|
|
_t("IRC proxy");
|
|
|
|
_t("eepsite");
|
|
|
|
_t("I2P webserver");
|
|
|
|
_t("HTTP Proxy");
|
2009-11-09 17:15:19 +00:00
|
|
|
// older names for pre-0.7.4 installs
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("eepProxy");
|
|
|
|
_t("ircProxy");
|
2009-10-28 18:26:50 +00:00
|
|
|
// hardcoded in i2psnark
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("I2PSnark");
|
2009-11-09 17:15:19 +00:00
|
|
|
// hardcoded in iMule?
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("iMule");
|
2009-10-31 18:18:36 +00:00
|
|
|
|
2009-11-17 19:55:51 +00:00
|
|
|
|
2009-10-31 18:18:36 +00:00
|
|
|
// standard themes for ConfigUIHelper
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("classic");
|
|
|
|
_t("dark");
|
|
|
|
_t("light");
|
|
|
|
_t("midnight");
|
2009-12-19 17:41:47 +00:00
|
|
|
|
|
|
|
// stat groups for stats.jsp
|
2019-12-14 14:17:06 +00:00
|
|
|
// See StatsGenerator for groups mapped to a display name
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("Bandwidth");
|
|
|
|
_t("Encryption");
|
|
|
|
_t("Peers");
|
|
|
|
_t("Router");
|
|
|
|
_t("Stream");
|
|
|
|
_t("Transport");
|
|
|
|
_t("Tunnels");
|
2010-03-25 20:25:03 +00:00
|
|
|
|
|
|
|
// parameters in transport addresses (netdb.jsp)
|
|
|
|
// may or may not be worth translating
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("host");
|
|
|
|
_t("key");
|
|
|
|
_t("port");
|
2010-03-25 20:25:03 +00:00
|
|
|
// capabilities
|
2015-09-25 19:55:36 +00:00
|
|
|
_t("caps");
|
2009-10-26 21:48:46 +00:00
|
|
|
}
|
|
|
|
}
|