aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-05-13 04:51:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-05-13 04:51:44 +0000
commitcf4395ed5c972453c225d72c436e189f362656b4 (patch)
treebb095b0a76bb2b6ee126828bd0b32b40a763c271 /app/src/main/res/values/strings.xml
parent8533a2bcca554e5e9603bbd846b6cde8e41e1084 (diff)
downloadinfinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.gz
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.bz2
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.lz
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.xz
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.tar.zst
infinity-for-reddit-cf4395ed5c972453c225d72c436e189f362656b4.zip
Customize tabs in main page for logged-in users.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 52ec8509..5df67ecc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -321,6 +321,8 @@
<string name="settings_immersive_interface_title">Immersive Interface</string>
<string name="settings_immersive_interface_ignore_nav_bar_title">Ignore Navigation Bar in Immersive Interface</string>
<string name="settings_immersive_interface_ignore_nav_bar_summary">Prevent the Bottom Navigation Bar Having Extra Padding</string>
+ <string name="settings_customize_tabs_in_main_page_title">Customize Tabs in Main Page</string>
+ <string name="settings_customize_tabs_in_main_page_summary">Only for Logged-in User</string>
<string name="settings_enable_bottom_app_bar_title">Enable Bottom Navigation</string>
<string name="settings_enable_bottom_app_bar_summary">Has No Effect in Anonymous Mode</string>
<string name="settings_vote_buttons_on_the_right_title">Vote Buttons on the Right</string>
@@ -393,6 +395,15 @@
<string name="settings_delete_all_themes_in_database_title">Delete All Themes in Database</string>
<string name="settings_reset_all_settings_title">Reset All Settings</string>
<string name="settings_advanced_settings_summary">Clean the database and shared preferences</string>
+ <string name="settings_tab_info">Restart the app to see the changes</string>
+ <string name="settings_tab_1_summary">Tab 1</string>
+ <string name="settings_tab_2_summary">Tab 2</string>
+ <string name="settings_tab_3_summary">Tab 3</string>
+ <string name="settings_tab_title">Title</string>
+ <string name="settings_tab_post_type">Type</string>
+ <string name="settings_tab_subreddit_name">Subreddit Name</string>
+ <string name="settings_tab_multi_reddit_name">MultiReddit Name</string>
+ <string name="settings_tab_username">Username</string>
<string name="no_link_available">Cannot get the link</string>
@@ -711,10 +722,13 @@
<string name="report_successful">Reported</string>
<string name="report_failed">Report failed</string>
<string name="report_reason_not_selected">You haven\'t selected a reason</string>
-
+
<string name="report_reason_general_spam">It Is Spam</string>
<string name="report_reason_general_copyright_issue">It Contains Copyright Issue</string>
<string name="report_reason_general_child_pornography">It Contains Child Pornography</string>
<string name="report_reason_general_abusive_content">It Contains Abusive Content</string>
+ <string name="home">Home</string>
+ <string name="popular">Best</string>
+
</resources>