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')
);
$msg = vsprintf(__($action['msg']), $report->decode($logs->activity_logs));
echo '
<tr class="line' . $off . '">
<td class="nowrap">' . __($action['title']) . '</td>

View File

@ -1,262 +1,265 @@
<?php
// Language: Français
// Module: activityReport - 1.0
// Date: 2010-06-08 07:54:36
// Translated with dcTranslater - 1.4
// Module: activityReport - 1.0.1
// Date: 2021-09-03 21:33:45
// Translated with dcTranslater - 2021.09.02.1
#_admin.php:19
#_admin.php:88
#inc/class.activity.report.php:435
#inc/lib.parselogs.config.php:33
#index.php:26
#index.php:42
#_admin.php:22
#_admin.php:83
#_admin.php:97
#inc/class.activity.report.php:405
#inc/lib.parselogs.config.php:31
#index.php:45
#index.php:46
$GLOBALS['__l10n']['Activity report'] = 'Rapport d\'activité';
#inc/class.activity.report.behaviors.php:19
$GLOBALS['__l10n']['ActivityReport messages'] = 'Messages de l\'extension';
#_admin.php:86
$GLOBALS['__l10n']['View all logs'] = 'Voir tous les logs';
#inc/class.activity.report.behaviors.php:24
$GLOBALS['__l10n']['Special messages'] = 'Messages spéciaux';
#_admin.php:99
$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
$GLOBALS['__l10n']['%s'] = '%s';
#_admin.php:127
$GLOBALS['__l10n']['Do not show activity report'] = 'Ne pas afficher le rapport d\'activité';
#inc/class.activity.report.behaviors.php:32
$GLOBALS['__l10n']['Actions on blog'] = 'Actions sur le blog';
#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
#_config.php:27
#_config.php:36
$GLOBALS['__l10n']['every hour'] = 'toutes les heures';
#inc/lib.activity.report.index.php:34
#inc/lib.activity.report.index.php:43
#_config.php:28
#_config.php:37
$GLOBALS['__l10n']['every 2 hours'] = 'toutes les 2 heures';
#inc/lib.activity.report.index.php:35
#inc/lib.activity.report.index.php:44
#_config.php:29
#_config.php:38
$GLOBALS['__l10n']['2 times by day'] = '2 fois par jour';
#inc/lib.activity.report.index.php:36
#inc/lib.activity.report.index.php:45
#_config.php:30
#_config.php:39
$GLOBALS['__l10n']['every day'] = 'tous les jours';
#inc/lib.activity.report.index.php:37
#inc/lib.activity.report.index.php:46
#_config.php:31
#_config.php:40
$GLOBALS['__l10n']['every 2 days'] = 'tous les 2 jours';
#inc/lib.activity.report.index.php:38
#inc/lib.activity.report.index.php:47
#_config.php:32
#_config.php:41
$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';
#inc/lib.activity.report.index.php:49
#_config.php:43
$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';
#inc/lib.activity.report.index.php:54
#_config.php:48
$GLOBALS['__l10n']['HTML'] = 'HTML';
#inc/lib.activity.report.index.php:111
#_config.php:84
$GLOBALS['__l10n']['never'] = 'jamais';
#inc/lib.activity.report.index.php:114
#_config.php:85
$GLOBALS['__l10n']['on new activity'] = 'lors d\'une nouvelle activité';
#inc/lib.activity.report.index.php:123
#inc/lib.activity.report.index.php:124
$GLOBALS['__l10n']['RSS feed'] = 'Flux RSS';
#_config.php:104
$GLOBALS['__l10n']['Configure activity report for %s'] = 'Configurer le rapport d\'activité pour %s';
#inc/lib.activity.report.index.php:125
$GLOBALS['__l10n']['Rss2 feed for activity on this blog'] = 'Flux Rss2 pour l\'activité de ce blog';
#_config.php:104
$GLOBALS['__l10n']['current blog'] = 'blog courant';
#inc/lib.activity.report.index.php:127
#inc/lib.activity.report.index.php:128
$GLOBALS['__l10n']['Atom feed'] = 'Flux Atom';
#_config.php:109
$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.';
#inc/lib.activity.report.index.php:129
$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
#_config.php:120
$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';
#inc/lib.activity.report.index.php:145
#_config.php:124
$GLOBALS['__l10n']['Automatic cleaning of old logs:'] = 'Nettoyage automatique des anciennes activités:';
#inc/lib.activity.report.index.php:157
$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
#_config.php:129
$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
$GLOBALS['__l10n']['Report format:'] = 'Format du rapport :';
#_config.php:135
#_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 :';
#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 ";"';
#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 :';
#inc/lib.activity.report.index.php:184
#_config.php:159
$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';
#inc/lib.activity.report.index.php:270
$GLOBALS['__l10n']['Send report by email now'] = 'Envoyer un rapport par email maintenant';
#_config.php:193
$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
$GLOBALS['__l10n']['No log'] = 'Pas d\'enregistrement';
#inc/class.activity.report.behaviors.php:28
$GLOBALS['__l10n']['ActivityReport messages'] = 'Messages de l\'extension';
#inc/lib.activity.report.index.php:324
$GLOBALS['__l10n']['Message'] = 'Message';
#inc/class.activity.report.behaviors.php:33
$GLOBALS['__l10n']['Special messages'] = 'Messages spéciaux';
#index.php:34
$GLOBALS['__l10n']['Please wait'] = 'Veuillez patienter';
#inc/class.activity.report.behaviors.php:34
$GLOBALS['__l10n']['%s'] = '%s';
#index.php:49
$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.';
#inc/class.activity.report.behaviors.php:40
$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';
#index.php:57
$GLOBALS['__l10n']['Super settings'] = 'Super paramètres';
#index.php:50
$GLOBALS['__l10n']['No log'] = 'Pas d\'enregistrement';
#index.php:58
$GLOBALS['__l10n']['Super logs'] = 'Super enregistrements';
#index.php:56
$GLOBALS['__l10n']['Message'] = 'Message';

View File

@ -1,353 +1,358 @@
# Language: Français
# Module: activityReport - 1.0
# Date: 2010-06-08 07:54:36
# Translated with translater 1.4
# Module: activityReport - 1.0.1
# Date: 2021-09-03 21:33:45
# Translated with translater 2021.09.02.1
msgid ""
msgstr ""
"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"
"PO-Revision-Date: 2010-06-08T07:54:36+00:00\n"
"Last-Translator: JC Denis\n"
"PO-Revision-Date: 2021-09-03T21:33:45+00:00\n"
"Last-Translator: Jean-Christian Denis\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: _admin.php:19
#: _admin.php:88
#: inc/class.activity.report.php:435
#: inc/lib.parselogs.config.php:33
#: index.php:26
#: index.php:42
#: _admin.php:22
#: _admin.php:83
#: _admin.php:97
#: inc/class.activity.report.php:405
#: inc/lib.parselogs.config.php:31
#: index.php:45
#: index.php:46
msgid "Activity report"
msgstr "Rapport d'activité"
#: inc/class.activity.report.behaviors.php:19
msgid "ActivityReport messages"
msgstr "Messages de l'extension"
#: _admin.php:86
msgid "View all logs"
msgstr "Voir tous les logs"
#: inc/class.activity.report.behaviors.php:24
msgid "Special messages"
msgstr "Messages spéciaux"
#: _admin.php:99
msgid "Number of activities to show on dashboard:"
msgstr "Nombre d'activités à afficher sur le tableau de bord :"
#: inc/class.activity.report.behaviors.php:25
msgid "%s"
msgstr "%s"
#: _admin.php:127
msgid "Do not show activity report"
msgstr "Ne pas afficher le rapport d'activité"
#: inc/class.activity.report.behaviors.php:32
msgid "Actions on blog"
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
#: _config.php:27
#: _config.php:36
msgid "every hour"
msgstr "toutes les heures"
#: inc/lib.activity.report.index.php:34
#: inc/lib.activity.report.index.php:43
#: _config.php:28
#: _config.php:37
msgid "every 2 hours"
msgstr "toutes les 2 heures"
#: inc/lib.activity.report.index.php:35
#: inc/lib.activity.report.index.php:44
#: _config.php:29
#: _config.php:38
msgid "2 times by day"
msgstr "2 fois par jour"
#: inc/lib.activity.report.index.php:36
#: inc/lib.activity.report.index.php:45
#: _config.php:30
#: _config.php:39
msgid "every day"
msgstr "tous les jours"
#: inc/lib.activity.report.index.php:37
#: inc/lib.activity.report.index.php:46
#: _config.php:31
#: _config.php:40
msgid "every 2 days"
msgstr "tous les 2 jours"
#: inc/lib.activity.report.index.php:38
#: inc/lib.activity.report.index.php:47
#: _config.php:32
#: _config.php:41
msgid "every week"
msgstr "toutes les semaines"
#: inc/lib.activity.report.index.php:48
#: _config.php:42
msgid "every 2 weeks"
msgstr "toutes les 2 semaines"
#: inc/lib.activity.report.index.php:49
#: _config.php:43
msgid "every 4 weeks"
msgstr "toutes les 4 semaines"
#: inc/lib.activity.report.index.php:53
#: _config.php:47
msgid "Plain text"
msgstr "Texte brut"
#: inc/lib.activity.report.index.php:54
#: _config.php:48
msgid "HTML"
msgstr "HTML"
#: inc/lib.activity.report.index.php:111
#: _config.php:84
msgid "never"
msgstr "jamais"
#: inc/lib.activity.report.index.php:114
#: _config.php:85
msgid "on new activity"
msgstr "lors d'une nouvelle activité"
#: inc/lib.activity.report.index.php:123
#: inc/lib.activity.report.index.php:124
msgid "RSS feed"
msgstr "Flux RSS"
#: _config.php:104
msgid "Configure activity report for %s"
msgstr "Configurer le rapport d'activité pour %s"
#: inc/lib.activity.report.index.php:125
msgid "Rss2 feed for activity on this blog"
msgstr "Flux Rss2 pour l'activité de ce blog"
#: _config.php:104
msgid "current blog"
msgstr "blog courant"
#: inc/lib.activity.report.index.php:127
#: inc/lib.activity.report.index.php:128
msgid "Atom feed"
msgstr "Flux Atom"
#: _config.php:109
msgid "This server has no mail function, activityReport does not send email report."
msgstr "Ce server n'a pas de fonction d'envoie de mail, le rapport ne sera pas envoyer."
#: inc/lib.activity.report.index.php:129
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
#: _config.php:120
msgid "Enable super administrator report"
msgstr "Autoriser le rapport de super administrateur"
#: inc/lib.activity.report.index.php:142
#: _config.php:121
msgid "Enable report on this blog"
msgstr "Autoriser le rapport sur ce blog"
#: inc/lib.activity.report.index.php:145
#: _config.php:124
msgid "Automatic cleaning of old logs:"
msgstr "Nettoyage automatique des anciennes activités:"
#: inc/lib.activity.report.index.php:157
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
#: _config.php:129
msgid "Use Dotclear date formaters. ex: %B %d at %H:%M"
msgstr "Utiliser le formatage des dates de Dotclear. ex: %d %B à %H:%M"
#: inc/lib.activity.report.index.php:173
msgid "Report format:"
msgstr "Format du rapport :"
#: _config.php:135
#: _config.php:136
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:"
msgstr "Destinataires :"
#: inc/lib.activity.report.index.php:180
#: _config.php:152
msgid "Separate multiple email addresses with a semicolon \";\""
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:"
msgstr "Dernier rapport par email :"
#: inc/lib.activity.report.index.php:184
#: _config.php:159
msgid "Next report by 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"
msgstr "Rapport"
#: inc/lib.activity.report.index.php:270
msgid "Send report by email now"
msgstr "Envoyer un rapport par email maintenant"
#: _config.php:193
msgid "Select actions by activity type to add to report"
msgstr "Sélectionner les actions par type d'activité à ajouter au rapport"
#: inc/lib.activity.report.index.php:314
msgid "No log"
msgstr "Pas d'enregistrement"
#: inc/class.activity.report.behaviors.php:28
msgid "ActivityReport messages"
msgstr "Messages de l'extension"
#: inc/lib.activity.report.index.php:324
msgid "Message"
msgstr "Message"
#: inc/class.activity.report.behaviors.php:33
msgid "Special messages"
msgstr "Messages spéciaux"
#: index.php:34
msgid "Please wait"
msgstr "Veuillez patienter"
#: inc/class.activity.report.behaviors.php:34
msgid "%s"
msgstr "%s"
#: index.php:49
msgid "This server has no mail function, activityReport not send email report."
msgstr "Ce server n'a pas de fonction d'envoie de mail, le rapport ne sera pas envoyer."
#: inc/class.activity.report.behaviors.php:40
msgid "Actions on blog"
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"
msgstr "Enregistrements"
#: index.php:57
msgid "Super settings"
msgstr "Super paramètres"
#: index.php:50
msgid "No log"
msgstr "Pas d'enregistrement"
#: index.php:58
msgid "Super logs"
msgstr "Super enregistrements"
#: index.php:56
msgid "Message"
msgstr "Message"