aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/fr/fr.reportedcontent.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/languages/languages/fr/fr.reportedcontent.php')
-rw-r--r--mod/languages/languages/fr/fr.reportedcontent.php44
1 files changed, 44 insertions, 0 deletions
diff --git a/mod/languages/languages/fr/fr.reportedcontent.php b/mod/languages/languages/fr/fr.reportedcontent.php
new file mode 100644
index 000000000..c431354e6
--- /dev/null
+++ b/mod/languages/languages/fr/fr.reportedcontent.php
@@ -0,0 +1,44 @@
+<?php
+/**
+ * Elgg reported content plugin language pack
+ *
+ * @package ElggReportedContent
+ */
+
+$french = array(
+
+ 'item:object:reported_content' => "Eléments signalés",
+ 'admin:administer_utilities:reportedcontent' => "Contenu signalé",
+ 'reportedcontent' => "Contenu signalé",
+ 'reportedcontent:this' => "Signaler ceci",
+ 'reportedcontent:this:tooltip' => "Signaler cette page à un administrateur",
+ 'reportedcontent:none' => "Il n'y a pas de contenu signalé",
+ 'reportedcontent:report' => "Signaler ceci",
+ 'reportedcontent:title' => "Titre de la page",
+ 'reportedcontent:deleted' => "Le contenu signalé a été effacé",
+ 'reportedcontent:notdeleted' => "Il a été impossible d'effacer ce signalement",
+ 'reportedcontent:delete' => "L'effacer",
+ 'reportedcontent:areyousure' => "Etes-vous sûr de vouloir l'effacer ?",
+ 'reportedcontent:archive' => "L'archiver",
+ 'reportedcontent:archived' => "Le signalement a bien été archivé",
+ 'reportedcontent:visit' => "Visiter l'élément signalé",
+ 'reportedcontent:by' => "Signalé par ",
+ 'reportedcontent:objecttitle' => "Titre de l'objet",
+ 'reportedcontent:objecturl' => "URL de l'objet",
+ 'reportedcontent:reason' => "Motif du signalement",
+ 'reportedcontent:description' => "Pourquoi souhaitez-vous signaler ceci ?",
+ 'reportedcontent:address' => "Emplacement de l'élément",
+ 'reportedcontent:success' => "Votre signalement a bien été envoyé à l'adminsitrateur du site",
+ 'reportedcontent:failing' => "Votre signalement n'a pu être envoyé",
+ 'reportedcontent:report' => "Signaler ceci",
+ 'reportedcontent:moreinfo' => "Plus d'information",
+ 'reportedcontent:instructions' => "Ce rapport sera envoyé aux administrateurs de ce site à des fins d'examen.",
+ 'reportedcontent:numbertodisplay' => "Nombre de rapports à afficher",
+ 'reportedcontent:widget:description' => "Afficher le contenu signalé",
+ 'reportedcontent:user' => "Rapport utilisateur",
+
+ 'reportedcontent:failed' => "Désolé, la tentative de signaler ce contenu a échoué.",
+ 'reportedcontent:notarchived' => "Il a été impossible d'archiver ce signalement",
+);
+
+add_translation("fr", $french); \ No newline at end of file