From 8587efa62189a30e3e47075739382d52ecc34cb6 Mon Sep 17 00:00:00 2001 From: papaschloss <11808509+papaschloss@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:01:18 -0700 Subject: Article css filtering (#4501) * Update feedController.php * Update subscriptionController.php * Update DatabaseDAO.php * Update Entry.php * Update Feed.php * Update FeedDAO.php * Update install.sql.mysql.php * Update install.sql.pgsql.php * Update install.sql.sqlite.php * Update sub.php * Update opml.phtml * Update ImportService.php * Update update.phtml * Update feed.js * Update install.sql.mysql.php * Update install.sql.pgsql.php * Update install.sql.sqlite.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update FeedDAO.php * Update feedController.php * Update subscriptionController.php * Update Entry.php * Update Feed.php * Update feedController.php * Update subscriptionController.php * Update ImportService.php * Update opml.phtml * Update update.phtml * Update update.phtml * Update update.phtml * Update DatabaseDAO.php * Update app/Models/Entry.php Co-authored-by: Alexandre Alapetite * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite * Update p/scripts/feed.js Co-authored-by: Alexandre Alapetite * Update app/Controllers/feedController.php * make fix-all * Update documentation * css_path_filter help message * i18n en-us ignore Co-authored-by: Alexandre Alapetite --- app/i18n/tr/sub.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/tr') diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 40a233ecb..34169aac3 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -57,6 +57,10 @@ return array( 'css_cookie_help' => 'Örnek: foo=bar; gdpr_consent=true; cookie=value', 'css_help' => 'Dikkat, daha çok zaman gerekir!', 'css_path' => 'Makaleleri kendi CSS görünümü ile göster', + 'css_path_filter' => array( + '_' => 'CSS selector of the elements to remove', // TODO + 'help' => 'A CSS selector may be a list such as: .footer, .aside', // TODO + ), 'description' => 'Tanım', 'empty' => 'Bu akış boş. Lütfen akışın aktif olduğuna emin olun.', 'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.', -- cgit v1.2.3