AjaxSearch fr-FR
From MODx Wiki
<?php /* francais.inc.php - for AjaxSearch 1.5 Created by: KyleJ (kjaebker@muddydogpaws.com) Translated by : David Mollière Created on: 01/22/07 Translated on : 04/10/07 Description: Latin1 French Language file for AjaxSearch */ $_lang['as_resultsIntroFailure'] = 'Aucun résultat de recherche. Elargissez votre requête pour obtenir plus de résultats.'; $_lang['as_searchButtonText'] = 'rechercher!'; $_lang['as_boxText'] = 'Saisissez votre recherche ici...'; $_lang['as_introMessage'] = 'Veuilez saisir un terme à rechercher avant de lancer la recherche.'; $_lang['as_resultsFoundTextSingle'] = '%d résultat trouvé pour "%s".'; $_lang['as_resultsFoundTextMultiple'] = '%d résultats trouvés pour "%s".'; $_lang['as_paginationTextSinglePage'] = ''; $_lang['as_paginationTextMultiplePages'] = 'Pages de résultats: '; $_lang['as_moreResultsText'] = 'Cliquez ici pour voir tous les résultats.'; $_lang['as_moreResultsTitle'] = 'Plus de résultats'; ?>
