From 5ddae689535cb5df7ae4d54f0efc3806d71a266c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Apr 2020 18:09:54 +0200 Subject: Option to control which categories to unfold (#2888) #fix https://github.com/FreshRSS/FreshRSS/issues/2324 --- app/i18n/oc/conf.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/i18n/oc') diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 509cf3621..2e3ef9422 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -103,7 +103,7 @@ return array( 'auto_remove_article' => 'Rescondre los articles aprèp lectura', 'confirm_enabled' => 'Mostrar una confirmacion per las accions del tipe « o marcar tot coma legit »', 'display_articles_unfolded' => 'Mostrar los articles desplegats per defaut', - 'display_categories_unfolded' => 'Mostrar las categorias desplegadas per defaut', + 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation 'hide_read_feeds' => 'Rescondre las categorias & fluxes sens articles pas legits (fonciona pas amb la configuracion « Mostrar totes los articles »)', 'img_with_lazyload' => 'Utilizar lo mòde “cargament tardiu” pels imatges', 'jump_next' => 'sautar al vesin venent pas legit (flux o categoria)', @@ -120,6 +120,9 @@ return array( 'adaptive' => 'Adaptar l’afichatge', 'all_articles' => 'Mostrar totes los articles', 'unread' => 'Mostrar pas que los pas legits', + 'active_category' => 'Active category', // TODO - Translation + 'all_categories' => 'All categories', // TODO - Translation + 'no_category' => 'No category', // TODO - Translation '_' => 'Articles de mostrar', ), 'sides_close_article' => 'Clicar fòra de la zòna de tèxte tampa l’article', -- cgit v1.2.3