diff options
author | Holger Wansing <hwansing@mailbox.org> | 2021-12-26 14:25:24 +0100 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2021-12-26 14:25:24 +0100 |
commit | 7fdf7aba946cafd04c5934bacb050c124a84932a (patch) | |
tree | 9b7d98246a8efe59c1e44c709ffc085453119bc8 /po | |
parent | 934ff5d138c8b3a754442087c2339575e008e734 (diff) | |
download | installation-guide-7fdf7aba946cafd04c5934bacb050c124a84932a.zip |
Trivial unfuzzy of (some) translations
Diffstat (limited to 'po')
-rw-r--r-- | po/ca/preseed.po | 116 | ||||
-rw-r--r-- | po/de/preseed.po | 116 | ||||
-rw-r--r-- | po/el/preseed.po | 116 | ||||
-rw-r--r-- | po/es/preseed.po | 116 | ||||
-rw-r--r-- | po/fr/preseed.po | 116 | ||||
-rw-r--r-- | po/it/preseed.po | 116 | ||||
-rw-r--r-- | po/ja/preseed.po | 116 | ||||
-rw-r--r-- | po/ko/preseed.po | 116 | ||||
-rw-r--r-- | po/nl/preseed.po | 116 | ||||
-rw-r--r-- | po/pt/preseed.po | 116 | ||||
-rw-r--r-- | po/zh_CN/preseed.po | 116 |
11 files changed, 22 insertions, 1254 deletions
diff --git a/po/ca/preseed.po b/po/ca/preseed.po index f235db7e8..5c9813d0e 100644 --- a/po/ca/preseed.po +++ b/po/ca/preseed.po @@ -2268,119 +2268,7 @@ msgstr "Exemple de particions" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2586,7 +2474,7 @@ msgstr "" "false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Assegurar que la taula de particions és GPT - això és requerit per EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# Quan s'habilita el xifrat de disc, ometi esborrar les particions per " diff --git a/po/de/preseed.po b/po/de/preseed.po index 82aca236a..a5f091751 100644 --- a/po/de/preseed.po +++ b/po/de/preseed.po @@ -2306,119 +2306,7 @@ msgstr "Partitionierungsbeispiele" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2630,7 +2518,7 @@ msgstr "" "#d-i partman-efi/non_efi_system boolean true\n" "# Sicherstellen, dass eine GPT-Partitionstabelle verwendet wird -\n" "# erforderlich für EFI:\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# Bei gewählter Festplattenverschlüsselung: das vorab durchzuführende\n" diff --git a/po/el/preseed.po b/po/el/preseed.po index f3720195b..8637367df 100644 --- a/po/el/preseed.po +++ b/po/el/preseed.po @@ -2419,119 +2419,7 @@ msgstr "Παράδειγμα διαμέρισης" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2749,7 +2637,7 @@ msgstr "" "#d-i partman-efi/non_efi_system boolean true\n" "# Βεβαιωθείτε ότι ο πίνακας διαμέρισης είναι GPT - αυτό απαιτείται από το " "EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# Όταν είναι ενεργοποιημένη η κρυπτογράφηση του δίσκου, παραλείψετε την " diff --git a/po/es/preseed.po b/po/es/preseed.po index 26ddab4eb..21f641080 100644 --- a/po/es/preseed.po +++ b/po/es/preseed.po @@ -2384,119 +2384,7 @@ msgstr "Ejemplo de particionado" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2696,7 +2584,7 @@ msgstr "" "# Predeterminado: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Asegurarse de que la tabla de particiones es GPT - requerido para EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "# Cuando esté habilitado el cifrado del disco, omitir el borrado seguro \n" "# de las particiones de antemano.\n" diff --git a/po/fr/preseed.po b/po/fr/preseed.po index 35edd44fc..ef6bd7fee 100644 --- a/po/fr/preseed.po +++ b/po/fr/preseed.po @@ -2255,119 +2255,7 @@ msgstr "Exemples de partitionnement" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2574,7 +2462,7 @@ msgstr "" "#d-i partman-efi/non_efi_system boolean true\n" "# S'assurer que la table de partitionnement est en GPT,\n" "# cela est nécessaire pour l'EFI.\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# Quand le chiffrage de disque est activé,\n" diff --git a/po/it/preseed.po b/po/it/preseed.po index f8331cf5d..37da5b0ed 100644 --- a/po/it/preseed.po +++ b/po/it/preseed.po @@ -2278,119 +2278,7 @@ msgstr "Esempio di partizionamento" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2594,7 +2482,7 @@ msgstr "" "# predefinito: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Assicura che la tabella delle partizioni è GPT - requisito per EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# Quando è attivata la crittografia del disco, saltare le cancellazione\n" diff --git a/po/ja/preseed.po b/po/ja/preseed.po index 3f4b87224..7e4f80654 100644 --- a/po/ja/preseed.po +++ b/po/ja/preseed.po @@ -2170,119 +2170,7 @@ msgstr "パーティション分割の例" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2482,7 +2370,7 @@ msgstr "" "# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Ensure the partition table is GPT - this is required for EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# When disk encryption is enabled, skip wiping the partitions beforehand.\n" diff --git a/po/ko/preseed.po b/po/ko/preseed.po index 08c49d8cf..78067a844 100644 --- a/po/ko/preseed.po +++ b/po/ko/preseed.po @@ -2237,119 +2237,7 @@ msgstr "파티션 예제" # 주의: 메시지 번역과 통일 #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2548,7 +2436,7 @@ msgstr "" "# UEFI 부팅 강제 ('BIOS 호환성'이 없음). 기본값: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# GPT 파티션 테이블을 사용 - EFI에 필수\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# 디스크 암호화를 사용할 때, 그 전에 파티션 내용 청소를 건너 뜁니다.\n" diff --git a/po/nl/preseed.po b/po/nl/preseed.po index 416a00131..907c0543e 100644 --- a/po/nl/preseed.po +++ b/po/nl/preseed.po @@ -2393,119 +2393,7 @@ msgstr "Een schijfindelingsvoorbeeld" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2720,7 +2608,7 @@ msgstr "" "# Standaard: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Ervoor zorgen dat de partitietabel GPT is - dit is vereist voor EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# In het geval er gebruik gemaakt wordt van schijfencryptie,\n" diff --git a/po/pt/preseed.po b/po/pt/preseed.po index 9f8136a8e..d26f549f8 100644 --- a/po/pt/preseed.po +++ b/po/pt/preseed.po @@ -2260,119 +2260,7 @@ msgstr "Exemplo de particionamento" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2576,7 +2464,7 @@ msgstr "" "# Predefinido: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Assegure que a tabela de partições é GPT - é necessário para EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# Quando a encriptação do disco estiver ativa, saltar apagar as partições\n" diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index a383bcab1..5b68c76d5 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -2067,119 +2067,7 @@ msgstr "分区示例" #. Tag: screen #: preseed.xml:986 -#, 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" -#| "# You can define the amount of space that will be used for the LVM " -#| "volume\n" -#| "# group. It can either be a size with its unit (eg. 20 GB), a percentage " -#| "of\n" -#| "# free space or the 'max' keyword.\n" -#| "d-i partman-auto-lvm/guided_size string max\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" -#| "## Partitioning for EFI\n" -#| "# If your system needs an EFI partition you could add something like\n" -#| "# this to the recipe above, as the first element in the recipe:\n" -#| "# 538 538 1075 free \\\n" -#| "# $iflabel{ gpt } \\\n" -#| "# $reusemethod{ } \\\n" -#| "# method{ efi } \\\n" -#| "# format{ } \\\n" -#| "# . \\\n" -#| "#\n" -#| "# The fragment above is for the amd64 architecture; the details may be\n" -#| "# different on other architectures. The 'partman-auto' package in the\n" -#| "# D-I source repository may have an example you can follow.\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\n" -#| "\n" -#| "# Force UEFI booting ('BIOS compatibility' will be lost). Default: " -#| "false.\n" -#| "#d-i partman-efi/non_efi_system boolean true\n" -#| "# Ensure the partition table is GPT - this is required for EFI\n" -#| "#d-i partman-partitioning/choose_label string gpt\n" -#| "#d-i partman-partitioning/default_label string gpt\n" -#| "\n" -#| "# When disk encryption is enabled, skip wiping the partitions " -#| "beforehand.\n" -#| "#d-i partman-auto-crypto/erase_disks boolean false" +#, 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" @@ -2379,7 +2267,7 @@ msgstr "" "# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.\n" "#d-i partman-efi/non_efi_system boolean true\n" "# Ensure the partition table is GPT - this is required for EFI\n" -"#d-i partman-partitioning/choose_label string gpt\n" +"#d-i partman-partitioning/choose_label select gpt\n" "#d-i partman-partitioning/default_label string gpt\n" "\n" "# When disk encryption is enabled, skip wiping the partitions beforehand.\n" |