We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8089c2d commit 8f520d3Copy full SHA for 8f520d3
1 file changed
lang/en/qtype_stack.php
@@ -642,6 +642,9 @@
642
$string['clearthecache'] = 'Clear the cache';
643
$string['healthcheck'] = 'STACK healthcheck';
644
$string['healthcheck_desc'] = 'The <a href="{$a->link}">healthcheck script</a> helps you verify that all aspects of STACK are working properly.';
645
+$string['healthcheckcache_db'] = 'CAS results are being cached in the database.';
646
+$string['healthcheckcache_none'] = 'CAS results are not being cached.';
647
+$string['healthcheckcache_otherdb'] = 'CAS results are being cached in another database.';
648
$string['healthcheckcachestatus'] = 'The cache currently contains {$a} entries.';
649
$string['healthcheckconnect'] = 'Trying to connect to the CAS';
650
$string['healthcheckconnectintro'] = 'We are trying to evaluate the following CAS text:';
0 commit comments