mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 12:33:18 +01:00
15 lines
442 B
PHP
15 lines
442 B
PHP
|
<?PHP // $Id$
|
||
|
// exercise.php - created with Moodle 1.4 + (2004083100)
|
||
|
|
||
|
|
||
|
$string['absent'] = 'ಗೈರುಹಾಜರಿ';
|
||
|
$string['correct'] = 'ಸರಿಯಾದ ';
|
||
|
$string['delete'] = 'ಅಳಿಸು';
|
||
|
$string['excellent'] = 'ಅತ್ಯುತ್ತಮ';
|
||
|
$string['good'] = 'ಉತ್ತಮ';
|
||
|
$string['maximum'] = 'ಗರಿಷ್ಠ';
|
||
|
$string['minimum'] = 'ಕನಿಷ್ಠ';
|
||
|
$string['title'] = 'ಶೀರ್ಷಿಕೆ';
|
||
|
|
||
|
?>
|