From: martignoni Date: Tue, 17 Aug 2004 09:09:24 +0000 (+0000) Subject: Replaced the old strings back in the pack for backward compatibility X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aa06d4f4497972bda4bc800d690589f3ba6213f7;p=moodle.git Replaced the old strings back in the pack for backward compatibility --- diff --git a/lang/fr/resource.php b/lang/fr/resource.php index 2d6ab6d8af..b0505d9ad2 100644 --- a/lang/fr/resource.php +++ b/lang/fr/resource.php @@ -64,4 +64,15 @@ $string['resourcetypetext'] = 'Composer une page de texte'; $string['searchweb'] = 'Rechercher une page web'; $string['variablename'] = 'Nom de la variable'; +// The following strings are to be deleted after 1.4 release +$string['resourcetype1'] = 'Référence'; +$string['resourcetype2'] = 'Page web (interne)'; +$string['resourcetype3'] = 'Fichier'; +$string['resourcetype4'] = 'Texte Moodle'; +$string['resourcetype5'] = 'Page web (externe)'; +$string['resourcetype6'] = 'Texte HTML'; +$string['resourcetype7'] = 'Programme'; +$string['resourcetype8'] = 'Texte Wiki'; +$string['resourcetype9'] = 'Dossier'; + ?> \ No newline at end of file