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 ...
63 lines
4.2 KiB
PHP
63 lines
4.2 KiB
PHP
<?PHP // $Id$
|
|
// resource.php - created with Moodle 1.2 development (2004012700)
|
|
|
|
|
|
$string['addresource'] = '자원 추가';
|
|
$string['chooseafile'] = '업로드 파일 선택';
|
|
$string['configdefaulturl'] = 'URL 자원 추가시 기본값';
|
|
$string['configfilterexternalpages'] = 'Enabling this setting will cause all external resources (web pages, uploaded HTML files) to be processed by the currently defined site filters (such as glossary autolinks, for example). Turning this option on may cause your course pages to slow down significantly - use with caution and only if you really need it.';
|
|
$string['configframesize'] = 'When a web page or an uploaded file is displayed within a frame, this value is the size (in pixels) of the top frame (which contains the navigation).';
|
|
$string['configpopup'] = 'When adding a new resource which is able to be shown in a popup window, should this option be enabled by default?';
|
|
$string['configpopupdirectories'] = 'Should popup windows show directory links by default?';
|
|
$string['configpopupheight'] = 'What height should be the default height for new popup windows?';
|
|
$string['configpopuplocation'] = 'Should popup windows show the location bar by default?';
|
|
$string['configpopupmenubar'] = 'Should popup windows show the menu bar by default?';
|
|
$string['configpopupresizable'] = 'Should popup windows be resizable by default?';
|
|
$string['configpopupscrollbars'] = 'Should popup windows be scrollable by default?';
|
|
$string['configpopupstatus'] = 'Should popup windows show the status bar by default?';
|
|
$string['configpopuptoolbar'] = 'Should popup windows show the tool bar by default?';
|
|
$string['configpopupwidth'] = 'What width should be the default width for new popup windows?';
|
|
$string['configwebsearch'] = 'When adding a URL as a webpage or weblink, this location is offered as a site to help the user search for the URL they want.';
|
|
$string['directlink'] = '이 파일로 직접 링크하기';
|
|
$string['editingaresource'] = '자원 편집하기';
|
|
$string['example'] = '예제';
|
|
$string['examplereference'] = 'Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.';
|
|
$string['exampleurl'] = 'http://www.mirae.es.kr/';
|
|
$string['fetchclienterror'] = 'An error was found with your web client while trying to retrieve the web page (possibly a wrong URL).';
|
|
$string['fetcherror'] = '웹 페이지를 열며 오류가 생겼습니다.';
|
|
$string['fetchservererror'] = 'An error was found with the remote server while trying to retrieve the web page (possibly a program error).</p>';
|
|
$string['filename'] = '파일명';
|
|
$string['fulltext'] = '전체 내용';
|
|
$string['htmlfragment'] = 'HTML 조각';
|
|
$string['modulename'] = '자원';
|
|
$string['modulenameplural'] = '자원';
|
|
$string['neverseen'] = '보이지 않음';
|
|
$string['newdirectories'] = '디렉토리 링크 보이기';
|
|
$string['newfullscreen'] = '전체 화면으로 채우기';
|
|
$string['newheight'] = 'Default window height (in pixels)';
|
|
$string['newlocation'] = 'Show the location bar';
|
|
$string['newmenubar'] = 'Show the menu bar';
|
|
$string['newresizable'] = 'Allow the window to be resized';
|
|
$string['newscrollbars'] = 'Allow the window to be scrolled';
|
|
$string['newstatus'] = 'Show the status bar';
|
|
$string['newtoolbar'] = 'Show the toolbar';
|
|
$string['newwidth'] = 'Default window width (in pixels)';
|
|
$string['newwindow'] = '새 창으로';
|
|
$string['newwindowopen'] = 'Display this resource in a new popup window';
|
|
$string['note'] = '노트';
|
|
$string['notefile'] = 'To upload more files into the course (so they appear in this list) use the <a href=\"$a\">File Manager</a>.';
|
|
$string['notypechosen'] = 'You need to choose a type. Use your back button to go back and retry.';
|
|
$string['popupresource'] = 'This resource should appear in a popup window.';
|
|
$string['popupresourcelink'] = 'If it didn\'t, click here: $a';
|
|
$string['resourcetype'] = '자원의 유형';
|
|
$string['resourcetype1'] = '출처';
|
|
$string['resourcetype2'] = '웹 페이지';
|
|
$string['resourcetype3'] = '업로드 파일';
|
|
$string['resourcetype4'] = '텍스트';
|
|
$string['resourcetype5'] = '웹 링크';
|
|
$string['resourcetype6'] = 'HTML 텍스트';
|
|
$string['resourcetype7'] = '프로그램';
|
|
$string['resourcetype8'] = '위키 텍스트';
|
|
|
|
?>
|