diff options
| author | 2020-04-16 18:09:54 +0200 | |
|---|---|---|
| committer | 2020-04-16 18:09:54 +0200 | |
| commit | 5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch) | |
| tree | 04e69ba40476786881029117abd64dc2dfba4c9e /app/i18n/oc | |
| parent | 475feffdbec733b3d3221276217692bed5f8f090 (diff) | |
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'app/i18n/oc')
| -rw-r--r-- | app/i18n/oc/conf.php | 5 |
1 files changed, 4 insertions, 1 deletions
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', |
