mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
10 lines
309 B
PHP
10 lines
309 B
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.5.2 (2005060220)
|
|
|
|
|
|
$string['messages'] = 'सन्देश';
|
|
$string['nomessages'] = 'कोई सन्देश नहीं';
|
|
$string['strftimemessage'] = '%%H:%%M';
|
|
|
|
?>
|