add (possible) config partition to 'partition' plugin
This commit is contained in:
parent
1c8db28989
commit
3cc64e84f3
9 changed files with 257 additions and 48 deletions
|
@ -45,8 +45,23 @@ WarningMessage {
|
|||
Text = The partitioning of the device failed for some reason - sorry!
|
||||
}
|
||||
|
||||
FormattingFailed {
|
||||
Title = Formatting failed
|
||||
Text = The formatting of the filesystems of the device failed - sorry!
|
||||
}
|
||||
|
||||
DiskIsBusy {
|
||||
Title = This disk is busy
|
||||
Text = Please deactivate all containers of this disk before partitioning.
|
||||
}
|
||||
|
||||
PartitionTooBig {
|
||||
Title = Invalid size
|
||||
Text = The container size you entered exceeded the available size of the disk.
|
||||
}
|
||||
|
||||
PartitionTooSmall {
|
||||
Title = Invalid size
|
||||
Text = The minimum size of a container is 10 megabytes.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue