2013-01-20 12:26:18 +00:00
|
|
|
{% extends "global/bounty.html" %}
|
|
|
|
{% block title %}{{ _('Bounty russian translation of webpage and router console') }}{% endblock %}
|
|
|
|
{% block donatename %}{{ _('Russian translation') }}{% endblock %}
|
|
|
|
|
|
|
|
{% block bountydetails %}
|
|
|
|
<p>{% trans -%}
|
|
|
|
To improve I2P usage and attract more people
|
2009-11-02 17:48:32 +00:00
|
|
|
into I2P a anonymous donator set out the bounty for translation
|
|
|
|
of the I2P web page and I2P router console into russian language.
|
2013-01-20 12:26:18 +00:00
|
|
|
{%- endtrans %}</p>
|
2009-11-02 17:48:32 +00:00
|
|
|
<p>
|
2013-01-20 12:26:18 +00:00
|
|
|
{{ _('This bounty is set into 2 subparts:') }}
|
2009-11-02 17:48:32 +00:00
|
|
|
<br>
|
2013-01-20 12:26:18 +00:00
|
|
|
{{ _('Part 1 is translation of the webpage.') }}<br>
|
2009-11-02 17:48:32 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2013-01-20 12:26:18 +00:00
|
|
|
{{ _('For collecting the bounty of $115 USD you need to translate the following pages:') }}<br>
|
2009-11-02 17:58:12 +00:00
|
|
|
http://www.i2p2.de/index.html<br>
|
|
|
|
http://www.i2p2.de/download.html<br>
|
2013-01-20 12:26:18 +00:00
|
|
|
http://www.i2p2.de/intro.html<br>
|
|
|
|
http://www.i2p2.de/faq.html<br>
|
|
|
|
http://www.i2p2.de/bounties.html<br>
|
|
|
|
http://www.i2p2.de/bounty_datastore<br>
|
|
|
|
http://www.i2p2.de/bounty_i2phex<br>
|
|
|
|
http://www.i2p2.de/bounty_vuzeplugin<br>
|
|
|
|
http://www.i2p2.de/getinvolved.html<br>
|
|
|
|
http://www.i2p2.de/donate.html<br>
|
2009-11-02 17:48:32 +00:00
|
|
|
|
|
|
|
</p>
|
2013-01-20 12:26:18 +00:00
|
|
|
<p>{% trans -%}
|
2009-11-02 17:48:32 +00:00
|
|
|
Part 2 is the translation of the router console. The whole router console needs
|
2009-11-08 15:51:21 +00:00
|
|
|
to be translated to collect the bounty of $115 USD.
|
2013-01-20 12:26:18 +00:00
|
|
|
{%- endtrans %}</p>
|
|
|
|
{% endblock %}
|
2009-11-02 17:48:32 +00:00
|
|
|
|
2013-01-20 12:26:18 +00:00
|
|
|
{% block bountyjudge %}
|
|
|
|
<p>{% trans -%}
|
|
|
|
Judge is the russian donor.
|
|
|
|
{%- endtrans %}</p>
|
2009-11-02 17:48:32 +00:00
|
|
|
{% endblock %}
|
2013-01-20 12:26:18 +00:00
|
|
|
|
|
|
|
{% block bountynotesouter %}{% endblock %}
|