]> git.mjollnir.org Git - moodle.git/commitdiff
string fr translations for search block
authordiml <diml>
Sun, 7 Oct 2007 19:40:15 +0000 (19:40 +0000)
committerdiml <diml>
Sun, 7 Oct 2007 19:40:15 +0000 (19:40 +0000)
blocks/search/lang/fr_utf8/block_search.php [new file with mode: 0644]

diff --git a/blocks/search/lang/fr_utf8/block_search.php b/blocks/search/lang/fr_utf8/block_search.php
new file mode 100644 (file)
index 0000000..bb0a05f
--- /dev/null
@@ -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';
+?>
\ No newline at end of file