From 1c7f098d9b71448afcdf2af03ceb157bdff8e589 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Thu, 21 Jan 2010 11:46:52 +0000 Subject: [PATCH] Add missing index_na.html to our eepsite stash. --- .../resources/eepsite.help/help/index_na.html | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 installer/resources/eepsite.help/help/index_na.html diff --git a/installer/resources/eepsite.help/help/index_na.html b/installer/resources/eepsite.help/help/index_na.html new file mode 100644 index 0000000000..4b54eb6c02 --- /dev/null +++ b/installer/resources/eepsite.help/help/index_na.html @@ -0,0 +1,39 @@ +<html> + <head> + <title>I2P Anonymous Webserver | I'm a non-translated welcome page</title> + <link rel="shortcut icon" href="favicon.ico" /> + <link rel="stylesheet" type="text/css" href="lib/eepsite.css" /> + </head> + <body> +<div class="fairylights"> +<div class="main"> + <h1>I2P Anonymous Webserver</h1> +<div class="langbar"> +<!-- Most of these languages listed here are yet to be translated --> +<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> +<a href="index_na.html"><img src="lib/cn.png" title="Chinese" alt="Chinese"></a> +<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> +<a href="index_na.html"><img src="lib/fr.png" title="Français" alt="Français"></a> +<a href="index_na.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a> +<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> + +</div> +<h2>Help translate this page into your language!</h2> +<div class="notify"> +If you're viewing this page and not an actual translation of the welcome page into your +native tongue, that's because it hasn't been done yet! I2P +needs your help! Please consider helping I2P become more accessible +to non-English speakers by volunteering some time translating the following : +<ul> +<li><a href="http://www.i2p2.i2p">the website</a> +<li><a href="http://127.0.0.1:7657">the console</a> +<li><a href="/help/">the eepsite quick guide</a></ul> + +Please visit our IRC support channel via <a href="irc://irc.freenode.net/i2p">#i2p on Freenode</a> or +anonymously via your resident <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a> for more information.</div> +<hr><div class="footnote"> +Document last edited: November 2009.</div> +</div> +</div> + </body> +</html> -- GitLab