Missed file
authorJamie Cameron <jcameron@webmin.com>
Wed, 17 Sep 2008 20:00:56 +0000 (20:00 +0000)
committerJamie Cameron <jcameron@webmin.com>
Wed, 17 Sep 2008 20:00:56 +0000 (20:00 +0000)
12 files changed:
custom/help/after.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/before.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/clear.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/cmd.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/command.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/create.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/desc.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/dir.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/edit.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/editor.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/fcreate.ko_KR.UTF-8.html [new file with mode: 0644]
custom/help/fdesc.ko_KR.UTF-8.html [new file with mode: 0644]

diff --git a/custom/help/after.ko_KR.UTF-8.html b/custom/help/after.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..b6c72a4
--- /dev/null
@@ -0,0 +1,7 @@
+<header>저장 후에 실행할 명령</header>\r
+\r
+파일이 저장된 후에 <tt>root</tt> 권한으로 실행되어야 할 명령을 입력\r
+합니다. 예를 들어 다른 서버에 파일을 복사하는 경우와 같이 유용하게\r
+사용할 수 있습니다.\r
+<hr>\r
+\r
diff --git a/custom/help/before.ko_KR.UTF-8.html b/custom/help/before.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..66d73c6
--- /dev/null
@@ -0,0 +1,6 @@
+<header>저장 전 실행할 명령</header>\r
+\r
+파일을 저장되기 전에 <tt>root</tt> 권한으로 실행 되어져야 하는 명령을\r
+여기에 입력합니다. 예를 들어 파일의 백업을 만들어야 할 경우 유용하게\r
+사용할 수 있습니다.\r
+<hr>
\ No newline at end of file
diff --git a/custom/help/clear.ko_KR.UTF-8.html b/custom/help/clear.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..ee68756
--- /dev/null
@@ -0,0 +1,8 @@
+<header>환경 변수 초기화</header>\r
+\r
+설정을 하면, 모든 HTTP 관련 환경변수들이 명령이 실행되기 전에 Webmin에\r
+의해서 초기화 되어 집니다. 만약 이 환경변수 중 어떤 것에 의하여 충돌이\r
+발생할경우 유용하게 사용할 수 있습니다. (예를 들어 PHP 스크립트) <p>\r
+\r
+<hr>\r
+\r
diff --git a/custom/help/cmd.ko_KR.UTF-8.html b/custom/help/cmd.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..100da21
--- /dev/null
@@ -0,0 +1,56 @@
+각 명령은 (메인 페이지의 버튼에 출력될) 설명과 실행될 실제 명령을 가지게 됩니다.\r
+이 명령 문자열에는 여려 명령을 실행하거나 파이프를 사용하기 위하여 |, &gt;, ; 와 같은\r
+쉘 파라미터를 사용할 수 있습니다. 또한, 명령 실행시에 사용자가 입력한 값으로 치환을\r
+할 수 있도록 <tt>$foo</tt>와 같은 파라미터를 포함할 수도 있습니다.<p>\r
+\r
+이 파라미터는 이 문서의 가장 아래에 있는 테이블에 입력할 수 있습니다.\r
+다음은 입력할 수 있는 파라미터에 대한 설명입니다 :\r
+<dl>\r
+<dt><b>이름</b>\r
+<dd>이 파라미터에 대한 유일한 코드. 이름이 <tt>foo</tt>라면\r
+    명령이 실행될 때, <tt>$foo</tt>는 파라미터 값으로 치환이 되게 됩니다.<p> \r
+<dt><b>설명</b>\r
+<dd>이 파라미터에 대한 설명을 메인 페이지에 출력.<p>\r
+<dt><b>유형</b>\r
+<dd>이 옵션은 파라미터 입력시에 어떻게 작동하는지를 조정합니다. 가능한 옵션 :\r
+       <ul>\r
+       <li><b>텍스트</b><br>\r
+             완전하게 자유로운 텍스트를 입력\r
+       <li><b>사용자</b><br>\r
+             시스템에 존재하는 사용자 이름\r
+       <li><b>UID</b><br>\r
+             시스템에 존재하는 사용자의 UID\r
+       <li><b>그룹</b><br>\r
+             시스템에 존재하는 그룹 이름\r
+       <li><b>GID</b><br>\r
+             시스템에 존재하는 그룹의 GID\r
+       <li><b>파일</b><br>\r
+             파일의 절대 경로\r
+       <li><b>디렉토리</b><br>\r
+             디렉토리 절대 경로\r
+       <li><b>옵션</b><br>\r
+           A Yes/No input that will set the parameter to whatever is in\r
+           the field next to the type input only if Yes is chosen.\r
+       <li><b>암호</b><br>\r
+             자유롭게 텍스트를 입력. 대신 * 문자로 보여집니다.\r
+       <li><b>메뉴</b><br>\r
+           A drop-down menu of options, taken from the filename entered into\r
+           the text field to it. Or, instead of a filename you can enter a\r
+           command with an | at the end, whose output will be used to determine\r
+           the available options.\r
+       <li><b>업로드</b><br>\r
+           An input box for selecting a file on the client side, which will be\r
+           uploaded to the server when the command is run. This will be be\r
+           placed in a temporary file, and the path to that file will be the\r
+           value of this parameter when the command is run.\r
+       <li><b>텍스트 박스</b><br>\r
+           A multi-line free text field. When the command is run, any newline\r
+           characters in the entered text will be converted into spaces.\r
+       </ul><p>\r
+<dt><b>매개 변수에 따옴표를 붙입니까?</b>\r
+<dd>예를 선택하면, 파라미터는 치환 전에 따옴표로 감싸집니다. 이 옵션을 이용하면 입력 값에\r
+    공백 문자를 포함하는 것이 가능해 집니다.<p>\r
+</dl>\r
+\r
+<hr>\r
+\r
diff --git a/custom/help/command.ko_KR.UTF-8.html b/custom/help/command.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..41f47b2
--- /dev/null
@@ -0,0 +1,7 @@
+<header>명령</header>\r
+\r
+실행할 실제 명령. 명령은 <tt>sh</tt>에 의해서 실행이 되어지므로,\r
+명령에는 |, &gt; and &amp;&amp;와 같은 쉘의 메타문자를 포함할 수 있습니다. <p>\r
+\r
+<hr>\r
+\r
diff --git a/custom/help/create.ko_KR.UTF-8.html b/custom/help/create.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..a8872bc
--- /dev/null
@@ -0,0 +1,7 @@
+<header>명령 생성</header>\r
+\r
+이 페이지에서 새로운 사용자 정의 명령을 지정할 수 있습니다. 일단 저장을 하면\r
+명령은 실행을 위한 메인 페이지에 추가가 되어집니다.\r
+\r
+<include cmd>\r
+\r
diff --git a/custom/help/desc.ko_KR.UTF-8.html b/custom/help/desc.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..fd28de7
--- /dev/null
@@ -0,0 +1,8 @@
+<header>설명</header>\r
+\r
+이 명령을 위한 간단한 설명. 첫번째 필드는 메인 페이지의 명령 버튼에 출력이 되며, 두번째 필드에\r
+입력된 값은 버튼 아래에 출력이 되어집니다. <br>\r
+\r
+<hr>\r
+\r
+\r
diff --git a/custom/help/dir.ko_KR.UTF-8.html b/custom/help/dir.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..3c18b11
--- /dev/null
@@ -0,0 +1,8 @@
+<header>실행할 디렉토리</header>\r
+\r
+기본적으로, 지정한 명령은 <tt>/usr/libexec/webmin/custom</tt>과 같이 Webmin\r
+모듈 프로그램이 포함된 디렉토리에서 실행이 되어집니다. 이 옵션은 실행되는\r
+위치를 다른 디렉토리로 지정을 할 수 있게 하며, 명령과 명령의 파라미터에서\r
+절대 경로를 사용하지 않도록 하기 위한 경우와 같이 유용하게 사용할 수 있습니다. <p>\r
+\r
+<hr>
\ No newline at end of file
diff --git a/custom/help/edit.ko_KR.UTF-8.html b/custom/help/edit.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..5cb8bab
--- /dev/null
@@ -0,0 +1,5 @@
+<header>명령 편집</header>\r
+\r
+이 페이지에서 이미 정의된 사용자 명령을 수정할 수 있습니다.\r
+<include cmd>\r
+\r
diff --git a/custom/help/editor.ko_KR.UTF-8.html b/custom/help/editor.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..0841d46
--- /dev/null
@@ -0,0 +1,6 @@
+각 파일 편집기는 (메인 페이지의 버튼에 출력될) 설명과 수정할 파일이름을 가지고\r
+있습니다. 이것은 현재 시스템에 존재하는 파일일 수도 있고 또는 아직 존재하지 않는\r
+파일의 이름일 수도 있습니다. 그리고 파일이 저장될 때 수행할 수 있는 몇개의 다른\r
+옵션들이 존재합니다. <p>\r
+\r
+<hr>\r
diff --git a/custom/help/fcreate.ko_KR.UTF-8.html b/custom/help/fcreate.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..68cec63
--- /dev/null
@@ -0,0 +1,6 @@
+<header>파일 편집기 생성</header>\r
+\r
+이 문서에서 새로운 파일 편집기를 정의할 수 있습니다. 저장이 되면, 메인 페이지에\r
+편집기 버튼이 출력 추가 됩니다\r
+\r
+<include editor>
\ No newline at end of file
diff --git a/custom/help/fdesc.ko_KR.UTF-8.html b/custom/help/fdesc.ko_KR.UTF-8.html
new file mode 100644 (file)
index 0000000..d445297
--- /dev/null
@@ -0,0 +1,7 @@
+<header>설명</header>\r
+\r
+이 파일에 대한 간단한 설명. 첫 필드에 입력된 값은 메인 페이지의 편집기 버튼에 출력이 되며, 두번째 필드에 입력된 값은 버튼 아래에 출력이 됩니다. <br>\r
+\r
+<hr>\r
+\r
+\r