11 lines
358 B
PHP
11 lines
358 B
PHP
<?PHP // $Id$
|
|
// glossary.php - created with Moodle 1.4.4 (2004083140)
|
|
|
|
|
|
$string['modulename'] = 'გლოსარიუმი';
|
|
$string['modulenameplural'] = 'გლოსარიუმები';
|
|
$string['newentries'] = 'ახალი ტერმინები';
|
|
$string['newglossary'] = 'ახალი გლოსარიუმი';
|
|
|
|
?>
|