<?phpp($l->t('Encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date. This is the final warning: Do you really want to enable encryption?'))?>
<inputtype="button"
<p><?phpp($l->t('Please read carefully before activating server-side encryption: '));?></p>
<ul>
<li><?phpp($l->t('Server-side encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date'));?></li>
<li><?phpp($l->t('Anyone who has privileged access to your ownCloud server can decrypt your files either by intercepting requests or reading out user passwords which are stored in plain text session files. Server-side encryption does therefore not protect against malicious administrators but is useful for protecting your data on externally hosted storage.'));?></li>
<li><?phpp($l->t('Depending on the actual encryption module the general file size is increased (by 35%% or more when using the default module)'));?></li>
<li><?phpp($l->t('You should regularly backup all encryption keys to prevent permanent data loss (data/<user>/files_encryption and data/files_encryption)'));?></li>
</ul>
<p><?phpp($l->t('This is the final warning: Do you really want to enable encryption?'))?><inputtype="button"