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/es/feedback.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'app/i18n/es/feedback.php') diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php index 3db76ea27..9bd576663 100755 --- a/app/i18n/es/feedback.php +++ b/app/i18n/es/feedback.php @@ -84,15 +84,25 @@ return array( 'actualizeds' => 'Las fuentes RSS se han actualizado', 'added' => 'Fuente RSS agregada %s', 'already_subscribed' => 'Ya estás suscrito a %s', + 'cache_cleared' => '%s cache has been cleared', // TODO - Translation 'deleted' => 'Fuente eliminada', 'error' => 'No es posible actualizar la fuente', 'internal_problem' => 'No ha sido posible agregar la fuente RSS. Revisa el registro de FreshRSS para más información.', 'invalid_url' => 'La URL %s es inválida', 'not_added' => '%s no ha podido se añadida', + 'not_found' => 'Feed cannot be found', // TODO - Translation 'no_refresh' => 'No hay fuente a actualizar…', 'n_actualized' => 'Se han actualiado %d fuentes', 'n_entries_deleted' => 'Se han eliminado %d artículos', 'over_max' => 'Has alcanzado tu límite de fuentes (%d)', + 'reloaded' => '%s 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' => 'Fuente actualizada', ), 'purge_completed' => 'Limpieza completada (se han eliminado %d artículos)', -- cgit v1.2.3