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

« back to all changes in this revision

Viewing changes to lang/es_mx/moodle.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: moodle.php,v 1.15 2003/07/30 03:25:35 moodler Exp $ 
2
 
      // moodle.php - created with Moodle 1.0.9 Beta 1 + (2003051700)
3
 
 
4
 
/// This language is defunct and will eventually be deleted.
5
 
/// Please switch to "es".
6
 
 
7
 
$string['thischarset'] = "iso-8859-1";
8
 
$string['thislanguage'] = "Espa�ol - Mexico";
9
 
$string['parentlanguage'] = "es";
 
1
<?PHP // $Id$ 
 
2
      // moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004110200)
 
3
 
 
4
 
 
5
$string['parentlanguage'] = 'es';
 
6
$string['thischarset'] = 'iso-8859-1';
 
7
$string['thisdirection'] = 'ltr';
 
8
$string['thislanguage'] = 'Espa&#241;ol  - Mexico';
10
9
 
11
10
?>