moodle/lang/en/moodle.php
2006-02-06 13:24:49 +00:00

12 lines
407 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.
// Do not add new strings here, please use en_utf8 for all new strings
$string['thislanguage'] = 'English';
$string['thischarset'] = 'iso-8859-1';
$string['locale'] = 'en';
$string['parentlanguage'] = 'en_utf8';
?>