mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
grades and timezones. added strings to admin,assign,error,forum,hotpot,message,moodle,quiz,scorm.
10 lines
209 B
PHP
10 lines
209 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
|
|
|
|
$string['labeltext'] = 'Teksto ng Etiketa';
|
|
$string['modulename'] = 'Etiketa';
|
|
$string['modulenameplural'] = 'Mga Etiketa';
|
|
|
|
?>
|