* This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ /** * @var array $_ * @var \OCP\IL10N $l * @var OC_Defaults $theme */ style('settings', 'settings'); script('settings', [ 'settings', 'admin', 'log'] ); script('core', ['multiselect', 'setupchecks']); vendor_script('select2/select2'); vendor_style('select2/select2'); $levels = ['Debug', 'Info', 'Warning', 'Error', 'Fatal']; $levelLabels = [ $l->t( 'Everything (fatal issues, errors, warnings, info, debug)' ), $l->t( 'Info, warnings, errors and fatal issues' ), $l->t( 'Warnings, errors and fatal issues' ), $l->t( 'Errors and fatal issues' ), $l->t( 'Fatal issues only' ), ]; $mail_smtpauthtype = [ '' => $l->t('None'), 'LOGIN' => $l->t('Login'), 'PLAIN' => $l->t('Plain'), 'NTLM' => $l->t('NT LAN Manager'), ]; $mail_smtpsecure = [ '' => $l->t('None'), 'ssl' => $l->t('SSL'), 'tls' => $l->t('TLS'), ]; $mail_smtpmode = [ 'php', 'smtp', ]; if ($_['sendmail_is_available']) { $mail_smtpmode[] = 'sendmail'; } if ($_['mail_smtpmode'] == 'qmail') { $mail_smtpmode[] = 'qmail'; } ?>

t('Security & setup warnings'));?>

t('Sharing'));?>

/>

/>

/>
/>
/>
/>

t( 'Expire after ' )); ?> ' /> t( 'days' )); ?> />

/>

/>

/>

/>


t('These groups will still be able to receive shares, but not to initiate them.')); ?>

t('Cron'));?>

t("Last cron job execution: %s.", [$relative_time]));?> t("Last cron job execution: %s. Something seems wrong.", [$relative_time]));?> t("Cron was not executed yet!")); endif; ?>

>
t("Execute one task with each page loaded")); ?>

>
t("cron.php is registered at a webcron service to call cron.php every 15 minutes over http.")); ?>

>
t("Use system's cron service to call the cron.php file every 15 minutes.")); ?>

t('Server-side encryption')); ?>

/>

t('No encryption module loaded, please enable an encryption module in the app menu.')); } else { ?>

t('Select default encryption module:')) ?>

$module): ?> >
t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the "Default encryption module" and run \'occ encryption:migrate\'')); } elseif ($_['encryptionReady'] === false && $_['externalBackendsEnabled'] === false) { p($l->t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.')); ?>

t('Email server'));?>

t('This is used for sending out notifications.')); ?>

' />@ ' />


t( 'Test email settings' )); ?>

t('Log'));?>

t('Log level'));?>
level]);?> app);?> message);?> time)){ p(OC_Util::formatDate($entry->time)); } else { p($entry->time); }?>
0): ?> t('Download logfile'));?> (100 * 1024 * 1024)): ?>
t('The logfile is bigger than 100 MB. Downloading it may take some time!')); ?>

t('Tips & tricks'));?>

t('Version'));?>

getTitle()); ?>