moodle/lang/he/pix.php
2004-08-27 15:21:18 +00:00

27 lines
681 B
PHP

<?PHP // $Id$
// pix.php - created with Moodle 1.2 development (2003111400)
$string['angry'] = 'angry';
$string['approve'] = 'approve';
$string['biggrin'] = 'big grin';
$string['blackeye'] = 'black eye';
$string['blush'] = 'blush';
$string['clown'] = 'clown';
$string['cool'] = 'cool';
$string['dead'] = 'dead';
$string['evil'] = 'evil';
$string['kiss'] = 'kiss';
$string['mixed'] = 'mixed';
$string['sad'] = 'sad';
$string['shy'] = 'shy';
$string['sleepy'] = 'sleepy';
$string['smiley'] = 'smile';
$string['surprise'] = 'surprise';
$string['thoughtful'] = 'thoughtful';
$string['tongueout'] = 'tongueout';
$string['wideeyes'] = 'wide eyes';
$string['wink'] = 'wink';
?>