summaryrefslogtreecommitdiff
path: root/po/ko/preseed.po
diff options
context:
space:
mode:
authorHolger Wansing <holgerw@debian.org>2017-04-08 11:04:19 +0000
committerHolger Wansing <holgerw@debian.org>2017-04-08 11:04:19 +0000
commit45862c9cbfcbc9a47119f4da44fd5cb88b770cbe (patch)
tree1146862c60c66c910724496fc52efdd9c0e73879 /po/ko/preseed.po
parent63e7d27bbd584d00d30616d13ad52e47f9ba6029 (diff)
downloadinstallation-guide-45862c9cbfcbc9a47119f4da44fd5cb88b770cbe.zip
Refresh po and pot files after changings in en
Diffstat (limited to 'po/ko/preseed.po')
-rw-r--r--po/ko/preseed.po93
1 files changed, 88 insertions, 5 deletions
diff --git a/po/ko/preseed.po b/po/ko/preseed.po
index cf12a65e7..baaf33a50 100644
--- a/po/ko/preseed.po
+++ b/po/ko/preseed.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed.xml\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-12-26 18:56+0000\n"
+"POT-Creation-Date: 2017-04-08 11:03+0000\n"
"PO-Revision-Date: 2017-02-11 18:55+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-i10n-korean@lists.debian.org>\n"
@@ -144,8 +144,8 @@ msgstr "CD/DVD"
#. Tag: entry
#: preseed.xml:77 preseed.xml:78 preseed.xml:79 preseed.xml:89 preseed.xml:91
-#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100 preseed.xml:104
-#: preseed.xml:106 preseed.xml:109 preseed.xml:111
+#: preseed.xml:94 preseed.xml:95 preseed.xml:99 preseed.xml:100
+#: preseed.xml:104 preseed.xml:106 preseed.xml:109 preseed.xml:111
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>예</entry>"
@@ -2076,7 +2076,87 @@ msgstr "파티션 예제"
# 주의: 메시지 번역과 통일
#. Tag: screen
#: preseed.xml:955
-#, no-c-format
+#, 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/sda\n"
+#| "# 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"
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"
@@ -2150,7 +2230,10 @@ msgid ""
"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"
+"d-i partman/confirm_nooverwrite boolean true\n"
+"\n"
+"# When disk encryption is enabled, skip wiping the partitions beforehand.\n"
+"#d-i partman-auto-crypto/erase_disks boolean false"
msgstr ""
"# 시스템에 빈 공간이 있을 때 그 공간만 파티션하게 설정할 수 있습니다.\n"
"# 아래의 partman-auto/method 설정이 있을 때만 적용됩니다.\n"