mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
string fr translations for search block
This commit is contained in:
parent
9424e7e0b5
commit
351708dcbb
14
blocks/search/lang/fr_utf8/block_search.php
Normal file
14
blocks/search/lang/fr_utf8/block_search.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?
|
||||
$string['blockname'] = 'Recherche globale';
|
||||
$string['configbuttonlabel'] = 'Libellé du bouton de recherche';
|
||||
$string['configenablefileindexing'] = 'Activer l\'indexation des fichiers';
|
||||
$string['configfiletypes'] = 'Types de fichiers pris en charge';
|
||||
$string['configlimitindexbody'] = 'Taille limite du corps indexé';
|
||||
$string['configpdftotextcmd'] = 'Chemin vers la commande pdftotext';
|
||||
$string['configwordtotextcmd'] = 'Chemin vers la commande doctotext';
|
||||
$string['configwordtotextenv'] = 'Réglage d\'environnement du convertisseur MSWord';
|
||||
$string['configsearchtext'] = 'Rechercher dans le texte';
|
||||
$string['go'] = 'Lancer la recherche';
|
||||
$string['bytes'] = ' octets (0 pour \"pas de limite\")';
|
||||
$string['searchmoodle'] = 'Rechercher dans le site';
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user