1574ac1d6SChristophe Martin<?php 2dbd73a8fSNicolas Friedli 3574ac1d6SChristophe Martin/** 4dbd73a8fSNicolas Friedli * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5dbd73a8fSNicolas Friedli * 6dbd73a8fSNicolas Friedli * @author Nicolas Friedli <nicolas@theologique.ch> 7574ac1d6SChristophe Martin */ 8574ac1d6SChristophe Martin$lang['menu'] = 'Gestionnaire d\'index de recherche'; 9dbd73a8fSNicolas Friedli$lang['update'] = 'Mise à jour de l\'index'; 10dbd73a8fSNicolas Friedli$lang['update_tip'] = 'Mise à jour de l\'index de recherche seulement (en général, plus rapide)'; 11dbd73a8fSNicolas Friedli$lang['rebuild'] = 'Reconstruire l\'index'; 12dbd73a8fSNicolas Friedli$lang['rebuild_tip'] = 'Effacer puis reconstruire complètement l\'index de recherche'; 13*4773e145SAndreas Gohr$lang['indexing'] = 'Indexé :'; 14*4773e145SAndreas Gohr$lang['done'] = 'Indexation terminée.'; 15*4773e145SAndreas Gohr$lang['pages'] = '%d pages trouvées.'; 16*4773e145SAndreas Gohr$lang['clearing'] = 'Nettoyage de l\'index...'; 17*4773e145SAndreas Gohr$lang['finding'] = 'Recherche de pages en cours...'; 18*4773e145SAndreas Gohr$lang['notindexed'] = 'Étape sautée : à jour.'; 19*4773e145SAndreas Gohr$lang['indexed'] = 'Mis à jour'; 20