diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-08-02 11:49:12 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-08-02 11:51:37 +0200 |
commit | 8c5208bacd95ebd1ad6a6c192e536fd1ed47bfe2 (patch) | |
tree | 7cef44d8f2c1e075f59dee51b477f9c7ea9f47d4 /src/main/res/values/strings.xml | |
parent | a9491140276305b3c45f675e765e17111362b7c3 (diff) |
Implements FS#247 and FS#248: Show online status and typing notification in title
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index b76be95d..2055c5de 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -688,4 +688,6 @@ <string name="checking_remote_filesize">Checking file size on remote host.</string> <string name="pref_log_stanzas_summary">Log stanzas messages to logcat to improve debugging</string> <string name="pref_log_stanzas">Log stanzas</string> + <string name="contact_paused_typing">...has stopped typing</string> + <string name="is_typing">...is writing</string> </resources> |