summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-12-30 17:40:03 +0100
committerThomas <tschneider.ac@gmail.com>2022-12-30 17:40:03 +0100
commite5c4efb4e98ca4d9614c4ad16509db31da90431d (patch)
tree58e91fe07c6469f9704c9f5f1c763aac768720ef /app/src/main/res/values/strings.xml
parent2164c2fe911e597d4927b752687ad02b866e6c5c (diff)
comment #702 - Allow to format the text when composing
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0f0950baf..0e9741ef3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -761,6 +761,15 @@
<item>BrainCrash</item>
<item>Mastalab</item>
</string-array>
+
+ <string-array name="SET_POST_FORMAT" translatable="false">
+ <item>text/plain</item>
+ <item>text/html</item>
+ <item>text/markdown</item>
+ <item>text/bbcode</item>
+ <item>text/x.misskeymarkdown</item>
+ </string-array>
+
<string-array name="set_load_media_type_value">
<item>Always</item>
<item>Wifi only</item>
@@ -1420,6 +1429,8 @@
<string name="SET_NOTIF_VALIDATION" translatable="false">SET_NOTIF_VALIDATION</string>
<string name="SET_DISPLAY_BOOKMARK" translatable="false">SET_DISPLAY_BOOKMARK</string>
<string name="SET_DISPLAY_TRANSLATE" translatable="false">SET_DISPLAY_TRANSLATE</string>
+ <string name="SET_POST_FORMAT" translatable="false">SET_POST_FORMAT</string>
+
<string name="SET_TRANSLATOR" translatable="false">SET_TRANSLATOR</string>
<string name="SET_TRANSLATOR_VERSION" translatable="false">SET_TRANSLATOR_VERSION</string>
@@ -2154,4 +2165,6 @@
<string name="set_extand_extra_features">By enabling that option the app will display extra features. This feature is done for social softwares like Pleroma, Akkoma or Glitch Social</string>
<string name="icons_visibility">Icons visibility</string>
<string name="icons_visibility_summary">You can safely hide these icons at the bottom to have more space. They are also in the submenu.</string>
+ <string name="post_format">Post format</string>
+ <string name="set_post_format">Post format</string>
</resources> \ No newline at end of file