aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/cz/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-16 18:09:54 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-16 18:09:54 +0200
commit5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch)
tree04e69ba40476786881029117abd64dc2dfba4c9e /app/i18n/cz/conf.php
parent475feffdbec733b3d3221276217692bed5f8f090 (diff)
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'app/i18n/cz/conf.php')
-rw-r--r--app/i18n/cz/conf.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php
index e053184ae..8c0db62f2 100644
--- a/app/i18n/cz/conf.php
+++ b/app/i18n/cz/conf.php
@@ -103,7 +103,7 @@ return array(
'auto_remove_article' => 'Po přečtení články schovat',
'confirm_enabled' => 'Vyžadovat potvrzení pro akci “označit vše jako přečtené”',
'display_articles_unfolded' => 'Ve výchozím stavu zobrazovat články otevřené',
- 'display_categories_unfolded' => 'Ve výchozím stavu zobrazovat kategorie otevřené',
+ 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation
'hide_read_feeds' => 'Schovat kategorie a kanály s nulovým počtem nepřečtených článků (nefunguje s nastavením “Zobrazit všechny články”)',
'img_with_lazyload' => 'Použít "lazy load" mód pro načítaní obrázků',
'jump_next' => 'skočit na další nepřečtený (kanál nebo kategorii)',
@@ -120,6 +120,9 @@ return array(
'adaptive' => 'Vyberte zobrazení',
'all_articles' => 'Zobrazit všechny články',
'unread' => 'Zobrazit jen nepřečtené',
+ 'active_category' => 'Active category', // TODO - Translation
+ 'all_categories' => 'All categories', // TODO - Translation
+ 'no_category' => 'No category', // TODO - Translation
'_' => 'Počet zobrazených článků',
),
'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation