aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/sub.php
diff options
context:
space:
mode:
authorGravatar Julien-Pierre Avérous <github@sourcemac.com> 2020-02-13 19:22:35 +0200
committerGravatar GitHub <noreply@github.com> 2020-02-13 18:22:35 +0100
commitd30ac40772ec1b4706922afd8acab8448af39a9e (patch)
tree6b7cec8455a542875959a09f7bdcc7a2af285fa1 /app/i18n/en/sub.php
parent4ddd1821bb0fc1186937551d59100294b8833727 (diff)
Enhance content path feature (#2778)
- Add a maintenance section to be able to clear cache and force reload a feed. - Add an icon next to path field to show a pop-up with the result of the content path. Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/en/sub.php')
-rw-r--r--app/i18n/en/sub.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index 292e0e3b0..c274f707c 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -34,7 +34,7 @@ return array(
),
'clear_cache' => 'Always clear cache',
'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',
- 'css_path' => 'Articles CSS path on original website',
+ 'css_path' => 'Article CSS selector on original website',
'description' => 'Description',
'empty' => 'This feed is empty. Please verify that it is still maintained.',
'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.',
@@ -44,6 +44,13 @@ return array(
),
'information' => 'Information',
'keep_min' => 'Minimum number of articles to keep',
+ 'maintenance' => array(
+ 'clear_cache' => 'Clear cache',
+ 'clear_cache_help' => 'Clear the cache for this feed.',
+ 'reload_articles' => 'Reload articles',
+ 'reload_articles_help' => 'Reload articles and fetch complete content if a selector is defined.',
+ 'title' => 'Maintenance',
+ ),
'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
'mute' => 'mute',
'no_selected' => 'No feed selected.',
@@ -54,6 +61,10 @@ return array(
'normal' => 'Show in its category',
'_' => 'Visibility',
),
+ 'selector_preview' => array(
+ 'show_raw' => 'Show source code',
+ 'show_rendered' => 'Show content',
+ ),
'show' => array(
'all' => 'Show all feeds',
'error' => 'Show only feeds with error',