Removed Trac urls from translated strings

This commit is contained in:
str4d
2013-10-26 22:20:13 +00:00
parent 94c4538fb6
commit 8774938fdf
3 changed files with 11 additions and 8 deletions

View File

@@ -16,10 +16,10 @@ the lower layers are inside the router itself.
The interface between applications and the router is the I2CP (I2P Control Protocol) API. The interface between applications and the router is the I2CP (I2P Control Protocol) API.
{%- endtrans %}</p> {%- endtrans %}</p>
<p>{% trans trac=i2pconv('trac.i2p2.i2p') -%} <p>{% trans trac='https://trac.i2p2.de/report/1' -%}
The I2P Project is committed to maintaining accurate, current documentation. The I2P Project is committed to maintaining accurate, current documentation.
If you find any inaccuracies in the documents linked below, please If you find any inaccuracies in the documents linked below, please
<a href="https://trac.i2p2.de/report/1">enter a ticket identifying the problem</a>. <a href="{{ trac }}">enter a ticket identifying the problem</a>.
{%- endtrans %}</p> {%- endtrans %}</p>
<h2>{% trans %}Index to Technical Documentation{% endtrans %}</h2> <h2>{% trans %}Index to Technical Documentation{% endtrans %}</h2>

View File

@@ -50,8 +50,8 @@
<h3 id="systems">{% trans %}What systems will I2P run on?{% endtrans %} <h3 id="systems">{% trans %}What systems will I2P run on?{% endtrans %}
<span class="permalink">(<a href="#systems">{{ _('link') }}</a>)</span></h3> <span class="permalink">(<a href="#systems">{{ _('link') }}</a>)</span></h3>
<p>{% trans trac=i2pconv('trac.i2p2.i2p') -%} <p>{% trans chart='https://trac.i2p2.de/wiki/java' -%}
While I2P has been reported to run PCs as meagre as a low-end Pentium II with 64 MB of RAM, you'll have a much better experience on a Pentium III (or better) with 128MB of RAM (or more). A <a href="https://trac.i2p2.de/wiki/java">chart comparing the performance</a> of the various JREs can be found at <a href="https://trac.i2p2.de/wiki/java">https://trac.i2p2.de/wiki/java</a>, but in short: it's at all possible, use Sun/Oracle Java or OpenJDK. While I2P has been reported to run PCs as meagre as a low-end Pentium II with 64 MB of RAM, you'll have a much better experience on a Pentium III (or better) with 128MB of RAM (or more). A <a href="{{ chart }}">chart comparing the performance</a> of the various JREs can be found at <a href="{{ chart }}">{{ chart }}</a>, but in short: it's at all possible, use Sun/Oracle Java or OpenJDK.
{%- endtrans %}</p> {%- endtrans %}</p>
<p>{% trans -%} <p>{% trans -%}

View File

@@ -22,9 +22,10 @@ Fix up the Wikipedia article about I2P in your language.
Tell your friends. Tell your friends.
{%- endtrans %} {%- endtrans %}
</li><li><b>{{ _('Testing') }}</b> &mdash; </li><li><b>{{ _('Testing') }}</b> &mdash;
{% trans monotone=site_url('get-involved/guides/monotone'), trac=i2pconv('trac.i2p2.i2p') -%} {% trans monotone=site_url('get-involved/guides/monotone'),
trac='https://trac.i2p2.de/report/1' -%}
Run the latest builds from <a href="{{ monotone }}">monotone</a> Run the latest builds from <a href="{{ monotone }}">monotone</a>
and report results on #i2p or as bugs on <a href="https://trac.i2p2.de/report/1">Trac</a>. and report results on #i2p or as bugs on <a href="{{ trac }}">Trac</a>.
{%- endtrans %} {%- endtrans %}
</li><li><b>{{ _('Documentation') }}</b> &mdash; </li><li><b>{{ _('Documentation') }}</b> &mdash;
{% trans -%} {% trans -%}
@@ -51,9 +52,11 @@ Write or port applications for I2P! There's some guidelines and
a list of ideas on the <a href="{{ apps }}">applications page</a>. a list of ideas on the <a href="{{ apps }}">applications page</a>.
{%- endtrans %} {%- endtrans %}
</li><li><b>{{ _('Coding') }}</b> &mdash; </li><li><b>{{ _('Coding') }}</b> &mdash;
{% trans trac=i2pconv('trac.i2p2.i2p'), zzz=i2pconv('zzz.i2p'), newdevs=site_url('get-involved/guides/new-developers') -%} {% trans trac='https://trac.i2p2.de/report/1',
zzz=i2pconv('zzz.i2p'),
newdevs=site_url('get-involved/guides/new-developers') -%}
There's plenty to do if you know Java or are ready to learn. There's plenty to do if you know Java or are ready to learn.
Check for open tickets on <a href="https://trac.i2p2.de/report/1">Trac</a> Check for open tickets on <a href="{{ trac }}">Trac</a>
or the TODO list on <a href="http://{{ zzz }}">{{ zzz }}</a> for or the TODO list on <a href="http://{{ zzz }}">{{ zzz }}</a> for
some ideas on where to start. some ideas on where to start.
See the <a href="{{ newdevs }}">new developer's guide</a> for details. See the <a href="{{ newdevs }}">new developer's guide</a> for details.