From 571fb31af819ad2c53ee9cabccc0eeb62b915ae9 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 27 Oct 2019 17:34:55 +0100 Subject: 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 --- app/i18n/cz/sub.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/cz/sub.php') diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php index fefc05699..f2c259d15 100644 --- a/app/i18n/cz/sub.php +++ b/app/i18n/cz/sub.php @@ -75,6 +75,7 @@ return array( ), 'firefox' => array( 'documentation' => 'Follow the steps described here to add FreshRSS to Firefox feed reader list.',// TODO + '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 feed reader', //TODO - Translation ), 'import_export' => array( -- cgit v1.2.3