mirror of
https://github.com/moodle/moodle.git
synced 2025-03-08 17:59:55 +01:00
All standard and all development modules are included. Some php-files required for Moodle 1.2 are also included. Alla str�ngar i php-filerna och alla hj�lpfiler �r �versatta t o m 2003-12-22 Det g�ller alla standard- och utvecklingsmoduler. N�gra programfiler f�r Moodle 1.2 finns ocks� med.
10 lines
201 B
PHP
10 lines
201 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.1.1 (2003091111)
|
|
|
|
|
|
$string['labeltext'] = "Text på etikett";
|
|
$string['modulename'] = "Etikett";
|
|
$string['modulenameplural'] = "Etiketter";
|
|
|
|
?>
|