summaryrefslogtreecommitdiff
path: root/po/ko/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/random-bits.po')
-rw-r--r--po/ko/random-bits.po80
1 files changed, 10 insertions, 70 deletions
diff --git a/po/ko/random-bits.po b/po/ko/random-bits.po
index ae0875279..6f0deec66 100644
--- a/po/ko/random-bits.po
+++ b/po/ko/random-bits.po
@@ -2,7 +2,7 @@
#
# Seok-moon Jang <drssay97@gmail.com>, 2005, 2006.
# Lee Kyung Soon <lks1331@gmail.com>, 2011.
-# Changwoo Ryu <cwryu@debian.org>, 2005-2009, 2012-2015, 2017.
+# Changwoo Ryu <cwryu@debian.org>, 2005-2009, 2012-2015, 2017, 2019.
#
# 이 번역은 완성 단계로 품질에 많은 신경을 쓰고 있습니다. 반드시 메일링 리스트에
# 번역 사실을 알리고 토의를 하십시오.
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: random-bits.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2018-11-09 16:26+0000\n"
-"PO-Revision-Date: 2017-02-11 18:57+0900\n"
+"PO-Revision-Date: 2019-05-16 02:03+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
"Language: ko\n"
@@ -1257,68 +1257,7 @@ msgstr "네트워크 설정하기"
#. Tag: para
#: random-bits.xml:620
-#, fuzzy, no-c-format
-#| msgid ""
-#| "To configure networking, edit <filename>/etc/network/interfaces</"
-#| "filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/"
-#| "hostname</filename> and <filename>/etc/hosts</filename>. "
-#| "<informalexample><screen>\n"
-#| "# editor /etc/network/interfaces\n"
-#| "</screen></informalexample> Here are some simple examples from <filename>/"
-#| "usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n"
-#| "######################################################################\n"
-#| "# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)\n"
-#| "# See the interfaces(5) manpage for information on what options are\n"
-#| "# available.\n"
-#| "######################################################################\n"
-#| "\n"
-#| "# We always want the loopback interface.\n"
-#| "#\n"
-#| "auto lo\n"
-#| "iface lo inet loopback\n"
-#| "\n"
-#| "# To use dhcp:\n"
-#| "#\n"
-#| "# auto eth0\n"
-#| "# iface eth0 inet dhcp\n"
-#| "\n"
-#| "# An example static IP setup: (broadcast and gateway are optional)\n"
-#| "#\n"
-#| "# auto eth0\n"
-#| "# iface eth0 inet static\n"
-#| "# address 192.168.0.42\n"
-#| "# network 192.168.0.0\n"
-#| "# netmask 255.255.255.0\n"
-#| "# broadcast 192.168.0.255\n"
-#| "# gateway 192.168.0.1\n"
-#| "</screen></informalexample> Enter your nameserver(s) and search "
-#| "directives in <filename>/etc/resolv.conf</filename>: "
-#| "<informalexample><screen>\n"
-#| "# editor /etc/resolv.conf\n"
-#| "</screen></informalexample> A simple example <filename>/etc/resolv.conf</"
-#| "filename>: <informalexample><screen>\n"
-#| "search hqdom.local\n"
-#| "nameserver 10.1.1.36\n"
-#| "nameserver 192.168.9.100\n"
-#| "</screen></informalexample> Enter your system's host name (2 to 63 "
-#| "characters): <informalexample><screen>\n"
-#| "# echo DebianHostName &gt; /etc/hostname\n"
-#| "</screen></informalexample> And a basic <filename>/etc/hosts</filename> "
-#| "with IPv6 support: <informalexample><screen>\n"
-#| "127.0.0.1 localhost\n"
-#| "127.0.1.1 DebianHostName\n"
-#| "\n"
-#| "# The following lines are desirable for IPv6 capable hosts\n"
-#| "::1 ip6-localhost ip6-loopback\n"
-#| "fe00::0 ip6-localnet\n"
-#| "ff00::0 ip6-mcastprefix\n"
-#| "ff02::1 ip6-allnodes\n"
-#| "ff02::2 ip6-allrouters\n"
-#| "ff02::3 ip6-allhosts\n"
-#| "</screen></informalexample> If you have multiple network cards, you "
-#| "should arrange the names of driver modules in the <filename>/etc/modules</"
-#| "filename> file into the desired order. Then during boot, each card will "
-#| "be associated with the interface name (eth0, eth1, etc.) that you expect."
+#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
"<filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> "
@@ -1393,17 +1332,18 @@ msgstr ""
"# available.\n"
"######################################################################\n"
"\n"
-"# We always want the loopback interface.\n"
+"# 루프백 인터페이스는 이제는 실제 필요가 없지만, 필요한 경우 사용할\n"
+"# 수 있습니다.\n"
"#\n"
-"auto lo\n"
-"iface lo inet loopback\n"
+"# auto lo\n"
+"# iface lo inet loopback\n"
"\n"
-"# To use dhcp:\n"
+"# DHCP를 사용하려면:\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet dhcp\n"
"\n"
-"# An example static IP setup: (broadcast and gateway are optional)\n"
+"# 고정 IP 설정 예제: (network, broadcast, gateway는 안 써도 됩니다)\n"
"#\n"
"# auto eth0\n"
"# iface eth0 inet static\n"
@@ -1428,7 +1368,7 @@ msgstr ""
" 127.0.0.1 localhost\n"
"127.0.1.1 DebianHostName\n"
"\n"
-"# The following lines are desirable for IPv6 capable hosts\n"
+"# IPv6가 가능한 호스트에서는 다음 줄을 쓰는 게 좋습니다\n"
"::1 ip6-localhost ip6-loopback\n"
"fe00::0 ip6-localnet\n"
"ff00::0 ip6-mcastprefix\n"