123456789101112131415161718192021 |
- <?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',
- );
|