* 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('Security Warning'));?>

t('You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.', $theme->getTitle())); ?>

t('Read-Only config enabled'));?>

t('The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.')); ?>

t('Setup Warning'));?>

t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.')); ?> t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.')); ?>

t('Database Performance Info'));?>

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('Microsoft Windows Platform'));?>

t('Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.')); ?>

t('APCu below version 4.0.6 installed'));?>

t('APCu below version 4.0.6 is installed, for stability and performance reasons we recommend to update to a newer APCu version.')); ?>

t('Module \'fileinfo\' missing'));?>

t('The PHP module \'fileinfo\' is missing. We strongly recommend to enable this module to get best results with mime-type detection.')); ?>

t('Locale not working'));?>

t('System locale can not be set to a one which supports UTF-8.')); ?>
t('This means that there might be problems with certain characters in file names.')); ?>
t('We strongly suggest installing the required packages on your system to support one of the following locales: %s.', array($locales))); ?>

t('URL generation in notification emails'));?>

t('If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the "overwrite.cli.url" option in your config.php file to the webroot path of your installation (Suggested: "%s")', $_['suggestedOverwriteCliUrl'])); ?>

t('Configuration Checks'));?>

t('Cron'));?>

t("Last cron was executed %s.", array($relative_time)));?> t("Last cron was executed %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.")); ?>

t('Sharing'));?>

/>

/>

/>
/>
/>
/>

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

/>

/>

/>

/>


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

t('Security'));?>

/>
t( 'Forces the clients to connect to %s via an encrypted connection.', $theme->getName() )); ?>
> />
t( 'Forces the clients to connect to %s and subdomains 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(""); } ?>

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('Version'));?>

getTitle()); ?>