1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Issue #1493 : Allow tracking of topics via tracking page only (no emails). (work in progress)

This commit is contained in:
Cameron
2016-04-05 11:21:53 -07:00
parent 925704309e
commit 3c2def3a31
6 changed files with 30 additions and 8 deletions

View File

@@ -213,4 +213,11 @@ define("FORLAN_186", "Threads per page");
define("FORLAN_187", "Number of threads displayed per page");
// define("FORLAN_188", "Latest Posts");
define("FORLAN_189", "Click the 'delete' button to delete the report.<br /><br />Click the 'view' button to view the topic/thread");
define("FORLAN_200", "Topic tracking");
define("FORLAN_201", "Enable this to allow your users to track topics.");
define("FORLAN_202", "Topic tracking email notifications");
define("FORLAN_203", "Enable this option to allow your users to receive email notifications when others reply to a tracked topic.");
?>