MDL-17679: implement course reset for HotPot module (thanks to Albert Gasset)
[moodle.git] / lang / en / moodle.php
blob47adeb3f8cdba283850984c65225c33b09271242
1 <?php // $Id$
2 // A stub language pack for backward compatibility with old sites not using Unicode.
3 // It simply makes the en_utf8 pack appear under the old latin encoding.
4 // Do not add new strings here, please use en_utf8 for all new strings
6 $string['thislanguage'] = 'English';
7 $string['thischarset'] = 'iso-8859-1';
8 $string['locale'] = 'en';
9 $string['parentlanguage'] = 'en_utf8';