* 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 */ style('settings', 'settings'); script('settings', 'settings'); script( "settings", "admin" ); script( "settings", "log" ); script( 'core', 'multiselect' ); vendor_script('select2/select2'); vendor_style('select2/select2'); script('core', 'setupchecks'); $levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal'); $levelLabels = array( $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 = array( '' => $l->t('None'), 'LOGIN' => $l->t('Login'), 'PLAIN' => $l->t('Plain'), 'NTLM' => $l->t('NT LAN Manager'), ); $mail_smtpsecure = array( '' => $l->t('None'), 'ssl' => $l->t('SSL'), 'tls' => $l->t('TLS'), ); $mail_smtpmode = array( 'php', 'smtp', ); if ($_['sendmail_is_available']) { $mail_smtpmode[] = 'sendmail'; } if ($_['mail_smtpmode'] == 'qmail') { $mail_smtpmode[] = 'qmail'; } ?>
t('SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?>
t("Last cron was executed at %s.", array($human_time))); else: ?> t("Last cron was executed at %s. This is more than an hour ago, something seems wrong.", array($human_time))); endif; else: ?> 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(
'Forces the clients to connect to %s via an encrypted connection.',
$theme->getName()
)); ?>
");
p($l->t(
'Please connect to your %s via HTTPS to enable or disable the SSL enforcement.',
$theme->getName()
));
print_unescaped("");
}
?>
level]);?> | app);?> | message);?> | time)){ p(OC_Util::formatDate($entry->time)); } else { p($entry->time); }?> |
t('Developed by the ownCloud community, the source code is licensed under the AGPL.')); ?>