diff options
| author | 2020-02-13 19:22:35 +0200 | |
|---|---|---|
| committer | 2020-02-13 18:22:35 +0100 | |
| commit | d30ac40772ec1b4706922afd8acab8448af39a9e (patch) | |
| tree | 6b7cec8455a542875959a09f7bdcc7a2af285fa1 /app/i18n/en/feedback.php | |
| parent | 4ddd1821bb0fc1186937551d59100294b8833727 (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/feedback.php')
| -rw-r--r-- | app/i18n/en/feedback.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index c040c8a10..69987c3b0 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -84,15 +84,25 @@ return array( 'actualizeds' => 'RSS feeds have been updated', 'added' => 'RSS feed <em>%s</em> has been added', 'already_subscribed' => 'You have already subscribed to <em>%s</em>', + 'cache_cleared' => '<em>%s</em> cache has been cleared', 'deleted' => 'Feed has been deleted', 'error' => 'Feed cannot be updated', 'internal_problem' => 'The newsfeed could not be added. <a href="%s">Check FreshRSS logs</a> for details. You can try force adding by appending <code>#force_feed</code> to the URL.', 'invalid_url' => 'URL <em>%s</em> is invalid', 'not_added' => '<em>%s</em> could not be added', + 'not_found' => 'Feed cannot be found', 'no_refresh' => 'There is no feed to refresh…', 'n_actualized' => '%d feeds have been updated', 'n_entries_deleted' => '%d articles have been deleted', 'over_max' => 'You have reached your limit of feeds (%d)', + 'reloaded' => '<em>%s</em> has been reloaded', + 'selector_preview' => array( + 'http_error' => 'Failed to load website content.', + 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', + 'no_feed' => 'Internal error (feed can\'t be found).', + 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', + 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', + ), 'updated' => 'Feed has been updated', ), 'purge_completed' => 'Purge completed (%d articles deleted)', |
