comparison templates/sat_website/community.html @ 67:ae46991a3489

English correction (typos and improvements) by Florian and Rachelle
author souliane <souliane@mailoo.org>
date Tue, 26 May 2015 21:23:56 +0200
parents b09c26afea5f
children dd7a496bf762
comparison
equal deleted inserted replaced
66:64977f537e9b 67:ae46991a3489
22 22
23 {% load i18n %} 23 {% load i18n %}
24 {% load staticfiles %} 24 {% load staticfiles %}
25 25
26 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} 26 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %}
27 {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} 27 {% block subtext %}{% trans "Join us to talk, contribute or share about Salut à Toi" %}{% endblock %}
28 {% block main_container %} 28 {% block main_container %}
29 29
30 <div class="row"> 30 <div class="row">
31 <h5 class="alert alert-success"> 31 <h5 class="alert alert-success">
32 {% trans "Enter the chat room" %} 32 {% trans "Enter the chat room." %}
33 </h5> 33 </h5>
34 <div class="info"> 34 <div class="info">
35 <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p> 35 <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is <strong>*the*</strong> place to discuss the project: {{ sat_muc }}{% endblocktrans %}</p>
36 </div> 36 </div>
37 </div> 37 </div>
38 38
39 <div class="row"> 39 <div class="row">
40 <h5 class="alert alert-success"> 40 <h5 class="alert alert-success">
41 {% trans "Follow the development, learn" %} 41 {% trans "Follow the development and learn." %}
42 </h5> 42 </h5>
43 <div class="info"> 43 <div class="info">
44 <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}On the main developer's blog, you'll get recent information/reflections about SàT features (and more general ones): {{ blog }}{% endblocktrans %}</p> 44 <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}On the main developer's blog, you'll get recent information/reflections about SàT's features (and also more general ones): {{ blog }}{% endblocktrans %}</p>
45 <p>{% blocktrans with mailing_list="<a target=\"#\" href=\"http://lists.goffi.org/listinfo/users\">http://lists.goffi.org/listinfo/users</a>" %}You can subscribe to the users mailing list to follow the progression, give your opinion and contribute: {{ mailing_list }}{% endblocktrans %}</p> 45 <p>{% blocktrans with mailing_list="<a target=\"#\" href=\"http://lists.goffi.org/listinfo/users\">http://lists.goffi.org/listinfo/users</a>" %}You can subscribe to the users mailing list to follow the progression, give your opinion and contribute: {{ mailing_list }}{% endblocktrans %}</p>
46 <p>{% blocktrans with wiki="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/Cat%C3%A9gorie:Documentation_utilisateur\">http://wiki.goffi.org/wiki/Catégorie:Documentation_utilisateur</a>" %}You'll find some user documentation on the wiki: {{ wiki }}{% endblocktrans %}</p> 46 <p>{% blocktrans with wiki="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/Cat%C3%A9gorie:Documentation_utilisateur\">http://wiki.goffi.org/wiki/Catégorie:Documentation_utilisateur</a>" %}You'll find some user documentation on the wiki: {{ wiki }}{% endblocktrans %}</p>
47 </div> 47 </div>
48 48
49 </div> 49 </div>
51 <div class="row"> 51 <div class="row">
52 <h5 class="alert alert-success"> 52 <h5 class="alert alert-success">
53 {% trans "Participate !" %} 53 {% trans "Participate !" %}
54 </h5> 54 </h5>
55 <div class="info"> 55 <div class="info">
56 <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> 56 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion and share your thoughts. The more people that 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>
57 </div> 57 </div>
58 </div> 58 </div>
59 59
60 {% endblock %} 60 {% endblock %}