* 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' ); script('core', 'select2/select2'); style('core', '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('Security Warning'));?>

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

t('Security Warning'));?>

t('Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root.')); ?>

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 change this. To migrate to another database use the command line tool: \'occ db:convert-type\'')); ?>

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('Your PHP version is outdated'));?>

t('Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly.')); ?>

t('PHP charset is not set to UTF-8'));?>

t("PHP charset is not set to UTF-8. This can cause major issues with non-ASCII characters in file names. We highly recommend to change the value of 'default_charset' php.ini to 'UTF-8'.")); ?>

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 to install 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 "overwritewebroot" option in your config.php file to the webroot path of your installation (Suggested: "%s")', $_['suggestedOverwriteWebroot'])); ?>

t('Connectivity Checks'));?>

t('Cron'));?>

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

t('Version'));?>

getTitle()); ?>

t('Developed by the ownCloud community, the source code is licensed under the AGPL.')); ?>