= sprintf(
$this->translate('The file %s couldn\'t be stored. (Error: "%s")'),
$this->escape($filePath),
$this->escape($errorMessage)
); ?>
= $this->translate('This could have one or more of the following reasons:'); ?>
= $this->translate('Details can be found in the application log. (If you don\'t have access to this log, call your administrator in this case)'); ?>
= $this->translate('In case you can access the file by yourself, you can open it and insert the config manually:'); ?>
= $this->escape($configString); ?>