From f4a18cc869e0317d170e643e8345034b522074ac Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 16:03:27 +0200 Subject: better wording in admin area --- templates/admin.php | 70 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 30 deletions(-) diff --git a/templates/admin.php b/templates/admin.php index 7c9836c94..c1aa99b6f 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -6,69 +6,79 @@ style('news', 'admin');

News

- > - + +

t( 'Disable this if you run a custom updater such as the Python ' . - 'updater included in the app.' + 'updater included in the app' )); ?>

- - +

+

+

t( 'Minimum amount of seconds after deleted feeds and folders are ' . - 'removed from the database. Values below 60 seconds are ignored' + 'removed from the database; values below 60 seconds are ignored' )); ?>

+

- - +

+ +

t( - 'Defines the minimum amount of articles that can be unread per ' . - 'feed before they get deleted.' + 'Defines the maximum amount of articles that can be read per ' . + "feed which won't be deleted by the cleanup job; ". + 'if old articles reappear after being read, increase ' . + 'this value' )); ?>

+

- -

- t('Amount of seconds to cache feeds')); ?> +

+

+ t('How many seconds a feed should be cached')); ?> +

+

- - +

+ +

t( 'Maximum number of seconds to wait for an RSS or Atom feed to ' . - 'load. If a feed takes longer than that number of seconds to ' . - 'update, the update will be aborted.' + 'load; if it takes longer the update will be aborted.' )); ?>

+

t('Saved')); ?> -- cgit v1.2.3