Template: partman/progress/init/title
Type: text
_Description: Starting up the partitioner

Template: partman/progress/init/fallback
Type: text
_Description: Please wait...

Template: partman/progress/init/parted
Type: text
_Description: Scanning disks...

Template: partman/progress/init/update_partitions
Type: text
_Description: Detecting file systems...

Template: partman/exception_handler
Type: select
Choices: ${CHOICES}
Description: ${TYPE}
 ${DESCRIPTION}

Template: partman/exception_handler_note
Type: note
Description: ${TYPE}
 ${DESCRIPTION}

Template: partman/unknown_label
Type: boolean
Default: true
_Description: Continue with partitioning?
 This partitioner doesn't have information about the default type of
 the partition tables on your architecture.  Please send an e-mail
 message to debian-boot@lists.debian.org with information.
 .
 Please note that if the type of the partition table is unsupported by
 libparted, then this partitioner will not work properly.

Template: partman/unsupported_label
Type: boolean
Default: false
_Description: Continue with partitioning?
 This partitioner is based on the library libparted which doesn't have
 support for the partition tables used on your architecture.  It is
 strongly recommended that you exit this partitioner.
 .
 If you can, please help to add support for your partition table type
 to libparted.

Template: partman/no_partitionable_media
Type: error
_Description: No partitionable media
 No partitionable media was found.
 .
 Please check that a hard disk is attached to this machine.

Template: partman/choose_partition
Type: select
Choices: ${CHOICES}
_Description: This is an overview of your currently configured partitions and mount points. Select a partition to modify its settings (file system, mount point, etc.), a free space to create partitions, or a device to initialise its partition table.

Template: partman/confirm_new_label
Type: boolean
Default: false
_Description: Create new empty partition table on this device?
 You have selected an entire device to partition. If you proceed with
 creating a new partition table on the device, then all current partitions
 will be removed.
 .
 Note that you will be able to undo this operation later if you wish.

Template: partman/confirm_write_new_label
Type: boolean
Default: false
_Description: Write a new empty partition table?
 Because of limitations in the current implementation of the Sun
 partition tables in libparted, the newly created partition table has
 to be written to the disk immediately.
 .
 You will NOT be able to undo this operation later and all existing
 data on the disk will be irreversibly removed.
 .
 Confirm whether you actually want to create a new partition table and
 write it to disk.

Template: partman/confirm
Type: boolean
Default: false
_Description: Write these changes to disk?
 If you continue, these changes to the partition table will be
 written to disk.
 .
 WARNING: This will destroy all data on any partitions you have
 removed as well as on the partitions on which you have chosen to
 create new file systems.
 .
 ${ITEMS}

Template: partman/text/confirm_item_header
Type: text
_Description: The following partitions are going to be formatted:

Template: partman/text/confirm_item
Type: text
# for example: "partition #6 of IDE0 master as ext3 journalling file system"
_Description: partition #${PARTITION} of ${DEVICE} as ${TYPE}

Template: partman/storage_device
Type: select
Choices: ${CHOICES}
_Description: What to do with this device:

Template: partman/free_space
Type: select
Choices: ${CHOICES}
_Description: How to use this free space:

Template: partman/active_partition
Type: select
Choices: ${CHOICES}
_Description: Partition settings:
 You are editing partition #${PARTITION} of ${DEVICE}. ${OTHERINFO}

Template: partman/text/there_is_detected
Type: text
_Description: This partition is formatted with the ${FILESYSTEM}.

Template: partman/text/none_detected
Type: text
_Description: No existing file system was detected in this partition.

Template: partman/show_partition_chs
Type: note
_Description: The partition starts from ${FROMCHS} and ends at ${TOCHS}.

Template: partman/show_free_chs
Type: note
_Description: The free space starts from ${FROMCHS} and ends at ${TOCHS}.

Template: partman/text/please_wait
Type: text
_Description: Please wait...

Template: partman/text/processing
Type: text
_Description: Processing...

Template: partman/text/text_template
Type: text
Description: ${DESCRIPTION}

Template: partman/text/show_chs
Type: text
_Description: Show Cylinder/Head/Sector information

Template: partman/text/finished_with_partition
Type: text
_Description: Done setting up the partition

Template: partman/text/end_the_partitioning
Type: text
_Description: Finish partitioning and write changes to disk

Template: partman/text/undo_everything
Type: text
_Description: Undo changes to partitions

Template: partman/text/show_chs_free
Type: text
_Description: Show Cylinder/Head/Sector information

Template: partman/text/dump_partition_info
Type: text
_Description: Dump partition info in %s

Template: partman/text/free_space
Type: text
# Keep short
_Description: FREE SPACE

Template: partman/text/unusable
Type: text
# "unusable free space".  No more than 8 symbols.
_Description: unusable

Template: partman/text/primary
Type: text
# "primary partition".  No more than 8 symbols.
_Description: primary

Template: partman/text/logical
Type: text
# "logical partition".  No more than 8 symbols.
_Description: logical

Template: partman/text/pri/log
Type: text
# "primary or logical".  No more than 8 symbols.
_Description: pri/log

Template: partman/text/number
Type: text
# How to print the partition numbers in your language
# Examples:
# %s.
# No %s
# N. %s
_Description: #%s

Template: partman/text/ide_master_disk
Type: text
# For example IDE0 master (hda)
_Description: IDE%s master (%s)

Template: partman/text/ide_slave_disk
Type: text
# For example IDE1 slave (hdd)
_Description: IDE%s slave (%s)

Template: partman/text/ide_master_partition
Type: text
# For example IDE1 master, partition #5 (hdc5)
_Description: IDE%s master, partition #%s (%s)

Template: partman/text/ide_slave_partition
Type: text
# For example IDE2 slave, partition #5 (hdf5)
_Description: IDE%s slave, partition #%s (%s)

Template: partman/text/scsi_disk
Type: text
_Description: SCSI%s (%s,%s,%s) (%s)

Template: partman/text/scsi_partition
Type: text
_Description: SCSI%s (%s,%s,%s), partition #%s (%s)

Template: partman/text/raid_device
Type: text
_Description: RAID%s device #%s

Template: partman/text/lvm_lv
Type: text
_Description: LVM VG %s, LV %s

Template: partman/text/cancel_menu
Type: text
_Description: Cancel this menu

Template: debian-installer/partman/title
Type: text
# Main menu entry
_Description: Partition disks
