diff options
Diffstat (limited to 'po/ko/man1/wall.1.po')
-rw-r--r-- | po/ko/man1/wall.1.po | 244 |
1 files changed, 244 insertions, 0 deletions
diff --git a/po/ko/man1/wall.1.po b/po/ko/man1/wall.1.po new file mode 100644 index 00000000..1a8b61b7 --- /dev/null +++ b/po/ko/man1/wall.1.po @@ -0,0 +1,244 @@ +# Korean translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# 윤현호 <hhyoon@kldp.org>, 2004. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2023-08-27 17:32+0200\n" +"PO-Revision-Date: 2004-03-29 08:57+0900\n" +"Last-Translator: 윤현호 <hhyoon@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 +#, fuzzy, no-wrap +#| msgid "WALL 1" +msgid "WALL" +msgstr "WALL 1" + +#. 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 +#, no-wrap +msgid "User Commands" +msgstr "사용자 명령" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "이름" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "write a message to users" +msgid "wall - write a message to all users" +msgstr "모든 사람의 터미널에 메시지를 보낸다." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "요약" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<wall> [B<-n>] [B<-t> I<timeout>] [B<-g> I<group>] [I<message> | I<file>]" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "설명" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B<wall> displays a I<message>, or the contents of a I<file>, or otherwise " +"its standard input, on the terminals of all currently logged in users. The " +"command will wrap lines that are longer than 79 characters. Short lines are " +"whitespace padded to have 79 characters. The command will always put a " +"carriage return and new line at the end of each line." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Only the superuser can write on the terminals of users who have chosen to " +"deny messages or are using a program which automatically denies messages." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Reading from a I<file> is refused when the invoker is not superuser and the " +"program is set-user-ID or set-group-ID." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "옵션" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "B<-Q>, B<--no-warn>" +msgid "B<-n>, B<--nobanner>" +msgstr "B<-Q>, B<--no-warn>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Suppress the banner." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "B<-c>, B<--stdout>, B<--to-stdout>" +msgid "B<-t>, B<--timeout> I<timeout>" +msgstr "B<-c>, B<--stdout>, B<--to-stdout>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Abandon the write attempt to the terminals after I<timeout> seconds. This " +"I<timeout> must be a positive integer. The default value is 300 seconds, " +"which is a legacy from the time when people ran terminals over modem lines." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "B<-o>, B<--output>=I<\\,FILE\\/>" +msgid "B<-g>, B<--group> I<group>" +msgstr "B<-o>, B<--output>=I<\\,파일\\/>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Limit printing message to members of group defined as a I<group> argument. " +"The argument can be group name or GID." +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 "NOTES" +msgstr "주의" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Some sessions, such as B<wdm>(1x), that have in the beginning of B<utmp>(5) " +"ut_type data a \\(aq:\\(aq character will not get the message from B<wall>. " +"This is done to avoid write errors." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "HISTORY" +msgstr "이력" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "A E<.Nm> command appeared in E<.At v7>." +msgid "A B<wall> command appeared in Version 7 AT&T UNIX." +msgstr "E<.Nm> 명령은 E<.At v7> 시스템에서 처음 나타났다." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "추가 참조" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +#, fuzzy +#| msgid "E<.Xr mesg 1>, E<.Xr talk 1>, E<.Xr write 1>, E<.Xr shutdown 8>" +msgid "B<mesg>(1), B<talk>(1), B<write>(1), B<shutdown>(8)" +msgstr "E<.Xr mesg 1>, E<.Xr talk 1>, E<.Xr write 1>, E<.Xr shutdown 8>" + +#. 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<wall> 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 "버전 정보를 출력합니다." |