diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-03 13:22:06 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-03 13:22:06 -0700 |
commit | 35185958b077880465696d686bd797895cd3ebd4 (patch) | |
tree | 431967b2b00d00c71b06fa7a7814e05524961ead /app/src/main/res/values/strings.xml | |
parent | 5796566137995c8d244720f87ba85bce0e0d2f00 (diff) | |
download | frost-35185958b077880465696d686bd797895cd3ebd4.tar.gz frost-35185958b077880465696d686bd797895cd3ebd4.tar.bz2 frost-35185958b077880465696d686bd797895cd3ebd4.zip |
setup login activity
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a58e995e..f3ce69f8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -20,4 +20,6 @@ <string name="birthdays">Birthdays</string> <string name="chat">Chat</string> <string name="photos">Photos</string> + <string name="loading_account">Getting everything ready…</string> + <string name="welcome">Welcome %s</string> </resources> |