diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 8 |
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> |