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/nl/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/nl/sub.php')
| -rw-r--r-- | app/i18n/nl/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php index e4a0c7fdf..690d8fad8 100644 --- a/app/i18n/nl/sub.php +++ b/app/i18n/nl/sub.php @@ -75,6 +75,7 @@ return array( ), 'firefox' => array( 'documentation' => 'Volg de stappen die <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">hier</a> beschreven worden om FreshRSS aan de Firefox-nieuwslezerlijst toe te voegen.', + '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-nieuwslezer', ), 'import_export' => array( |
