aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-08 14:11:24 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-09-08 14:11:24 +0000
commit1f389416f86c87478e53843186b2384cd6e71bfb (patch)
tree98c1adceff0bbfa0f10420ee465279cabcaf7615 /mod/reportedcontent/languages
parent8b539436ba0fd6df99612771f90047f773ed93c5 (diff)
downloadelgg-1f389416f86c87478e53843186b2384cd6e71bfb.tar.gz
elgg-1f389416f86c87478e53843186b2384cd6e71bfb.tar.bz2
Closes #298: Thankyou for your contribution!
git-svn-id: https://code.elgg.org/elgg/trunk@2061 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/languages')
-rw-r--r--mod/reportedcontent/languages/fr.php38
1 files changed, 38 insertions, 0 deletions
diff --git a/mod/reportedcontent/languages/fr.php b/mod/reportedcontent/languages/fr.php
new file mode 100644
index 000000000..8fce8f2a0
--- /dev/null
+++ b/mod/reportedcontent/languages/fr.php
@@ -0,0 +1,38 @@
+<?php
+ /**
+ * translation by RONNEL Jérémy
+ * jeremy.ronnel@elbee.fr
+ */
+
+ $french = array(
+
+ /**
+ * Menu items and titles
+ */
+
+ 'item:object:reported_content' => 'Objets alertés',
+ 'reportedcontent' => 'Alertes',
+ 'reportedcontent:this' => 'Alerter',
+ 'reportedcontent:none' => "Il n'y a pas de contenu",
+ 'reportedcontent:report' => "Alerter l'administrateur",
+ 'reportedcontent:title' => 'Titre de la page',
+ 'reportedcontent:deleted' => 'Le contenu a été supprimé',
+ 'reportedcontent:notdeleted' => 'Impossible de supprimer cette alerte',
+ 'reportedcontent:delete' => 'Supprimer',
+ 'reportedcontent:areyousure' => 'Etes-vous sur de le supprimer ?',
+ 'reportedcontent:archive' => 'Archiver',
+ 'reportedcontent:archived' => "L'alerte a été archivée",
+ 'reportedcontent:visit' => "Visiter l'objet",
+ 'reportedcontent:by' => "alerté par",
+ 'reportedcontent:objecttitle' => "Titre de l'objet",
+ 'reportedcontent:objecturl' => "Url de l'objet",
+ 'reportedcontent:reason' => "Raison de l'alerte",
+ 'reportedcontent:description' => "Pourquoi posez-vous une alerte sur ce contenu ?",
+ 'reportedcontent:address' => "Objet à alerter",
+ 'reportedcontent:success' => "Votre alerte a été envoyée",
+ 'reportedcontent:failing' => "Votre alerte n'a pas pu être envoyée",
+
+ );
+
+ add_translation("fr",$french);
+?> \ No newline at end of file