diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-11 09:13:56 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-04-11 09:13:56 +0200 |
commit | 51100ab48b94c55f8cce981c422e50a607f261ad (patch) | |
tree | f23ad4ad4e8256dd0db7deca347364bbdc76a295 /res/values | |
parent | 644473205ab261157f500470d496999db665d75f (diff) |
failed messages get now marked inline
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d93d8243..20b2c60a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -50,4 +50,6 @@ <string name="action_attach_file">Attach file</string> <string name="not_in_roster">The contact is not in your roster. Would you like to add it?</string> <string name="add_contact">Add contact</string> + <string name="send_failed">unsuccessful delivery</string> + <string name="send_rejected">rejected</string> </resources> |