aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/fr/fr.search.php
blob: ec8ae82f38d040d2eafe9ce6114b21bbe3fdfcf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

$french = 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",
);

add_translation("fr", $french);