2002-10-02 09:37:29 +00:00
< ? PHP // $Id$
// reading.php - created with Moodle 1.0.5 (2002092700)
2002-09-21 07:27:07 +00:00
2002-10-17 15:14:54 +00:00
$string [ 'addresource' ] = " Ajouter une lecture " ;
$string [ 'editingaresource' ] = " Modifier une lecture " ;
2002-10-02 09:37:29 +00:00
$string [ 'example' ] = " Exemple " ;
$string [ 'examplereference' ] = " Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ. " ;
$string [ 'exampleurl' ] = " http://www.exemple.fr/dossiers/fichier.html " ;
$string [ 'filename' ] = " Nom du fichier " ;
$string [ 'fulltext' ] = " Texte pur " ;
$string [ 'htmlfragment' ] = " Morceau de HTML " ;
$string [ 'modulename' ] = " Lecture " ;
$string [ 'modulenameplural' ] = " Lectures " ;
$string [ 'neverread' ] = " Jamais lu " ;
$string [ 'note' ] = " Note " ;
$string [ 'notefile' ] = " Pour envoyer plus de fichiers dans le cours (afin qu'ils apparaissent dans cette liste), utiliser le
< A HREF = \ $a > Gestionnaire de fichiers </ A >. " ;
$string [ 'notypechosen' ] = " Vous devez choisir un type. Utiliser le bouton <20> Retour <20> de votre navigateur pour recommencer. " ;
2002-10-17 15:14:54 +00:00
$string [ 'resourcetype' ] = " Type de ressource " ;
$string [ 'resourcetype1' ] = " R<EFBFBD> f<EFBFBD> rence " ;
$string [ 'resourcetype2' ] = " Page Web " ;
$string [ 'resourcetype3' ] = " Fichier envoy<6F> " ;
$string [ 'resourcetype4' ] = " Texte " ;
$string [ 'resourcetype5' ] = " Lien vers une page Web " ;
$string [ 'resourcetype6' ] = " Texte HTML " ;
2002-09-21 07:27:07 +00:00
?>