aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-13 16:08:21 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-13 16:08:21 +0000
commitfdca23fa14c5f42b028a0598e9fb2c4ae6a696f2 (patch)
tree276b3e1b0a87d5df9c86da4e8c926a5a06a1f6a6 /app/src/main/res/values
parentd82b1e63051465fa45578884ef9bc17314d89af8 (diff)
downloadinfinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.tar
infinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.tar.gz
infinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.tar.bz2
infinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.tar.lz
infinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.tar.xz
infinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.tar.zst
infinity-for-reddit-fdca23fa14c5f42b028a0598e9fb2c4ae6a696f2.zip
Add a time option to some sort types. Remember the last sort type.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bcd99f75..f37430d3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -188,6 +188,12 @@
<string name="sort_relevance">Relevance</string>
<string name="sort_comments">Comments</string>
<string name="sort_activity">Activity</string>
+ <string name="sort_time_hour">Hour</string>
+ <string name="sort_time_day">Day</string>
+ <string name="sort_time_week">Week</string>
+ <string name="sort_time_month">Month</string>
+ <string name="sort_time_year">Year</string>
+ <string name="sort_time_all_time">All Time</string>
<string name="open_link_with">Open link with</string>
<string name="no_browser_found">No browser found</string>