diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-25 15:26:09 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-25 15:26:09 -0700 |
commit | 0b262754ad8489bda1ad21494b847652eb125aec (patch) | |
tree | 008b3dfd3ed44d1a6d3518a33d4a00ed65732bba /app/src/main/res/values/strings.xml | |
parent | ae6fdc31eb3c6d71391e825f7d3575b3565b8aea (diff) | |
parent | 00f25fee8c1b1f002a92d6c9b16088b1b8b33ba4 (diff) | |
download | frost-0b262754ad8489bda1ad21494b847652eb125aec.tar.gz frost-0b262754ad8489bda1ad21494b847652eb125aec.tar.bz2 frost-0b262754ad8489bda1ad21494b847652eb125aec.zip |
Merge dev
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 12 |
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 5fd35613..0c2e625c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -62,4 +62,16 @@ <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 + + The first element is the day, and the second element is the time + --> + <string name="time_template">%1s at %2s</string> + </resources> |