~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/fr/block_course_list.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php // $Id$ 
 
2
 
 
3
$string['blockname'] = 'Liste des cours';
 
4
$string['allcourses'] = 'L\'administrateur voit tous les cours';
 
5
$string['configadminview'] = 'Configuration de l\'affichage de l\'administrateur';
 
6
$string['owncourses'] = 'L\'administrateur ne voit que ses propres cours';
 
7
 
 
8
?>