diff options
Diffstat (limited to 'po/ko/man8/ctrlaltdel.8.po')
-rw-r--r-- | po/ko/man8/ctrlaltdel.8.po | 222 |
1 files changed, 222 insertions, 0 deletions
diff --git a/po/ko/man8/ctrlaltdel.8.po b/po/ko/man8/ctrlaltdel.8.po new file mode 100644 index 00000000..c6a38bce --- /dev/null +++ b/po/ko/man8/ctrlaltdel.8.po @@ -0,0 +1,222 @@ +# Korean translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# 한글 Manpage 프로젝트 <http://man.kldp.org>, 2000. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2023-08-27 16:53+0200\n" +"PO-Revision-Date: 2000-03-28 08:57+0900\n" +"Last-Translator: 한글 Manpage 프로젝트 <http://man.kldp.org>\n" +"Language-Team: Korean <translation-team-ko@googlegroups.com>\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "CTRLALTDEL" +msgstr "CTRLALTDEL" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-05-11" +msgstr "2022년 5월 11일" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "util-linux 2.38.1" +msgstr "util-linux 2.38.1" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy, no-wrap +#| msgid "System Administration Utilities" +msgid "System Administration" +msgstr "시스템 관리 유틸리티" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "이름" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "ctrlaltdel - set the function of the Ctrl-Alt-Del combination" +msgstr "ctrlaltdel - Ctrl-Alt-Del 글쇠의 처리를 지정한다." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "요약" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<ctrlaltdel> B<hard>|B<soft>" +msgstr "B<ctrlaltdel> B<hard>|B<soft>" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "설명" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Based on examination of the I<linux/kernel/reboot.c> code, it is clear that " +"there are two supported functions that the E<lt>Ctrl-Alt-DelE<gt> sequence " +"can perform." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<hard>" +msgstr "B<hard>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +msgid "" +"Immediately reboot the computer without calling B<sync>(2) and without any " +"other preparation. This is the default." +msgstr "" +"I<hard> 리셋. 이것은 B<sync>(2) 함수를 호출하지 않고, 기타 다른 선처리를 하" +"지 않고 바로 리부팅을 실시한다." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<soft>" +msgstr "B<soft>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +msgid "" +"Make the kernel send the B<SIGINT> (interrupt) signal to the B<init> process " +"(this is always the process with PID 1). If this option is used, the " +"B<init>(8) program must support this feature. Since there are now several " +"B<init>(8) programs in the Linux community, please consult the documentation " +"for the version that you are currently using." +msgstr "" +"I<soft> 리셋. 이것은 B<init> 프로세스로 SIGINT (interrupt) 시그날을 보낸다. " +"이 옵션이 사용하려면, 먼저 B<init (8)> 풀그림이 먼저 Ctrl+Alt+Delete 글쇠의 " +"입력을 처리할 할 수 있는 기능을 지원해야 한다. 리눅스에서 사용하는 B<init " +"(8)> 풀그림에는 여러가지 종류가 있다. 먼저 그 관련 문서를 살펴 보아, 이 기능" +"을 지원하는지 알아 보아야한다. B<ctrlaltdel> 명령은 일반적으로 I</etc/rc." +"local> 파일에서 사용된다." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"When the command is run without any argument, it will display the current " +"setting." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The function of B<ctrlaltdel> is usually set in the I</etc/rc.local> file." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "옵션" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-h>, B<--help>" +msgstr "B<-h>, B<--help>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Display help text and exit." +msgstr "도움말을 보여주고 마친다." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-V>, B<--version>" +msgstr "B<-V>, B<--version>" + +#. type: Plain text +#: debian-bookworm +msgid "Print version and exit." +msgstr "버전 정보를 보여주고 마친다." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "FILES" +msgstr "파일" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I</etc/rc.local>" +msgstr "I</etc/rc.local>" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AUTHORS" +msgstr "저자" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "추가 참조" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<init>(8), B<systemd>(1)" +msgstr "B<init>(8), B<systemd>(1)" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "버그 보고" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "가용성" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The B<ctrlaltdel> command is part of the util-linux package which can be " +"downloaded from" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2022-02-14" +msgstr "2022년 2월 14일" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "util-linux 2.37.4" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Display version information and exit." +msgstr "버전 정보를 출력합니다." |