mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
a3dec13dab
Some of it is euc-kr ... some of it is Unicode ...
27 lines
1.3 KiB
PHP
27 lines
1.3 KiB
PHP
<?PHP // $Id$
|
|
// pix.php - created with Moodle 1.2 development (2004010800)
|
|
|
|
|
|
$string['angry'] = '화났어';
|
|
$string['approve'] = '찬성해요';
|
|
$string['biggrin'] = '입을벌리고 하하하';
|
|
$string['blackeye'] = '멍들은눈(눈탱이방탱이)';
|
|
$string['blush'] = '부끄러워';
|
|
$string['clown'] = '놀리다(메롱)';
|
|
$string['cool'] = '좋아요';
|
|
$string['dead'] = '죽은척';
|
|
$string['evil'] = '악마';
|
|
$string['kiss'] = '쪼옥';
|
|
$string['mixed'] = '(술따위로)머리가 어지러워요';
|
|
$string['sad'] = '슬퍼';
|
|
$string['shy'] = '아이 부끄러워';
|
|
$string['sleepy'] = '졸려요(나른해요)';
|
|
$string['smiley'] = '미소';
|
|
$string['surprise'] = '깜짝이야';
|
|
$string['thoughtful'] = '뭘까';
|
|
$string['tongueout'] = '메롱';
|
|
$string['wideeyes'] = '놀란(눈이 휘둥그래진)';
|
|
$string['wink'] = '윙크';
|
|
|
|
?>
|