This synchronizes the DB with the model::
./manage.py syncdb
+ ./manage.py schemamigration telemeta --initial
+ ./manage.py migrate telemeta --fake
./manage.py migrate telemeta
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-01 14:33+0100\n"
+"POT-Creation-Date: 2012-02-01 14:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "No item"
msgstr ""
-#: templates/telemeta/inc/module_revisions.html:7 views/base.py:1371
-msgid "Last changes"
-msgstr ""
-
#: templates/telemeta/inc/module_revisions.html:12
msgid "Date"
msgstr ""
msgstr[0] ""
msgstr[1] ""
+#: util/locale_fix.py:5
+msgid "My last changes"
+msgstr ""
+
+#: util/locale_fix.py:6
+msgid "All last changes"
+msgstr ""
+
#: views/base.py:263 views/base.py:410 views/base.py:572 views/base.py:866
#: views/base.py:1340
msgid "Access not allowed"
msgid ""
"Please login or contact the website administator to get a private access."
msgstr ""
+
+#: views/base.py:1371
+msgid "Last changes"
+msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-01 14:33+0100\n"
+"POT-Creation-Date: 2012-02-01 14:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-01 14:33+0100\n"
+"POT-Creation-Date: 2012-02-01 14:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Olivier Guilyardi <olivier samalyse com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "No item"
msgstr "Aucun item"
-#: templates/telemeta/inc/module_revisions.html:7 views/base.py:1371
-msgid "Last changes"
-msgstr "Dernières modifications"
-
#: templates/telemeta/inc/module_revisions.html:12
msgid "Date"
msgstr ""
msgstr[0] "%(count)d collection"
msgstr[1] "%(count)d collections"
+#: util/locale_fix.py:5
+msgid "My last changes"
+msgstr "Mes dernières modifications"
+
+#: util/locale_fix.py:6
+msgid "All last changes"
+msgstr "Toutes les dernières modifications"
+
#: views/base.py:263 views/base.py:410 views/base.py:572 views/base.py:866
#: views/base.py:1340
msgid "Access not allowed"
"Connectez-vous s'il vous plaît ou bien contactez l'administrateur du site "
"pour obtenir un accès privé."
+#: views/base.py:1371
+msgid "Last changes"
+msgstr "Dernières modifications"
+
#~ msgid "General administration"
#~ msgstr "Administration générale"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-02-01 14:33+0100\n"
+"POT-Creation-Date: 2012-02-01 14:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Guillaume Pellerin <yomguy@parisson.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
<img class="map-thumbnail" src="{% url telemeta-images "world2.png" %}" alt="{% trans "Open the geographic navigator" %}" style="width:398px" /></a>
</div>
+{% with "Last changes" as title %}
{% include "telemeta/inc/module_revisions.html" %}
+{% endwith %}
{{ block.super }}
<div id="module" class="module">
<div class="module">
<h3><a href="{% url telemeta-rss %}">
<img src="{% url telemeta-images "rss.png" %}" alt="rss" style="vertical-align:middle" /></a>
- {% trans "Last changes" %}</h3>
+ {% trans title %}</h3>
<a href="/rss" style="float:right" class="icon_rss"> </a>
<div class="vscroll">
<table class="listing" bgcolor="#FFFFFF" style="width: 100%">
{% block content %}
<div id="module-set" style="width: 33%">
{% block module_user_revisions %}
- {% with user_revisions as revisions %}
+ {% with user_revisions as revisions and "My last changes" as title %}
{% include "telemeta/inc/module_revisions.html" %}
{% endwith %}
{% endblock %}
{% block module_all_revisions %}
- {% with revisions as revisions %}
+ {% with revisions as revisions and "All last changes" as title %}
{% include "telemeta/inc/module_revisions.html" %}
{% endwith %}
{% endblock %}