2002-10-02 09:37:29 +00:00
< ? PHP // $Id$
2003-01-06 03:28:44 +00:00
// resource.php - created with Moodle 1.0.8 beta test (2003010400)
2002-09-21 07:27:07 +00:00
2003-01-06 03:28:44 +00:00
$string [ 'addresource' ] = " Ajouter un document " ;
$string [ 'editingaresource' ] = " Modifier un document " ;
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 " ;
2003-01-06 03:28:44 +00:00
$string [ 'modulename' ] = " Document " ;
$string [ 'modulenameplural' ] = " Documents " ;
2002-12-09 03:00:54 +00:00
$string [ 'neverseen' ] = " Jamais lu " ;
2002-10-02 09:37:29 +00:00
$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. " ;
2003-01-06 03:28:44 +00:00
$string [ 'resourcetype' ] = " Type de document " ;
2002-10-17 15:14:54 +00:00
$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 " ;
2003-01-06 03:28:44 +00:00
$string [ 'resourcetype7' ] = " Programme " ;
2002-09-21 07:27:07 +00:00
?>