diff options
| author | 2019-10-27 17:34:55 +0100 | |
|---|---|---|
| committer | 2019-10-27 17:34:55 +0100 | |
| commit | 571fb31af819ad2c53ee9cabccc0eeb62b915ae9 (patch) | |
| tree | 4b57072a04fdb0a10876aeed76add0f06376775e /app/i18n/kr/sub.php | |
| parent | 4b5474c87e6c1976428cff224e9a4d51deca40b9 (diff) | |
Add a warning message for Firefox user (#2606)
From version 63 and onwards, Firefox has removed the ability to add subscription
services. This is a warning for deprecation on the subscription tools page.
See #2100
Diffstat (limited to 'app/i18n/kr/sub.php')
| -rw-r--r-- | app/i18n/kr/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index eba732e22..ac45e4e73 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -75,6 +75,7 @@ return array( ), 'firefox' => array( 'documentation' => 'FreshRSS를 Firefox 피드 리더에 추가하기 위해서는 <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">여기</a>의 설명을 따르세요.', + 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation 'title' => 'Firefox 피드 리더', ), 'import_export' => array( |
