damned-lies r1300 - in trunk: . templates/people templates/teams
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1300 - in trunk: . templates/people templates/teams
- Date: Mon, 5 Jan 2009 08:43:47 +0000 (UTC)
Author: claudep
Date: Mon Jan 5 08:43:47 2009
New Revision: 1300
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1300&view=rev
Log:
2009-01-05 Claude Paroz <claude 2xlibre net>
* templates/people/person_detail.html:
* templates/teams/team_detail.html: Translation improvements.
* templates/teams/team_base.html: Correct path to template.
Modified:
trunk/ChangeLog
trunk/templates/people/person_detail.html
trunk/templates/teams/team_base.html
trunk/templates/teams/team_detail.html
Modified: trunk/templates/people/person_detail.html
==============================================================================
--- trunk/templates/people/person_detail.html (original)
+++ trunk/templates/people/person_detail.html Mon Jan 5 08:43:47 2009
@@ -21,13 +21,13 @@
<table>
<tr>
- <th>Date</th><th>Module</th><th>State</th>
+ <th>{% trans "Date" %}</th><th>{% trans "Module" %}</th><th>{% trans "State" %}</th>
</tr>
{% for state in states %}
<tr>
<td>{{ state.updated|naturalday }}</td>
<td><a href="{{ state.get_absolute_url }}">{{ state.branch.module.get_description }} - {{ state.branch.name }} - {% trans state.domain.description %} - {{ state.language.get_name }}</a></td>
- <td>{{ state }}</td>
+ <td>{{ state.get_state }}</td>
</tr>
{% endfor %}
</table>
Modified: trunk/templates/teams/team_base.html
==============================================================================
--- trunk/templates/teams/team_base.html (original)
+++ trunk/templates/teams/team_base.html Mon Jan 5 08:43:47 2009
@@ -30,7 +30,7 @@
{% if team.get_coordinator %}
<h2>{% trans "Coordinator" %}</h2>
{% with team.get_coordinator as person %}
- {% include "person_overview.html" %}
+ {% include "people/person_overview.html" %}
{% endwith %}
{% endif %}
</td></tr></table>
Modified: trunk/templates/teams/team_detail.html
==============================================================================
--- trunk/templates/teams/team_detail.html (original)
+++ trunk/templates/teams/team_detail.html Mon Jan 5 08:43:47 2009
@@ -71,7 +71,7 @@
{% endfor %}
</ul>
{{ group.form.form_type }}
- <input type="submit" value="Apply modifications">
+ <input type="submit" value="{% trans "Apply modifications" %}">
</form>
{% else %}
{% if not group.members %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]