diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 4af53a649b8..4aad9b507e7 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -17,7 +17,7 @@ if (!$_['htaccessworking']) {
- t('Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides 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('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.')); ?>
@@ -32,7 +32,7 @@ if (!$_['isWebDavWorking']) {
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.', 'http://doc.owncloud.org/server/5.0/admin_manual/installation.html')); ?>
+ t('Please double check the installation guides.', $defaults->getDocBaseUrl().'/server/5.0/admin_manual/installation.html')); ?>
@@ -62,7 +62,7 @@ if (!$_['islocaleworking']) {
t('This ownCloud server can\'t set system locale to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s.', array($locales, $locales)));
+ p($l->t('System locale can\'t be set to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s.', array($locales, $locales)));
?>
@@ -77,7 +77,7 @@ if (!$_['internetconnectionworking']) {
- t('This ownCloud 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 of ownCloud.')); ?>
+ 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.')); ?>
@@ -110,7 +110,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
- t("cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http.")); ?>
+ t("cron.php is registered at a webcron service to call cron.php once a minute over http.")); ?>