* 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', 'admin', 'log'] ); script('core', ['multiselect', 'setupchecks']); vendor_script('select2/select2'); vendor_style('select2/select2'); $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 switch to a different database backend.')); ?>
t('Especially when using the desktop client for file syncing the use of SQLite is discouraged.')); ?>
t('To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?>
t('Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.')); ?>
t('APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version.')); ?>
t("Last cron job execution: %s.", array($relative_time)));?> t("Last cron job execution: %s. Something seems wrong.", array($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.")); ?>
level]);?> | app);?> | message);?> | time)){ p(OC_Util::formatDate($entry->time)); } else { p($entry->time); }?> |