autoRefreshList: add status indicator

In order to clarify when the feature is watching for updates in the
current thread list or not depending in the current sort options, this
change adds an indicator which states this.

It also adds styles for a "muted" state of the indicator which might
indicate in the future that the user has disabled it manually.

Apart from this, this also changes the option text to improve it.

Fixed: twpowertools:5
Change-Id: I77a65fa9091d6c9e18f09a3798eeb5197ced8647
diff --git a/src/static/_locales/ca/messages.json b/src/static/_locales/ca/messages.json
index d3774bc..564bff7 100644
--- a/src/static/_locales/ca/messages.json
+++ b/src/static/_locales/ca/messages.json
@@ -100,7 +100,7 @@
     "description": "Feature checkbox in the options page"
   },
   "options_autorefreshlist": {
-    "message": "Actualitza les llistes de fils de la Consola de la Comunitat automàticament.",
+    "message": "Mostra una notificació a la Consola de la Comunitat quan una llista de fils rep actualitzacions.",
     "description": "Feature checkbox in the options page"
   },
   "options_disableunifiedprofiles": {
@@ -242,5 +242,13 @@
   "inject_autorefresh_list_snackbar_action": {
     "message": "Actualitza",
     "description": "Button shown in a snackbar asking users to refresh/reload the list to show the new threads."
+  },
+  "inject_autorefresh_list_status_indicator_label_active": {
+    "message": "Observant canvis a la llista de fils...",
+    "description": "Helper text which appears when hovering the status indicator of the 'autorefresh list' feature to indicate that the feature is active and watching for updates in the current thread list."
+  },
+  "inject_autorefresh_list_status_indicator_label_disabled": {
+    "message": "No es poden observar canvis a la llista de fils. Sisplau canvia les opcions d'ordre a 'Ordena per: Darrera actualització' i ordre descendent.",
+    "description": "Helper text which appears when hovering the status indicator of the 'autorefresh list' feature to indicate that the feature is disabled in the current thread list because the sort options are incompatible with the feature."
   }
 }