Fix translation

master
Jean-Christian Paul Denis 2021-09-03 23:34:18 +02:00
parent 0dc288c3a1
commit bc886c44eb
3 changed files with 469 additions and 461 deletions

View File

@ -74,7 +74,7 @@ if ($logs->isEmpty()) {
$core->auth->getInfo('user_tz') $core->auth->getInfo('user_tz')
); );
$msg = vsprintf(__($action['msg']), $report->decode($logs->activity_logs)); $msg = vsprintf(__($action['msg']), $report->decode($logs->activity_logs));
echo ' echo '
<tr class="line' . $off . '"> <tr class="line' . $off . '">
<td class="nowrap">' . __($action['title']) . '</td> <td class="nowrap">' . __($action['title']) . '</td>

View File

@ -1,262 +1,265 @@
<?php <?php
// Language: Français // Language: Français
// Module: activityReport - 1.0 // Module: activityReport - 1.0.1
// Date: 2010-06-08 07:54:36 // Date: 2021-09-03 21:33:45
// Translated with dcTranslater - 1.4 // Translated with dcTranslater - 2021.09.02.1
#_admin.php:19 #_admin.php:22
#_admin.php:88 #_admin.php:83
#inc/class.activity.report.php:435 #_admin.php:97
#inc/lib.parselogs.config.php:33 #inc/class.activity.report.php:405
#index.php:26 #inc/lib.parselogs.config.php:31
#index.php:42 #index.php:45
#index.php:46
$GLOBALS['__l10n']['Activity report'] = 'Rapport d\'activité'; $GLOBALS['__l10n']['Activity report'] = 'Rapport d\'activité';
#inc/class.activity.report.behaviors.php:19 #_admin.php:86
$GLOBALS['__l10n']['ActivityReport messages'] = 'Messages de l\'extension'; $GLOBALS['__l10n']['View all logs'] = 'Voir tous les logs';
#inc/class.activity.report.behaviors.php:24 #_admin.php:99
$GLOBALS['__l10n']['Special messages'] = 'Messages spéciaux'; $GLOBALS['__l10n']['Number of activities to show on dashboard:'] = 'Nombre d\'activités à afficher sur le tableau de bord :';
#inc/class.activity.report.behaviors.php:25 #_admin.php:127
$GLOBALS['__l10n']['%s'] = '%s'; $GLOBALS['__l10n']['Do not show activity report'] = 'Ne pas afficher le rapport d\'activité';
#inc/class.activity.report.behaviors.php:32 #_config.php:27
$GLOBALS['__l10n']['Actions on blog'] = 'Actions sur le blog'; #_config.php:36
#inc/class.activity.report.behaviors.php:40
$GLOBALS['__l10n']['updating blog'] = 'Mise à jour du blog';
#inc/class.activity.report.behaviors.php:41
$GLOBALS['__l10n']['Blog was updated by "%s"'] = 'Blog mis à jour par "%s"';
#inc/class.activity.report.behaviors.php:50
$GLOBALS['__l10n']['404 error'] = 'Erreur 404';
#inc/class.activity.report.behaviors.php:51
$GLOBALS['__l10n']['New 404 error page at "%s"'] = 'Nouvelle erreur 404 à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:59
$GLOBALS['__l10n']['Actions on posts'] = 'Actions sur les billets';
#inc/class.activity.report.behaviors.php:67
#inc/class.activity.report.behaviors.php:78
$GLOBALS['__l10n']['post creation'] = 'Création de billet';
#inc/class.activity.report.behaviors.php:68
#inc/class.activity.report.behaviors.php:79
$GLOBALS['__l10n']['A new post called "%s" was created by "%s" at %s'] = 'Un nouveau billet nommé "%s" a été créé par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:89
$GLOBALS['__l10n']['updating post'] = 'Mise à jour de billet';
#inc/class.activity.report.behaviors.php:90
$GLOBALS['__l10n']['Post called "%s" has been updated by "%s" at %s'] = 'Le billet nommé "%s" a été mis à jour par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:100
$GLOBALS['__l10n']['post deletion'] = 'Suppression de billet';
#inc/class.activity.report.behaviors.php:101
$GLOBALS['__l10n']['Post called "%s" has been deleted by "%s"'] = 'Le billet nommé "%s" a été supprimé par "%s"';
#inc/class.activity.report.behaviors.php:111
$GLOBALS['__l10n']['Post protection'] = 'Protection des billets';
#inc/class.activity.report.behaviors.php:112
$GLOBALS['__l10n']['An attempt failed on a passworded post with password "%s" at "%s"'] = 'Une tentative a échoué sur un billet protégé par mot de passe avec l\'essai "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:121
$GLOBALS['__l10n']['Actions on comments'] = 'Actions sur les commentaires';
#inc/class.activity.report.behaviors.php:129
$GLOBALS['__l10n']['comment creation'] = 'Création de commentaire';
#inc/class.activity.report.behaviors.php:130
$GLOBALS['__l10n']['A new comment was created by "%s" on post "%s" at %s'] = 'Un nouveau commentaire a été créé par "%s" sur le billet "%s"';
#inc/class.activity.report.behaviors.php:140
$GLOBALS['__l10n']['updating comment'] = 'Mise à jour de commentaire';
#inc/class.activity.report.behaviors.php:141
$GLOBALS['__l10n']['Comment has been updated by "%s" at %s'] = 'Un commentaire a été mise à jour par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:154
$GLOBALS['__l10n']['trackback creation'] = 'Création de trackback';
#inc/class.activity.report.behaviors.php:155
$GLOBALS['__l10n']['A new trackback to "%" at "%s" was created on post "%s" at %s'] = 'Un nouveau rétrolien vers "%s" a été créé sur le billet "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:163
$GLOBALS['__l10n']['Actions on categories'] = 'Actions sur les catégories';
#inc/class.activity.report.behaviors.php:169
$GLOBALS['__l10n']['category creation'] = 'Création de catégorie';
#inc/class.activity.report.behaviors.php:170
$GLOBALS['__l10n']['A new category called "%s" was created by "%s" at %s'] = 'Un nouvelle catégorie nommée "%s" a été créé par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:179
$GLOBALS['__l10n']['updating category'] = 'Mise à jour de catégorie';
#inc/class.activity.report.behaviors.php:180
$GLOBALS['__l10n']['Category called "%s" has been updated by "%s" at %s'] = 'La catégorie nommée "%s" a été mise à jour par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:190
$GLOBALS['__l10n']['Actions on users'] = 'Actions sur les utilisateurs';
#inc/class.activity.report.behaviors.php:196
$GLOBALS['__l10n']['user creation'] = 'Création d\'utilisateur';
#inc/class.activity.report.behaviors.php:197
$GLOBALS['__l10n']['A new user named "%s" was created by "%s"'] = 'Un nouvel utilisateur a été ajouté par "%s"';
#inc/class.activity.report.behaviors.php:206
$GLOBALS['__l10n']['updating user'] = 'Mise à jour d\'utilisateur';
#inc/class.activity.report.behaviors.php:207
$GLOBALS['__l10n']['User named "%s" has been updated by "%s"'] = 'L\'utilisateur "%s" a été mis à jour par "%s"';
#inc/class.activity.report.behaviors.php:216
$GLOBALS['__l10n']['user deletion'] = 'Suppression d\'utilisateur';
#inc/class.activity.report.behaviors.php:217
$GLOBALS['__l10n']['User named "%s" has been deleted by "%"'] = 'L\'utilisateur nommé "%s" a été supprimé par "%s"';
#inc/class.activity.report.php:429
$GLOBALS['__l10n']['An error occured when parsing report.'] = 'Une erreur est survenue lors de la compilation du rapport.';
#inc/class.activity.report.php:438
$GLOBALS['__l10n']['You received a message from your blog\'s activity report module.'] = 'Vous recevez un message du module de rapport d\'activité de votre blog.';
#inc/class.activity.report.php:444
$GLOBALS['__l10n']['Period from %s to %s'] = 'Période du %s au %s';
#inc/class.activity.report.php:490
$GLOBALS['__l10n']['Activity report deletes some old logs.'] = 'L\'extension a automatiquement effacé des anciennes activités.';
#inc/class.activity.report.php:745
$GLOBALS['__l10n']['Activity report module'] = 'Module de rapport d\'activité';
#inc/class.activity.report.php:757
#inc/class.activity.report.php:758
$GLOBALS['__l10n']['Blog activity report'] = 'Rapport d\'activité du blog';
#inc/lib.activity.report.index.php:33
#inc/lib.activity.report.index.php:42
$GLOBALS['__l10n']['every hour'] = 'toutes les heures'; $GLOBALS['__l10n']['every hour'] = 'toutes les heures';
#inc/lib.activity.report.index.php:34 #_config.php:28
#inc/lib.activity.report.index.php:43 #_config.php:37
$GLOBALS['__l10n']['every 2 hours'] = 'toutes les 2 heures'; $GLOBALS['__l10n']['every 2 hours'] = 'toutes les 2 heures';
#inc/lib.activity.report.index.php:35 #_config.php:29
#inc/lib.activity.report.index.php:44 #_config.php:38
$GLOBALS['__l10n']['2 times by day'] = '2 fois par jour'; $GLOBALS['__l10n']['2 times by day'] = '2 fois par jour';
#inc/lib.activity.report.index.php:36 #_config.php:30
#inc/lib.activity.report.index.php:45 #_config.php:39
$GLOBALS['__l10n']['every day'] = 'tous les jours'; $GLOBALS['__l10n']['every day'] = 'tous les jours';
#inc/lib.activity.report.index.php:37 #_config.php:31
#inc/lib.activity.report.index.php:46 #_config.php:40
$GLOBALS['__l10n']['every 2 days'] = 'tous les 2 jours'; $GLOBALS['__l10n']['every 2 days'] = 'tous les 2 jours';
#inc/lib.activity.report.index.php:38 #_config.php:32
#inc/lib.activity.report.index.php:47 #_config.php:41
$GLOBALS['__l10n']['every week'] = 'toutes les semaines'; $GLOBALS['__l10n']['every week'] = 'toutes les semaines';
#inc/lib.activity.report.index.php:48 #_config.php:42
$GLOBALS['__l10n']['every 2 weeks'] = 'toutes les 2 semaines'; $GLOBALS['__l10n']['every 2 weeks'] = 'toutes les 2 semaines';
#inc/lib.activity.report.index.php:49 #_config.php:43
$GLOBALS['__l10n']['every 4 weeks'] = 'toutes les 4 semaines'; $GLOBALS['__l10n']['every 4 weeks'] = 'toutes les 4 semaines';
#inc/lib.activity.report.index.php:53 #_config.php:47
$GLOBALS['__l10n']['Plain text'] = 'Texte brut'; $GLOBALS['__l10n']['Plain text'] = 'Texte brut';
#inc/lib.activity.report.index.php:54 #_config.php:48
$GLOBALS['__l10n']['HTML'] = 'HTML'; $GLOBALS['__l10n']['HTML'] = 'HTML';
#inc/lib.activity.report.index.php:111 #_config.php:84
$GLOBALS['__l10n']['never'] = 'jamais'; $GLOBALS['__l10n']['never'] = 'jamais';
#inc/lib.activity.report.index.php:114 #_config.php:85
$GLOBALS['__l10n']['on new activity'] = 'lors d\'une nouvelle activité'; $GLOBALS['__l10n']['on new activity'] = 'lors d\'une nouvelle activité';
#inc/lib.activity.report.index.php:123 #_config.php:104
#inc/lib.activity.report.index.php:124 $GLOBALS['__l10n']['Configure activity report for %s'] = 'Configurer le rapport d\'activité pour %s';
$GLOBALS['__l10n']['RSS feed'] = 'Flux RSS';
#inc/lib.activity.report.index.php:125 #_config.php:104
$GLOBALS['__l10n']['Rss2 feed for activity on this blog'] = 'Flux Rss2 pour l\'activité de ce blog'; $GLOBALS['__l10n']['current blog'] = 'blog courant';
#inc/lib.activity.report.index.php:127 #_config.php:109
#inc/lib.activity.report.index.php:128 $GLOBALS['__l10n']['This server has no mail function, activityReport does not send email report.'] = 'Ce server n\'a pas de fonction d\'envoie de mail, le rapport ne sera pas envoyer.';
$GLOBALS['__l10n']['Atom feed'] = 'Flux Atom';
#inc/lib.activity.report.index.php:129 #_config.php:120
$GLOBALS['__l10n']['Atom feed for activity on this blog'] = 'Flux Atom pour l\'activité de ce blog';
#inc/lib.activity.report.index.php:135
#index.php:52
$GLOBALS['__l10n']['Settings'] = 'Paramètres';
#inc/lib.activity.report.index.php:141
$GLOBALS['__l10n']['Enable super administrator report'] = 'Autoriser le rapport de super administrateur'; $GLOBALS['__l10n']['Enable super administrator report'] = 'Autoriser le rapport de super administrateur';
#inc/lib.activity.report.index.php:142 #_config.php:121
$GLOBALS['__l10n']['Enable report on this blog'] = 'Autoriser le rapport sur ce blog'; $GLOBALS['__l10n']['Enable report on this blog'] = 'Autoriser le rapport sur ce blog';
#inc/lib.activity.report.index.php:145 #_config.php:124
$GLOBALS['__l10n']['Automatic cleaning of old logs:'] = 'Nettoyage automatique des anciennes activités:'; $GLOBALS['__l10n']['Automatic cleaning of old logs:'] = 'Nettoyage automatique des anciennes activités:';
#inc/lib.activity.report.index.php:157 #_config.php:129
$GLOBALS['__l10n']['Add activity report on dashboard items'] = 'Ajouter le rapport d\'activité au tableau de bord';
#inc/lib.activity.report.index.php:164
$GLOBALS['__l10n']['Send report:'] = 'Rapport envoyé :';
#inc/lib.activity.report.index.php:171
$GLOBALS['__l10n']['Use Dotclear date formaters. ex: %B %d at %H:%M'] = 'Utiliser le formatage des dates de Dotclear. ex: %d %B à %H:%M'; $GLOBALS['__l10n']['Use Dotclear date formaters. ex: %B %d at %H:%M'] = 'Utiliser le formatage des dates de Dotclear. ex: %d %B à %H:%M';
#inc/lib.activity.report.index.php:173 #_config.php:135
$GLOBALS['__l10n']['Report format:'] = 'Format du rapport :'; #_config.php:136
$GLOBALS['__l10n']['RSS feed'] = 'Flux RSS';
#inc/lib.activity.report.index.php:177 #_config.php:138
$GLOBALS['__l10n']['Rss2 feed for activity on this blog'] = 'Flux Rss2 pour l\'activité de ce blog';
#_config.php:139
#_config.php:140
$GLOBALS['__l10n']['Atom feed'] = 'Flux Atom';
#_config.php:142
$GLOBALS['__l10n']['Atom feed for activity on this blog'] = 'Flux Atom pour l\'activité de ce blog';
#_config.php:147
$GLOBALS['__l10n']['Send report:'] = 'Rapport envoyé :';
#_config.php:150
$GLOBALS['__l10n']['Recipients:'] = 'Destinataires :'; $GLOBALS['__l10n']['Recipients:'] = 'Destinataires :';
#inc/lib.activity.report.index.php:180 #_config.php:152
$GLOBALS['__l10n']['Separate multiple email addresses with a semicolon ";"'] = 'Séparer les adresses email par un point-virgule ";"'; $GLOBALS['__l10n']['Separate multiple email addresses with a semicolon ";"'] = 'Séparer les adresses email par un point-virgule ";"';
#inc/lib.activity.report.index.php:183 #_config.php:154
$GLOBALS['__l10n']['Report format:'] = 'Format du rapport :';
#_config.php:158
$GLOBALS['__l10n']['Last report by email:'] = 'Dernier rapport par email :'; $GLOBALS['__l10n']['Last report by email:'] = 'Dernier rapport par email :';
#inc/lib.activity.report.index.php:184 #_config.php:159
$GLOBALS['__l10n']['Next report by email:'] = 'Prochain rapport par email :'; $GLOBALS['__l10n']['Next report by email:'] = 'Prochain rapport par email :';
#inc/lib.activity.report.index.php:223 #_config.php:167
$GLOBALS['__l10n']['Select blogs to add to report'] = 'Sélectionner les blogs à ajouter au rapport';
#_config.php:192
$GLOBALS['__l10n']['Report'] = 'Rapport'; $GLOBALS['__l10n']['Report'] = 'Rapport';
#inc/lib.activity.report.index.php:270 #_config.php:193
$GLOBALS['__l10n']['Send report by email now'] = 'Envoyer un rapport par email maintenant'; $GLOBALS['__l10n']['Select actions by activity type to add to report'] = 'Sélectionner les actions par type d\'activité à ajouter au rapport';
#inc/lib.activity.report.index.php:314 #inc/class.activity.report.behaviors.php:28
$GLOBALS['__l10n']['No log'] = 'Pas d\'enregistrement'; $GLOBALS['__l10n']['ActivityReport messages'] = 'Messages de l\'extension';
#inc/lib.activity.report.index.php:324 #inc/class.activity.report.behaviors.php:33
$GLOBALS['__l10n']['Message'] = 'Message'; $GLOBALS['__l10n']['Special messages'] = 'Messages spéciaux';
#index.php:34 #inc/class.activity.report.behaviors.php:34
$GLOBALS['__l10n']['Please wait'] = 'Veuillez patienter'; $GLOBALS['__l10n']['%s'] = '%s';
#index.php:49 #inc/class.activity.report.behaviors.php:40
$GLOBALS['__l10n']['This server has no mail function, activityReport not send email report.'] = 'Ce server n\'a pas de fonction d\'envoie de mail, le rapport ne sera pas envoyer.'; $GLOBALS['__l10n']['Actions on blog'] = 'Actions sur le blog';
#index.php:53 #inc/class.activity.report.behaviors.php:48
$GLOBALS['__l10n']['updating blog'] = 'Mise à jour du blog';
#inc/class.activity.report.behaviors.php:49
$GLOBALS['__l10n']['Blog was updated by "%s"'] = 'Blog mis à jour par "%s"';
#inc/class.activity.report.behaviors.php:58
$GLOBALS['__l10n']['404 error'] = 'Erreur 404';
#inc/class.activity.report.behaviors.php:59
$GLOBALS['__l10n']['New 404 error page at "%s"'] = 'Nouvelle erreur 404 à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:65
$GLOBALS['__l10n']['Actions on posts'] = 'Actions sur les billets';
#inc/class.activity.report.behaviors.php:73
#inc/class.activity.report.behaviors.php:84
$GLOBALS['__l10n']['post creation'] = 'Création de billet';
#inc/class.activity.report.behaviors.php:74
#inc/class.activity.report.behaviors.php:85
$GLOBALS['__l10n']['A new post called "%s" was created by "%s" at %s'] = 'Un nouveau billet nommé "%s" a été créé par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:95
$GLOBALS['__l10n']['updating post'] = 'Mise à jour de billet';
#inc/class.activity.report.behaviors.php:96
$GLOBALS['__l10n']['Post called "%s" has been updated by "%s" at %s'] = 'Le billet nommé "%s" a été mis à jour par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:106
$GLOBALS['__l10n']['post deletion'] = 'Suppression de billet';
#inc/class.activity.report.behaviors.php:107
$GLOBALS['__l10n']['Post called "%s" has been deleted by "%s"'] = 'Le billet nommé "%s" a été supprimé par "%s"';
#inc/class.activity.report.behaviors.php:117
$GLOBALS['__l10n']['Post protection'] = 'Protection des billets';
#inc/class.activity.report.behaviors.php:118
$GLOBALS['__l10n']['An attempt failed on a passworded post with password "%s" at "%s"'] = 'Une tentative a échoué sur un billet protégé par mot de passe avec l\'essai "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:124
$GLOBALS['__l10n']['Actions on comments'] = 'Actions sur les commentaires';
#inc/class.activity.report.behaviors.php:132
$GLOBALS['__l10n']['comment creation'] = 'Création de commentaire';
#inc/class.activity.report.behaviors.php:133
$GLOBALS['__l10n']['A new comment was created by "%s" on post "%s" at %s'] = 'Un nouveau commentaire a été créé par "%s" sur le billet "%s"';
#inc/class.activity.report.behaviors.php:143
$GLOBALS['__l10n']['updating comment'] = 'Mise à jour de commentaire';
#inc/class.activity.report.behaviors.php:144
$GLOBALS['__l10n']['Comment has been updated by "%s" at %s'] = 'Un commentaire a été mise à jour par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:157
$GLOBALS['__l10n']['trackback creation'] = 'Création de trackback';
#inc/class.activity.report.behaviors.php:158
$GLOBALS['__l10n']['A new trackback to "%" at "%s" was created on post "%s" at %s'] = 'Un nouveau rétrolien vers "%s" a été créé sur le billet "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:164
$GLOBALS['__l10n']['Actions on categories'] = 'Actions sur les catégories';
#inc/class.activity.report.behaviors.php:170
$GLOBALS['__l10n']['category creation'] = 'Création de catégorie';
#inc/class.activity.report.behaviors.php:171
$GLOBALS['__l10n']['A new category called "%s" was created by "%s" at %s'] = 'Un nouvelle catégorie nommée "%s" a été créé par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:180
$GLOBALS['__l10n']['updating category'] = 'Mise à jour de catégorie';
#inc/class.activity.report.behaviors.php:181
$GLOBALS['__l10n']['Category called "%s" has been updated by "%s" at %s'] = 'La catégorie nommée "%s" a été mise à jour par "%s" à l\'adresse "%s"';
#inc/class.activity.report.behaviors.php:189
$GLOBALS['__l10n']['Actions on users'] = 'Actions sur les utilisateurs';
#inc/class.activity.report.behaviors.php:195
$GLOBALS['__l10n']['user creation'] = 'Création d\'utilisateur';
#inc/class.activity.report.behaviors.php:196
$GLOBALS['__l10n']['A new user named "%s" was created by "%s"'] = 'Un nouvel utilisateur a été ajouté par "%s"';
#inc/class.activity.report.behaviors.php:205
$GLOBALS['__l10n']['updating user'] = 'Mise à jour d\'utilisateur';
#inc/class.activity.report.behaviors.php:206
$GLOBALS['__l10n']['User named "%s" has been updated by "%s"'] = 'L\'utilisateur "%s" a été mis à jour par "%s"';
#inc/class.activity.report.behaviors.php:215
$GLOBALS['__l10n']['user deletion'] = 'Suppression d\'utilisateur';
#inc/class.activity.report.behaviors.php:216
$GLOBALS['__l10n']['User named "%s" has been deleted by "%"'] = 'L\'utilisateur nommé "%s" a été supprimé par "%s"';
#inc/class.activity.report.php:395
$GLOBALS['__l10n']['An error occured when parsing report.'] = 'Une erreur est survenue lors de la compilation du rapport.';
#inc/class.activity.report.php:411
$GLOBALS['__l10n']['You received a message from your blog\'s activity report module.'] = 'Vous recevez un message du module de rapport d\'activité de votre blog.';
#inc/class.activity.report.php:420
$GLOBALS['__l10n']['Period from %s to %s'] = 'Période du %s au %s';
#inc/class.activity.report.php:466
$GLOBALS['__l10n']['Activity report deletes some old logs.'] = 'L\'extension a automatiquement effacé des anciennes activités.';
#inc/class.activity.report.php:698
$GLOBALS['__l10n']['Activity report module'] = 'Module de rapport d\'activité';
#inc/class.activity.report.php:710
#inc/class.activity.report.php:711
$GLOBALS['__l10n']['Blog activity report'] = 'Rapport d\'activité du blog';
#index.php:46
$GLOBALS['__l10n']['Logs'] = 'Enregistrements'; $GLOBALS['__l10n']['Logs'] = 'Enregistrements';
#index.php:57 #index.php:50
$GLOBALS['__l10n']['Super settings'] = 'Super paramètres'; $GLOBALS['__l10n']['No log'] = 'Pas d\'enregistrement';
#index.php:58 #index.php:56
$GLOBALS['__l10n']['Super logs'] = 'Super enregistrements'; $GLOBALS['__l10n']['Message'] = 'Message';

View File

@ -1,353 +1,358 @@
# Language: Français # Language: Français
# Module: activityReport - 1.0 # Module: activityReport - 1.0.1
# Date: 2010-06-08 07:54:36 # Date: 2021-09-03 21:33:45
# Translated with translater 1.4 # Translated with translater 2021.09.02.1
msgid "" msgid ""
msgstr "" msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: activityReport 1.0\n" "Project-Id-Version: activityReport 1.0.1\n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2010-06-08T07:54:36+00:00\n" "PO-Revision-Date: 2021-09-03T21:33:45+00:00\n"
"Last-Translator: JC Denis\n" "Last-Translator: Jean-Christian Denis\n"
"Language-Team: \n" "Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: _admin.php:19 #: _admin.php:22
#: _admin.php:88 #: _admin.php:83
#: inc/class.activity.report.php:435 #: _admin.php:97
#: inc/lib.parselogs.config.php:33 #: inc/class.activity.report.php:405
#: index.php:26 #: inc/lib.parselogs.config.php:31
#: index.php:42 #: index.php:45
#: index.php:46
msgid "Activity report" msgid "Activity report"
msgstr "Rapport d'activité" msgstr "Rapport d'activité"
#: inc/class.activity.report.behaviors.php:19 #: _admin.php:86
msgid "ActivityReport messages" msgid "View all logs"
msgstr "Messages de l'extension" msgstr "Voir tous les logs"
#: inc/class.activity.report.behaviors.php:24 #: _admin.php:99
msgid "Special messages" msgid "Number of activities to show on dashboard:"
msgstr "Messages spéciaux" msgstr "Nombre d'activités à afficher sur le tableau de bord :"
#: inc/class.activity.report.behaviors.php:25 #: _admin.php:127
msgid "%s" msgid "Do not show activity report"
msgstr "%s" msgstr "Ne pas afficher le rapport d'activité"
#: inc/class.activity.report.behaviors.php:32 #: _config.php:27
msgid "Actions on blog" #: _config.php:36
msgstr "Actions sur le blog"
#: inc/class.activity.report.behaviors.php:40
msgid "updating blog"
msgstr "Mise à jour du blog"
#: inc/class.activity.report.behaviors.php:41
msgid "Blog was updated by \"%s\""
msgstr "Blog mis à jour par \"%s\""
#: inc/class.activity.report.behaviors.php:50
msgid "404 error"
msgstr "Erreur 404"
#: inc/class.activity.report.behaviors.php:51
msgid "New 404 error page at \"%s\""
msgstr "Nouvelle erreur 404 à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:59
msgid "Actions on posts"
msgstr "Actions sur les billets"
#: inc/class.activity.report.behaviors.php:67
#: inc/class.activity.report.behaviors.php:78
msgid "post creation"
msgstr "Création de billet"
#: inc/class.activity.report.behaviors.php:68
#: inc/class.activity.report.behaviors.php:79
msgid "A new post called \"%s\" was created by \"%s\" at %s"
msgstr "Un nouveau billet nommé \"%s\" a été créé par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:89
msgid "updating post"
msgstr "Mise à jour de billet"
#: inc/class.activity.report.behaviors.php:90
msgid "Post called \"%s\" has been updated by \"%s\" at %s"
msgstr "Le billet nommé \"%s\" a été mis à jour par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:100
msgid "post deletion"
msgstr "Suppression de billet"
#: inc/class.activity.report.behaviors.php:101
msgid "Post called \"%s\" has been deleted by \"%s\""
msgstr "Le billet nommé \"%s\" a été supprimé par \"%s\""
#: inc/class.activity.report.behaviors.php:111
msgid "Post protection"
msgstr "Protection des billets"
#: inc/class.activity.report.behaviors.php:112
msgid "An attempt failed on a passworded post with password \"%s\" at \"%s\""
msgstr "Une tentative a échoué sur un billet protégé par mot de passe avec l'essai \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:121
msgid "Actions on comments"
msgstr "Actions sur les commentaires"
#: inc/class.activity.report.behaviors.php:129
msgid "comment creation"
msgstr "Création de commentaire"
#: inc/class.activity.report.behaviors.php:130
msgid "A new comment was created by \"%s\" on post \"%s\" at %s"
msgstr "Un nouveau commentaire a été créé par \"%s\" sur le billet \"%s\""
#: inc/class.activity.report.behaviors.php:140
msgid "updating comment"
msgstr "Mise à jour de commentaire"
#: inc/class.activity.report.behaviors.php:141
msgid "Comment has been updated by \"%s\" at %s"
msgstr "Un commentaire a été mise à jour par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:154
msgid "trackback creation"
msgstr "Création de trackback"
#: inc/class.activity.report.behaviors.php:155
msgid "A new trackback to \"%\" at \"%s\" was created on post \"%s\" at %s"
msgstr "Un nouveau rétrolien vers \"%s\" a été créé sur le billet \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:163
msgid "Actions on categories"
msgstr "Actions sur les catégories"
#: inc/class.activity.report.behaviors.php:169
msgid "category creation"
msgstr "Création de catégorie"
#: inc/class.activity.report.behaviors.php:170
msgid "A new category called \"%s\" was created by \"%s\" at %s"
msgstr "Un nouvelle catégorie nommée \"%s\" a été créé par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:179
msgid "updating category"
msgstr "Mise à jour de catégorie"
#: inc/class.activity.report.behaviors.php:180
msgid "Category called \"%s\" has been updated by \"%s\" at %s"
msgstr "La catégorie nommée \"%s\" a été mise à jour par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:190
msgid "Actions on users"
msgstr "Actions sur les utilisateurs"
#: inc/class.activity.report.behaviors.php:196
msgid "user creation"
msgstr "Création d'utilisateur"
#: inc/class.activity.report.behaviors.php:197
msgid "A new user named \"%s\" was created by \"%s\""
msgstr "Un nouvel utilisateur a été ajouté par \"%s\""
#: inc/class.activity.report.behaviors.php:206
msgid "updating user"
msgstr "Mise à jour d'utilisateur"
#: inc/class.activity.report.behaviors.php:207
msgid "User named \"%s\" has been updated by \"%s\""
msgstr "L'utilisateur \"%s\" a été mis à jour par \"%s\""
#: inc/class.activity.report.behaviors.php:216
msgid "user deletion"
msgstr "Suppression d'utilisateur"
#: inc/class.activity.report.behaviors.php:217
msgid "User named \"%s\" has been deleted by \"%\""
msgstr "L'utilisateur nommé \"%s\" a été supprimé par \"%s\""
#: inc/class.activity.report.php:429
msgid "An error occured when parsing report."
msgstr "Une erreur est survenue lors de la compilation du rapport."
#: inc/class.activity.report.php:438
msgid "You received a message from your blog's activity report module."
msgstr "Vous recevez un message du module de rapport d'activité de votre blog."
#: inc/class.activity.report.php:444
msgid "Period from %s to %s"
msgstr "Période du %s au %s"
#: inc/class.activity.report.php:490
msgid "Activity report deletes some old logs."
msgstr "L'extension a automatiquement effacé des anciennes activités."
#: inc/class.activity.report.php:745
msgid "Activity report module"
msgstr "Module de rapport d'activité"
#: inc/class.activity.report.php:757
#: inc/class.activity.report.php:758
msgid "Blog activity report"
msgstr "Rapport d'activité du blog"
#: inc/lib.activity.report.index.php:33
#: inc/lib.activity.report.index.php:42
msgid "every hour" msgid "every hour"
msgstr "toutes les heures" msgstr "toutes les heures"
#: inc/lib.activity.report.index.php:34 #: _config.php:28
#: inc/lib.activity.report.index.php:43 #: _config.php:37
msgid "every 2 hours" msgid "every 2 hours"
msgstr "toutes les 2 heures" msgstr "toutes les 2 heures"
#: inc/lib.activity.report.index.php:35 #: _config.php:29
#: inc/lib.activity.report.index.php:44 #: _config.php:38
msgid "2 times by day" msgid "2 times by day"
msgstr "2 fois par jour" msgstr "2 fois par jour"
#: inc/lib.activity.report.index.php:36 #: _config.php:30
#: inc/lib.activity.report.index.php:45 #: _config.php:39
msgid "every day" msgid "every day"
msgstr "tous les jours" msgstr "tous les jours"
#: inc/lib.activity.report.index.php:37 #: _config.php:31
#: inc/lib.activity.report.index.php:46 #: _config.php:40
msgid "every 2 days" msgid "every 2 days"
msgstr "tous les 2 jours" msgstr "tous les 2 jours"
#: inc/lib.activity.report.index.php:38 #: _config.php:32
#: inc/lib.activity.report.index.php:47 #: _config.php:41
msgid "every week" msgid "every week"
msgstr "toutes les semaines" msgstr "toutes les semaines"
#: inc/lib.activity.report.index.php:48 #: _config.php:42
msgid "every 2 weeks" msgid "every 2 weeks"
msgstr "toutes les 2 semaines" msgstr "toutes les 2 semaines"
#: inc/lib.activity.report.index.php:49 #: _config.php:43
msgid "every 4 weeks" msgid "every 4 weeks"
msgstr "toutes les 4 semaines" msgstr "toutes les 4 semaines"
#: inc/lib.activity.report.index.php:53 #: _config.php:47
msgid "Plain text" msgid "Plain text"
msgstr "Texte brut" msgstr "Texte brut"
#: inc/lib.activity.report.index.php:54 #: _config.php:48
msgid "HTML" msgid "HTML"
msgstr "HTML" msgstr "HTML"
#: inc/lib.activity.report.index.php:111 #: _config.php:84
msgid "never" msgid "never"
msgstr "jamais" msgstr "jamais"
#: inc/lib.activity.report.index.php:114 #: _config.php:85
msgid "on new activity" msgid "on new activity"
msgstr "lors d'une nouvelle activité" msgstr "lors d'une nouvelle activité"
#: inc/lib.activity.report.index.php:123 #: _config.php:104
#: inc/lib.activity.report.index.php:124 msgid "Configure activity report for %s"
msgid "RSS feed" msgstr "Configurer le rapport d'activité pour %s"
msgstr "Flux RSS"
#: inc/lib.activity.report.index.php:125 #: _config.php:104
msgid "Rss2 feed for activity on this blog" msgid "current blog"
msgstr "Flux Rss2 pour l'activité de ce blog" msgstr "blog courant"
#: inc/lib.activity.report.index.php:127 #: _config.php:109
#: inc/lib.activity.report.index.php:128 msgid "This server has no mail function, activityReport does not send email report."
msgid "Atom feed" msgstr "Ce server n'a pas de fonction d'envoie de mail, le rapport ne sera pas envoyer."
msgstr "Flux Atom"
#: inc/lib.activity.report.index.php:129 #: _config.php:120
msgid "Atom feed for activity on this blog"
msgstr "Flux Atom pour l'activité de ce blog"
#: inc/lib.activity.report.index.php:135
#: index.php:52
msgid "Settings"
msgstr "Paramètres"
#: inc/lib.activity.report.index.php:141
msgid "Enable super administrator report" msgid "Enable super administrator report"
msgstr "Autoriser le rapport de super administrateur" msgstr "Autoriser le rapport de super administrateur"
#: inc/lib.activity.report.index.php:142 #: _config.php:121
msgid "Enable report on this blog" msgid "Enable report on this blog"
msgstr "Autoriser le rapport sur ce blog" msgstr "Autoriser le rapport sur ce blog"
#: inc/lib.activity.report.index.php:145 #: _config.php:124
msgid "Automatic cleaning of old logs:" msgid "Automatic cleaning of old logs:"
msgstr "Nettoyage automatique des anciennes activités:" msgstr "Nettoyage automatique des anciennes activités:"
#: inc/lib.activity.report.index.php:157 #: _config.php:129
msgid "Add activity report on dashboard items"
msgstr "Ajouter le rapport d'activité au tableau de bord"
#: inc/lib.activity.report.index.php:164
msgid "Send report:"
msgstr "Rapport envoyé :"
#: inc/lib.activity.report.index.php:171
msgid "Use Dotclear date formaters. ex: %B %d at %H:%M" msgid "Use Dotclear date formaters. ex: %B %d at %H:%M"
msgstr "Utiliser le formatage des dates de Dotclear. ex: %d %B à %H:%M" msgstr "Utiliser le formatage des dates de Dotclear. ex: %d %B à %H:%M"
#: inc/lib.activity.report.index.php:173 #: _config.php:135
msgid "Report format:" #: _config.php:136
msgstr "Format du rapport :" msgid "RSS feed"
msgstr "Flux RSS"
#: inc/lib.activity.report.index.php:177 #: _config.php:138
msgid "Rss2 feed for activity on this blog"
msgstr "Flux Rss2 pour l'activité de ce blog"
#: _config.php:139
#: _config.php:140
msgid "Atom feed"
msgstr "Flux Atom"
#: _config.php:142
msgid "Atom feed for activity on this blog"
msgstr "Flux Atom pour l'activité de ce blog"
#: _config.php:147
msgid "Send report:"
msgstr "Rapport envoyé :"
#: _config.php:150
msgid "Recipients:" msgid "Recipients:"
msgstr "Destinataires :" msgstr "Destinataires :"
#: inc/lib.activity.report.index.php:180 #: _config.php:152
msgid "Separate multiple email addresses with a semicolon \";\"" msgid "Separate multiple email addresses with a semicolon \";\""
msgstr "Séparer les adresses email par un point-virgule \";\"" msgstr "Séparer les adresses email par un point-virgule \";\""
#: inc/lib.activity.report.index.php:183 #: _config.php:154
msgid "Report format:"
msgstr "Format du rapport :"
#: _config.php:158
msgid "Last report by email:" msgid "Last report by email:"
msgstr "Dernier rapport par email :" msgstr "Dernier rapport par email :"
#: inc/lib.activity.report.index.php:184 #: _config.php:159
msgid "Next report by email:" msgid "Next report by email:"
msgstr "Prochain rapport par email :" msgstr "Prochain rapport par email :"
#: inc/lib.activity.report.index.php:223 #: _config.php:167
msgid "Select blogs to add to report"
msgstr "Sélectionner les blogs à ajouter au rapport"
#: _config.php:192
msgid "Report" msgid "Report"
msgstr "Rapport" msgstr "Rapport"
#: inc/lib.activity.report.index.php:270 #: _config.php:193
msgid "Send report by email now" msgid "Select actions by activity type to add to report"
msgstr "Envoyer un rapport par email maintenant" msgstr "Sélectionner les actions par type d'activité à ajouter au rapport"
#: inc/lib.activity.report.index.php:314 #: inc/class.activity.report.behaviors.php:28
msgid "No log" msgid "ActivityReport messages"
msgstr "Pas d'enregistrement" msgstr "Messages de l'extension"
#: inc/lib.activity.report.index.php:324 #: inc/class.activity.report.behaviors.php:33
msgid "Message" msgid "Special messages"
msgstr "Message" msgstr "Messages spéciaux"
#: index.php:34 #: inc/class.activity.report.behaviors.php:34
msgid "Please wait" msgid "%s"
msgstr "Veuillez patienter" msgstr "%s"
#: index.php:49 #: inc/class.activity.report.behaviors.php:40
msgid "This server has no mail function, activityReport not send email report." msgid "Actions on blog"
msgstr "Ce server n'a pas de fonction d'envoie de mail, le rapport ne sera pas envoyer." msgstr "Actions sur le blog"
#: index.php:53 #: inc/class.activity.report.behaviors.php:48
msgid "updating blog"
msgstr "Mise à jour du blog"
#: inc/class.activity.report.behaviors.php:49
msgid "Blog was updated by \"%s\""
msgstr "Blog mis à jour par \"%s\""
#: inc/class.activity.report.behaviors.php:58
msgid "404 error"
msgstr "Erreur 404"
#: inc/class.activity.report.behaviors.php:59
msgid "New 404 error page at \"%s\""
msgstr "Nouvelle erreur 404 à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:65
msgid "Actions on posts"
msgstr "Actions sur les billets"
#: inc/class.activity.report.behaviors.php:73
#: inc/class.activity.report.behaviors.php:84
msgid "post creation"
msgstr "Création de billet"
#: inc/class.activity.report.behaviors.php:74
#: inc/class.activity.report.behaviors.php:85
msgid "A new post called \"%s\" was created by \"%s\" at %s"
msgstr "Un nouveau billet nommé \"%s\" a été créé par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:95
msgid "updating post"
msgstr "Mise à jour de billet"
#: inc/class.activity.report.behaviors.php:96
msgid "Post called \"%s\" has been updated by \"%s\" at %s"
msgstr "Le billet nommé \"%s\" a été mis à jour par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:106
msgid "post deletion"
msgstr "Suppression de billet"
#: inc/class.activity.report.behaviors.php:107
msgid "Post called \"%s\" has been deleted by \"%s\""
msgstr "Le billet nommé \"%s\" a été supprimé par \"%s\""
#: inc/class.activity.report.behaviors.php:117
msgid "Post protection"
msgstr "Protection des billets"
#: inc/class.activity.report.behaviors.php:118
msgid "An attempt failed on a passworded post with password \"%s\" at \"%s\""
msgstr "Une tentative a échoué sur un billet protégé par mot de passe avec l'essai \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:124
msgid "Actions on comments"
msgstr "Actions sur les commentaires"
#: inc/class.activity.report.behaviors.php:132
msgid "comment creation"
msgstr "Création de commentaire"
#: inc/class.activity.report.behaviors.php:133
msgid "A new comment was created by \"%s\" on post \"%s\" at %s"
msgstr "Un nouveau commentaire a été créé par \"%s\" sur le billet \"%s\""
#: inc/class.activity.report.behaviors.php:143
msgid "updating comment"
msgstr "Mise à jour de commentaire"
#: inc/class.activity.report.behaviors.php:144
msgid "Comment has been updated by \"%s\" at %s"
msgstr "Un commentaire a été mise à jour par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:157
msgid "trackback creation"
msgstr "Création de trackback"
#: inc/class.activity.report.behaviors.php:158
msgid "A new trackback to \"%\" at \"%s\" was created on post \"%s\" at %s"
msgstr "Un nouveau rétrolien vers \"%s\" a été créé sur le billet \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:164
msgid "Actions on categories"
msgstr "Actions sur les catégories"
#: inc/class.activity.report.behaviors.php:170
msgid "category creation"
msgstr "Création de catégorie"
#: inc/class.activity.report.behaviors.php:171
msgid "A new category called \"%s\" was created by \"%s\" at %s"
msgstr "Un nouvelle catégorie nommée \"%s\" a été créé par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:180
msgid "updating category"
msgstr "Mise à jour de catégorie"
#: inc/class.activity.report.behaviors.php:181
msgid "Category called \"%s\" has been updated by \"%s\" at %s"
msgstr "La catégorie nommée \"%s\" a été mise à jour par \"%s\" à l'adresse \"%s\""
#: inc/class.activity.report.behaviors.php:189
msgid "Actions on users"
msgstr "Actions sur les utilisateurs"
#: inc/class.activity.report.behaviors.php:195
msgid "user creation"
msgstr "Création d'utilisateur"
#: inc/class.activity.report.behaviors.php:196
msgid "A new user named \"%s\" was created by \"%s\""
msgstr "Un nouvel utilisateur a été ajouté par \"%s\""
#: inc/class.activity.report.behaviors.php:205
msgid "updating user"
msgstr "Mise à jour d'utilisateur"
#: inc/class.activity.report.behaviors.php:206
msgid "User named \"%s\" has been updated by \"%s\""
msgstr "L'utilisateur \"%s\" a été mis à jour par \"%s\""
#: inc/class.activity.report.behaviors.php:215
msgid "user deletion"
msgstr "Suppression d'utilisateur"
#: inc/class.activity.report.behaviors.php:216
msgid "User named \"%s\" has been deleted by \"%\""
msgstr "L'utilisateur nommé \"%s\" a été supprimé par \"%s\""
#: inc/class.activity.report.php:395
msgid "An error occured when parsing report."
msgstr "Une erreur est survenue lors de la compilation du rapport."
#: inc/class.activity.report.php:411
msgid "You received a message from your blog's activity report module."
msgstr "Vous recevez un message du module de rapport d'activité de votre blog."
#: inc/class.activity.report.php:420
msgid "Period from %s to %s"
msgstr "Période du %s au %s"
#: inc/class.activity.report.php:466
msgid "Activity report deletes some old logs."
msgstr "L'extension a automatiquement effacé des anciennes activités."
#: inc/class.activity.report.php:698
msgid "Activity report module"
msgstr "Module de rapport d'activité"
#: inc/class.activity.report.php:710
#: inc/class.activity.report.php:711
msgid "Blog activity report"
msgstr "Rapport d'activité du blog"
#: index.php:46
msgid "Logs" msgid "Logs"
msgstr "Enregistrements" msgstr "Enregistrements"
#: index.php:57 #: index.php:50
msgid "Super settings" msgid "No log"
msgstr "Super paramètres" msgstr "Pas d'enregistrement"
#: index.php:58 #: index.php:56
msgid "Super logs" msgid "Message"
msgstr "Super enregistrements" msgstr "Message"