Browse Source

Fix some translations

room_building_search
Jean-Romain Garnier 6 years ago
parent
commit
a6be269eec
  1. 6
      search/locale/fr/LC_MESSAGES/django.po
  2. 2
      users/locale/fr/LC_MESSAGES/django.po
  3. 2
      users/templates/users/aff_users.html

6
search/locale/fr/LC_MESSAGES/django.po

@ -89,10 +89,10 @@ msgstr "Rechercher"
#: search/forms.py:65 search/forms.py:80 #: search/forms.py:65 search/forms.py:80
msgid "" msgid ""
"Use « » and «,» to specify distinct words, «\"query\"» for an exact search " 'Use « » and «,» to specify distinct words, «"query"» for'
"an exact search, «\\» to escape a character and «+» to combine keywors." " an exact search, «\\» to escape a character and «+» to combine keywors."
msgstr "" msgstr ""
"Utilisez « » et «,» pour spécifier différents mots, «\"mot\"» pour une " 'Utilisez « » et «,» pour spécifier différents mots, «"mot"» pour une '
"recherche exacte, «\\» pour échapper un caractère et «+» pour combiner des mots clés." "recherche exacte, «\\» pour échapper un caractère et «+» pour combiner des mots clés."
#: search/forms.py:88 #: search/forms.py:88

2
users/locale/fr/LC_MESSAGES/django.po

@ -826,7 +826,7 @@ msgid "Shell"
msgstr "Interface en ligne de commande" msgstr "Interface en ligne de commande"
#: users/templates/users/aff_users.html:35 #: users/templates/users/aff_users.html:35
msgid "Firt name" msgid "First name"
msgstr "Prénom" msgstr "Prénom"
#: users/templates/users/delete.html:29 #: users/templates/users/delete.html:29

2
users/templates/users/aff_users.html

@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
{% trans "Firt name" as tr_name %} {% trans "First name" as tr_name %}
<th>{% include 'buttons/sort.html' with prefix='user' col="name" text=tr_name %}</th> <th>{% include 'buttons/sort.html' with prefix='user' col="name" text=tr_name %}</th>
{% trans "Surname" as tr_surname %} {% trans "Surname" as tr_surname %}
<th>{% include 'buttons/sort.html' with prefix='user' col="surname" text=tr_surname %}</th> <th>{% include 'buttons/sort.html' with prefix='user' col="surname" text=tr_surname %}</th>

Loading…
Cancel
Save