aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/languages/fr.php
blob: 8fce8f2a054eadd585d2c810d70b4c511b360aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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);
?>