moodle/lang/ko/choice.php
moodler a3dec13dab First very rough version of Korean.
Some of it is euc-kr ... some of it is Unicode ...
2004-02-10 06:38:11 +00:00

23 lines
1.9 KiB
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.2 development (2004010800)
$string['answered'] = '&#45813;';
$string['choice'] = '&#44592;&#54840;';
$string['choicename'] = '&#44592;&#54840;&#47749;';
$string['choicetext'] = '&#49440;&#53469;&#44368;&#51116;';
$string['modulename'] = '&#51060;&#49688;&#45800;&#50948;';
$string['modulenameplural'] = '&#51060;&#49688;&#45800;&#50948;&#47749;';
$string['notanswered'] = '&#50500;&#51649;&#45813;&#51012; &#51228;&#52636;&#54616;&#51648; &#50506;&#50520;&#49845;&#45768;&#45796;';
$string['publish'] = '&#49457;&#51201;&#51012; &#44277;&#44256;&#54633;&#45768;&#45796;';
$string['publishanonymous'] = '&#54617;&#49373;&#51060;&#47492;&#51012; &#51228;&#49884;&#54616;&#51648; &#47568;&#44256; &#51061;&#47749;&#51004;&#47196; &#49457;&#51201;&#51012; &#44277;&#44256;&#54633;&#45768;&#45796;';
$string['publishnames'] = '&#51060;&#47492;&#44284; &#44536;&#46308;(&#54617;&#49373;&#46308;)&#51032; &#51060;&#49688;&#45800;&#50948;&#50752; &#51060;&#47492;&#51012; &#44277;&#44060;&#54616;&#44256; &#50756;&#51204;&#54620; &#49457;&#51201;&#51012; &#44277;&#44256;&#54616;&#49464;&#50836;';
$string['publishnot'] = '&#54617;&#49373;&#46308;&#50640;&#44172; &#49457;&#51201;&#51012; &#44277;&#44256;&#54616;&#51648; &#47560;&#49884;&#50724;';
$string['responses'] = '(&#51025;,&#45824;)&#45813;&#46308;';
$string['responsesto'] = '~&#50640;&#44172; &#51025;&#45813;&#54616;&#45796;, &#45813;&#54616;&#45796;';
$string['savemychoice'] = '&#45208;&#51032; &#51060;&#49688;&#45800;&#50948;&#47484; &#52980;&#54504;&#53552;&#50640; &#51200;&#51109;&#54633;&#45768;&#45796;';
$string['showunanswered'] = '&#54924;&#45813;&#51060; &#50504; &#46104;&#45716; &#44163;&#51012; &#50948;&#54644; &#51068;&#46988;&#54364;&#47484; &#48372;&#50668;&#46972;';
$string['viewallresponses'] = '&#45813;&#51012; &#54869;&#51064;&#54644;&#46972;';
?>