aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2022-01-14 12:57:16 +0000
committerAlex Ning <chineseperson5@gmail.com>2022-01-14 12:57:16 +0000
commit4d0b8b4672d33212cbdbee9f835d4f29f178523a (patch)
tree57a09ced23dc0ca6c2783d6153e7e832432599c5 /app/src/main/res/values/strings.xml
parent6f1cd194cb2e573fdc2f3d928be0207ca8fa08df (diff)
downloadinfinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.tar
infinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.tar.gz
infinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.tar.bz2
infinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.tar.lz
infinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.tar.xz
infinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.tar.zst
infinity-for-reddit-4d0b8b4672d33212cbdbee9f835d4f29f178523a.zip
Add options to set custom fonts.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 11f1d66d..a82d844d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -619,6 +619,9 @@
<string name="settings_legacy_autoplay_video_controller_ui_title">Legacy Video Controller UI</string>
<string name="settings_pinch_to_zoom_video_title">Pinch to Zoom Video</string>
<string name="settings_experimental_feature">Experimental feature</string>
+ <string name="settings_custom_font_family_title">Custom Font Family</string>
+ <string name="settings_custom_title_font_family_title">Custom Title Font Family</string>
+ <string name="settings_custom_content_font_family_title">Custom Content Font Family</string>
<string name="no_link_available">Cannot get the link</string>
@@ -1245,4 +1248,9 @@
<string name="message_save_profile_success">Save profile successfully</string>
<string name="message_save_profile_failed">Failed to save profile %s</string>
+ <string name="select_a_ttf_font">Select a ttf font file</string>
+ <string name="unable_to_get_font_file">Unable to get your font</string>
+ <string name="unable_to_load_font">Unable to load custom font</string>
+ <string name="unable_to_copy_font_file">Unable to copy your font</string>
+
</resources>