diff options
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/languages/fr.php | 38 |
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 |