diff options
Diffstat (limited to 'mod/custom_index_widgets/languages/fr.php')
| -rw-r--r-- | mod/custom_index_widgets/languages/fr.php | 80 | 
1 files changed, 80 insertions, 0 deletions
| diff --git a/mod/custom_index_widgets/languages/fr.php b/mod/custom_index_widgets/languages/fr.php new file mode 100644 index 000000000..486500710 --- /dev/null +++ b/mod/custom_index_widgets/languages/fr.php @@ -0,0 +1,80 @@ +<?php
 +
 +	$french = array(
 +	
 +		'custom_index_widgets:latest_bookmarks_index' => "Derniers bookmarks",
 +		'custom_index_widgets:latest_groups_index' => "Groupes les + récents",
 +		'custom_index_widgets:latest_files_index' => "Fichiers les + récents",
 +		'custom_index_widgets:latest_blogs_index' => "Derniers ajouts de blogs",
 +		'custom_index_widgets:latest_members_index' => "Nouveaux membres",
 +		'custom_index_widgets:nofiles' => "Il n'y a aucun fichier pour l'instant",
 +		'custom_index_widgets:nogroups' => "Il n'y a aucun groupe pour l'instant",	
 +		'custom_index_widgets:latest_news_index' => "Dernieres news",
 +		'custom_index_widgets:latest_pages_index' => "Dernieres pages",
 +		'custom_index_widgets:latest_events_index' => 'Prochains evenements',
 +		'custom_index_widgets:latest_wire_index' => 'Derniers messages',
 +		'custom_index_widgets:inline_content_index' => 'Texte libre',
 +		'custom_index_widgets:html_content' => 'Votre texte',
 +		'custom_index_widgets:latest_generic_index'=>"Contenu générique",
 +		'custom_index_widgets:latest_tasks_index'=>"Tâches récentes",
 +		'custom_index_widgets:latest_activity_index' => 'En bref',
 +		'custom_index_widgets:cloud_generic_index'=>"Nuage de tags",
 +		'custom_index_widgets:widget_subtype'=>"Type d'entité",
 +		'custom_index_widgets:metadata_name' => "Metadata",
 +		'custom_index_widgets:threshold'=> "Seuil minimal",
 +		'custom_index_widgets:latest_izap_videos_index' => 'Dernières vidéos',
 +		'custom_index_widgets:display_avatar' => 'Avatar',
 +		
 +		'custom_index_widgets:rich_media_index' => "Contenu multimédia",
 +		'custom_index_widgets:widget_video_width' => "Largeur de la vidéo (chiffre sans px ni %)",
 +	    'custom_index_widgets:widget_video_height' => "Hauteur de la vidéo (chiffre sans px ni %)",
 +	    'custom_index_widgets:widget_video_url' => "Url de la vidéo",
 +	    'custom_index_widgets:widget_video_caption' => "Légende de la vidéo",
 +			
 +		'custom_index_widgets:layout' => "Présentation",
 +			
 +		'custom_index_widgets:index_2rmsb' => '2 lignes, [Medium, Small] - [Big]',
 +		'custom_index_widgets:index_2rsmb' => '2 lignes, [Small, Medium] - [Big]',
 +		'custom_index_widgets:index_2rhhb' => '2 lignes, [Half, Half] - [Big]',
 +		'custom_index_widgets:index_1rsss' => '1 ligne, [Small, Small, Small]',
 +		'custom_index_widgets:index_1rsms' => '1 ligne, [Small, Medium, Small]',
 +		
 +		'custom_index_widgets:index_2rbhh' => '2 lignes, [Big] -[Half, Half]',
 +		'custom_index_widgets:index_2rbsm' => '2 lignes, [Big] -[Small, Medium]',
 +		'custom_index_widgets:index_2rbms' => '2 lignes, [Big] -[Medium, Small]',
 +		
 +		'custom_index_widgets:area1' => 'Widgets Zone 1',
 +		'custom_index_widgets:area2' => 'Widgets Zone 2',
 +		'custom_index_widgets:area3' => 'Widgets Zone 3',
 +    
 +	    'custom_index_widgets:admin:notfound' => 'Page non trouvée',
 +	    'custom_index_widgets:index' => "Configuration de l'index",
 +		'custom_index_widgets:num_items' => "Nombre d'items",
 +		'custom_index_widgets:reset' => "Supprimer tout les widgets",
 +		
 +		'custom_index_widgets:pleaselogin' => "Allez, connectez-vous quoi ...",
 +		
 +		'custom_index_widgets:widget_title' => "Titre de remplacement (est affiché à la place du titre du widget uniquement sur la page d'accueil)",
 +		'custom_index_widgets:context_mode' => "Mode d'affichage",
 +		'custom_index_widgets:context_list' => "Liste",
 +		'custom_index_widgets:context_detail' => "Détail",
 +		
 +		'custom_index_widgets:login_style'=>"Position de la zone login",
 +		'custom_index_widgets:inlayout'=>"Dans la page",
 +		'custom_index_widgets:topbar'=>"Top bar",
 +		
 +		"custom_index_widgets:showdashboard"=>"Afficher le dashboard en fin de page",
 +		"custom_index_widgets:showdashboard_yes"=>"Oui",
 +		"custom_index_widgets:showdashboard_no"=>"Non",
 +		
 +		'custom_index_widgets:widget_all_groups' => "Tous les groupes",
 +		"search:go" => "Ok", +		"custom_index_widgets:guest_only" => "Que pour les invités", +		"custom_index_widgets:box_style" => "Type d'affichage",
 +		"custom_index_widgets:social_share_index" => "Social Share",
 +		"custom_index_widgets:login_index"=>"Login",
 +		"admin:appearance:custom_index_widgets" => "Index Widgets" +		
 +	);
 +					
 +	add_translation("fr",$french);
 | 
