From 806a6a562e9ab0d657dcf5400ba5e6e6a2874f06 Mon Sep 17 00:00:00 2001 From: Laouen Fernet Date: Sat, 30 May 2020 11:08:13 +0200 Subject: [PATCH] Fix some translations in logs/ --- logs/urls.py | 5 ++--- logs/views.py | 14 +++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/logs/urls.py b/logs/urls.py index d70cc4a8..327ccb8a 100644 --- a/logs/urls.py +++ b/logs/urls.py @@ -19,9 +19,8 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -""" -Urls de l'application logs, pointe vers les fonctions de views. -Inclu dans le re2o.urls +"""logs.urls +The defined URLs for the logs app. Included in re2o.urls. """ from __future__ import unicode_literals diff --git a/logs/views.py b/logs/views.py index 1cbe9986..87084d66 100644 --- a/logs/views.py +++ b/logs/views.py @@ -24,16 +24,16 @@ # App de gestion des statistiques pour re2o # Gabriel Détraz # Gplv2 -""" -Vues des logs et statistiques générales. +"""logs.views +Views of logs and general statistics. -La vue index générale affiche une selection des dernières actions, -classées selon l'importance, avec date, et user formatés. +The general indew view displays a list of the last actions, sorted by +importance, with date and user formatted. -Stats_logs renvoie l'ensemble des logs. +stats_logs returns all the logs. -Les autres vues sont thématiques, ensemble des statistiques et du -nombre d'objets par models, nombre d'actions par user, etc +The other views are related to specific topics, with statistics for number of +objects for per model, number of actions per user etc. """ from __future__ import unicode_literals