diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-10-20 20:45:39 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-10-20 20:45:39 +0000 |
commit | b3eee45358ff61271f5eb1e05ec37df266f5103e (patch) | |
tree | 2970169a814c7b9b151ad57b50951ffb3708f904 /app/src/main/res/values | |
parent | c010cb0479bc6914aea7e6231fa86e60a9c237d0 (diff) | |
parent | 6da36366a2383d6da3d3375d6ebd9c7287687384 (diff) | |
download | infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.tar infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.tar.gz infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.tar.bz2 infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.tar.lz infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.tar.xz infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.tar.zst infinity-for-reddit-b3eee45358ff61271f5eb1e05ec37df266f5103e.zip |
Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ac325395..d3b4227d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -570,6 +570,9 @@ <string name="settings_enable_search_history_title">Enable Search History</string> <string name="settings_post_history_title">Post History</string> <string name="settings_mark_posts_as_read_title">Mark Posts as Read</string> + <string name="settings_read_posts_limit_title">Limit Read Posts</string> + <string name="settings_read_posts_limit_hint">Set read posts limit</string> + <string name="settings_read_posts_db_summary">Read Posts DB Table \nSize: %1$d(KB) \nCount: %2$d</string> <string name="settings_mark_posts_as_read_after_voting_title">Mark Posts as Read After Voting</string> <string name="settings_mark_posts_as_read_on_scroll_title">Mark Posts as Read on Scroll</string> <string name="settings_hide_read_posts_automatically_title">Hide Read Posts Automatically</string> |