mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
12 lines
326 B
PHP
12 lines
326 B
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.4 + (2004083100)
|
|
|
|
|
|
$string['beep'] = 'ಬೀಪ್';
|
|
$string['messages'] = 'ಸಂದೇಶಗಳು';
|
|
$string['modulename'] = 'ಸಂಭಾಷಣೆ';
|
|
$string['thischarset'] = 'utf-8';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = 'ಕನ್ನಡ';
|
|
|
|
?>
|