new plugins: 'format_fs', 'volume_mount', 'volume_props', 'shutdown' and 'volume_details'
new plugin attribute: "requestAuth"
This commit is contained in:
parent
0e8a5daa73
commit
ca13aebdc8
27 changed files with 920 additions and 45 deletions
36
pythonrewrite/plugins/format_fs/lang/en.hdf
Normal file
36
pythonrewrite/plugins/format_fs/lang/en.hdf
Normal file
|
@ -0,0 +1,36 @@
|
|||
Name = Create filesystems
|
||||
Link = Format
|
||||
Rank = 60
|
||||
|
||||
Title.Format = Initializing filesystem
|
||||
|
||||
Button.Format = Initialize filesystem
|
||||
|
||||
Text {
|
||||
Confirm = Yes, I know what I am doing!
|
||||
FormatWarning = All data of the selected filesystem will get lost!
|
||||
FSType = Filesystem type
|
||||
IsEncrypted = Encryption
|
||||
Yes = Yes
|
||||
No = No
|
||||
UnmountBeforeInit = You must deactivate this volume before you may initialize it.
|
||||
}
|
||||
|
||||
SuccessMessage {
|
||||
FormatSuccess {
|
||||
Title = Formatting successful
|
||||
Text = The selected filesystem was successfully formatted.
|
||||
}
|
||||
}
|
||||
|
||||
WarningMessage {
|
||||
FormatNotConfirmed {
|
||||
Title = Confirmation missing
|
||||
Text = You did not confirm this action by activating the checkbox.
|
||||
}
|
||||
|
||||
FormatFailed {
|
||||
Title = Formatting failed
|
||||
Text = Formatting of the selected filesystem failed for unknown reasons - sorry!
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue