mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00

This cause also some empty files (because they didn't contain anything else) wich I also deleted
9 lines
213 B
PHP
9 lines
213 B
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.4 + (2004083100)
|
|
|
|
|
|
$string['beep'] = 'ಬೀಪ್';
|
|
$string['messages'] = 'ಸಂದೇಶಗಳು';
|
|
$string['modulename'] = 'ಸಂಭಾಷಣೆ';
|
|
|
|
?>
|