From a766ebfb68298cfd2a268d87443c5e2586e93243 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 19 Oct 2024 19:24:29 +0200 Subject: Prepare options for category-level filter actions (#6920) * Prepare options for category-level filter actions Slightly move some options and add some help messages Contributes to https://github.com/FreshRSS/FreshRSS/issues/6866 Prepare https://github.com/FreshRSS/FreshRSS/issues/6143 * Remove redudant help Text changed by https://github.com/FreshRSS/FreshRSS/pull/6922 to be more precise --- app/i18n/es/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/es') diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index a5d1cc978..0a4dc635b 100644 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -173,6 +173,7 @@ return array( '_' => 'Lectura', 'after_onread' => 'Tras “marcar todo como leído”,', 'always_show_favorites' => 'Mostrar todos los artículos en favoritos de forma predeterminada', + 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO 'article' => array( 'authors_date' => array( '_' => 'Autores y fecha', -- cgit v1.2.3