mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
Fix some translations
This commit is contained in:
parent
1a49c1a744
commit
a6be269eec
3 changed files with 5 additions and 5 deletions
|
@ -89,10 +89,10 @@ msgstr "Rechercher"
|
|||
|
||||
#: search/forms.py:65 search/forms.py:80
|
||||
msgid ""
|
||||
"Use « » and «,» to specify distinct words, «\"query\"» for an exact search "
|
||||
"an exact search, «\\» to escape a character and «+» to combine keywors."
|
||||
'Use « » and «,» to specify distinct words, «"query"» for'
|
||||
" an exact search, «\\» to escape a character and «+» to combine keywors."
|
||||
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."
|
||||
|
||||
#: search/forms.py:88
|
||||
|
|
|
@ -826,7 +826,7 @@ msgid "Shell"
|
|||
msgstr "Interface en ligne de commande"
|
||||
|
||||
#: users/templates/users/aff_users.html:35
|
||||
msgid "Firt name"
|
||||
msgid "First name"
|
||||
msgstr "Prénom"
|
||||
|
||||
#: users/templates/users/delete.html:29
|
||||
|
|
|
@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
<table class="table table-striped">
|
||||
<thead>
|
||||
<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>
|
||||
{% trans "Surname" as tr_surname %}
|
||||
<th>{% include 'buttons/sort.html' with prefix='user' col="surname" text=tr_surname %}</th>
|
||||
|
|
Loading…
Reference in a new issue