diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-06-06 11:39:17 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-06-06 11:39:17 +0200 |
commit | 5fe926b64586f5ac7d3eba7a64de81a710437a14 (patch) | |
tree | 84f720295ece0ede1e13f53f06bc7aaa9b044786 /res/values/strings.xml | |
parent | a583471af843e1b1682d36efee04caa5767419ea (diff) |
basic last seen feature. no peristancy just yet. no polish
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6767568e..48849eb4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -147,6 +147,8 @@ <string name="pref_never_send_crash_summary">By sending in stack traces you are helping the ongoing development of Conversations</string> <string name="pref_confirm_messages">Confirm Messages</string> <string name="pref_confirm_messages_summary">Let your contact know when you have received and read a message</string> + <string name="pref_show_last_seen">Display last seen</string> + <string name="pref_show_last_seen_summary">Display the latest time a contact has been seen online</string> <string name="openpgp_error">OpenKeychain reporeted an error</string> <string name="error_decrypting_file">I/O Error decrypting file</string> <string name="error_copying_image_file">Error copying image file.</string> @@ -234,4 +236,6 @@ <string name="hours">hours</string> <string name="mins">mins</string> <string name="missing_public_keys">Missing public key announcements</string> + <string name="last_seen">last seen %1$s ago on %2$s</string> + <string name="never_seen">never seen</string> </resources>
\ No newline at end of file |