moved plugin-specific css definitions to the appropriate plugin
cleaned up the error handling of WebInterfaceSites
This commit is contained in:
parent
c95ba55f25
commit
3b0e787d2f
5 changed files with 88 additions and 182 deletions
|
@ -161,6 +161,16 @@ WarningMessage {
|
|||
Text = Could not change the name of the container. Take a look at the log files for details.
|
||||
}
|
||||
|
||||
CreateFailed {
|
||||
Title = Initialization failed
|
||||
Text = Initialization of the volume failed for some unknown reasons - sorry!
|
||||
}
|
||||
|
||||
InvalidType {
|
||||
Title = Unknown type
|
||||
Text = The type of this volume is unknown.
|
||||
}
|
||||
|
||||
VolumeMayNotBeMounted {
|
||||
Title = The container is mounted
|
||||
Text = This action is not available while the container is active. Please turn it off first.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue