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/it | |
| 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/it')
| -rw-r--r-- | app/i18n/it/feedback.php | 10 | ||||
| -rw-r--r-- | app/i18n/it/sub.php | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index 26cd9bf6a..4db416930 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -84,15 +84,25 @@ return array( 'actualizeds' => 'RSS feeds aggiornati', 'added' => 'RSS feed <em>%s</em> aggiunti', 'already_subscribed' => 'Hai già sottoscritto <em>%s</em>', + 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation 'deleted' => 'Feed cancellato', 'error' => 'Feed non aggiornato', 'internal_problem' => 'RSS feed non aggiunto. <a href="%s">Verifica i logs</a> per dettagli.', 'invalid_url' => 'URL <em>%s</em> non valido', 'not_added' => '<em>%s</em> non può essere aggiunto', + 'not_found' => 'Feed cannot be found', // TODO - Translation 'no_refresh' => 'Nessun aggiornamento disponibile…', 'n_actualized' => '%d feeds aggiornati', 'n_entries_deleted' => '%d articoli cancellati', 'over_max' => 'Hai raggiunto il numero limite di feed (%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' => 'Feed aggiornato', ), 'purge_completed' => 'Svecchiamento completato (%d articoli cancellati)', diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index 5b6341344..bc49111cb 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -44,6 +44,13 @@ return array( ), 'information' => 'Informazioni', 'keep_min' => 'Numero minimo di articoli da mantenere', + 'maintenance' => array( + 'clear_cache' => 'Clear cache', // TODO - Translation + 'clear_cache_help' => 'Clear the cache of this feed on disk', // TODO - Translation + 'reload_articles' => 'Reload articles', // TODO - Translation + 'reload_articles_help' => 'Reload articles and fetch complete content', // TODO - Translation + 'title' => 'Maintenance', // TODO - Translation + ), 'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.', 'mute' => 'mute', // TODO - Translation 'no_selected' => 'Nessun feed selezionato.', @@ -54,6 +61,10 @@ return array( 'normal' => 'Show in its category', // TODO - Translation '_' => 'Visibility', // TODO - Translation ), + 'selector_preview' => array( + 'show_raw' => 'Show source', // TODO - Translation + 'show_rendered' => 'Show content', // TODO - Translation + ), 'show' => array( 'all' => 'Show all feeds', // TODO - Translation 'error' => 'Show only feeds with error', // TODO - Translation |
