* Update FeedFetcher.php

* Update part.content.warnings.php

* Update part.content.warnings.php
This commit is contained in:
rakekniven 2017-07-13 16:52:30 +02:00 коммит произвёл Bernhard Posselt
Родитель ae539ae984
Коммит 0fa82e88d7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -142,7 +142,7 @@ class FeedFetcher implements IFeedFetcher {
if ($ex instanceof MalFormedXmlException) {
$msg = $this->l10n->t('Feed contains invalid XML');
} else if ($ex instanceof SubscriptionNotFoundException) {
$msg = $this->l10n->t('Feed not found: either the website ' .
$msg = $this->l10n->t('Feed not found: Either the website ' .
'does not provide a feed or blocks access. To rule out ' .
'blocking, try to download the feed on your server\'s ' .
'command line using curl: curl ' . $url);

Просмотреть файл

@ -1,6 +1,6 @@
<?php if ($_['warnings']['improperlyConfiguredCron']) { ?>
<news-instant-notification id="cron-warning">
<p><?php p($l->t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?></p>
<p><?php p($l->t('Ajax or webcron mode detected! Your feeds will not be updated!')); ?></p>
<ul>
<li>
<a href="https://docs.nextcloud.org/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron"