diff options
| author | 2024-12-15 12:34:18 +0100 | |
|---|---|---|
| committer | 2024-12-15 12:34:18 +0100 | |
| commit | 6b14a743ccfe5c14e15acac858c0906f4fccdf67 (patch) | |
| tree | 0a464e2cd74e2ca6a2cdcb0161a2c100c596acbc /app/i18n/pl/conf.php | |
| parent | 066d92be3216cd5d3427072cbc410c19bf53f400 (diff) | |
New state: favorite or unread (#7088)
* New state: favorite or unread
https://github.com/FreshRSS/FreshRSS/discussions/7078#discussioncomment-11526292
* Experiment using this state by default
* Rework state
* Allow ANDS for typos
* Revert change unrelated to this PR
* Revert change of default state
* Add option *unread_or_favorite*
* Fix hide_read_feeds
* i18n: it
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update app/i18n/pl/conf.php
Co-authored-by: Zic <55097497+ZicPL@users.noreply.github.com>
* Update app/i18n/pl/conf.php
Co-authored-by: Zic <55097497+ZicPL@users.noreply.github.com>
* Fix i18n
* Fix auto_remove_article
* Fix mark_unread_enabled
---------
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Co-authored-by: Zic <55097497+ZicPL@users.noreply.github.com>
Diffstat (limited to 'app/i18n/pl/conf.php')
| -rw-r--r-- | app/i18n/pl/conf.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index cc1c04bc8..26c2407c1 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -257,12 +257,13 @@ return array( 'show' => array( '_' => 'Wiadomości do wyświetlenia', 'active_category' => 'Aktualna', - 'adaptive' => 'Dopasuj do sytuacji', + 'adaptive' => 'Pokaż istniejące nieprzeczytane artykuły, w przeciwnym razie wyświetl wszystkie', 'all_articles' => 'Wszystkie wiadomości', 'all_categories' => 'Wszystkie', 'no_category' => 'Żadna', 'remember_categories' => 'Pamiętaj otwarte kategorie', 'unread' => 'Tylko nieprzeczytane', + 'unread_or_favorite' => 'Pokaż nieprzeczytane i ulubione', ), 'show_fav_unread_help' => 'Stosuje się również do etykiet', 'sides_close_article' => 'Kliknięcie poza zawartością wiadomości zamyka widok wiadomości', |
