* This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ $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('Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken.')); ?> t('Please double check the installation guides.', link_to_docs('admin-install'))); ?>

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('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('Internet connection not working'));?>

t('This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps donĀ“t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features.')); ?>

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 systems cron service to call the cron.php file every 15 minutes.")); ?>

t('Sharing'));?>

/>
> />
id="publicLinkSettings"> />
/>
/>
> 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.')); ?>