8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-17 11:43:08 +00:00

Fix some translations

This commit is contained in:
Jean-Romain Garnier 2020-02-18 23:04:38 +01:00 committed by Gabriel Detraz
parent e2b3f79239
commit c110abb17f
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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>