Template: autopartkit/choose_device
Type: select
Choices: ${CHOICES}
_Description: Device to partition:
 Please choose the disk which has the free space required (column
 Free) to install Debian GNU/Linux. If there's not enough free space,
 space can be liberated by resizing the FAT partitions (column FreeFat
 indicates how much space will be freed by resizing the existing FAT
 partitions).
 .
  Device   Model               Size   Free   FreeFAT NbPart
 .
 ${TABLE}

Template: autopartkit/device_name
Type: string
_Description: Device to partition:
 No disk was automatically detected.  Please enter the path
 to the device file for the disk you want to partition.

Template: autopartkit/confirm
Type: boolean
Default: false
_Description: Really use the automatic partitioning tool?
 This will destroy the partition table on all disks in the machine.
 REPEAT: THIS WILL WIPE CLEAN ALL HARD DISKS IN THE MACHINE!
 If you have important data that are not backed up, you may want to
 stop now in order to do a backup. In that case, you'll have to
 restart the installation later.

Template: autopartkit/error
Type: error
_Description: An error occured during the previous operation
 You may be able to continue. Here is some more information:
 .
 ${error}

Template: autopartkit/refuse
Type: note
_Description: Automatic partitioning impossible
 This version of the autopartitioner cannot handle the
 partitioning of the selected disk. It may partition only an empty disk or
 a disk with no more than 2 FAT partitions (and no extended partitions or
 other non-FAT partitions).
 .
 If you want to continue the installation process, switch to the second
 console (ALT+F2), partition the disk as you like using parted and the
 other available tools, and then mount all your partitions in /target.
 /target is the root directory of your new system, so your root partition
 will be mounted on /target and your /usr partition must be mounted on
 /target/usr.
 .
 You can also consider launching this program again but selecting another
 disk.

Template: autopartkit/notenoughspace
Type: error
_Description: Not enough space on disk
 The autopartitioner makes some assumptions about partition sizes, and
 because of that it requires at least 3GB of free space. The free space
 on this disk appears to be below this limit.
 .
 If you really want to install, you'll have to free some space.
 You may also launch this program again and select another disk with
 more free space.

Template: autopartkit/debug
Type: note
_Description: Debug information about ${variable}
 Here is some debug information. The value of ${variable} is:
 .
 ${value}

Template: autopartkit/success
Type: note
_Description: Successful partitioning
 The required partitions have been created and mounted on /target. You can
 now continue the installation process.

Template: autopartkit/partition_table
Type: text
Default: /etc/autopartkit/default.table
_Description: File containing the requested partition table:
 The automatic partitioning will be created using the partitions and
 sizes specified in this file.

Template: debian-installer/autopartkit/title
Type: text
#  Item in the main menu to select this package
_Description: Automatically partition hard drives

Template: autopartkit/createfs-progress
Type: text
_Description: Creating '${FSTYPE}' storage space on '${MOUNTPOINT}'

Template: autopartkit/createfs-estimate
Type: text
_Description: Estimated time left: ${HOURS} hour(s) ${MINUTES} minute(s)

Template: autopartkit/createfs-estimate-nohour
Type: text
_Description: Estimated time left: ${MINUTES} minute(s)

Template: autopartkit/createfs-estimate-lessthanaminute
Type: text
_Description: Estimated time left: less than 1 minute

Template: autopartkit/hide
Type: boolean
Default: false
# Not displayed so not translated.
Description: set to hide autopartkit from the menu
