Update locales

This commit is contained in:
Romain Neutron
2013-06-17 23:33:01 +02:00
parent 9f29b403f7
commit 4fb39ff503
5 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<div class="header">
<h1>{% trans 'Upload a "csv" file for users creation' %}</h1>
<h1>{% trans 'Upload a csv file for users creation' %}</h1>
</div>
{% if app['request'].query.get('error') is not none %}
@@ -9,9 +9,9 @@
{% if error == 'file-invalid' %}
{% trans 'An error occured while upload the file. Please retry' %}
{% elseif error == 'row-login' %}
{% trans 'Row "login" is missing, script has stopped' %}
{% trans 'Row login is missing, script has stopped' %}
{% elseif error == 'row-pwd' %}
{% trans 'Row "password" is missing, script has stopped' %}
{% trans 'Row password is missing, script has stopped' %}
{% elseif error == 'no-user' %}
{% trans 'The file does not contains any user to add' %}
{% endif %}