add translations

I rewrote some messages to be more consistent and avoid multiplication
of messages
This commit is contained in:
2015-07-05 11:45:45 +02:00
parent bc2b89db03
commit afdac5390d
4 changed files with 25 additions and 6 deletions

View File

@@ -21,14 +21,14 @@
{% block title %}{{ 'Activity create' |trans }}{% endblock title %}
{% block personcontent %}
<h1>Activity creation</h1>
<h1>{{ "Activity creation"|trans }}</h1>
{{ form(form) }}
<ul class="record_actions">
<li>
<a href="{{ path('chill_activity_activity_list', {'person_id': person.id}) }}">
Back to the list
{{ "Back to the list" | trans }}
</a>
</li>
</ul>