mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
8 lines
230 B
PHP
8 lines
230 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.4 development (2004062600)
|
|
|
|
|
|
$string['modulename'] = 'תווית';
|
|
$string['modulenameplural'] = 'תוויות';
|
|
|
|
?>
|