summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po60
1 files changed, 19 insertions, 41 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index 84129d121..36c1b3820 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2007-09-16 00:09+0000\n"
+"POT-Creation-Date: 2007-10-22 00:09+0000\n"
"PO-Revision-Date: 2007-03-09 21:40+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -1446,10 +1446,8 @@ msgstr ""
#, fuzzy, no-c-format
msgid ""
"# If you select ftp, the mirror/country string does not need to be set.\n"
-"#d-i mirror/protocol string ftp<phrase condition=\"etch\">\n"
-"d-i mirror/country string enter information manually</phrase><phrase "
-"condition=\"lenny\">\n"
-"d-i mirror/country string manual</phrase>\n"
+"#d-i mirror/protocol string ftp\n"
+"d-i mirror/country string manual\n"
"d-i mirror/http/hostname string &archive-mirror;\n"
"d-i mirror/http/directory string /debian\n"
"d-i mirror/http/proxy string\n"
@@ -1516,19 +1514,13 @@ msgid ""
"#d-i partman-auto/init_automatically_partition \\\n"
"# select Guided - use the largest continuous free space\n"
"\n"
-"<phrase condition=\"etch\"># Alternatively, you can specify a disk to "
-"partition. The device name\n"
-"# can be given in either devfs or traditional non-devfs format.\n"
-"# For example, to use the first disk:\n"
-"d-i partman-auto/disk string /dev/discs/disc0/disc</phrase><phrase condition="
-"\"lenny\">\n"
"# Alternatively, you can specify a disk to partition. The device name must\n"
"# be given in traditional non-devfs format.\n"
"# For example, to use the first SCSI/SATA hard disk:\n"
"d-i partman-auto/disk string /dev/sda\n"
"# Note: If you want to use whatever disk is available, no matter\n"
"# what its device name, comment the line above out. This will only work if\n"
-"# the system only has one disk.</phrase>\n"
+"# the system only has one disk.\n"
"# In addition, you'll need to specify the method to use.\n"
"# The presently available methods are: \"regular\", \"lvm\" and \"crypto\"\n"
"d-i partman-auto/method string lvm\n"
@@ -1805,13 +1797,12 @@ msgid ""
"\n"
"# You may set this to any valid setting for $TZ; see the contents of\n"
"# /usr/share/zoneinfo/ for valid values.\n"
-"d-i time/zone string US/Eastern<phrase condition=\"lenny\">\n"
+"d-i time/zone string US/Eastern\n"
"\n"
"# Controls whether to use NTP to set the clock during the install\n"
"d-i clock-setup/ntp boolean true\n"
"# NTP server to use. The default is almost always fine here.\n"
-"#d-i clock-setup/ntp-server ntp.example.com\n"
-"</phrase>"
+"#d-i clock-setup/ntp-server ntp.example.com"
msgstr ""
"# 하드웨어 시계를 UTC로 할 지 여부를 결정합니다\n"
"d-i clock-setup/utc boolean true\n"
@@ -1878,11 +1869,11 @@ msgid ""
"# or encrypted using an MD5 hash.\n"
"#d-i passwd/user-password-crypted password [MD5 hash]\n"
"# Create the first user with the specified UID instead of the default.\n"
-"#d-i passwd/user-uid string 1010<phrase condition=\"lenny\">\n"
+"#d-i passwd/user-uid string 1010\n"
"\n"
"# The user account will be added to some standard initial groups. To\n"
"# override that, use this.\n"
-"#d-i passwd/user-default-groups string audio cdrom video</phrase>"
+"#d-i passwd/user-default-groups string audio cdrom video"
msgstr ""
"# 루트 계정을 만들지 않고 넘어갑니다. (일반 유저는 sudo를 사용할 \n"
"# 수 있습니다.).\n"
@@ -1956,18 +1947,19 @@ msgstr ""
#. Tag: screen
#: preseed.xml:882
-#, no-c-format
+#, fuzzy, no-c-format
msgid ""
"# Select the initramfs generator used to generate the initrd for 2.6 "
"kernels.\n"
-"#d-i base-installer/kernel/linux/initramfs-generators string yaird<phrase "
-"condition=\"lenny\">\n"
+"#d-i base-installer/kernel/linux/initramfs-generators string yaird\n"
"\n"
"# The kernel image (meta) package to be installed; \"none\" can be used if "
"no\n"
"# kernel is to be installed.\n"
-"#d-i base-installer/kernel/image linux-image-2.6-486</phrase>"
+"#d-i base-installer/kernel/image linux-image-2.6-486"
msgstr ""
+"# 2.6 커널의 initrd를 만드는 initramfs를 선택합니다\n"
+"#d-i base-installer/kernel/linux/initramfs-generators string yaird"
#. Tag: title
#: preseed.xml:887
@@ -1996,15 +1988,12 @@ msgid ""
"#d-i apt-setup/non-free boolean true\n"
"#d-i apt-setup/contrib boolean true\n"
"# Uncomment this if you don't want to use a network mirror.\n"
-"#d-i apt-setup/use_mirror boolean false<phrase condition=\"etch\">\n"
-"# Uncomment this to avoid adding security sources, or\n"
-"# add a hostname to use a different server than security.debian.org.\n"
-"#d-i apt-setup/security_host string</phrase><phrase condition=\"lenny\">\n"
+"#d-i apt-setup/use_mirror boolean false\n"
"# Select which update services to use; define the mirrors to be used.\n"
"# Values shown below are the normal defaults.\n"
"#d-i apt-setup/services-select multi-select security, volatile\n"
"#d-i apt-setup/security_host string security.debian.org\n"
-"#d-i apt-setup/volatile_host string volatile.debian.org</phrase>\n"
+"#d-i apt-setup/volatile_host string volatile.debian.org\n"
"\n"
"# Additional repositories, local[0-9] available\n"
"#d-i apt-setup/local0/repository string \\\n"
@@ -2153,13 +2142,10 @@ msgstr ""
#: preseed.xml:961
#, fuzzy, no-c-format
msgid ""
-"#tasksel tasksel/first multiselect standard, web-server<phrase condition="
-"\"lenny\">\n"
+"#tasksel tasksel/first multiselect standard, web-server\n"
"# If the desktop task is selected, install the kde and xfce desktops\n"
"# instead of the default gnome desktop.\n"
-"#tasksel tasksel/desktop multiselect kde, xfce</phrase><phrase condition="
-"\"etch\">\n"
-"#tasksel tasksel/first multiselect standard, kde-desktop</phrase>\n"
+"#tasksel tasksel/desktop multiselect kde, xfce\n"
"\n"
"# Individual additional packages to install\n"
"#d-i pkgsel/include string openssh-server build-essential\n"
@@ -2195,10 +2181,10 @@ msgstr "부트 로더 설치"
msgid ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
"# instead, uncomment this:\n"
-"#d-i grub-installer/skip boolean true<phrase condition=\"lenny\">\n"
+"#d-i grub-installer/skip boolean true\n"
"# To also skip installing lilo, and install no bootloader, uncomment this\n"
"# too:\n"
-"#d-i lilo-installer/skip boolean true</phrase>\n"
+"#d-i lilo-installer/skip boolean true\n"
"\n"
"# This is fairly safe to set, it makes grub install automatically to the "
"MBR\n"
@@ -2566,11 +2552,3 @@ msgstr ""
"야 합니다. 미리 설정을 실행하는 두 개의 별도의 단계가 있기 때문입니다. 예를 "
"들어서 preseed/early 명령을 한 번 더 실행할 수 있고, 두 번째가 네트워크가 연"
"결된 다음에 실행될 수 있습니다."
-
-#~ msgid ""
-#~ "# Select the initramfs generator used to generate the initrd for 2.6 "
-#~ "kernels.\n"
-#~ "#d-i base-installer/kernel/linux/initramfs-generators string yaird"
-#~ msgstr ""
-#~ "# 2.6 커널의 initrd를 만드는 initramfs를 선택합니다\n"
-#~ "#d-i base-installer/kernel/linux/initramfs-generators string yaird"