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.
27 lines
721 B
PHP
27 lines
721 B
PHP
<?PHP // $Id$
|
|
// pix.php - created with Moodle 1.5 ALPHA (2005043000)
|
|
|
|
|
|
$string['angry'] = 'galít';
|
|
$string['approve'] = 'sang-ayon';
|
|
$string['biggrin'] = 'ngisi';
|
|
$string['blackeye'] = 'black eye';
|
|
$string['blush'] = 'namula';
|
|
$string['clown'] = 'payaso';
|
|
$string['cool'] = 'kool';
|
|
$string['dead'] = 'patay';
|
|
$string['evil'] = 'may masamang iniisip';
|
|
$string['kiss'] = 'halik';
|
|
$string['mixed'] = 'alinlangan';
|
|
$string['sad'] = 'malungkot';
|
|
$string['shy'] = 'nahihiya';
|
|
$string['sleepy'] = 'inaantok';
|
|
$string['smiley'] = 'ngiti';
|
|
$string['surprise'] = 'nagulat';
|
|
$string['thoughtful'] = 'naig-iisip ng malalim';
|
|
$string['tongueout'] = 'belat';
|
|
$string['wideeyes'] = 'nandidilat';
|
|
$string['wink'] = 'kindat';
|
|
|
|
?>
|