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

« back to all changes in this revision

Viewing changes to lang/fr_ca/mediaplugin.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: mediaplugin.php,v 1.1 2004/03/06 03:34:40 moodler Exp $ 
2
 
      // mediaplugin.php - created with Moodle 1.2 Beta (2004022400)
3
 
 
4
 
 
5
 
$string['filtername'] = 'Extensions multim�dia';
6
 
 
7
 
?>
 
1
<?PHP // $Id$ 
 
2
      // mediaplugin.php - created with Moodle 1.4.1 (2004083101)
 
3
 
 
4
 
 
5
$string['filtername'] = 'Extensions multim�dia';
 
6
$string['parentlanguage'] = 'fr';
 
7
$string['thisdirection'] = 'ltr';
 
8
 
 
9
?>