moodle/lang/kn_utf8/chat.php
koenr 6bcaedefdd The Kannada Translation in UTF-8.
Thanks to Hari Prasad Nadig [hpnadig@gmail.com] and his team
2004-11-05 18:40:59 +00:00

13 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'] = 'ಕನ್ನಡ';
?>