diff options
Diffstat (limited to 'mod/reportedcontent/languages/fr.php')
-rw-r--r-- | mod/reportedcontent/languages/fr.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/mod/reportedcontent/languages/fr.php b/mod/reportedcontent/languages/fr.php deleted file mode 100644 index 8fce8f2a0..000000000 --- a/mod/reportedcontent/languages/fr.php +++ /dev/null @@ -1,38 +0,0 @@ -<?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 |