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.po79
1 files changed, 0 insertions, 79 deletions
diff --git a/po/ko/random-bits.po b/po/ko/random-bits.po
index 1ac89a6dc..c65c3f5e5 100644
--- a/po/ko/random-bits.po
+++ b/po/ko/random-bits.po
@@ -860,17 +860,6 @@ msgstr "<command>debootstrap</command> 설치"
#. Tag: para
#: random-bits.xml:449
#, no-c-format
-#| msgid ""
-#| "The utility used by the Debian installer, and recognized as the official "
-#| "way to install a Debian base system, is <command>debootstrap</command>. "
-#| "It uses <command>wget</command> and <command>ar</command>, but otherwise "
-#| "depends only on <classname>/bin/sh</classname> and basic Unix/Linux "
-#| "tools<footnote> <para> These include the GNU core utilities and commands "
-#| "like <command>sed</command>, <command>grep</command>, <command>tar</"
-#| "command> and <command>gzip</command>. </para> </footnote>. Install "
-#| "<command>wget</command> and <command>ar</command> if they aren't already "
-#| "on your current system, then download and install <command>debootstrap</"
-#| "command>."
msgid "The utility used by the &debian; installer, and recognized as the official way to install a &debian; base system, is <command>debootstrap</command>. It uses <command>wget</command> and <command>ar</command>, but otherwise depends only on <classname>/bin/sh</classname> and basic Unix/Linux tools<footnote> <para> These include the GNU core utilities and commands like <command>sed</command>, <command>grep</command>, <command>tar</command> and <command>gzip</command>. </para> </footnote>. Install <command>wget</command> and <command>ar</command> if they aren't already on your current system, then download and install <command>debootstrap</command>."
msgstr "&debian; 설치 프로그램에서 사용하는 유틸리티에서 &debian;베이스 시스템을 설치하는 공식적인 방법으로 인정받고 있는 것은 <command>debootstrap</command>입니다. <command>wget</command>와 <command>ar</command>를 사용하지만 <classname>/bin/sh</classname>와 기본적인 Unix/Linux 도구 <footnote> <para>에는 <command>sed</command>, <command>grep</command>, <command>tar</command>, <command>gzip</command> 같은 GNU 핵심 유틸리티가 포함되어 있습니다. </para> </footnote>에만 의존하고 있습니다. 기존 시스템에 아직 설치되어 있지 않으면 <command>wget</command>와 <command>ar</command>를 설치한 다음 <command>debootstrap</command> 다운로드 설치하십시오."
@@ -1186,66 +1175,6 @@ msgstr "네트워크 설정하기"
#. Tag: para
#: random-bits.xml:653
#, 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 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."
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"
@@ -1899,14 +1828,6 @@ msgstr "또한 netboot는 그래픽 설치 프로그램도 추가(주로 테스
#. Tag: para
#: random-bits.xml:1170
#, no-c-format
-#| msgid ""
-#| "For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
-#| "image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image "
-#| "can be downloaded from a Debian mirror as described in <xref linkend="
-#| "\"downloading-files\"/>. Look for <filename>netboot/gtk/mini.iso</"
-#| "filename>. </para> </footnote>. It should work on almost all PowerPC "
-#| "systems that have an ATI graphical card, but is unlikely to work on other "
-#| "systems."
msgid "For &arch-title;, currently only an experimental <quote>mini</quote> ISO image is available<footnote id=\"gtk-miniiso\"> <para> The mini ISO image can be downloaded from a &debian; mirror as described in <xref linkend=\"downloading-files\"/>. Look for <filename>netboot/gtk/mini.iso</filename>. </para> </footnote>. It should work on almost all PowerPC systems that have an ATI graphical card, but is unlikely to work on other systems."
msgstr "&arch-title;에서는 현재 실험 버전 <quote>미니</quote> ISO 이미지를 사용할 수 있습니다. <footnote id=\"gtk-miniiso\"> <para> 미니 ISO 이미지는 <xref linkend=\"downloading-files\"/>에서 설명하는 &debian; 미러에서 다운로드 할 수 있습니다. <filename>netboot/gtk/mini.iso</filename>을 찾습니다. </para> </footnote>. ATI 그래픽 카드가 거의 모든 PowerPC 시스템에서 작동하지만 다른 시스템에서는 작동하지 않을 것입니다."