mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix some translations
This commit is contained in:
parent
e2b3f79239
commit
c110abb17f
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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…
Reference in a new issue