cryptonas/plugins/partition/language.hdf
lars 108acd0e8a 'log' plugin: show warning if no log file is used
moved log file reading from cryptobox/core/main to 'log' plugin
added unittests for volume_mount, volume_format_fs and volume_rename
replace "get help" links with a "help mode" displaying information for every form
added first drafts of help texts for volume_mount, volume_format and partition
replaced the word 'container' with 'volume' in english texts
2006-12-12 13:34:05 +00:00

101 lines
2.9 KiB
Plaintext

Name = Disk partitioning
Link = Partition a disk
Title.Partition = Disk partitions
Button {
SelectDevice = Manual partitioning
EasySetup = Automatic setup
AddPartition = Add
DelPartition = Remove
SavePartitions = Write new partition table
AbortPartitions = Cancel
}
Text {
FS {
Type = Filesystem type
Fat = FAT (Windows)
Ext2 = Ext2
Ext3 = Ext3
Reiser = Reiser
}
PartNum = Id
PartType = Type
Size = Size (MB)
SelectDevice = Choose a disk for partitioning
ProgressInfo = Progress of formatting:
CreateConfigPartition = Automatically creating a configuration partition.
RemovalContainers = These disks will be destroyed, if you continue
}
Help {
Partitioning = You can split every disk into one ore more parts, which are called 'partitions'. This is useful if you want to seperate your data or if you want to encrypt only a part of your disk.
SelectDevice = Choose one of the disks given in the list. Be aware that you lose all data on the partitions of this disk if you confirm this action later.
PartMode = You may choose between 'automatic' and 'manual' partitioning. Automatic partitioning creates only one partition for the whole disk. With manual partition you can split the disk into multiple parts of different size.
PartitionList = Choose a size for your partitions and add it to the list by clicking on the corresponding button. You may remove any partition later. Nothing will get written to your disk until you click on the 'write partition table' button. Be very careful as you destroy all data on this disk.
}
AdviceMessage {
DeviceDataIsLost {
Text = If you continue, you will destroy all data on the choosen disk. Please be VERY careful!
}
}
SuccessMessage {
Partitioned {
Title = Partitioning complete
Text = The disk was partitioned successfully.
}
EasySetup {
Title = Initialization completed
Text = Automatic initialization was finished successfully.
}
}
WarningMessage {
NoDisksAvailable {
Title = No disks found
Text = No suitable disks found - please check your configuration and hardware setup.
}
PartitioningFailed {
Title = Partitioning failed
Text = The partitioning of the device failed for some reason - sorry!
Link.Text = Show log messages
Link.Rel = logs
Link.Attr1.name = level
Link.Attr1.value = ERROR
}
FormattingFailed {
Title = Formatting failed
Text = Formatting of at least one volume failed - sorry!
Link.Text = Show log messages
Link.Rel = logs
Link.Attr1.name = level
Link.Attr1.value = ERROR
}
DiskIsBusy {
Title = This disk is busy
Text = Please close all volumes of this disk before partitioning.
Link.Text = Show all disks
Link.Rel = disks
}
PartitionTooBig {
Title = Invalid size
Text = The volume size you entered exceeded the available size of the disk.
}
PartitionTooSmall {
Title = Invalid size
Text = The minimum size of a volume is 10 megabytes.
}
}