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.po217
1 files changed, 113 insertions, 104 deletions
diff --git a/po/ko/random-bits.po b/po/ko/random-bits.po
index b0e974140..a64c537a8 100644
--- a/po/ko/random-bits.po
+++ b/po/ko/random-bits.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: random-bits.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2013-04-01 21:08+0000\n"
+"POT-Creation-Date: 2014-01-29 10:50+0000\n"
"PO-Revision-Date: 2013-01-27 06:01+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -1143,13 +1143,25 @@ msgstr "베이스 시스템 설정"
#. Tag: para
#: random-bits.xml:540
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Now you've got a real &debian; system, though rather lean, on disk. "
+#| "<command>chroot</command> into it: <informalexample><screen>\n"
+#| "# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash\n"
+#| "</screen></informalexample> After chrooting you may need to set the "
+#| "terminal definition to be compatible with the &debian; base system, for "
+#| "example:"
msgid ""
"Now you've got a real &debian; system, though rather lean, on disk. "
"<command>chroot</command> into it: <informalexample><screen>\n"
"# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash\n"
"</screen></informalexample> After chrooting you may need to set the terminal "
-"definition to be compatible with the &debian; base system, for example:"
+"definition to be compatible with the &debian; base system, for example: "
+"<informalexample><screen>\n"
+"# export TERM=<replaceable>xterm-color</replaceable>\n"
+"</screen></informalexample> Depending on the value of TERM, you may have to "
+"install the <classname>ncurses-term</classname> package to get support for "
+"it."
msgstr ""
"이제 디스크에 진정한 &debian; 시스템을(다소 안이 카스지만) 손에 넣었습니다. "
"거기 <command>chroot</command>하십시오: <informalexample><screen>\n"
@@ -1157,20 +1169,14 @@ msgstr ""
"</screen></informalexample> chroot 후, &debian; 기본 시스템과 호환되는 터미"
"널 정의를 필요가 있을지도 모릅니다. 예를 들어 다음과 같이합니다. "
-#. Tag: screen
-#: random-bits.xml:550
-#, no-c-format
-msgid "# export TERM=<replaceable>xterm-color</replaceable>"
-msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
-
#. Tag: title
-#: random-bits.xml:555
+#: random-bits.xml:558
#, no-c-format
msgid "Create device files"
msgstr "장치 파일 만들기"
#. Tag: para
-#: random-bits.xml:556
+#: random-bits.xml:559
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1189,13 +1195,13 @@ msgstr ""
"고정 장치 파일을 사용할 지에 따라 달라집니다."
#. Tag: para
-#: random-bits.xml:566
+#: random-bits.xml:569
#, no-c-format
msgid "A few of the available options are:"
msgstr "사용할 수 있는 옵션 몇 가지를 설명하면:"
#. Tag: para
-#: random-bits.xml:571
+#: random-bits.xml:574
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1205,7 +1211,7 @@ msgstr ""
"을(chroot 상태에서) 만듭니다"
#. Tag: screen
-#: random-bits.xml:575
+#: random-bits.xml:578
#, no-c-format
msgid ""
"# apt-get install makedev\n"
@@ -1219,7 +1225,7 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:578
+#: random-bits.xml:581
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
@@ -1228,7 +1234,7 @@ msgstr ""
"다"
#. Tag: para
-#: random-bits.xml:583
+#: random-bits.xml:586
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1240,13 +1246,13 @@ msgstr ""
"이 옵션은 주의해서 사용해야 합니다."
#. Tag: title
-#: random-bits.xml:596
+#: random-bits.xml:599
#, no-c-format
msgid "Mount Partitions"
msgstr "파티션 마운트하기"
#. Tag: para
-#: random-bits.xml:597
+#: random-bits.xml:600
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1328,13 +1334,13 @@ msgstr ""
"꼭 proc을 마운트하십시오."
#. Tag: screen
-#: random-bits.xml:623
+#: random-bits.xml:626
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:625
+#: random-bits.xml:628
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1346,19 +1352,19 @@ msgstr ""
"있습니다:"
#. Tag: screen
-#: random-bits.xml:631
+#: random-bits.xml:634
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:637
+#: random-bits.xml:640
#, no-c-format
msgid "Setting Timezone"
msgstr "시간대 설정하기"
#. Tag: para
-#: random-bits.xml:638
+#: random-bits.xml:641
#, fuzzy, no-c-format
#| msgid ""
#| "An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1383,7 +1389,7 @@ msgstr ""
"로 이 부분을 설정하고, 해당 지역의 시간대를 설정합니다."
#. Tag: screen
-#: random-bits.xml:652
+#: random-bits.xml:655
#, fuzzy, no-c-format
#| msgid ""
#| "# editor /etc/default/rcS\n"
@@ -1394,13 +1400,13 @@ msgstr ""
"# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:658
+#: random-bits.xml:661
#, no-c-format
msgid "Configure Networking"
msgstr "네트워크 설정하기"
#. Tag: para
-#: random-bits.xml:659
+#: random-bits.xml:662
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1523,13 +1529,13 @@ msgstr ""
"등) 연결됩니다."
#. Tag: title
-#: random-bits.xml:700
+#: random-bits.xml:703
#, no-c-format
msgid "Configure Apt"
msgstr "APT 설정하기"
#. Tag: para
-#: random-bits.xml:701
+#: random-bits.xml:704
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1555,13 +1561,13 @@ msgstr ""
"음에 꼭 <userinput>aptitude update</userinput>를 실행하십시오."
#. Tag: title
-#: random-bits.xml:717
+#: random-bits.xml:720
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "로캘 및 키보드 설정하기"
#. Tag: para
-#: random-bits.xml:718
+#: random-bits.xml:721
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1580,7 +1586,7 @@ msgstr ""
"</screen></informalexample> 키보드를 설정하려면(키보드 설정이 필요한 경우):"
#. Tag: screen
-#: random-bits.xml:728
+#: random-bits.xml:731
#, no-c-format
msgid ""
"# aptitude install console-setup\n"
@@ -1590,7 +1596,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:730
+#: random-bits.xml:733
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1600,13 +1606,13 @@ msgstr ""
"정합니다."
#. Tag: title
-#: random-bits.xml:740
+#: random-bits.xml:743
#, no-c-format
msgid "Install a Kernel"
msgstr "커널 설치"
#. Tag: para
-#: random-bits.xml:741
+#: random-bits.xml:744
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1616,31 +1622,31 @@ msgstr ""
"니다. 다음과 같이하여 패키지로 만든 커널을 확인하십시오:"
#. Tag: screen
-#: random-bits.xml:746
+#: random-bits.xml:749
#, no-c-format
msgid "# apt-cache search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:748
+#: random-bits.xml:751
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr "다음 패키지 이름을 사용하려면 커널 패키지를 설치합니다."
#. Tag: screen
-#: random-bits.xml:752
+#: random-bits.xml:755
#, no-c-format
msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
-#: random-bits.xml:758
+#: random-bits.xml:761
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "부트로더 설정하기"
#. Tag: para
-#: random-bits.xml:759
+#: random-bits.xml:762
#, no-c-format
msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
@@ -1654,7 +1660,7 @@ msgstr ""
"command>를 사용할 수 있습니다."
#. Tag: para
-#: random-bits.xml:766
+#: random-bits.xml:769
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1678,7 +1684,7 @@ msgstr ""
"시오)</phrase>."
#. Tag: para
-#: random-bits.xml:778
+#: random-bits.xml:781
#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1701,7 +1707,7 @@ msgstr ""
"바르게 동작하는 <filename>/boot/grub/menu.lst</filename> 파일을 만듭니다."
#. Tag: para
-#: random-bits.xml:788
+#: random-bits.xml:791
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/hda</filename> device file has "
@@ -1713,13 +1719,13 @@ msgstr ""
"를 벗어나는 내용입니다."
#. Tag: para
-#: random-bits.xml:794
+#: random-bits.xml:797
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "다음은 기초적인 <filename>/etc/lilo.conf</filename> 예제입니다:"
#. Tag: screen
-#: random-bits.xml:798
+#: random-bits.xml:801
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1741,7 +1747,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:800
+#: random-bits.xml:803
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1759,7 +1765,7 @@ msgstr ""
"하십시오)."
#. Tag: para
-#: random-bits.xml:810
+#: random-bits.xml:813
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1789,13 +1795,13 @@ msgstr ""
"아니라 <userinput>ide0:</userinput>을 써야 할 수도 있습니다."
#. Tag: title
-#: random-bits.xml:823
+#: random-bits.xml:826
#, no-c-format
msgid "Remote access: Installing SSH and setting a password"
msgstr "원격 접근: SSH 설치 및 암호 설정"
#. Tag: para
-#: random-bits.xml:824
+#: random-bits.xml:827
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1806,7 +1812,7 @@ msgstr ""
"나중에 네트워크를 통해 연결하려면 SSH을 설치하고 루트 암호를 설정해야 합니다:"
#. Tag: screen
-#: random-bits.xml:830
+#: random-bits.xml:833
#, no-c-format
msgid ""
"# aptitude install ssh\n"
@@ -1816,13 +1822,13 @@ msgstr ""
"# passwd"
#. Tag: title
-#: random-bits.xml:835
+#: random-bits.xml:838
#, no-c-format
msgid "Finishing touches"
msgstr "마지막 처리"
#. Tag: para
-#: random-bits.xml:836
+#: random-bits.xml:839
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1841,7 +1847,7 @@ msgstr ""
"를 하나하나 선택해서 설치할 수도 있습니다."
#. Tag: para
-#: random-bits.xml:847
+#: random-bits.xml:850
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1853,20 +1859,20 @@ msgstr ""
"할 수 있습니다:"
#. Tag: screen
-#: random-bits.xml:853
+#: random-bits.xml:856
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:864
+#: random-bits.xml:867
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "PLIP(병렬 라인 IP)을 이용해 &debian-gnu; 설치하기"
# &debian-gnu; => 데비안 GNU/리눅스, 조사 구분에 주의
#. Tag: para
-#: random-bits.xml:866
+#: random-bits.xml:869
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1881,7 +1887,7 @@ msgstr ""
"결해야합니다."
#. Tag: para
-#: random-bits.xml:874
+#: random-bits.xml:877
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1896,7 +1902,7 @@ msgstr ""
"주소는 사용하지 말아야 합니다.)"
#. Tag: para
-#: random-bits.xml:882
+#: random-bits.xml:885
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1907,7 +1913,7 @@ msgstr ""
"있습니다. (<xref linkend=\"boot-new\"/> 참고.)"
#. Tag: para
-#: random-bits.xml:887
+#: random-bits.xml:890
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1920,13 +1926,13 @@ msgstr ""
"<literal>io=0x378</literal>, <literal>irq=7</literal>입니다."
#. Tag: title
-#: random-bits.xml:897
+#: random-bits.xml:900
#, no-c-format
msgid "Requirements"
msgstr "요구 사항"
#. Tag: para
-#: random-bits.xml:900
+#: random-bits.xml:903
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1934,13 +1940,13 @@ msgid ""
msgstr "&debian; 설치 대상 컴퓨터 <emphasis>타겟</emphasis>이라고 합니다."
#. Tag: para
-#: random-bits.xml:906
+#: random-bits.xml:909
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "시스템 설치 미디어. <xref linkend=\"installation-media\"/> 참고."
#. Tag: para
-#: random-bits.xml:911
+#: random-bits.xml:914
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1950,7 +1956,7 @@ msgstr ""
"합니다."
#. Tag: para
-#: random-bits.xml:917
+#: random-bits.xml:920
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1962,13 +1968,13 @@ msgstr ""
"시오."
#. Tag: title
-#: random-bits.xml:929
+#: random-bits.xml:932
#, no-c-format
msgid "Setting up source"
msgstr "소스 설정하기"
#. Tag: para
-#: random-bits.xml:930
+#: random-bits.xml:933
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1978,7 +1984,7 @@ msgstr ""
"예제입니다."
#. Tag: screen
-#: random-bits.xml:935
+#: random-bits.xml:938
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -2021,13 +2027,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:941
+#: random-bits.xml:944
#, no-c-format
msgid "Installing target"
msgstr "타겟 설치"
#. Tag: para
-#: random-bits.xml:942
+#: random-bits.xml:945
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -2052,13 +2058,13 @@ msgstr ""
"</screen></informalexample> 아래는 설치 단계에서 입력해야 할 사항들입니다."
#. Tag: guimenuitem
-#: random-bits.xml:961
+#: random-bits.xml:964
#, no-c-format
msgid "Load installer components from CD"
msgstr "CD에서 설치 프로그램 컴포넌트 읽어들이기"
#. Tag: para
-#: random-bits.xml:963
+#: random-bits.xml:966
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2068,13 +2074,13 @@ msgstr ""
"치 시스템에서 PLIP 드라이버를 사용할 수 있습니다."
#. Tag: guimenuitem
-#: random-bits.xml:971
+#: random-bits.xml:974
#, no-c-format
msgid "Detect network hardware"
msgstr "네트워크 하드웨어 검색"
#. Tag: para
-#: random-bits.xml:976
+#: random-bits.xml:979
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2088,7 +2094,7 @@ msgstr ""
"은 표시하지 않습니다."
#. Tag: para
-#: random-bits.xml:985
+#: random-bits.xml:988
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2100,26 +2106,26 @@ msgstr ""
"십시오."
#. Tag: guimenuitem
-#: random-bits.xml:997
+#: random-bits.xml:1000
#, no-c-format
msgid "Configure the network"
msgstr "네트워크 설정"
#. Tag: para
-#: random-bits.xml:1000
+#: random-bits.xml:1003
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "DHCP로 네트워크 자동 설정: 아니오"
#. Tag: para
-#: random-bits.xml:1005
+#: random-bits.xml:1008
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
msgstr "IP 주소: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:1010
+#: random-bits.xml:1013
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2129,7 +2135,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:1016
+#: random-bits.xml:1019
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2139,13 +2145,13 @@ msgstr ""
"resolv.conf</filename> 파일 참고.)"
#. Tag: title
-#: random-bits.xml:1035
+#: random-bits.xml:1038
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "PPP 오버 이더넷을(PPPoE) 이용해 &debian-gnu; 설치하기"
#. Tag: para
-#: random-bits.xml:1037
+#: random-bits.xml:1040
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2160,7 +2166,7 @@ msgstr ""
"서 그 방법을 설명합니다."
#. Tag: para
-#: random-bits.xml:1045
+#: random-bits.xml:1048
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2171,7 +2177,7 @@ msgstr ""
"있습니다. (<xref linkend=\"boot-new\"/> 참고.)"
#. Tag: para
-#: random-bits.xml:1050
+#: random-bits.xml:1053
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2185,7 +2191,7 @@ msgstr ""
"지원하지 않습니다.)"
#. Tag: para
-#: random-bits.xml:1057
+#: random-bits.xml:1060
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2195,7 +2201,7 @@ msgstr ""
"니다."
#. Tag: para
-#: random-bits.xml:1065
+#: random-bits.xml:1068
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2211,7 +2217,7 @@ msgstr ""
"classname>) 읽어들여서 실행합니다."
#. Tag: para
-#: random-bits.xml:1080
+#: random-bits.xml:1083
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2230,7 +2236,7 @@ msgstr ""
"classname>을 선택할 수 있습니다. </para> </footnote>.)"
#. Tag: para
-#: random-bits.xml:1099
+#: random-bits.xml:1102
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2240,7 +2246,7 @@ msgstr ""
"를 찾습니다."
#. Tag: para
-#: random-bits.xml:1105
+#: random-bits.xml:1108
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2252,7 +2258,7 @@ msgstr ""
"아 봅니다."
#. Tag: para
-#: random-bits.xml:1111
+#: random-bits.xml:1114
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2268,7 +2274,7 @@ msgstr ""
"</guimenuitem>을 선택하십시오."
#. Tag: para
-#: random-bits.xml:1120
+#: random-bits.xml:1123
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2278,7 +2284,7 @@ msgstr ""
"게 물어봅니다."
#. Tag: para
-#: random-bits.xml:1126
+#: random-bits.xml:1129
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2296,13 +2302,13 @@ msgstr ""
"결 설정 및 시작</guimenuitem>을 선택하면 다시 설정을 할 수 있습니다."
#. Tag: title
-#: random-bits.xml:1146
+#: random-bits.xml:1149
#, no-c-format
msgid "The Graphical Installer"
msgstr "그래픽 설치 프로그램"
#. Tag: para
-#: random-bits.xml:1147
+#: random-bits.xml:1150
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -2315,7 +2321,7 @@ msgstr ""
"일하고(거의 같은 프로그램을 이용합니다) 프론트엔드만 다릅니다."
#. Tag: para
-#: random-bits.xml:1155
+#: random-bits.xml:1158
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -2333,7 +2339,7 @@ msgstr ""
# 주의: Advanced options, Help는 한글로 나오지 않는다
#. Tag: para
-#: random-bits.xml:1164
+#: random-bits.xml:1167
#, no-c-format
msgid ""
"The graphical installer is available with all CD images and with the hd-"
@@ -2354,7 +2360,7 @@ msgstr ""
"팅 프롬프트에서 입력하면 사용할 수 있습니다."
#. Tag: para
-#: random-bits.xml:1175
+#: random-bits.xml:1178
#, no-c-format
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
@@ -2371,7 +2377,7 @@ msgstr ""
"para></footnote>있습니다."
#. Tag: para
-#: random-bits.xml:1188
+#: random-bits.xml:1191
#, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
@@ -2389,7 +2395,7 @@ msgstr ""
"스템에서는 작동하지 않습니다."
#. Tag: para
-#: random-bits.xml:1202
+#: random-bits.xml:1205
#, no-c-format
msgid ""
"Just as with the regular installer it is possible to add boot parameters "
@@ -2399,7 +2405,7 @@ msgstr ""
"터를 추가 할 수 있습니다."
#. Tag: para
-#: random-bits.xml:1208
+#: random-bits.xml:1211
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -2412,7 +2418,7 @@ msgstr ""
"<quote>newt</quote> 프론트엔드로 실행합니다."
#. Tag: para
-#: random-bits.xml:1215
+#: random-bits.xml:1218
#, no-c-format
msgid ""
"If the amount of memory in your system is below &minimum-memory;, the "
@@ -2425,13 +2431,13 @@ msgstr ""
"스템의 경우 일반 설치 프로그램 사용을 권장합니다."
#. Tag: title
-#: random-bits.xml:1225
+#: random-bits.xml:1228
#, no-c-format
msgid "Using the graphical installer"
msgstr "그래픽 설치 프로그램 사용하기"
#. Tag: para
-#: random-bits.xml:1226
+#: random-bits.xml:1229
#, no-c-format
msgid ""
"As already mentioned, the graphical installer basically works the same as "
@@ -2442,7 +2448,7 @@ msgstr ""
"작합니다. 그러므로 이 안내서를 그대로 이용해 설치를 마칠 수 있습니다."
#. Tag: para
-#: random-bits.xml:1232
+#: random-bits.xml:1235
#, no-c-format
msgid ""
"If you prefer using the keyboard over the mouse, there are two things you "
@@ -2460,7 +2466,7 @@ msgstr ""
"추로 이동하고 엔터를 누르면 해당 선택을(선택하는 게 아니라) 토글합니다."
#. Tag: para
-#: random-bits.xml:1242
+#: random-bits.xml:1245
#, no-c-format
msgid ""
"If a dialog offers additional help information, a <guibutton>Help</"
@@ -2472,7 +2478,7 @@ msgstr ""
"를 눌러 도움말을 볼 수 있습니다."
#. Tag: para
-#: random-bits.xml:1248
+#: random-bits.xml:1251
#, no-c-format
msgid ""
"To switch to another console, you will also need to use the <keycap>Ctrl</"
@@ -2488,3 +2494,6 @@ msgstr ""
"keycap> </keycombo>를 누릅니다. 그래픽 설치 프로그램은 VT5에서 동작하므로 "
"<keycombo> <keycap>왼쪽 Alt</keycap> <keycap>F5</keycap> </keycombo> 키를 누"
"르면 VT5로 돌아갑니다."
+
+#~ msgid "# export TERM=<replaceable>xterm-color</replaceable>"
+#~ msgstr "# export TERM=<replaceable>xterm-color</replaceable>"