From: nicolasconnault <nicolasconnault> Date: Fri, 28 Sep 2007 08:46:25 +0000 (+0000) Subject: MDL-11406 Removed lang files from block folder, and put them in en_utf8 and fr_utf8 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=34d6a78987fa61f81bf37f5c4c2ee3e7a01d4d1c;p=moodle.git MDL-11406 Removed lang files from block folder, and put them in en_utf8 and fr_utf8 --- diff --git a/blocks/search/lang/fr_utf8/block_search.php b/blocks/search/lang/fr_utf8/block_search.php deleted file mode 100644 index bb0a05fc97..0000000000 --- a/blocks/search/lang/fr_utf8/block_search.php +++ /dev/null @@ -1,14 +0,0 @@ -<? -$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 diff --git a/blocks/search/lang/en_utf8/block_search.php b/lang/en_utf8/block_search.php similarity index 100% rename from blocks/search/lang/en_utf8/block_search.php rename to lang/en_utf8/block_search.php