diff options
| author | 2022-08-15 12:01:18 -0700 | |
|---|---|---|
| committer | 2022-08-15 21:01:18 +0200 | |
| commit | 8587efa62189a30e3e47075739382d52ecc34cb6 (patch) | |
| tree | 66414eb134f8b07a367122e5b6286aa5c9b59edd /app/i18n/ko/sub.php | |
| parent | 839fddaba9bc72e542eff2ab8e4a9618c86804e1 (diff) | |
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 <alexandre@alapetite.fr>
* Update app/i18n/fr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update p/scripts/feed.js
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/Controllers/feedController.php
* make fix-all
* Update documentation
* css_path_filter help message
* i18n en-us ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko/sub.php')
| -rw-r--r-- | app/i18n/ko/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index b865fe4db..77e72aa0f 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -57,6 +57,10 @@ return array( 'css_cookie_help' => '예시: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', 'css_help' => '글의 일부가 포함된 RSS 피드를 가져옵니다 (주의, 시간이 좀 더 걸립니다!)', 'css_path' => '웹사이트 상의 글 본문에 해당하는 CSS 경로', + 'css_path_filter' => array( + '_' => 'CSS selector of the elements to remove', // TODO + 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside</kbd>', // TODO + ), 'description' => '설명', 'empty' => '이 피드는 비어있습니다. 피드가 계속 운영되고 있는지 확인하세요.', 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', |
