diff options
| author | 2024-10-19 19:24:29 +0200 | |
|---|---|---|
| committer | 2024-10-19 19:24:29 +0200 | |
| commit | a766ebfb68298cfd2a268d87443c5e2586e93243 (patch) | |
| tree | 3e3dea2f063eec75d6e6eae8b1e51751aebd7005 /app/i18n/fa/conf.php | |
| parent | 54f22de99bcc2f225c116b120270a81e1649b40f (diff) | |
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
Diffstat (limited to 'app/i18n/fa/conf.php')
| -rw-r--r-- | app/i18n/fa/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fa/conf.php b/app/i18n/fa/conf.php index b7a9b0293..0c2be1a34 100644 --- a/app/i18n/fa/conf.php +++ b/app/i18n/fa/conf.php @@ -173,6 +173,7 @@ return array( '_' => ' خواندن', 'after_onread' => ' بعد از "علامت گذاری همه به عنوان خوانده شده"', 'always_show_favorites' => ' نمایش همه مقالات در موارد دلخواه به طور پیش فرض', + 'apply_to_individual_feed' => 'Applies to feeds individually', // TODO 'article' => array( 'authors_date' => array( '_' => ' نویسندگان و تاریخ', |
