summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2023-01-16 16:33:20 +0100
committerThomas <tschneider.ac@gmail.com>2023-01-16 16:33:20 +0100
commitd5c51e6dcaadf1a91bdb5fbc693e859d3124ad5a (patch)
tree29100df2297289185d6b50bf404a06e3a320d79d /app/src/main/res/values/strings.xml
parent25ad71080e261de9b418341c8e3c0f21fff6b405 (diff)
Add support for maths.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1b4a5bf2a..410a27582 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -763,6 +763,12 @@
<item>Mastalab</item>
</string-array>
+
+ <string-array name="SET_MATHS_FORMAT">
+ <item>Inline\nNotation that sits inline with other text\n</item>
+ <item>Display-mode\nNotation that sits on its own line\n</item>
+ </string-array>
+
<string-array name="SET_POST_FORMAT" translatable="false">
<item>text/plain</item>
<item>text/html</item>
@@ -1483,6 +1489,7 @@
<string name="SET_UNLISTED_REPLIES" translatable="false">SET_UNLISTED_REPLIES</string>
<string name="SET_SELECTED_LANGUAGE" translatable="false">SET_SELECTED_LANGUAGE</string>
<string name="SET_WATERMARK_TEXT" translatable="false">SET_WATERMARK_TEXT</string>
+ <string name="SET_MATHS_COMPOSER" translatable="false">SET_MATHS_COMPOSER</string>
<string name="SET_PROXY_PASSWORD" translatable="false">SET_PROXY_PASSWORD</string>
<string name="SET_PROXY_LOGIN" translatable="false">SET_PROXY_LOGIN</string>
<string name="SET_ACCOUNTS_PER_CALL" translatable="false">SET_ACCOUNTS_PER_CALL</string>
@@ -2214,4 +2221,6 @@
<string name="set_disable_release_notes">Disable release notes</string>
<string name="set_disable_release_notes_indication">When a new version is published, you will not be alerted inside the app.</string>
<string name="formula">Formula</string>
+ <string name="set_maths_support">Write formula</string>
+ <string name="maths_format">Maths format</string>
</resources> \ No newline at end of file