From 0fd55f8b07329f299330d051142ac9f7db247acc Mon Sep 17 00:00:00 2001 From: forget <forget@mail.i2p> Date: Thu, 21 Jan 2010 08:50:54 +0000 Subject: [PATCH] Added: missing non-translated welcome page from dr|z3d's template. --- .../resources/eepsite.help/help/index_na.html | 40 +++++++++++++++++++ 1 file changed, 40 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..1475c6eba7 --- /dev/null +++ b/installer/resources/eepsite.help/help/index_na.html @@ -0,0 +1,40 @@ +<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="ä¸æ–‡" alt="ä¸æ–‡"></a> +<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> +<a href="index_fr.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_ru.html"><img src="lib/ru.png" title="РуÑÑкий" alt="РуÑÑкий"></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="index.html">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