diff --git a/i2p2www/pages/blog/index.html b/i2p2www/pages/blog/index.html index 4cc0bb5f..a95e4c1c 100644 --- a/i2p2www/pages/blog/index.html +++ b/i2p2www/pages/blog/index.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} -{% block title %}{% trans %}Blog Index{% endtrans %}{% endblock %} +{% block title %}{{ _('Blog Index') }}}{% endblock %} {% block headextra %} - + {%- endblock %} {% block content %}
sudo apt-get install i2p
su
" or by prefixing each command with "sud
After the installation process completes you can move on to the next part of starting I2P and configuring it for your system.
{%- endtrans %}
-{% trans %}Post-install work{% endtrans %}
+{{ _('Post-install work') }}
{% trans -%}
diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html
index d6aa6ea2..c29f20ed 100644
--- a/i2p2www/pages/downloads/list.html
+++ b/i2p2www/pages/downloads/list.html
@@ -1,9 +1,9 @@
{% extends "global/layout.html" %}
-{% block title %}{% trans %}Download{% endtrans %}{% endblock %}
+{% block title %}{{ _('Download') }}{% endblock %}
{% block content %}
-{% trans %}Download I2P{% endtrans %}
+{{ _('Download I2P') }}
-Dependency
+{{ _('Dependency') }}
{% trans %}
Java Runtime 1.5 or higher.
(Oracle/Sun Java Version 6,
@@ -15,7 +15,7 @@ Java Runtime 1.5 or higher.
or type java -version at your command prompt.
{% endtrans %}
-{% trans %}Clean installs{% endtrans %}
+{{ _('Clean installs') }}
@@ -130,7 +130,7 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
- {% trans %}Source package{% endtrans %}
+ {{ _('Source package') }}
i2psource_{{ ver() }}.tar.bz2
@@ -160,7 +160,7 @@ The files are signed by zzz,
I2P can also be downloaded from our project pages on Launchpad and Google Code.
{%- endtrans %}
-{% trans %}Post-install work{% endtrans %}
+{{ _('Post-install work') }}
{% trans -%}
After running the installer on windows, simply click on the "Start I2P" button
@@ -197,14 +197,14 @@ as the default settings of 96 KBps down / 40 KBps up are fairly slow.
If you want to reach eepsites via your browser, have a look on the browser proxy setup page for an easy howto.
{%- endtrans %}
-{% trans %}Updates from earlier releases:{% endtrans %}
+{{ _('Updates from earlier releases:') }}
{% trans -%}
Both automatic and manual upgrades are available for the release.
{%- endtrans %}
- {% trans %}Automatic updates{% endtrans %}
+ {{ _('Automatic updates') }}
{% trans -%}
If you are running 0.7.5 or later, your router should detect the
@@ -255,7 +255,7 @@ receive the release.
- {% trans %}Manual updates{% endtrans %}
+ {{ _('Manual updates') }}
i2pupdate_{{ ver() }}.zip
@@ -294,7 +294,7 @@ The file is signed by zzz,
whose key is here.
{%- endtrans %}
-{% trans %}Previous Releases{% endtrans %}
+{{ _('Previous Releases') }}
{% trans echelon=i2pconv('echelon.i2p') -%}
Previous releases are available on Google Code
diff --git a/i2p2www/pages/downloads/select.html b/i2p2www/pages/downloads/select.html
index fbe8c40d..4d7a60f8 100644
--- a/i2p2www/pages/downloads/select.html
+++ b/i2p2www/pages/downloads/select.html
@@ -1,15 +1,15 @@
{% extends "global/layout.html" %}
-{% block title %}{% trans %}Mirror selection{% endtrans %}{% endblock %}
+{% block title %}{{ _('Mirror selection') }}{% endblock %}
{% block content %}
-{% trans %}Mirror selection{% endtrans %}
-{% trans %}File:{% endtrans %} /{{ file }}
+{{ _('Mirror selection') }}
+{{ _('File:') }} /{{ file }}
{% for protocol in mirrors -%}
{{ protocol.name | upper }}
- - {% trans %}Any mirror{% endtrans %}
+ - {{ _('Any mirror') }}
{% for mirror in protocol.mirrors -%}
-
{% if mirror.org_url %}{% endif %}{{ mirror.org }}{% if mirror.org_url %}{% endif %} [{% trans %}Download{% endtrans %}]
+
{% if mirror.org_url %}{% endif %}{{ mirror.org }}{% if mirror.org_url %}{% endif %} [{{ _('Download') }}]
{%- endfor %}
diff --git a/i2p2www/pages/meetings/index.html b/i2p2www/pages/meetings/index.html
index 18a0f308..92164e3f 100644
--- a/i2p2www/pages/meetings/index.html
+++ b/i2p2www/pages/meetings/index.html
@@ -1,10 +1,10 @@
{% extends "global/layout.html" %}
-{% block title %}{% trans %}Meetings{% endtrans %}{% endblock %}
+{% block title %}{{ _('Meetings') }}{% endblock %}
{% block headextra %}
-
+
{%- endblock %}
{% block content %}
-{% trans %}Logs of past I2P meetings{% endtrans %}
+{{ _('Logs of past I2P meetings') }}
{% trans blogindex=get_url('blog_index') -%}
If you have something to discuss, please find the developers on IRC in #i2p-dev.
diff --git a/i2p2www/pages/meetings/show.html b/i2p2www/pages/meetings/show.html
index 235d1210..c65da553 100644
--- a/i2p2www/pages/meetings/show.html
+++ b/i2p2www/pages/meetings/show.html
@@ -7,7 +7,7 @@
{% endif %}
{% endautoescape %}
-{% trans %}Full IRC Log{% endtrans %}
+{{ _('Full IRC Log') }}
{{ log|escape }}
{# TODO: pygments #}