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/oc/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/oc/feedback.php')
| -rw-r--r-- | app/i18n/oc/feedback.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/oc/feedback.php b/app/i18n/oc/feedback.php index feb220a69..23027305c 100644 --- a/app/i18n/oc/feedback.php +++ b/app/i18n/oc/feedback.php @@ -84,15 +84,25 @@ return array( 'actualizeds' => 'Los fluxes son estats actualizats', 'added' => 'Lo flux RSS <em>%s</em> es ajustat', 'already_subscribed' => 'Seguissètz ja <em>%s</em>', + 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation 'deleted' => 'Lo flux es suprimit', 'error' => 'Error en actualizar', 'internal_problem' => 'Lo flux pòt pas èsser ajustat. <a href="%s">Consultatz los jornals d’audit de FreshRSS</a> per ne saber mai. Podètz forçar l’apondon en ajustant <code>#force_feed</code> a l’URL.', 'invalid_url' => 'L\'URL <em>%s</em> es invalida', 'not_added' => '<em>%s</em> a pas pogut èsser ajustat', + 'not_found' => 'Feed cannot be found', // TODO - Translation 'no_refresh' => 'I a pas cap de flux d’actualizar…', 'n_actualized' => '%s fluxes son estats actualizats', 'n_entries_deleted' => '%d articles son estats suprimits', 'over_max' => 'Avètz atengut vòstra limita de fluxes (%d)', + 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation + 'selector_preview' => array( + 'http_error' => 'Failed to load website content.', // TODO - Translation + 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation + 'no_feed' => 'Internal error (no feed to entry).', // TODO - Translation + 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation + 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation + ), 'updated' => 'Lo flux es actualizat', ), 'purge_completed' => 'Purga realizada (%s articles suprimits)', |
