From c110abb17fe7ce7123d99c45a4e39ab070790c22 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Tue, 18 Feb 2020 23:04:38 +0100 Subject: [PATCH] Fix some translations --- search/locale/fr/LC_MESSAGES/django.po | 6 +++--- users/locale/fr/LC_MESSAGES/django.po | 2 +- users/templates/users/aff_users.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/search/locale/fr/LC_MESSAGES/django.po b/search/locale/fr/LC_MESSAGES/django.po index efb33ebe..6f798188 100644 --- a/search/locale/fr/LC_MESSAGES/django.po +++ b/search/locale/fr/LC_MESSAGES/django.po @@ -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 diff --git a/users/locale/fr/LC_MESSAGES/django.po b/users/locale/fr/LC_MESSAGES/django.po index 55780636..12580ba1 100644 --- a/users/locale/fr/LC_MESSAGES/django.po +++ b/users/locale/fr/LC_MESSAGES/django.po @@ -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 diff --git a/users/templates/users/aff_users.html b/users/templates/users/aff_users.html index 8365e259..d0704167 100644 --- a/users/templates/users/aff_users.html +++ b/users/templates/users/aff_users.html @@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc., - {% trans "Firt name" as tr_name %} + {% trans "First name" as tr_name %} {% trans "Surname" as tr_surname %}
{% include 'buttons/sort.html' with prefix='user' col="name" text=tr_name %}{% include 'buttons/sort.html' with prefix='user' col="surname" text=tr_surname %}