Commit | Line | Data |
---|---|---|
0b85bf54 | 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. | |
919ece0f | 4 | // Do not add new strings here, please use en_utf8 for all new strings |
0b85bf54 | 5 | |
6 | $string['thislanguage'] = 'English'; | |
7 | $string['thischarset'] = 'iso-8859-1'; | |
8 | $string['locale'] = 'en'; | |
e973824c | 9 | $string['parentlanguage'] = 'en_utf8'; |
0b85bf54 | 10 | |
0b85bf54 | 11 | ?> |