Mercurial > sat_legacy_website
comparison templates/sat_website/community.html @ 2:0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 30 Jul 2012 02:09:38 +0200 |
parents | 9305c6458e2f |
children | e45aed963722 |
comparison
equal
deleted
inserted
replaced
1:a49aa1b823f6 | 2:0df46e87537d |
---|---|
18 | 18 |
19 You should have received a copy of the GNU Affero General Public License | 19 You should have received a copy of the GNU Affero General Public License |
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | 20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
21 {% endcomment %} | 21 {% endcomment %} |
22 | 22 |
23 {% load i18n %} | |
23 {% load staticfiles %} | 24 {% load staticfiles %} |
24 {% block headline %}Salut à Toi's community{% endblock %} | 25 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} |
25 {% block subtext %}Join us to talk, contribute, share around Salut à Toi{% endblock %} | 26 {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} |
26 {% block main_container %} | 27 {% block main_container %} |
27 <div class="row"> | 28 <div class="row"> |
28 <h4 class="alert alert-success"> | 29 <h4 class="alert alert-success"> |
29 Join us on Jabber :) | 30 {% trans "Join us on Jabber :)" %} |
30 </h4> | 31 </h4> |
31 <div class="info"> | 32 <div class="info"> |
32 <p>Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: <a href="xmpp:sat@chat.jabberfr.org">sat@chat.jabberfr.org</a></p> | 33 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org\">sat@chat.jabberfr.org</a>" %}Salut à Toi's MUC room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p> |
33 </div> | 34 </div> |
34 </div> | 35 </div> |
35 | 36 |
36 <div class="row"> | 37 <div class="row"> |
37 <h4 class="alert alert-success"> | 38 <h4 class="alert alert-success"> |
38 Follow the development, learn | 39 {% trans "Follow the development, learn" %} |
39 </h4> | 40 </h4> |
40 <div class="info"> | 41 <div class="info"> |
41 <p>you can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): <a href="http://lists.goffi.org">http://lists.goffi.org</a></p> | 42 <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}you can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p> |
42 <p>You'll find user documentation and more technical one on the wiki: <a href="http://wiki.goffi.org">http://wiki.goffi.org</a></p> | 43 <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org\">http://wiki.goffi.org</a>" %}You'll find user documentation and more technical one on the wiki: {{ wiki }}{% endblocktrans %}</p> |
43 </div> | 44 </div> |
44 | 45 |
45 </div> | 46 </div> |
46 | 47 |
47 <div class="row"> | 48 <div class="row"> |
48 <h4 class="alert alert-success"> | 49 <h4 class="alert alert-success"> |
49 Participate ! | 50 {% trans "Participate !" %} |
50 </h4> | 51 </h4> |
51 <div class="info"> | 52 <div class="info"> |
52 <p>SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :)</p> | 53 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}</p> |
53 </div> | 54 </div> |
54 </div> | 55 </div> |
55 {% endblock %} | 56 {% endblock %} |