cryptonas/plugins/partition/language.hdf

122 lines
3.5 KiB
Plaintext
Raw Normal View History

Name = Partition manager
2007-01-20 16:42:56 +01:00
Link = Partitions
2006-11-06 17:05:00 +01:00
Title.Partition = Manage partitions
2006-11-06 17:05:00 +01:00
Button {
SelectDevice = Partition manually
2006-11-06 17:05:00 +01:00
EasySetup = Automatic setup
AddPartition = Add partition
DelPartition = Remove partition
2006-11-06 17:05:00 +01:00
SavePartitions = Write new partition table
AbortPartitions = Cancel
}
Text {
Confirm = Yes, I know what I am doing!
2006-11-06 17:05:00 +01:00
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 volumes will be removed:
SpecifyPartitions = Add partitions
2006-11-06 17:05:00 +01:00
}
Help {
Partitioning = You can split every disk into one ore more parts, which are called 'partitions'. This is useful if you want to separate 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.
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.
ConfigPartition = This CryptoBox is configured to store its runtime settings on a separate disk partition. It will be created automatically if necessary. This reduces the available size of the disk by 5 megabyte.
RemoveExistingContainers = Whenever you change the partition table of a disk, you will loose all volumes that were previously defined inside of it.
PartitionList = Choose a size for your partitions and add it to the list by clicking on 'Add'. Nothing will get written to your disk until you click on 'Write new partition table' below. Be very careful: you will erase all data on this disk.
}
2006-11-06 17:05:00 +01:00
AdviceMessage {
DeviceDataIsLost {
Text = If you continue, you will destroy all data on the choosen disk. Please be VERY careful!
}
}
EnvironmentWarning {
ReadOnlyConfig {
Text = Read-only setup detected - probably you should create a configuration partition.
Link.Text = Initialize partition
Link.Rel = partition
}
}
2006-11-06 17:05:00 +01:00
SuccessMessage {
Partitioned {
Title = Partitioning complete
Text = The disk was partitioned successfully.
}
EasySetup {
Title = Initialization completed
Text = Automatic initialization was finished successfully.
}
}
2006-11-06 17:05:00 +01:00
WarningMessage {
FormatNotConfirmed {
Title = Confirmation missing
Text = You did not confirm this action by activating the checkbox.
}
2006-11-06 17:05:00 +01:00
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
2006-11-06 17:05:00 +01:00
}
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
2006-11-06 17:05:00 +01:00
}
DiskIsBusy {
Title = This disk is busy
Text = Please close all volumes of this disk before partitioning.
2006-11-06 17:05:00 +01:00
Link.Text = Show all disks
Link.Rel = disks
2006-11-06 17:05:00 +01:00
}
PartitionTooBig {
Title = Invalid size
Text = The volume size you entered exceeded the available size of the disk.
2006-11-06 17:05:00 +01:00
}
PartitionTooSmall {
Title = Invalid size
Text = The minimum size of a volume is 10 megabytes.
2006-11-06 17:05:00 +01:00
}
}