aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-26 02:50:32 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-26 02:50:32 +0000
commit1fc84239069fa19da7f7c7b0b0825717aad4999c (patch)
tree92b11e3f9e7f6839ae931700b1f13314e67a20d8 /app/src/main/res/values/strings.xml
parent66ed3d8f1670c56b7a8b8de78fbf99686dc5d6a1 (diff)
downloadinfinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar
infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.gz
infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.bz2
infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.lz
infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.xz
infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.tar.zst
infinity-for-reddit-1fc84239069fa19da7f7c7b0b0825717aad4999c.zip
Sorting posts is now available. Minor bugs fixed.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c7c521ad..80775602 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -133,4 +133,16 @@
<string name="all_subreddits">All subreddits</string>
<string name="error_loading_post">Error loading this post.\nTap to retry.</string>
+
+ <string name="sort">Sort</string>
+ <string name="sort_best">Best</string>
+ <string name="sort_hot">Hot</string>
+ <string name="sort_new">New</string>
+ <string name="sort_random">Random</string>
+ <string name="sort_rising">Rising</string>
+ <string name="sort_top">Top</string>
+ <string name="sort_controversial">Controversial</string>
+
+ <!-- TODO: Remove or change this placeholder text -->
+ <string name="hello_blank_fragment">Hello blank fragment</string>
</resources>