aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-01-27 10:35:50 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-01-27 10:35:50 +0100
commitcd5af0a39cf71fd9c53886badf3ea0384d51fa22 (patch)
tree30e89940dbe9c74d23ba98297395b064534182fd /lang
parent1bff8fd7cbd3904afda224ab1555e1e435528314 (diff)
svg icon, multiply setting
Diffstat (limited to 'lang')
-rw-r--r--lang/en/qtype_algebra.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php
index 7760584..26b6fe1 100644
--- a/lang/en/qtype_algebra.php
+++ b/lang/en/qtype_algebra.php
@@ -140,4 +140,8 @@ $string['port'] = 'Port of SAGE server';
$string['uri'] = 'uri of SAGE server';
$string['texdelimiters'] = 'Delimiters for TeX expressions';
$string['dollars'] = '$$...$$';
-$string['brackets'] = '\[...\]'; \ No newline at end of file
+$string['brackets'] = '\[...\]';
+$string['invalidanswer'] = 'Invalid or unrecongnized answer';
+$string['multiplyoperator'] = 'TeX operator for multiplication';
+$string['times'] = '\\times';
+$string['cdot'] = '\\cdot'; \ No newline at end of file