summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@debian.org>2015-05-17 06:47:00 +0000
committerChangwoo Ryu <cwryu@debian.org>2015-05-17 06:47:00 +0000
commit696c062c0cf2d64a0b6594a20a44d5e10b44c3ec (patch)
treea172c4244b0f4047cae1971bff89918c35982879 /po/ko/preseed.po
parent5831012fb03edb0e79d0edd354f9deaff2443afd (diff)
downloadinstallation-guide-696c062c0cf2d64a0b6594a20a44d5e10b44c3ec.zip
Updated Korean manual translation
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po194
1 files changed, 50 insertions, 144 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index a902bfe85..5c3116e42 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -3,7 +3,7 @@
# Sunjae Park <darehanl@gmail.com>, 2006.
# Seok-moon Jang <drssay97@gmail.com>, 2005.
# Lee Kyung Soon <lks1331@gmail.com>, 2011.
-# Changwoo Ryu <cwryu@debian.org>, 2005-2009, 2012-2014.
+# Changwoo Ryu <cwryu@debian.org>, 2005-2009, 2012-2015.
#
# 이 번역은 완성 단계로 품질에 많은 신경을 쓰고 있습니다. 반드시 메일링 리스트에
# 번역 사실을 알리고 토의를 하십시오.
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2015-04-15 20:29+0000\n"
-"PO-Revision-Date: 2015-02-09 09:38+0900\n"
+"POT-Creation-Date: 2015-05-17 06:43+0000\n"
+"PO-Revision-Date: 2015-05-17 12:57+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
"Language: ko\n"
@@ -1942,13 +1942,13 @@ msgstr ""
#. Tag: para
#: preseed.xml:891
-#, fuzzy, no-c-format
-#| msgid ""
-#| "The following command can be used to generate an MD5 hash for a password:"
+#, no-c-format
msgid ""
"The following command (available from the <classname>whois</classname> "
"package) can be used to generate an MD5 hash for a password:"
-msgstr "암호에 대한 MD5 해시를 만드려면 다음 명령을 사용할 수 있습니다:"
+msgstr ""
+"암호에 대한 MD5 해시를 만드려면 다음 명령을 사용할 수 있습니다"
+"(<classname>whois</classname> 패키지에 들어 있습니다):"
#. Tag: screen
#: preseed.xml:896
@@ -2064,88 +2064,7 @@ msgstr "파티션 예제"
# 주의: 메시지 번역과 통일
#. Tag: screen
#: preseed.xml:949
-#, fuzzy, no-c-format
-#| msgid ""
-#| "# If the system has free space you can choose to only partition that "
-#| "space.\n"
-#| "# This is only honoured if partman-auto/method (below) is not set.\n"
-#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
-#| "\n"
-#| "# Alternatively, you may specify a disk to partition. If the system has "
-#| "only\n"
-#| "# one disk the installer will default to using that, but otherwise the "
-#| "device\n"
-#| "# name must be given in traditional, non-devfs format (so e.g. /dev/hda "
-#| "or\n"
-#| "# /dev/sda, and not e.g. /dev/discs/disc0/disc).\n"
-#| "# For example, to use the first SCSI/SATA hard disk:\n"
-#| "#d-i partman-auto/disk string /dev/sda\n"
-#| "# In addition, you'll need to specify the method to use.\n"
-#| "# The presently available methods are:\n"
-#| "# - regular: use the usual partition types for your architecture\n"
-#| "# - lvm: use LVM to partition the disk\n"
-#| "# - crypto: use LVM within an encrypted partition\n"
-#| "d-i partman-auto/method string lvm\n"
-#| "\n"
-#| "# If one of the disks that are going to be automatically partitioned\n"
-#| "# contains an old LVM configuration, the user will normally receive a\n"
-#| "# warning. This can be preseeded away...\n"
-#| "d-i partman-lvm/device_remove_lvm boolean true\n"
-#| "# The same applies to pre-existing software RAID array:\n"
-#| "d-i partman-md/device_remove_md boolean true\n"
-#| "# And the same goes for the confirmation to write the lvm partitions.\n"
-#| "d-i partman-lvm/confirm boolean true\n"
-#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
-#| "\n"
-#| "# You can choose one of the three predefined partitioning recipes:\n"
-#| "# - atomic: all files in one partition\n"
-#| "# - home: separate /home partition\n"
-#| "# - multi: separate /home, /var, and /tmp partitions\n"
-#| "d-i partman-auto/choose_recipe select atomic\n"
-#| "\n"
-#| "# Or provide a recipe of your own...\n"
-#| "# If you have a way to get a recipe file into the d-i environment, you "
-#| "can\n"
-#| "# just point at it.\n"
-#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
-#| "\n"
-#| "# If not, you can put an entire recipe into the preconfiguration file in "
-#| "one\n"
-#| "# (logical) line. This example creates a small /boot partition, suitable\n"
-#| "# swap, and uses the rest of the space for the root partition:\n"
-#| "#d-i partman-auto/expert_recipe string \\\n"
-#| "# boot-root :: \\\n"
-#| "# 40 50 100 ext3 \\\n"
-#| "# $primary{ } $bootable{ } \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ /boot } \\\n"
-#| "# . \\\n"
-#| "# 500 10000 1000000000 ext3 \\\n"
-#| "# method{ format } format{ } \\\n"
-#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
-#| "# mountpoint{ / } \\\n"
-#| "# . \\\n"
-#| "# 64 512 300% linux-swap \\\n"
-#| "# method{ swap } format{ } \\\n"
-#| "# .\n"
-#| "\n"
-#| "# The full recipe format is documented in the file partman-auto-recipe."
-#| "txt\n"
-#| "# included in the 'debian-installer' package or available from D-I "
-#| "source\n"
-#| "# repository. This also documents how to specify settings such as file\n"
-#| "# system labels, volume group names and which physical devices to "
-#| "include\n"
-#| "# in a volume group.\n"
-#| "\n"
-#| "# This makes partman automatically partition without confirmation, "
-#| "provided\n"
-#| "# that you told it what to do using one of the methods above.\n"
-#| "d-i partman-partitioning/confirm_write_new_label boolean true\n"
-#| "d-i partman/choose_partition select finish\n"
-#| "d-i partman/confirm boolean true\n"
-#| "d-i partman/confirm_nooverwrite boolean true"
+#, no-c-format
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2230,8 +2149,8 @@ msgstr ""
"# 뿐인 경우 설치 프로그램에서는 그 디스크를 사용합니다. 하지만 여러 개인 경"
"우 장치\n"
"# 이름은 전통적인, devfs 형식이 아닌 형식으로 지정합니다. (예를 들어 /dev/"
-"hda 또는\n"
-"# /dev/sda. /dev/discs/disc0/disc 형식이 아님.)\n"
+"sda.\n"
+"# /dev/discs/disc0/disc 형식이 아님.)\n"
"# 예를 들어, 첫 번째 SCSI/SATA 하드 디스크를 사용하려면:\n"
"#d-i partman-auto/disk string /dev/sda\n"
"# 추가로 사용할 파티션 방식을 지정해야 합니다.\n"
@@ -2563,7 +2482,34 @@ msgstr ""
#. Tag: screen
#: preseed.xml:1037
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# You can choose to install non-free and contrib software.\n"
+#| "#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\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 multiselect security, updates\n"
+#| "#d-i apt-setup/security_host string security.debian.org\n"
+#| "\n"
+#| "# Additional repositories, local[0-9] available\n"
+#| "#d-i apt-setup/local0/repository string \\\n"
+#| "# http://local.server/debian stable main\n"
+#| "#d-i apt-setup/local0/comment string local server\n"
+#| "# Enable deb-src lines\n"
+#| "#d-i apt-setup/local0/source boolean true\n"
+#| "# URL to the public key of the local repository; you must provide a key "
+#| "or\n"
+#| "# apt will complain about the unauthenticated repository and so the\n"
+#| "# sources.list line will be left commented out\n"
+#| "#d-i apt-setup/local0/key string http://local.server/key\n"
+#| "\n"
+#| "# By default the installer requires that repositories be authenticated\n"
+#| "# using a known gpg key. This setting can be used to disable that\n"
+#| "# authentication. Warning: Insecure, not recommended.\n"
+#| "#d-i debian-installer/allow_unauthenticated boolean true"
msgid ""
"# You can choose to install non-free and contrib software.\n"
"#d-i apt-setup/non-free boolean true\n"
@@ -2589,7 +2535,10 @@ msgid ""
"# By default the installer requires that repositories be authenticated\n"
"# using a known gpg key. This setting can be used to disable that\n"
"# authentication. Warning: Insecure, not recommended.\n"
-"#d-i debian-installer/allow_unauthenticated boolean true"
+"#d-i debian-installer/allow_unauthenticated boolean true\n"
+"\n"
+"# Uncomment this to add multiarch configuration for i386\n"
+"#d-i apt-setup/multiarch string i386"
msgstr ""
"# non-free와 contrib 소프트웨어를 설치할 수 있습니다.\n"
"#d-i apt-setup/non-free boolean true\n"
@@ -2764,53 +2713,7 @@ msgstr "부트로더 설치"
#. Tag: screen
#: preseed.xml:1109
-#, fuzzy, no-c-format
-#| msgid ""
-#| "<phrase arch=\"linux-any\"># 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\n"
-#| "# To also skip installing lilo, and install no bootloader, uncomment "
-#| "this\n"
-#| "# too:\n"
-#| "#d-i lilo-installer/skip boolean true</phrase>\n"
-#| "<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, "
-#| "uncomment this\n"
-#| "#d-i grub-installer/skip boolean true</phrase>\n"
-#| "\n"
-#| "# This is fairly safe to set, it makes grub install automatically to the "
-#| "MBR\n"
-#| "# if no other operating system is detected on the machine.\n"
-#| "d-i grub-installer/only_debian boolean true\n"
-#| "\n"
-#| "# This one makes grub-installer install to the MBR if it also finds some "
-#| "other\n"
-#| "# OS, which is less safe as it might not be able to boot that other OS.\n"
-#| "d-i grub-installer/with_other_os boolean true\n"
-#| "\n"
-#| "# Alternatively, if you want to install to a location other than the "
-#| "mbr,\n"
-#| "# uncomment and edit these lines:\n"
-#| "#d-i grub-installer/only_debian boolean false\n"
-#| "#d-i grub-installer/with_other_os boolean false\n"
-#| "#d-i grub-installer/bootdev string (hd0,1)\n"
-#| "# To install grub to multiple disks:\n"
-#| "#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
-#| "# To install to a particular device:\n"
-#| "#d-i grub-installer/bootdev string /dev/sda\n"
-#| "# To install to the first device:\n"
-#| "#d-i grub-installer/bootdev string default\n"
-#| "\n"
-#| "# Optional password for grub, either in clear text\n"
-#| "#d-i grub-installer/password password r00tme\n"
-#| "#d-i grub-installer/password-again password r00tme\n"
-#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n"
-#| "#d-i grub-installer/password-crypted password [MD5 hash]\n"
-#| "\n"
-#| "# Use the following option to add additional boot parameters for the\n"
-#| "# installed system (if supported by the bootloader installer).\n"
-#| "# Note: options passed to the installer will be added automatically.\n"
-#| "#d-i debian-installer/add-kernel-opts string nousb"
+#, no-c-format
msgid ""
"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If "
"you want lilo installed\n"
@@ -2877,6 +2780,13 @@ msgstr ""
"# 설치합니다. 다른 OS로 부팅하지 못할 수도 있으므로 덜 안전합니다.\n"
"d-i grub-installer/with_other_os boolean true\n"
"\n"
+"# 일부 경우 USB 메모리의 경우 MBR 위치를 모든 경우에 안전하게 결정할 수 없기 "
+"때문에\n"
+"# 다음을 직접 지정해야 합니다:\n"
+"#d-i grub-installer/bootdev string /dev/sda\n"
+"# GRUB을 첫번째 장치에 (USB 메모리가 아니라는 가정 하에) 설치하려면:\n"
+"#d-i grub-installer/bootdev string default\n"
+"\n"
"# 다른 방법으로, MBR이 아닌 위치에 GRUB을 설치할 수도 있습니다. 다음\n"
"# 줄의 주석을 지우고 편집하십시오:\n"
"#d-i grub-installer/only_debian boolean false\n"
@@ -2884,10 +2794,6 @@ msgstr ""
"#d-i grub-installer/bootdev string (hd0,1)\n"
"# GRUB을 여러 개 디스크에 설치하려면:\n"
"#d-i grub-installer/bootdev string (hd0,1) (hd1,1) (hd2,1)\n"
-"# GRUB을 특정 장치에 설치하려면:\n"
-"#d-i grub-installer/bootdev string /dev/sda\n"
-"# GRUB을 첫번째 장치에 설치하려면:\n"
-"#d-i grub-installer/bootdev string default\n"
"\n"
"# GRUB에 추가 암호 설정, 일반 텍스트로 사용하거나\n"
"#d-i grub-installer/password password r00tme\n"