www.gusucode.com > Elgg PHP开源SNS系统 V1.12.5源码程序 > elgg-1.12.5/mod/search/languages/fr.php

    <?php

return array(
	'search:enter_term' => 'Entrer un terme de recherche :',
	'search:no_results' => 'Aucun résultat.',
	'search:matched' => 'Correspondant: ',
	'search:results' => 'Résultats pour %s',
	'search:no_query' => 'Veuillez entrer une requête de recherche.',
	'search:search_error' => 'Erreur',

	'search:more' => '+%s plus %s',

	'search_types:tags' => 'Tags',

	'search_types:comments' => 'Commentaires',
	'search:comment_on' => 'Commentaire sur \'%s\'',
	'search:comment_by' => 'par',
	'search:unavailable_entity' => 'Entité indisponible',
	'search:unknown_entity' => 'Type d\'entité inconnu',
);