mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
Slightly more documentation
This commit is contained in:
parent
0b85bf5430
commit
919ece0f88
@ -1,11 +1,11 @@
|
||||
<?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['parentlang'] = 'en_utf8';
|
||||
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user