From 39d49458ef55adaccb49041a231b5dfd88ce3c3f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 4 May 2014 19:25:30 +0200 Subject: Updated translations. --- pyaggr3g470r/templates/admin/dashboard.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pyaggr3g470r/templates/admin/dashboard.html') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 99f843f5..a9b3e546 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -4,15 +4,15 @@ {% endblock %} {% block content %}
-

Registered users

+

{{ _('Registered users') }}

- - - - + + + + @@ -23,17 +23,17 @@ {% endfor %}
#FirstnameLastnameEmailActions{{ _('Firstname') }}{{ _('Lastname') }}{{ _('Email') }}{{ _('Actions') }}
{{ user.lastname }} {{ user.email }} - - - + + +

-Add a new user +{{ _('Add a new user') }}

-

As an administrator you are not listed in this table.

+

{{ _('As an administrator you are not listed in this table') }}.

{% endblock %} \ No newline at end of file -- cgit