diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-13 00:42:31 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-13 00:42:31 -0700 |
commit | e4377fed20ce1e3f4a0b236271eecdb1fe573b7a (patch) | |
tree | aa0b14e328daa4ece41f65cfed5a4422f2c9e898 /app/src/main/res | |
parent | a7a37f8f5b1955f006a83d4713a2c6af500c28af (diff) | |
download | frost-e4377fed20ce1e3f4a0b236271eecdb1fe573b7a.tar.gz frost-e4377fed20ce1e3f4a0b236271eecdb1fe573b7a.tar.bz2 frost-e4377fed20ce1e3f4a0b236271eecdb1fe573b7a.zip |
Created js base for facebook menu
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 | ||||
-rw-r--r-- | app/src/main/res/values/strings_preferences | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ee5d1294..c7fc6e72 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -20,11 +20,16 @@ <string name="birthdays">Birthdays</string> <string name="chat">Chat</string> <string name="photos">Photos</string> + <string name="settings">Settings</string> + <string name="menu">Menu</string> + <string name="loading_account">Getting everything ready…</string> <string name="welcome">Welcome %s</string> <string name="login">Login</string> <string name="select_facebook_account">Select Facebook Account</string> <string name="add_account">Add Account</string> - <string name="add_account_desc">Add Facebook Account</string> <string name="manage_account">Manage Account</string> + <string name="exit">Exit</string> + <string name="exit_confirmation">Are you sure you want to exit Frost?</string> + <string name="do_not_show_again">Don\'t show again</string> </resources> diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 9cb29553..9f9ca131 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -1,5 +1,4 @@ <resources> - <string name="settings">Settings</string> <string name="text_color">Text Color</string> <string name="background_color">Background Color</string> <string name="header_color">Header Color</string> |