diff options
| author | 2022-01-11 23:30:59 +0100 | |
|---|---|---|
| committer | 2022-01-11 23:30:59 +0100 | |
| commit | 9cd9e9a0930a04f594394a8dc6a95791134521a3 (patch) | |
| tree | b38c0720a312621ff6344fb0773c336bf29f01c1 /app/i18n/ko/feedback.php | |
| parent | 3502e50cb24177f06900389f10d265529a24fd58 (diff) | |
fix error message force feed (#4145)
* CZ
* the other languages
* fix DE
Diffstat (limited to 'app/i18n/ko/feedback.php')
| -rw-r--r-- | app/i18n/ko/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php index c1ecd02d7..8efd8da27 100644 --- a/app/i18n/ko/feedback.php +++ b/app/i18n/ko/feedback.php @@ -94,7 +94,7 @@ return array( 'cache_cleared' => '<em>%s</em> 캐쉬 지움', 'deleted' => '피드가 삭제되었습니다', 'error' => '피드를 변경할 수 없습니다', - 'internal_problem' => 'RSS 피드를 추가할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.', + 'internal_problem' => 'RSS 피드를 추가할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요. You can try force adding by appending <code>#force_feed</code> to the URL.', // DIRTY 'invalid_url' => 'URL (<em>%s</em>)이 유효하지 않습니다', 'n_actualized' => '%d 개의 피드에서 새 글을 가져왔습니다', 'n_entries_deleted' => '%d 개의 글을 삭제했습니다', |
