diff options
| author | 2022-08-20 13:06:24 +0300 | |
|---|---|---|
| committer | 2022-08-20 12:06:24 +0200 | |
| commit | 0ec65788f9a2fb3ab389d22c723e6b36d798a806 (patch) | |
| tree | d3832b2c07ff74d9c709cbab34feebce3ad66298 /app/i18n/ko | |
| parent | 8f475523f52101f818dd4cb9ab22b5429ab39287 (diff) | |
Implemented advanced feed settings to allow cookies and HTTP redirects. (#4470)
* Implemented advanced feed settings to allow cookies and HTTP redirects.
* i18n fr
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko')
| -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 edb97842b..4e188f6d1 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -36,6 +36,8 @@ return array( 'title' => '제목', ), 'feed' => array( + 'accept_cookies' => 'Accept cookies', // TODO + 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO 'add' => 'RSS 피드 추가', 'advanced' => '고급 설정', 'archiving' => '보관', @@ -124,6 +126,8 @@ return array( 'reload_articles_help' => '글 다시 로드하고 셀렉터가 정의 되었을 경우에 모든 컨텐츠 가져오기.', // DIRTY 'title' => '유지 보수', ), + 'max_http_redir' => 'Max HTTP redirects', // TODO + 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.', 'mute' => '무기한 새로고침 금지', 'no_selected' => '선택된 피드가 없습니다.', |
