aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-04-24 19:12:25 -0700
committerAllan Wang <me@allanwang.ca>2019-04-24 19:12:25 -0700
commit7e227078373adf0ef8c243b7e1e05804524cd3ea (patch)
treebd6585c85a7641555e4bd9c10fa919145a5ba6df /app/src/main/res/values
parent9df2a878226fb5f7adcf1af61a1ce87dff826fbc (diff)
downloadfrost-7e227078373adf0ef8c243b7e1e05804524cd3ea.tar.gz
frost-7e227078373adf0ef8c243b7e1e05804524cd3ea.tar.bz2
frost-7e227078373adf0ef8c243b7e1e05804524cd3ea.zip
Add click events to notifications
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5fd35613..2b6a2ba6 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -62,4 +62,14 @@
<string name="no_new_notifications">No new notifications found</string>
+ <string name="today">Today</string>
+ <string name="yesterday">Today</string>
+ <!--
+ Template used to display human readable string;
+ For instance:
+ Today at 1:23 PM
+ Mar 13 at 9:00 AM
+ -->
+ <string name="time_template">%s at %s</string>
+
</resources>