<?php
/**
 * French language file
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Gestionnaire d\'index de recherche'; 
 
// custom language strings for the plugin
$lang['rebuild_index'] = 'Reconstruire l\'index';

//Setup VIM: ex: et ts=4 enc=utf-8 :
