From d30ac40772ec1b4706922afd8acab8448af39a9e Mon Sep 17 00:00:00 2001 From: Julien-Pierre Avérous Date: Thu, 13 Feb 2020 19:22:35 +0200 Subject: 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 Co-authored-by: Alexandre Alapetite Co-authored-by: Marien Fressinaud --- app/i18n/oc/sub.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/i18n/oc/sub.php') diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php index 2c7e5bce5..0353c33a5 100644 --- a/app/i18n/oc/sub.php +++ b/app/i18n/oc/sub.php @@ -44,6 +44,13 @@ return array( ), 'information' => 'Informacions', 'keep_min' => 'Nombre minimum d’articles de servar', + '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' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins %s.', 'mute' => 'mut', 'no_selected' => 'Cap de flux pas seleccionat.', @@ -54,6 +61,10 @@ return array( 'normal' => 'Mostar dins sa categoria', '_' => 'Visibilitat', ), + 'selector_preview' => array( + 'show_raw' => 'Show source', // TODO - Translation + 'show_rendered' => 'Show content', // TODO - Translation + ), 'show' => array( 'all' => 'Mostrar totes los fluxes', 'error' => 'Mostrar pas que los fluxes amb errors', -- cgit v1.2.3