| 1 |
Template: partman/progress/init/title
|
| 2 |
Type: text
|
| 3 |
_Description: Starting up the partitioner
|
| 4 |
|
| 5 |
Template: partman/progress/init/fallback
|
| 6 |
Type: text
|
| 7 |
_Description: Please wait ...
|
| 8 |
|
| 9 |
Template: partman/progress/init/parted
|
| 10 |
Type: text
|
| 11 |
_Description: Scanning disks ...
|
| 12 |
|
| 13 |
Template: partman/progress/init/update_partitions
|
| 14 |
Type: text
|
| 15 |
_Description: Detecting file systems ...
|
| 16 |
|
| 17 |
Template: partman/exception_handler
|
| 18 |
Type: select
|
| 19 |
Choices: ${CHOICES}
|
| 20 |
Description: ${TYPE}
|
| 21 |
${DESCRIPTION}
|
| 22 |
|
| 23 |
Template: partman/exception_handler_note
|
| 24 |
Type: note
|
| 25 |
Description: ${TYPE}
|
| 26 |
${DESCRIPTION}
|
| 27 |
|
| 28 |
Template: partman/unknown_label
|
| 29 |
Type: boolean
|
| 30 |
Default: true
|
| 31 |
_Description: Continue with partitioning?
|
| 32 |
This partitioner doesn't have information about the default type of
|
| 33 |
the partition tables on your architecture. Please send an e-mail
|
| 34 |
message to debian-boot@lists.debian.org with information.
|
| 35 |
.
|
| 36 |
Please note that if the type of the partition table is unsupported by
|
| 37 |
libparted, then this partitioner will not work properly.
|
| 38 |
|
| 39 |
Template: partman/unsupported_label
|
| 40 |
Type: boolean
|
| 41 |
Default: false
|
| 42 |
_Description: Continue with partitioning?
|
| 43 |
This partitioner is based on the library libparted which doesn't have
|
| 44 |
support for the partition tables used on your architecture. It is
|
| 45 |
strongly recommended that you exit this partitioner.
|
| 46 |
.
|
| 47 |
If you can, please help to add support for your partition table type
|
| 48 |
to libparted.
|
| 49 |
|
| 50 |
Template: partman/choose_partition
|
| 51 |
Type: select
|
| 52 |
Choices: ${CHOICES}
|
| 53 |
_Description: This is an overview of your currently configured partitions and mount points. Select a partition to modify its settings, a free space to create partitions, or a device to initialise its partition table.
|
| 54 |
|
| 55 |
Template: partman/confirm_new_label
|
| 56 |
Type: boolean
|
| 57 |
Default: false
|
| 58 |
_Description: Create new empty partition table on this device?
|
| 59 |
You have selected an entire device to partition. If you proceed with
|
| 60 |
creating a new partition table on the device, then all current partitions
|
| 61 |
will be removed.
|
| 62 |
.
|
| 63 |
Note that you will be able to undo this operation later if you wish.
|
| 64 |
|
| 65 |
Template: partman/confirm_write_new_label
|
| 66 |
Type: boolean
|
| 67 |
Default: false
|
| 68 |
_Description: Write a new empty partition table?
|
| 69 |
Because of limitations in the current implementation of the Sun
|
| 70 |
partition tables in libparted, the newly created partition table has
|
| 71 |
to be written to the disk immediately.
|
| 72 |
.
|
| 73 |
You will NOT be able to undo this operation later and all existing
|
| 74 |
data in the disk will be irreversibly removed.
|
| 75 |
.
|
| 76 |
Confirm whether you actually want to create a new partition table and
|
| 77 |
write it to disk.
|
| 78 |
|
| 79 |
Template: partman/confirm
|
| 80 |
Type: boolean
|
| 81 |
Default: false
|
| 82 |
_Description: Write the changes to disk?
|
| 83 |
The changes to the partition table will be written to disk, file
|
| 84 |
systems created and partitions mounted.
|
| 85 |
.
|
| 86 |
WARNING: This will destroy all data on any partitions you have
|
| 87 |
removed as well as on the partitions on which you have chosen to
|
| 88 |
create new file systems.
|
| 89 |
.
|
| 90 |
${ITEMS}
|
| 91 |
|
| 92 |
Template: partman/text/confirm_item_header
|
| 93 |
Type: text
|
| 94 |
_Description: The following partitions are going to be formated:
|
| 95 |
|
| 96 |
Template: partman/text/confirm_item
|
| 97 |
Type: text
|
| 98 |
# for example: "partition #6 of IDE0 master as ext3 journalling file system"
|
| 99 |
_Description: partition #${PARTITION} of ${DEVICE} as ${TYPE}
|
| 100 |
|
| 101 |
Template: partman/storage_device
|
| 102 |
Type: select
|
| 103 |
Choices: ${CHOICES}
|
| 104 |
_Description: Action on the chosen device:
|
| 105 |
|
| 106 |
Template: partman/free_space
|
| 107 |
Type: select
|
| 108 |
Choices: ${CHOICES}
|
| 109 |
_Description: Action on the chosen free space:
|
| 110 |
|
| 111 |
Template: partman/active_partition
|
| 112 |
Type: select
|
| 113 |
Choices: ${CHOICES}
|
| 114 |
_Description: Partition settings:
|
| 115 |
You are editing partition #${PARTITION} of ${DEVICE}. ${OTHERINFO}
|
| 116 |
|
| 117 |
Template: partman/text/there_is_detected
|
| 118 |
Type: text
|
| 119 |
_Description: This partition contains ${FILESYSTEM}.
|
| 120 |
|
| 121 |
Template: partman/text/none_detected
|
| 122 |
Type: text
|
| 123 |
_Description: No existing file system is detected in this partition.
|
| 124 |
|
| 125 |
Template: partman/show_partition_chs
|
| 126 |
Type: note
|
| 127 |
_Description: The partition starts from ${FROMCHS} and ends at ${TOCHS}.
|
| 128 |
|
| 129 |
Template: partman/show_free_chs
|
| 130 |
Type: note
|
| 131 |
_Description: The free space starts from ${FROMCHS} and ends at ${TOCHS}.
|
| 132 |
|
| 133 |
Template: partman/text/please_wait
|
| 134 |
Type: text
|
| 135 |
_Description: Please wait...
|
| 136 |
|
| 137 |
Template: partman/text/processing
|
| 138 |
Type: text
|
| 139 |
_Description: Processing...
|
| 140 |
|
| 141 |
Template: partman/text/text_template
|
| 142 |
Type: text
|
| 143 |
Description: ${DESCRIPTION}
|
| 144 |
|
| 145 |
Template: partman/text/show_chs
|
| 146 |
Type: text
|
| 147 |
_Description: Show Cylinder/Head/Sector information
|
| 148 |
|
| 149 |
Template: partman/text/finished_with_partition
|
| 150 |
Type: text
|
| 151 |
_Description: Done setting up the partition
|
| 152 |
|
| 153 |
Template: partman/text/end_the_partitioning
|
| 154 |
Type: text
|
| 155 |
_Description: Finish partitioning and write changes to disk
|
| 156 |
|
| 157 |
Template: partman/text/undo_everything
|
| 158 |
Type: text
|
| 159 |
_Description: Undo changes to partitions
|
| 160 |
|
| 161 |
Template: partman/text/show_chs_free
|
| 162 |
Type: text
|
| 163 |
_Description: Show Cylinder/Head/Sector information
|
| 164 |
|
| 165 |
Template: partman/text/dump_partition_info
|
| 166 |
Type: text
|
| 167 |
_Description: Dump partition info in %s
|
| 168 |
|
| 169 |
Template: partman/text/free_space
|
| 170 |
Type: text
|
| 171 |
# Keep short
|
| 172 |
_Description: FREE SPACE
|
| 173 |
|
| 174 |
Template: partman/text/unusable
|
| 175 |
Type: text
|
| 176 |
# "unusable free space". No more than 8 symbols.
|
| 177 |
_Description: unusable
|
| 178 |
|
| 179 |
Template: partman/text/primary
|
| 180 |
Type: text
|
| 181 |
# "primary partition". No more than 8 symbols.
|
| 182 |
_Description: primary
|
| 183 |
|
| 184 |
Template: partman/text/logical
|
| 185 |
Type: text
|
| 186 |
# "logical partition". No more than 8 symbols.
|
| 187 |
_Description: logical
|
| 188 |
|
| 189 |
Template: partman/text/pri/log
|
| 190 |
Type: text
|
| 191 |
# "primary or logical". No more than 8 symbols.
|
| 192 |
_Description: pri/log
|
| 193 |
|
| 194 |
Template: partman/text/number
|
| 195 |
Type: text
|
| 196 |
# How to print the partition numbers in your language
|
| 197 |
# Examples:
|
| 198 |
# %s.
|
| 199 |
# No %s
|
| 200 |
# N. %s
|
| 201 |
_Description: #%s
|
| 202 |
|
| 203 |
Template: partman/text/ide_master_disk
|
| 204 |
Type: text
|
| 205 |
# Usually IDE0 master or IDE1 master
|
| 206 |
_Description: IDE%s master
|
| 207 |
|
| 208 |
Template: partman/text/ide_slave_disk
|
| 209 |
Type: text
|
| 210 |
# Usually IDE0 slave or IDE1 slave
|
| 211 |
_Description: IDE%s slave
|
| 212 |
|
| 213 |
Template: partman/text/ide_master_partition
|
| 214 |
Type: text
|
| 215 |
# For example IDE1 master, partition #5
|
| 216 |
_Description: IDE%s master, partition #%s
|
| 217 |
|
| 218 |
Template: partman/text/ide_slave_partition
|
| 219 |
Type: text
|
| 220 |
# For example IDE2 slave, partition #5
|
| 221 |
_Description: IDE%s slave, partition #%s
|
| 222 |
|
| 223 |
Template: partman/text/scsi_disk
|
| 224 |
Type: text
|
| 225 |
_Description: SCSI%s (%s,%s,%s)
|
| 226 |
|
| 227 |
Template: partman/text/scsi_partition
|
| 228 |
Type: text
|
| 229 |
_Description: SCSI%s (%s,%s,%s), partition #%s
|
| 230 |
|
| 231 |
Template: partman/text/cancel_menu
|
| 232 |
Type: text
|
| 233 |
_Description: Cancel this menu
|
| 234 |
|
| 235 |
Template: debian-installer/partman/title
|
| 236 |
Type: text
|
| 237 |
# Main menu entry
|
| 238 |
_Description: Partition disks
|