moodle/lang/en/moodle.php
2006-02-06 12:51:05 +00:00

12 lines
327 B
PHP

<?php // $Id$
// A stub language pack for backward compatibility with old sites not using Unicode.
// It simply makes the en_utf8 pack appear under the old latin encoding.
$string['thislanguage'] = 'English';
$string['thischarset'] = 'iso-8859-1';
$string['locale'] = 'en';
$string['parentlang'] = 'en_utf8';
?>