moodle/lang/ko/error.php

14 lines
1.2 KiB
PHP
Raw Normal View History

<?PHP // $Id$
// error.php - created with Moodle 1.2 development (2004010800)
$string['erroronline'] = '&#50728;&#46972;&#51064;&#49345;&#51032; &#50640;&#47084; &#51077;&#45768;&#45796; $a';
$string['fieldrequired'] = '\"$a\" &#51008; &#54596;&#49688; &#54637;&#47785;&#51077;&#45768;&#45796;';
$string['invalidfieldname'] = ' \"$a\"&#51008; &#50732;&#48148;&#47480; &#54637;&#47785;&#51032; &#51060;&#47492;&#51060; &#50500;&#45785;&#45768;&#45796;';
$string['missingfield'] = '\"$a\" &#48512;&#48516;&#51060; &#48736;&#51276;&#49845;&#45768;&#45796; ';
$string['unknowncourse'] = '\"$a\"&#51008; &#50508;&#49688; &#50630;&#45716; &#44284;&#47785;&#51032; &#51060;&#47492;&#51077;&#45768;&#45796;';
$string['usernotaddederror'] = '\"$a\" &#49324;&#50857;&#51088;&#45716; &#44228;&#51221;&#49373;&#49457;&#51060; &#46104;&#51648; &#50506;&#50520;&#49845;&#45768;&#45796; - &#50508;&#49688;&#50630;&#45716; &#50724;&#47448; &#51077;&#45768;&#45796;';
$string['usernotaddedregistered'] = '\"$a\" &#49324;&#50857;&#51088;&#45716; &#44228;&#51221;&#49373;&#49457;&#51060; &#46104;&#51648; &#50506;&#50520;&#49845;&#45768;&#45796; - &#51060;&#48120; &#46321;&#47197;&#46104;&#50612; &#51080;&#49845;&#45768;&#45796;';
?>