moodle/lang/en/pix.php
moodler fbfc267591 New language file called pix.php for defining alt-text of pix files.
Smileys code is changed over to use this, both in replace_smileys
and in editor/popups/dlg_ins_smile.php

Needs testing please!
2003-11-07 14:55:44 +00:00

25 lines
612 B
PHP

<?PHP // $Id$
$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";
?>