Added translation tags to contact, impressum and (some of) links

This commit is contained in:
str4d
2013-01-18 06:33:12 +00:00
parent a5a98a806c
commit 1d65f8b0f5
3 changed files with 39 additions and 39 deletions

View File

@@ -1,15 +1,15 @@
{% extends "global/layout.html" %}
{% block title %}Links{% endblock %}
{% block title %}{{ _('Links') }}{% endblock %}
{% block content %}
<h1>Recommended Links & Resources</h1>
<p>
<h1>{{ _('Recommended Links & Resources') }}</h1>
<p>{% trans papers=site_url('about/papers') -%}
See also the page with
<a href="{{ site_url('about/papers') }}">links to papers, presentations, videos, and tutorials about I2P</a>.
</p>
<a href="{{ papers }}">links to papers, presentations, videos, and tutorials about I2P</a>.
{%- endtrans %}</p>
<div class="links">
<ul>
<h4>Friends of I2P</h4>
<h4>{{ _('Friends of I2P') }}</h4>
<li><a href="http://anomos.info/">Anomos Pseudonymous Encrypted Bittorrent</a></li>
<li><a href="http://www.eff.org/">EFF</a></li>
<li><a href="https://gnunet.org/">GNUnet</a></li>
@@ -21,7 +21,7 @@ See also the page with
<li><a href="http://www.thepegasuspress.com/">The Pegasus Press</a></li>
<li><a href="http://telecomix.org/">Telecomix</a></li>
<li><a href="http://www.torproject.org/">Tor</a></li>
<h4>More Projects and Documentation</h4>
<h4>{{ _('More Projects and Documentation') }}</h4>
<li><a href="http://freehaven.net/anonbib/topic.html">Freehaven's Anonymity Bibliography</a></li>
<li><a href="http://gnunet.org/links.php3">GNUNet's related projects</a></li>
<li><a href="http://www.tik.ee.ethz.ch/~morphmix/">Morphmix</a></li>
@@ -31,15 +31,15 @@ See also the page with
<li><a href="http://mixminion.net/">Mixminion</a></li>
<li><a href="http://freenetproject.org/">Freenet</a></li>
<li><a href="http://anon.inf.tu-dresden.de/index_en.html">JAP</a></li>
<h4>Press</h4>
<h4>{{ _('Press') }}</h4>
<li><a href="http://www.isdpodcast.com/podpress_trac/web/2719/0/infosec-daily-podcast-episode-454.mp3">zzz interviewed on the InfoSec Daily Podcast (mp3)</a> (August 18, 2011)</li>
<li><a href="http://www.gulli.com/news/i2p-an-anonymous-network-2009-03-09/">zzz interviewed by gulli.com</a> (March '09)</li>
<li><a href="http://www.netzwelt.de/news/75371-i2p-das-anonyme-netz-im.html">Netzwelt.de article about being anonymous in the Internet</a></li>
<h4>Boards, newssite, others</h4>
<h4>{{ _('Boards, newssite, others') }}</h4>
<li><a href="http://twitter.com/i2p">i2p (zzz) on twitter</a></li>
<li><a href="http://board.planetpeer.de/index.php?board=80.0">Planet Peer Board (English)</a></li>
<li><a href="http://board.planetpeer.de/index.php?board=18.0">Planet Peer Board (Deutsch)</a></li>
<h4>Very Old Stuff</h4>
<h4>{{ _('Very Old Stuff') }}</h4>
<li><a href="http://invisibleip.sourceforge.net/iip/index.php">Invisible IRC Project</a> - the distant predecessor of I2P</li>
<li><a href="http://news.gmane.org/gmane.network.i2p">The ancient I2P mailing list</a> 2004-07 to 2006-10 (gmane)
<li><a href="http://news.gmane.org/gmane.comp.security.invisiblenet.iip.devel">The even more ancient invisiblenet mailing list</a> 2002-10 to 2004-01 (gmane)